| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-09-17 | Fix tooltip misplacement with "auto top" | saranya.r | 1 | -0/+50 | |
| Fixes #14322. Closes #14581. | |||||
| 2014-09-15 | Must explicitly destroy tooltip in SVG unit test since its container is body. | Chris Rebert | 1 | -0/+2 | |
| Leaking tooltips across tests leads to confusion and sadness. | |||||
| 2014-09-13 | Correctly selects arrow placement for a tooltip | Peter West | 1 | -0/+31 | |
| Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718. | |||||
| 2014-09-09 | grunt and missing new line | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 1 | -2/+65 | |
| Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153. | |||||
| 2014-09-08 | Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown | Heinrich Fenkart | 1 | -2/+2 | |
| Revert #13855 due to #14263 | |||||
| 2014-09-07 | Merge pull request #14273 from sgonyea/master | Jacob | 1 | -0/+61 | |
| Fix hover-popover/tooltip flickering when mouse re-enters | |||||
| 2014-08-28 | Fix hover-tooltip flickering when mouse re-enters | Scott Gonyea | 1 | -0/+61 | |
| - is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement | |||||
| 2014-08-28 | Update QUnit to v1.15.0. | XhmikosR | 2 | -930/+1137 | |
| 2014-08-26 | Change value of stateful button after event loop | Heinrich Fenkart | 1 | -5/+5 | |
| Fixes #14450 | |||||
| 2014-08-23 | Merge pull request #14417 from twbs/fat-14282 | Mark Otto | 1 | -0/+32 | |
| fixes #14282 - Already Visible collapse gets closed when … | |||||
| 2014-08-18 | fixes #14282 - Already Visible collapse gets closed when .collapse('show') ↵ | fat | 1 | -0/+32 | |
| is called | |||||
| 2014-08-15 | consistently use <nav> instead of <div> for .navbar in docs | Chris Rebert | 1 | -2/+2 | |
| 2014-08-04 | Use closest `.alert` for alert dismissal; closes #14306 | Heinrich Fenkart | 1 | -4/+4 | |
| 2014-08-01 | Fix #14076: Add unit test for tooltips on SVG elements | Chris Rebert | 1 | -0/+36 | |
| [skip validator] | |||||
| 2014-07-31 | Fix #13818 by using more robust "find next carousel item" logic | Chris Rebert | 1 | -1/+26 | |
| Also adds another test for #9461: carousel next/prev should ignore non-items | |||||
| 2014-07-30 | Revert "Use mousedown instead of click for backdrop click detection; fixes ↵ | Heinrich Fenkart | 1 | -2/+2 | |
| #13816" | |||||
| 2014-07-18 | Add a bottom affixed element to affix visual tests. | Charles B Johnson | 1 | -5/+63 | |
| 2014-07-16 | speed up js tests a bit | fat | 1 | -203/+203 | |
| 2014-07-09 | `document.head` is undefined in IE8 | Heinrich Fenkart | 1 | -6/+6 | |
| 2014-07-09 | Fix IE8 reporting height style as all uppercase | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-07-08 | Fix invalid HTML in "should allow html entities" tooltip unit test | Chris Rebert | 1 | -2/+2 | |
| Refs #14090. Also, fix one typo. | |||||
| 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-06 | Merge pull request #14021 from ↵ | Mark Otto | 2 | -2/+2 | |
| CFXd/add_collapsed_default_class_to_navbar_collapse_button Add collapsed default class to navbar-toggle | |||||
| 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 | 1 | -4/+105 | |
| Allow tabs to fade in if no initially active pane is present | |||||
| 2014-07-06 | Move to leading pluses | Heinrich Fenkart | 9 | -421/+421 | |
| 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 | Merge pull request #13855 from hnrch02/modal-mousedown | Jacob | 1 | -2/+2 | |
| Use mousedown instead of click for backdrop click detection; fixes #13816 | |||||
| 2014-07-02 | Add collapsed default class to navbar-toggle | Michael Silber | 2 | -2/+2 | |
| 2014-07-01 | Only close modal if escape was hit with keydown; fixes #13929 | Heinrich Fenkart | 1 | -0/+38 | |
| 2014-07-01 | Use mousedown instead of click for backdrop click detection; fixes #13816 | Heinrich Fenkart | 1 | -2/+2 | |
| 2014-06-25 | Add a few more cases to the visual test tab page | Heinrich Fenkart | 1 | -4/+105 | |
