| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 12 | -1037/+1381 | |
| Major unit tests cleanup | |||||
| 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 | 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 | Update QUnit settings/QUnit phantomjs bridge to new versions | Heinrich Fenkart | 1 | -30/+34 | |
| 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-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-07 | put the tooltips into the DOM in the tooltip unit tests | Chris Rebert | 1 | -4/+12 | |
| 2014-06-07 | add failing test for #13268 | Chris Rebert | 1 | -0/+27 | |
| 2014-06-07 | Merge pull request #13388 from twbs/xhmikosr-js-style | XhmikosR | 13 | -137/+158 | |
| Improve JS style | |||||
| 2014-06-06 | Merge pull request #13627 from twbs/maybe-fix-12364 | Chris Rebert | 1 | -0/+51 | |
| Hopefully fixes trigger focus restoration on modal close | |||||
| 2014-06-06 | Minor style tweaks. | XhmikosR | 3 | -10/+15 | |
| 2014-06-06 | Comply to the new style. | XhmikosR | 11 | -128/+140 | |
| 2014-06-06 | Tweak JSHint and JSCS checks. | XhmikosR | 2 | -1/+5 | |
| Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest. | |||||
| 2014-05-23 | Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offset | Chris Rebert | 1 | -2/+36 | |
| Adjust for Scrollspy offset when calculating maxScroll. | |||||
| 2014-05-23 | Merge pull request #13593 from ResentedHook/master | Chris Rebert | 2 | -0/+21 | |
| Add tooltip self-reference to address #12320 | |||||
| 2014-05-23 | Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480 | Chris Rebert | 1 | -0/+30 | |
| Aria describedby tooltip: #13480 | |||||
| 2014-05-19 | Hopefully a fix for #12364 | Chris Rebert | 1 | -0/+51 | |
| * register the callback before invoking the toggling * listen for `hidden` instead of `hide` * account for the possibility of the associated `show` event being preventDefault-ed Adds relevant unit tests. | |||||
| 2014-05-19 | fix typo in assertion description | Chris Rebert | 1 | -1/+1 | |
| 2014-05-16 | Adds aria described by to tooltip plugin for accessibility | Steven Bassett | 1 | -0/+30 | |
| Generates a unique id for tooltip and adds [aria-describedby] to the element it is called on. Resolves issue #13480 - set up test - linted the code styles - passed the tests - integrated feedback from @cvrebert | |||||
| 2014-05-14 | Add tooltip self-reference to address #12320 | j.corns | 2 | -0/+21 | |
| primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference. | |||||
| 2014-05-13 | Add Scrollspy maxScroll with offset test. | Mike Robinet | 1 | -2/+36 | |
| 2014-05-05 | Allow for resetText of a button to be a falsey value; fixes #13466 | Heinrich Fenkart | 1 | -0/+20 | |
| 2014-05-04 | replace js scrollspy test for default behavior | breaddevil | 1 | -17/+37 | |
| 2014-05-01 | make new Carousel tests compatible with noConflict mode | Chris Rebert | 1 | -2/+2 | |
| 2014-04-30 | Merge pull request #11966 from colllin/noconflict | Mark Otto | 11 | -239/+338 | |
| Fix #11464 - JS noConflict() mode not working in 3.0.x | |||||
| 2014-04-21 | #11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵ | Collin Donahue-Oponski | 11 | -239/+338 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 2014-04-21 | add unit tests for Carousel slid events | Chris Rebert | 1 | -0/+26 | |
| 2014-04-21 | spelling fixes in Carousel unit tests | Chris Rebert | 1 | -3/+3 | |
| 2014-04-20 | Merge pull request #13306 from twbs/fat-11099 | Jacob | 1 | -2/+2 | |
| fixes #11099 - $.collapse() overrides the original dimension of the coll... | |||||
| 2014-04-19 | quote attribute values in selectors in JS unit tests for consistency | Chris Rebert | 2 | -3/+3 | |
| 2014-04-15 | fixes #11099 - $.collapse() overrides the original dimension of the coll... | fat | 1 | -2/+2 | |
| 2014-04-09 | JS: remove unused variables. | XhmikosR | 5 | -23/+22 | |
| 2014-04-03 | replace $.bind() with $.on() in unit tests; per #13272 | Chris Rebert | 2 | -9/+9 | |
