| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-07 | nitpick phrasing of the docs added for #13835 | Chris Rebert | 1 | -2/+2 | |
| 2014-07-07 | grammar fix; indicate that img[src] shouldn't actually be empty | Chris Rebert | 1 | -2/+2 | |
| 2014-07-06 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 17 | -1060/+1416 | |
| 2014-07-06 | Merge pull request #14029 from BBosman/touch-action | Mark Otto | 4 | -0/+7 | |
| Add touch-action: manipulate to .btn | |||||
| 2014-07-07 | Address margins on .navbar-right to fix #13325 #13464. | Loic Bistuer | 1 | -23/+19 | |
| This commit follows f9fde56. | |||||
| 2014-07-06 | fix scrollspy test in firefox mac os | fat | 1 | -11/+11 | |
| 2014-07-06 | Merge pull request #13853 from hnrch02/unit-tests-cleanup | Jacob | 13 | -1049/+1398 | |
| Major unit tests cleanup | |||||
| 2014-07-07 | Added Firefox support for CSS3 carousel transition | Hayden Bleasel | 1 | -1/+1 | |
| 2014-07-06 | Fixes #13746: Add docs section for brand image | Mark Otto | 9 | -4/+41 | |
| 2014-07-06 | Fixes #13835: More explicitly document mobile dropdown menu dismissing behavior | Mark Otto | 1 | -1/+3 | |
| 2014-07-06 | Fixes #14053: Don't show radio/checkbox in justified button groups | Mark Otto | 8 | -14/+23 | |
| 2014-07-06 | Merge pull request #14021 from ↵ | Mark Otto | 17 | -28/+28 | |
| CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle | |||||
| 2014-07-06 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-07-06 | Fixes #13997: Move min-height for radio/checkbox to their inner label | Mark Otto | 8 | -8/+8 | |
| 2014-07-06 | grunt | Mark Otto | 5 | -27/+36 | |
| 2014-07-06 | jscs fix | Mark Otto | 1 | -1/+1 | |
| 2014-07-06 | Merge branch 'breaddevil-replace-scrollspy-default-behavior-test' | fat | 1 | -0/+37 | |
| 2014-07-06 | Merge branch 'replace-scrollspy-default-behavior-test' of ↵ | fat | 1 | -0/+37 | |
| git://github.com/breaddevil/bootstrap into breaddevil-replace-scrollspy-default-behavior-test Conflicts: js/tests/unit/scrollspy.js | |||||
| 2014-07-06 | Merge pull request #13815 from hnrch02/tabs-fade-not-active | Jacob | 2 | -6/+107 | |
| Allow tabs to fade in if no initially active pane is present | |||||
| 2014-07-06 | Update package.json. | XhmikosR | 2 | -158/+72 | |
| * "grunt-jscs-checker" was renamed to "grunt-jscs" * update deps | |||||
| 2014-07-06 | Move to leading pluses | Heinrich Fenkart | 9 | -421/+421 | |
| 2014-07-06 | Merge pull request #14015 from twbs/possible-14013-fix | Chris Rebert | 2 | -6/+16 | |
| Possible fix for #14013 | |||||
| 2014-07-06 | Move to 16ms from 18ms based on the Paul Irish's rAF polyfill | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-06 | Mention #13500 in comment for ScrollSpy test | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-07-06 | Clean tooltip unit tests up | Heinrich Fenkart | 1 | -306/+453 | |
| 2014-07-06 | Clean tab unit tests up | Heinrich Fenkart | 1 | -19/+27 | |
| 2014-07-06 | Clean scrollspy unit tests up | Heinrich Fenkart | 1 | -22/+29 | |
| 2014-07-06 | Clean popover unit tests up | Heinrich Fenkart | 1 | -74/+66 | |
| 2014-07-06 | Clean modal unit tests up | Heinrich Fenkart | 1 | -84/+63 | |
| 2014-07-06 | Clean dropdown unit tests up | Heinrich Fenkart | 1 | -78/+77 | |
| 2014-07-06 | Clean collapse unit tests up | Heinrich Fenkart | 1 | -70/+67 | |
| 2014-07-06 | Clean carousel unit tests up | Heinrich Fenkart | 1 | -90/+292 | |
| 2014-07-06 | Clean button unit tests up | Heinrich Fenkart | 1 | -78/+78 | |
| 2014-07-06 | Clean alert unit tests up | Heinrich Fenkart | 1 | -15/+15 | |
| 2014-07-06 | Clean affix unit tests up | Heinrich Fenkart | 1 | -11/+20 | |
| 2014-07-06 | Perform a cleanup after each test | Heinrich Fenkart | 1 | -1/+7 | |
| 2014-07-06 | Update QUnit settings/QUnit phantomjs bridge to new versions | Heinrich Fenkart | 2 | -41/+44 | |
| 2014-07-06 | refactor/reformat Tooltip.getPosition per @fat's feedback | Chris Rebert | 1 | -4/+8 | |
| 2014-07-06 | Merge pull request #13855 from hnrch02/modal-mousedown | Jacob | 2 | -3/+3 | |
| Use mousedown instead of click for backdrop click detection; fixes #13816 | |||||
| 2014-07-06 | Merge pull request #14050 from twbs/bower | Chris Rebert | 1 | -1/+1 | |
| Bower: only ignore /.* | |||||
| 2014-07-05 | Merge pull request #14000 from hnrch02/modal-keydown | Jacob | 2 | -2/+40 | |
| Only close modal if escape was hit with keydown; fixes #13929 | |||||
| 2014-07-05 | fix build | fat | 1 | -2/+2 | |
| 2014-07-05 | Merge pull request #14034 from twbs/deprecate-modal-remote | Chris Rebert | 1 | -2/+4 | |
| Deprecate the `remote` option of modals? | |||||
| 2014-07-05 | `remote` modal docs: mention jQuery.load and other JS options as alternatives | Chris Rebert | 1 | -1/+3 | |
| [skip sauce] | |||||
| 2014-07-05 | apply #14022 without semicolon – cleans up some jquery class usage | fat | 1 | -3/+2 | |
| 2014-07-05 | only ignore /.* | Mark Otto | 1 | -1/+1 | |
| 2014-07-05 | grunt | Mark Otto | 7 | -13/+9 | |
| 2014-07-05 | Merge pull request #13920 from AndreiRailean/patch-1 | Mark Otto | 1 | -8/+2 | |
| assign background to row of .table-striped | |||||
| 2014-07-05 | grunt | Mark Otto | 2 | -8/+12 | |
| 2014-07-05 | Merge pull request #13923 from ilikeprograms/gray-base-variable | Mark Otto | 1 | -5/+6 | |
| Added @gray-base variable to make @gray-{shade} reference, also allows @... | |||||
