]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Fri, 17 Apr 2015 00:12:19 +0000 (17:12 -0700)]
rename scaffolding to reboot
Mark Otto [Fri, 17 Apr 2015 00:10:47 +0000 (17:10 -0700)]
Move .img- classes to new _images.scss; move hr to _type.scss
Mark Otto [Fri, 17 Apr 2015 00:03:58 +0000 (17:03 -0700)]
Merge pull request #101 from twbs/institutional-memory
Revert "Images are responsive by default"
Mark Otto [Thu, 16 Apr 2015 23:56:40 +0000 (16:56 -0700)]
Redo all our callouts with the custom callout plugin
- Replaces manual use of .bd-callout with {% callout [type] %}
- Rearranged some callouts for proximity to others
- Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming
Mark Otto [Thu, 16 Apr 2015 22:15:12 +0000 (15:15 -0700)]
remove margins
Mark Otto [Thu, 16 Apr 2015 22:15:06 +0000 (15:15 -0700)]
fix example class in plugin
Mark Otto [Thu, 16 Apr 2015 21:57:49 +0000 (14:57 -0700)]
break down docs scss into imports, hell yeah
Mark Otto [Thu, 16 Apr 2015 21:37:17 +0000 (14:37 -0700)]
complete the docs scss toc
Mark Otto [Thu, 16 Apr 2015 21:33:32 +0000 (14:33 -0700)]
redo the anchor css in scss, comment out unused code, add our own styles /cc @xhmikosr
Mark Otto [Thu, 16 Apr 2015 21:09:09 +0000 (14:09 -0700)]
start toc in docs scss file
Mark Otto [Thu, 16 Apr 2015 21:07:20 +0000 (14:07 -0700)]
rename classes from .bs-docs and .bs to .bd
Mark Otto [Wed, 15 Apr 2015 23:07:50 +0000 (16:07 -0700)]
more docs nav changes
Mark Otto [Wed, 15 Apr 2015 22:56:35 +0000 (15:56 -0700)]
footer button alignment
Mark Otto [Wed, 15 Apr 2015 22:31:31 +0000 (15:31 -0700)]
footer copy
Mark Otto [Wed, 15 Apr 2015 22:30:41 +0000 (15:30 -0700)]
grunt
Mark Otto [Wed, 15 Apr 2015 22:30:38 +0000 (15:30 -0700)]
tweak alignment and spacing
Mark Otto [Wed, 15 Apr 2015 22:30:26 +0000 (15:30 -0700)]
fix spacer vars
Mark Otto [Wed, 15 Apr 2015 22:23:10 +0000 (15:23 -0700)]
don't boost first paragraph on mobile
Mark Otto [Wed, 15 Apr 2015 22:19:42 +0000 (15:19 -0700)]
fix .highlight spacing
Mark Otto [Tue, 14 Apr 2015 08:01:37 +0000 (01:01 -0700)]
grunt and docs
Mark Otto [Tue, 14 Apr 2015 08:01:30 +0000 (01:01 -0700)]
more utilities
Mark Otto [Tue, 14 Apr 2015 08:01:15 +0000 (01:01 -0700)]
nuke shadows for now
Mark Otto [Tue, 14 Apr 2015 02:00:59 +0000 (19:00 -0700)]
redo sidenav
Mark Otto [Mon, 13 Apr 2015 23:45:19 +0000 (16:45 -0700)]
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Mark Otto [Mon, 13 Apr 2015 23:36:44 +0000 (16:36 -0700)]
docs derp
Mark Otto [Mon, 13 Apr 2015 23:36:36 +0000 (16:36 -0700)]
remove pre styles -- see #4547
Chris Rebert [Mon, 13 Apr 2015 17:34:30 +0000 (10:34 -0700)]
Merge pull request #105 from twbs/beautiful-colors
Print with all the colors of the wind
Chris Rebert [Mon, 13 Apr 2015 17:33:27 +0000 (10:33 -0700)]
Merge pull request #106 from twbs/href-print
Remove half-assed inclusion of link URLs (hrefs) when printing
Chris Rebert [Sat, 11 Apr 2015 07:24:27 +0000 (00:24 -0700)]
Remove half-assed inclusion of link URLs (hrefs) when printing
* Relative URLs were output as-is, which is suboptimal or even confusing for end-users
* Ditto for fragment identifiers
* Outputting long URLs inline with prose isn't good UX
JavaScript could potentially help with this (e.g. http://alistapart.com/article/improvingprint).
However, we're not currently interested in trying to tackle the hard problem of fancy print stylesheets/views
(particularly given the level of cross-browser inconsistency when it comes to printing).
So let's just keep things simple, vanilla, and unsurprising,
which should also make it easy for others to add their own print fanciness on top of Bootstrap.
Chris Rebert [Sat, 11 Apr 2015 07:10:55 +0000 (00:10 -0700)]
Print with all the colors of the wind
Forcing black-and-white text & backgrounds is too harsh. Printing speed isn't everything.
Users or authors can easily enable grayscale themselves if need be.
Mark Otto [Sun, 5 Apr 2015 06:31:41 +0000 (23:31 -0700)]
page nav and title
Mark Otto [Tue, 31 Mar 2015 03:55:00 +0000 (20:55 -0700)]
move more js stuff to components section
Mark Otto [Tue, 31 Mar 2015 03:53:32 +0000 (20:53 -0700)]
Move transitions and overview to a javascript page in the getting started section
Mark Otto [Tue, 31 Mar 2015 03:50:34 +0000 (20:50 -0700)]
Consolidate alerts docs into single page
Mark Otto [Tue, 31 Mar 2015 01:23:35 +0000 (18:23 -0700)]
Consolidate dropdown docs into single page
Mark Otto [Tue, 31 Mar 2015 01:11:43 +0000 (18:11 -0700)]
Remove grid sizing styles on tables
Mark Otto [Tue, 31 Mar 2015 01:08:01 +0000 (18:08 -0700)]
rewrite table modifiers to use .table- prefix
Mark Otto [Tue, 31 Mar 2015 00:36:00 +0000 (17:36 -0700)]
Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them to create classes in _utilities.scss
Mark Otto [Tue, 31 Mar 2015 00:22:10 +0000 (17:22 -0700)]
nuke leftover less
Mark Otto [Sun, 29 Mar 2015 07:14:02 +0000 (00:14 -0700)]
grunt dist and docs
Mark Otto [Sun, 29 Mar 2015 07:13:30 +0000 (00:13 -0700)]
fix order
Mark Otto [Sun, 29 Mar 2015 07:12:19 +0000 (00:12 -0700)]
fixes
Mark Otto [Sun, 29 Mar 2015 07:08:54 +0000 (00:08 -0700)]
Merge branch 'master' into v4
Conflicts:
.gitignore
Gruntfile.js
_config.yml
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
dist/js/bootstrap.js
dist/js/bootstrap.min.js
docs/_includes/components/navbar.html
docs/_includes/components/progress-bars.html
docs/_includes/css/grid.html
docs/_includes/css/overview.html
docs/_includes/customizer-variables.html
docs/_includes/getting-started/accessibility.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/community.html
docs/_includes/getting-started/disabling-responsiveness.html
docs/_includes/getting-started/download.html
docs/_includes/getting-started/examples.html
docs/_includes/getting-started/license.html
docs/_includes/getting-started/third-party-support.html
docs/_includes/js/alerts.html
docs/_includes/js/buttons.html
docs/_includes/js/carousel.html
docs/_includes/js/collapse.html
docs/_includes/js/dropdowns.html
docs/_includes/js/modal.html
docs/_includes/js/popovers.html
docs/_includes/js/scrollspy.html
docs/_includes/js/tabs.html
docs/_includes/js/tooltips.html
docs/_includes/js/transitions.html
docs/_includes/nav/javascript.html
docs/_includes/nav/main.html
docs/about.html
docs/assets/css/docs.min.css
docs/assets/css/src/docs.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/assets/js/src/customizer.js
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
docs/migration.html
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tests/unit/affix.js
js/tests/unit/button.js
js/tests/unit/carousel.js
js/tests/unit/modal.js
js/tests/unit/tooltip.js
js/tests/visual/modal.html
js/tooltip.js
less/component-animations.less
less/jumbotron.less
less/mixins/background-variant.less
less/mixins/buttons.less
less/mixins/responsive-visibility.less
less/mixins/text-emphasis.less
less/navbar.less
less/navs.less
less/scaffolding.less
less/tooltip.less
less/utilities.less
less/variables.less
package.json
scss/_buttons.scss
scss/_forms.scss
scss/_modal.scss
Mark Otto [Sun, 29 Mar 2015 06:33:11 +0000 (23:33 -0700)]
grunt
Bootstrap's Grunt bot [Sun, 29 Mar 2015 04:10:35 +0000 (04:10 +0000)]
automatic `grunt dist`
Mark Otto [Sun, 29 Mar 2015 04:07:56 +0000 (21:07 -0700)]
Merge pull request #15956 from twbs/input-group-sizes-glyphicon
Input group sizes: Properly position `.form-control-feedback`
Bootstrap's Grunt bot [Sun, 29 Mar 2015 04:00:36 +0000 (04:00 +0000)]
automatic `grunt dist`
Mark Otto [Sun, 29 Mar 2015 03:52:14 +0000 (20:52 -0700)]
Merge pull request #16159 from twbs/input_sizing
Fixes #15074
Mark Otto [Sun, 29 Mar 2015 03:50:37 +0000 (20:50 -0700)]
Merge pull request #16174 from twbs/bang_table_utility
Update .visible* classes to use !important on table elements
Mark Otto [Sun, 29 Mar 2015 03:34:06 +0000 (20:34 -0700)]
Match all other responsive utilities and use important on the display: table
Mark Otto [Sun, 29 Mar 2015 03:31:53 +0000 (20:31 -0700)]
Merge branch 'master' into input_sizing
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
Chris Rebert [Sat, 28 Mar 2015 11:06:22 +0000 (04:06 -0700)]
Revert "Images are responsive by default"
This reverts commit
d29f851e827db27fb42573f14003bb018c037342 .
Making <img>s responsive by-default without opt-in can severely break
third-party widgets such as Google Maps.
This was an acknowledged problem in Bootstrap v2
(see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3
by requiring the .img-responsive class for explicit opt-in
(see
09cdee2f03aaad5c5a767fbec2e3896ad3d1f980 ).
The situation hasn't really changed since then. The responsive-by-default
approach hasn't become any more suitable in the intervening time.
So let's avoid having this regress in v4. :-)
Bootstrap's Grunt bot [Sat, 28 Mar 2015 00:50:33 +0000 (00:50 +0000)]
automatic `grunt dist`
Patrick H. Lauke [Sat, 28 Mar 2015 00:40:34 +0000 (00:40 +0000)]
Merge pull request #16154 from patrickhlauke/focus-active-disambiguation
Darker style focus/hover on active buttons
Chris Rebert [Fri, 27 Mar 2015 23:55:48 +0000 (16:55 -0700)]
Merge pull request #16171 from zachleat/patch-1
There is no jshint:src task
Zach Leatherman [Fri, 27 Mar 2015 20:31:56 +0000 (15:31 -0500)]
There is no jshint:src task
Patrick H. Lauke [Fri, 27 Mar 2015 12:19:27 +0000 (12:19 +0000)]
Merge pull request #16167 from patrickhlauke/tabpanel-documentation
Remove wrong role="tabpanel" from docs
Patrick H. Lauke [Fri, 27 Mar 2015 11:57:03 +0000 (11:57 +0000)]
Remove wrong role="tabpanel" from parent container
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2
and #13554
Bootstrap's Grunt bot [Fri, 27 Mar 2015 08:50:27 +0000 (08:50 +0000)]
automatic `grunt dist`
Patrick H. Lauke [Fri, 27 Mar 2015 08:19:23 +0000 (08:19 +0000)]
Merge pull request #16160 from monoblaine/master
Make .bg-variant adjust :focus color in addition to :hover color
Heinrich Fenkart [Thu, 26 Mar 2015 17:51:46 +0000 (18:51 +0100)]
Merge pull request #16162 from twbs/jscs-fn-decl
JSCS: Add "disallowSpacesInFunctionDeclaration"
Heinrich Fenkart [Thu, 26 Mar 2015 17:27:47 +0000 (18:27 +0100)]
JSCS: Add "disallowSpacesInFunctionDeclaration"
Valid:
function a() {}
Invalid:
function a () {}
Serhan Apaydın [Thu, 26 Mar 2015 09:45:17 +0000 (11:45 +0200)]
Make .bg-variant adjust :focus color in addition to :hover color
Bootstrap's Grunt bot [Thu, 26 Mar 2015 05:40:28 +0000 (05:40 +0000)]
automatic `grunt dist`
Chris Rebert [Thu, 26 Mar 2015 05:39:55 +0000 (22:39 -0700)]
Merge pull request #16089 from max-b/jumbotron-font-size
Jumbotron: Putting heading font size in variables to allow for easier overrides
Bootstrap's Grunt bot [Thu, 26 Mar 2015 05:10:31 +0000 (05:10 +0000)]
automatic `grunt dist`
Serhan Apaydın [Wed, 11 Mar 2015 12:24:16 +0000 (14:24 +0200)]
Make .text-emphasis-variant adjust :focus color in addition to :hover color
Closes #16047 by merging a tweaked version of it.
Bootstrap's Grunt bot [Thu, 26 Mar 2015 05:00:30 +0000 (05:00 +0000)]
automatic `grunt dist`
Chris Rebert [Thu, 26 Mar 2015 04:58:05 +0000 (21:58 -0700)]
Merge pull request #16092 from twbs/pointer-events-none-a
Only disable pointer-events on disabled <a> btns
Mark Otto [Thu, 26 Mar 2015 04:18:19 +0000 (21:18 -0700)]
Fixes #15074: Manually handle input sizing in form groups instead of using mixins because nesting
Bootstrap's Grunt bot [Thu, 26 Mar 2015 01:50:28 +0000 (01:50 +0000)]
automatic `grunt dist`
Chris Rebert [Thu, 26 Mar 2015 01:40:44 +0000 (18:40 -0700)]
Merge pull request #16158 from twbs/fix-16020
remove redundant aria-hidden usage from Modals
Chris Rebert [Thu, 26 Mar 2015 01:14:15 +0000 (18:14 -0700)]
Merge pull request #16157 from twbs/fix-16069
Document how to disable transitions in jQuery plugins
Chris Rebert [Thu, 26 Mar 2015 01:13:29 +0000 (18:13 -0700)]
Merge pull request #16156 from twbs/fix-16115
Properly document $(...).tab('show') method
Chris Rebert [Thu, 26 Mar 2015 01:06:47 +0000 (18:06 -0700)]
rm redundant aria-hidden usage from Modals; fixes #16020
Chris Rebert [Thu, 26 Mar 2015 00:56:57 +0000 (17:56 -0700)]
Document how to disable transitions in jQuery plugins; fixes #16069
[skip sauce]
Chris Rebert [Thu, 26 Mar 2015 00:47:08 +0000 (17:47 -0700)]
Properly document $(...).tab('show') method; fixes #16115
[skip sauce]
Chris Rebert [Thu, 26 Mar 2015 00:39:44 +0000 (17:39 -0700)]
docs: #myTab => #myTabs, to slightly increase clarity
Patrick H. Lauke [Wed, 25 Mar 2015 22:52:49 +0000 (22:52 +0000)]
Darker style focus/hover on active buttons
Currently, hovering with mouse or setting focus on a button which is
active has same styling as on a non-active button. This results in
problems for keyboard users, who set focus on a toggle and activate it,
but cannot visually see that their action had any effect. Ditto for
mouse users hovering over a toggle and clicking it. This adds an
explicit additional style for focus/hover on active buttons.
Note that this does not address issues of browser focus remaining on a
button after a mouse click (e.g. #13971), as this will likely require
extra JavaScript to fix.
Chris Rebert [Tue, 24 Mar 2015 22:15:21 +0000 (15:15 -0700)]
add missing <code> within docs heading for `.modal('handleUpdate')`
Chris Rebert [Tue, 24 Mar 2015 15:57:56 +0000 (08:57 -0700)]
Merge pull request #15987 from twbs/fix-15972
add role="button" to a[data-toggle="collapse"]
Patrick H. Lauke [Tue, 24 Mar 2015 10:48:36 +0000 (10:48 +0000)]
Merge pull request #16140 from patrickhlauke/toggle-navigation-aria-expanded
Add aria-expanded to navbar toggles
Patrick H. Lauke [Tue, 24 Mar 2015 10:32:53 +0000 (10:32 +0000)]
Add aria-expanded and aria-controls to docs navbar toggle
Also, use id rather class name for the navigation, as it's unique and
lets us use correct aria-controls (and without the use of id,
aria-expanded does not get updated correctly by the current dropdown
toggle script)
Patrick H. Lauke [Tue, 24 Mar 2015 10:30:12 +0000 (10:30 +0000)]
Add aria-expanded to navbar toggles
Patrick H. Lauke [Mon, 23 Mar 2015 22:18:39 +0000 (22:18 +0000)]
Merge pull request #16136 from patrickhlauke/docs-tooltip
Callout for tooltips and keyboard/AT accessibility
Patrick H. Lauke [Mon, 23 Mar 2015 22:06:22 +0000 (22:06 +0000)]
Move all tooltip callouts into appropriate section
Before, most callouts hierarchically came under Examples > Four
directions, which is not appropriate. Now they're under Markup
Patrick H. Lauke [Mon, 23 Mar 2015 21:53:30 +0000 (21:53 +0000)]
Callout for tooltips and keyboard/AT accessibility
Include callout explicitly mentioning tooltips should only be added to
focusable elements. Closes #16134
Bootstrap's Grunt bot [Sat, 21 Mar 2015 23:10:30 +0000 (23:10 +0000)]
automatic `grunt dist`
Emmanuel Bourgerie [Mon, 16 Mar 2015 13:33:42 +0000 (13:33 +0000)]
Fix #16072: Clicking into input field within dropdown no longer closes the dropdown
Closes #16073 by merging it
Chris Rebert [Sat, 21 Mar 2015 22:33:13 +0000 (15:33 -0700)]
Fix #16117 more permanently/generically
Patrick H. Lauke [Sat, 21 Mar 2015 10:11:47 +0000 (10:11 +0000)]
Merge pull request #16117 from vsn4ik/inc_quick_start
Increment quick start options to six in readme.md
vsn4ik [Sat, 21 Mar 2015 05:21:39 +0000 (08:21 +0300)]
Increment quick start options to six
[skip validator]
[skip sauce]
Rodrigo Prado [Fri, 20 Mar 2015 19:41:48 +0000 (16:41 -0300)]
Add docs on how to install Bootstrap via composer
Closes #16113
Closes #16114
[skip sauce]
Chris Rebert [Thu, 19 Mar 2015 17:03:48 +0000 (10:03 -0700)]
Merge pull request #16107 from vikynandha/migration-doc
Add `.alert-warning` related change to migration doc
Vignesh Nandha Kumar [Thu, 19 Mar 2015 11:57:38 +0000 (17:27 +0530)]
Add `.alert-warning` related change to migration doc
Bootstrap's Grunt bot [Thu, 19 Mar 2015 05:30:30 +0000 (05:30 +0000)]
automatic `grunt dist`
Chris Rebert [Thu, 19 Mar 2015 05:28:07 +0000 (22:28 -0700)]
Merge pull request #16024 from twbs/unnecessary-parsing
avoid unnecessary HTML string building+parsing
Chris Rebert [Thu, 19 Mar 2015 05:04:54 +0000 (22:04 -0700)]
Merge pull request #16101 from guybedford/master
Update jspm configuration
Maxb [Thu, 19 Mar 2015 00:29:59 +0000 (17:29 -0700)]
Jumbotron: Putting heading font size in variables to allow for easier overrides.
Guy Bedford [Wed, 18 Mar 2015 10:59:55 +0000 (12:59 +0200)]
update jspm configuration