| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-04-17 | fixes #13365: remove dupe css in grid example | Mark Otto | 1 | -5/+0 | |
| 2014-04-17 | grunt dist | Mark Otto | 3 | -4/+12 | |
| 2014-04-17 | Dropdown menu in justified button-group | Iqbal Kabir | 1 | -0/+4 | |
| It seems that dropdown-menu in justified button-group appears at the far left of the group. Check the problem in [Bootstrap site](http://getbootstrap.com/components/#btn-groups-justified). | |||||
| 2014-04-16 | Fixed typo and added leading space | jackson | 1 | -2/+2 | |
| 2014-04-16 | Added specificity note to docs per issue #13332 | jackson | 1 | -1/+4 | |
| 2014-04-15 | fixes #13296 Dropdown disappears with right-click on Firefox | fat | 1 | -0/+1 | |
| 2014-04-15 | Merge pull request #13330 from Kronuz/patch-1 | Chris Rebert | 1 | -2/+10 | |
| Wait for the expected target during a collapse | |||||
| 2014-04-15 | fixes #11099 - $.collapse() overrides the original dimension of the coll... | fat | 2 | -3/+3 | |
| 2014-04-15 | Merge pull request #13353 from twbs/fix-13340 | Chris Rebert | 1 | -0/+5 | |
| Document @icon-font-path & @icon-font-name more | |||||
| 2014-04-15 | fix #13340 by documenting @icon-font-path & @icon-font-name more | Chris Rebert | 1 | -0/+5 | |
| 2014-04-15 | Add nested kbd element styles for actual keys or inputs | Cecchi MacNaughton | 2 | -1/+8 | |
| 2014-04-15 | rm not particularly useful @zindex var comments | Chris Rebert | 1 | -2/+2 | |
| 2014-04-12 | Wait for the expected target during a collapse | Germán M. Bravo | 1 | -2/+10 | |
| Actually wait for the collapsed item to complete. If complete is called with other target, instead of simply returning and do nothing, wait again until the proper target triggers the event (otherwise this leaves collapse in a broken state). | |||||
| 2014-04-11 | Add documentation for using optional icons with sr-only labels | Sean Dwyer | 1 | -2/+18 | |
| 2014-04-11 | added bower reference to main less file | The Big Red Geek | 1 | -0/+1 | |
| 2014-04-11 | Fix indent | Sean Dwyer | 1 | -1/+1 | |
| 2014-04-10 | Fix form-control-feedback position when label has sr-only class | Sean Dwyer | 1 | -0/+6 | |
| 2014-04-09 | grunt dist | Chris Rebert | 1 | -0/+1 | |
| 2014-04-09 | Run `grunt`. | XhmikosR | 2 | -18/+8 | |
| 2014-04-09 | Add the license header in the non minified build too. | XhmikosR | 1 | -1/+2 | |
| 2014-04-09 | Add the jquery check in customizer's output. | XhmikosR | 1 | -0/+4 | |
| 2014-04-09 | Customizer: switch to UglifyJS2 (v2.4.13). | XhmikosR | 2 | -16/+24 | |
| The uglify build is generated with `uglifyjs --self -o uglify.min.js`. | |||||
| 2014-04-09 | Merge pull request #13091 from twbs/unused-js | XhmikosR | 16 | -38/+37 | |
| Remove unused javascript | |||||
| 2014-04-09 | Run `grunt dist`. | XhmikosR | 5 | -6/+6 | |
| 2014-04-09 | JS: remove unused variables. | XhmikosR | 11 | -32/+31 | |
| 2014-04-08 | grunt dist | Mark Otto | 4 | -5/+5 | |
| 2014-04-08 | When opening the dropdown, focus() the dropdown-toggle BEFORE triggering ↵ | Collin Donahue-Oponski | 1 | -2/+2 | |
| 'shown.bs.dropdown' Closes #11281 by merging it (after rebasing & resolving conflicts) | |||||
| 2014-04-08 | Merge pull request #13203 from twbs/equal-height-experiment | Mark Otto | 4 | -0/+168 | |
| Add flexbox-based equal-height grid columns as an experimental example | |||||
| 2014-04-08 | the space between spaces | Mark Otto | 1 | -1/+1 | |
| 2014-04-08 | add screenshot | Mark Otto | 1 | -0/+0 | |
| 2014-04-08 | Merge branch 'master' into equal-height-experiment | Mark Otto | 62 | -333/+525 | |
| 2014-04-08 | README.md: switch to SVG badges. | XhmikosR | 1 | -1/+1 | |
| 2014-04-07 | Fixes #13208: Drop <b> for <span> in code snippets and examples | Mark Otto | 12 | -26/+26 | |
| 2014-04-06 | grunt dist | Mark Otto | 9 | -12/+30 | |
| 2014-04-06 | Merge pull request #13242 from killthekitten/fix-carousel-controls | Mark Otto | 1 | -2/+11 | |
| Fix carousel-control margin asymmetry | |||||
| 2014-04-06 | Merge pull request #13284 from chasingtheflow/master | Mark Otto | 1 | -1/+1 | |
| Fixed typo in Responsive Tables CSS docs | |||||
| 2014-04-06 | #12790: Add link to unofficial Italian translation | Julian Thilo | 1 | -0/+5 | |
| 2014-04-05 | Fixed typo in Responsive Tables CSS docs | Billy Matthews | 1 | -1/+1 | |
| 2014-04-04 | fix grammar in "Underlined text" example | Chris Rebert | 1 | -2/+2 | |
| 2014-04-04 | Re-implement Universal Analytics | Julian Thilo | 5 | -15/+15 | |
| X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560 | |||||
| 2014-04-03 | replace $.bind() with $.on() in unit tests; per #13272 | Chris Rebert | 2 | -9/+9 | |
| 2014-04-03 | Merge pull request #13272 from hnrch02/banish-bind | Chris Rebert | 1 | -1/+1 | |
| Replace $.fn.bind with $.fn.on in alert docs | |||||
| 2014-04-04 | Replace $.fn.bind with $.fn.on in alert docs | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-04-03 | customizer: squelch error when can't save Gist | Chris Rebert | 1 | -1/+6 | |
| 2014-04-03 | better way of tracking what caches need to be uploaded; fixes #13270 | Chris Rebert | 1 | -8/+41 | |
| 2014-04-03 | Merge pull request #13260 from twbs/doc-12651 | Chris Rebert | 1 | -8/+16 | |
| document that label.active on preselected inputs in btn-groups is manual | |||||
| 2014-04-03 | Merge pull request #13269 from twbs/fix-13136 | Chris Rebert | 4 | -35/+77 | |
| move some caching info+logic out of .travis.yml | |||||
| 2014-04-03 | move some caching info+logic out of .travis.yml; fixes #13136 | Chris Rebert | 4 | -35/+77 | |
| 2014-04-03 | Merge pull request #13222 from twbs/fix-13126 | Chris Rebert | 1 | -0/+4 | |
| doc how to change the collapsed mobile navbar breakpoint | |||||
| 2014-04-03 | doc how to change the collapsed mobile navbar breakpoint; fixes #13126 | Chris Rebert | 1 | -0/+4 | |
