| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2014-04-03 | Travis: introduce $GEMDIR env var | Chris Rebert | 1 | -3/+4 | |
| 2014-04-03 | grammar | Chris Rebert | 1 | -1/+1 | |
| 2014-04-03 | add timing logic+output to s3_cache.py | Chris Rebert | 2 | -8/+23 | |
| 2014-04-03 | Run `grunt`. | XhmikosR | 10 | -21/+16 | |
| 2014-04-03 | Fix the new JSHint warnings. | XhmikosR | 1 | -9/+4 | |
| 2014-04-03 | Update dependencies. | XhmikosR | 1 | -2/+2 | |
| 2014-04-02 | Merge pull request #13217 from thedavidscherer/fix-13216 | Mark Otto | 1 | -2/+2 | |
| fixes #13216 | |||||
| 2014-04-02 | document that you have to add .active yourself on prechecked btn-ized ↵ | Chris Rebert | 1 | -8/+16 | |
| checkboxes+radios; fixes #12651 | |||||
| 2014-04-01 | help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵ | Chris Rebert | 1 | -1/+7 | |
| #13252 | |||||
| 2014-04-01 | re-deprecate @screen-xs-min per #12913 | Chris Rebert | 1 | -0/+1 | |
| By definition, XS screens have no minimum size, only a maximum size. (Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.) | |||||
| 2014-04-01 | Run `grunt`. | XhmikosR | 3 | -6/+6 | |
| 2014-04-01 | Update "grunt-contrib-concat" dependency. | XhmikosR | 1 | -1/+1 | |
| 2014-03-31 | Merge pull request #13241 from twbs/address-13240 | Mark Otto | 1 | -0/+4 | |
| explicitly doc that icon classes should only be used on empty elements | |||||
| 2014-03-31 | explicitly doc that icon classes should only be used on empty elements; ↵ | Chris Rebert | 1 | -0/+4 | |
| closes #13240 | |||||
| 2014-03-31 | Merge pull request #13249 from twbs/slid-is-not-a-typo | Mark Otto | 1 | -4/+4 | |
| Add comments in carousel.js to clarify that "slid" is not a typo | |||||
| 2014-03-31 | Add comments in carousel.js to clarify that "slid" is not a typo | Chris Rebert | 1 | -4/+4 | |
| Addresses #13248. | |||||
| 2014-03-31 | Merge pull request #13239 from twbs/doc-load-in-example | Chris Rebert | 1 | -5/+7 | |
| add document ready jQuery wrapper in Android Browser workaround | |||||
