| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-28 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -28/+280 | |
| 2015-03-28 | Merge pull request #16154 from patrickhlauke/focus-active-disambiguation | Patrick H. Lauke | 1 | -2/+18 | |
| Darker style focus/hover on active buttons | |||||
| 2015-03-27 | Merge pull request #16171 from zachleat/patch-1 | Chris Rebert | 1 | -1/+1 | |
| There is no jshint:src task | |||||
| 2015-03-27 | There is no jshint:src task | Zach Leatherman | 1 | -1/+1 | |
| 2015-03-27 | Merge pull request #16167 from patrickhlauke/tabpanel-documentation | Patrick H. Lauke | 1 | -2/+2 | |
| Remove wrong role="tabpanel" from docs | |||||
| 2015-03-27 | Remove wrong role="tabpanel" from parent container | Patrick H. Lauke | 1 | -2/+2 | |
| As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554 | |||||
| 2015-03-27 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -14/+24 | |
| 2015-03-27 | Merge pull request #16160 from monoblaine/master | Patrick H. Lauke | 1 | -1/+2 | |
| Make .bg-variant adjust :focus color in addition to :hover color | |||||
| 2015-03-26 | Merge pull request #16162 from twbs/jscs-fn-decl | Heinrich Fenkart | 1 | -0/+1 | |
| JSCS: Add "disallowSpacesInFunctionDeclaration" | |||||
| 2015-03-26 | JSCS: Add "disallowSpacesInFunctionDeclaration" | Heinrich Fenkart | 1 | -0/+1 | |
| Valid: function a() {} Invalid: function a () {} | |||||
| 2015-03-26 | Make .bg-variant adjust :focus color in addition to :hover color | Serhan Apaydın | 1 | -1/+2 | |
| 2015-03-26 | automatic `grunt dist` | Bootstrap's Grunt bot | 2 | -2/+2 | |
| 2015-03-25 | Merge pull request #16089 from max-b/jumbotron-font-size | Chris Rebert | 2 | -1/+2 | |
| Jumbotron: Putting heading font size in variables to allow for easier overrides | |||||
| 2015-03-26 | automatic `grunt dist` | Bootstrap's Grunt bot | 6 | -14/+24 | |
| 2015-03-25 | Make .text-emphasis-variant adjust :focus color in addition to :hover color | Serhan Apaydın | 1 | -1/+2 | |
| Closes #16047 by merging a tweaked version of it. | |||||
| 2015-03-26 | automatic `grunt dist` | Bootstrap's Grunt bot | 5 | -5/+8 | |
| 2015-03-25 | Merge pull request #16092 from twbs/pointer-events-none-a | Chris Rebert | 2 | -2/+11 | |
| Only disable pointer-events on disabled <a> btns | |||||
| 2015-03-25 | Fixes #15074: Manually handle input sizing in form groups instead of using ↵ | Mark Otto | 4 | -10/+34 | |
| mixins because nesting | |||||
| 2015-03-26 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -10/+4 | |
| 2015-03-25 | Merge pull request #16158 from twbs/fix-16020 | Chris Rebert | 4 | -45/+14 | |
| remove redundant aria-hidden usage from Modals | |||||
| 2015-03-25 | Merge pull request #16157 from twbs/fix-16069 | Chris Rebert | 1 | -0/+7 | |
| Document how to disable transitions in jQuery plugins | |||||
| 2015-03-25 | Merge pull request #16156 from twbs/fix-16115 | Chris Rebert | 1 | -27/+10 | |
| Properly document $(...).tab('show') method | |||||
| 2015-03-25 | rm redundant aria-hidden usage from Modals; fixes #16020 | Chris Rebert | 4 | -45/+14 | |
| 2015-03-25 | Document how to disable transitions in jQuery plugins; fixes #16069 | Chris Rebert | 1 | -0/+7 | |
| [skip sauce] | |||||
| 2015-03-25 | Properly document $(...).tab('show') method; fixes #16115 | Chris Rebert | 1 | -21/+4 | |
| [skip sauce] | |||||
| 2015-03-25 | docs: #myTab => #myTabs, to slightly increase clarity | Chris Rebert | 1 | -8/+8 | |
| 2015-03-25 | Darker style focus/hover on active buttons | Patrick H. Lauke | 1 | -2/+18 | |
| 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. | |||||
| 2015-03-25 | Tooltip/popover: Fix auto placement to use viewport | Adrien Jarthon | 1 | -6/+5 | |
| Currently, auto placement is using the container dimensions (if provided) or the element's parent to determine where to open the tooltip: ```javascript var $container = this.options.container ? $(this.options.container) : this.$element.parent() var containerDim = this.getPosition($container) ``` This is quite broken in fact, because the parent element could be just a small div outside the element for example, leading in a totally random placement (placing the tooltip on top even if there's no room). And the container can also be outside of the viewport. This fix simply uses the viewport instead, that's the purpose of the viewport actually, to position the tooltip. So the auto placement should use it to find where there's more room. By default this is body, which is good. | |||||
| 2015-03-24 | add missing <code> within docs heading for `.modal('handleUpdate')` | Chris Rebert | 1 | -1/+1 | |
| 2015-03-24 | Merge pull request #15987 from twbs/fix-15972 | Chris Rebert | 4 | -39/+39 | |
| add role="button" to a[data-toggle="collapse"] | |||||
| 2015-03-24 | Merge pull request #16140 from patrickhlauke/toggle-navigation-aria-expanded | Patrick H. Lauke | 2 | -12/+12 | |
| Add aria-expanded to navbar toggles | |||||
| 2015-03-24 | Add aria-expanded and aria-controls to docs navbar toggle | Patrick H. Lauke | 1 | -2/+2 | |
| 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) | |||||
| 2015-03-24 | Add aria-expanded to navbar toggles | Patrick H. Lauke | 1 | -10/+10 | |
| 2015-03-23 | Merge pull request #16136 from patrickhlauke/docs-tooltip | Patrick H. Lauke | 1 | -16/+22 | |
| Callout for tooltips and keyboard/AT accessibility | |||||
| 2015-03-23 | Move all tooltip callouts into appropriate section | Patrick H. Lauke | 1 | -20/+22 | |
| Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup | |||||
| 2015-03-23 | Callout for tooltips and keyboard/AT accessibility | Patrick H. Lauke | 1 | -0/+4 | |
| Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134 | |||||
| 2015-03-21 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -4/+8 | |
| 2015-03-21 | Fix #16072: Clicking into input field within dropdown no longer closes the ↵ | Emmanuel Bourgerie | 2 | -0/+40 | |
| dropdown Closes #16073 by merging it | |||||
| 2015-03-21 | Fix #16117 more permanently/generically | Chris Rebert | 1 | -1/+1 | |
| 2015-03-21 | Merge pull request #16117 from vsn4ik/inc_quick_start | Patrick H. Lauke | 1 | -1/+1 | |
| Increment quick start options to six in readme.md | |||||
| 2015-03-21 | Increment quick start options to six | vsn4ik | 1 | -1/+1 | |
| [skip validator] [skip sauce] | |||||
| 2015-03-20 | Add docs on how to install Bootstrap via composer | Rodrigo Prado | 2 | -1/+6 | |
| Closes #16113 Closes #16114 [skip sauce] | |||||
| 2015-03-19 | Merge pull request #16107 from vikynandha/migration-doc | Chris Rebert | 1 | -0/+4 | |
| Add `.alert-warning` related change to migration doc | |||||
| 2015-03-19 | Add `.alert-warning` related change to migration doc | Vignesh Nandha Kumar | 1 | -0/+4 | |
| 2015-03-19 | automatic `grunt dist` | Bootstrap's Grunt bot | 4 | -6/+14 | |
| 2015-03-18 | Merge pull request #16024 from twbs/unnecessary-parsing | Chris Rebert | 2 | -2/+6 | |
| avoid unnecessary HTML string building+parsing | |||||
| 2015-03-18 | Merge pull request #16101 from guybedford/master | Chris Rebert | 1 | -8/+2 | |
| Update jspm configuration | |||||
| 2015-03-18 | Jumbotron: Putting heading font size in variables to allow for easier overrides. | Maxb | 2 | -1/+2 | |
| 2015-03-18 | update jspm configuration | Guy Bedford | 1 | -8/+2 | |
| 2015-03-17 | Only disable pointer-events on disabled <a> btns; fixes #16088 | Chris Rebert | 2 | -2/+11 | |
| <a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator] | |||||
