| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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 | |
| 2014-03-24 | Merge pull request #13165 from stefanneculai/master | Jacob | 1 | -0/+29 | |
| Fix popover when using append | |||||
| 2014-03-24 | Merge branch 'master' into fat-9461 | Mark Otto | 1 | -2/+79 | |
| 2014-03-24 | fixes #9461 - Make carousel ignore non-items in carousel-inner | fat | 1 | -0/+28 | |
| 2014-03-24 | Add test for popover. | Stefan Neculai | 1 | -0/+29 | |
| 2014-03-21 | Add tooltip `viewport` option, respect bounds of the viewport | Ben Ogle | 1 | -2/+79 | |
| 2014-03-14 | Fix JSHint errors | Julian Thilo | 1 | -36/+35 | |
| X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517 | |||||
| 2014-03-13 | Merge pull request #11453 from moodyroto/patch-1 | Jacob | 1 | -0/+37 | |
| fix scrollspy for targets within tabs | |||||
| 2014-03-10 | fix #12771 | Chris Rebert | 1 | -1/+1 | |
| 2014-03-09 | Remove unneeded quotes. | XhmikosR | 1 | -6/+6 | |
| 2014-02-28 | Switch to using JSCS for the indentation check. | XhmikosR | 1 | -13/+12 | |
| 2014-02-17 | Remove semicolons from JS tests | Zlatan Vasović | 4 | -45/+45 | |
| 2014-02-14 | Re-indent test files. | XhmikosR | 11 | -1470/+1470 | |
| 2014-01-16 | Revert "Add tooltip `viewport` option, respect bounds of the viewport" | Chris Rebert | 1 | -63/+2 | |
| This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html | |||||
| 2014-01-16 | Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵ | Mark Otto | 1 | -2/+63 | |
| into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html | |||||
| 2014-01-16 | add missing paren | fat | 1 | -1/+1 | |
| 2014-01-16 | tooltip subpixel test fixes | fat | 1 | -2/+6 | |
| 2014-01-16 | remove flaky pos bottom test which is effect by unit scroll pos | fat | 1 | -10/+0 | |
| 2014-01-16 | new qunit | fat | 4 | -21/+11 | |
| 2014-01-14 | Add tooltip `viewport` option, respect bounds of the viewport | Ben Ogle | 1 | -2/+63 | |
| 2013-12-24 | fixes #11720 - Add events trigger to affix | fat | 1 | -0/+25 | |
| 2013-12-24 | Merge branch 'slide-event-reset' of git://github.com/Rowno/bootstrap into ↵ | fat | 1 | -1/+24 | |
| Rowno-slide-event-reset Conflicts: js/tests/unit/carousel.js | |||||
| 2013-12-19 | No leading pluses | Zlatan Vasović | 4 | -131/+126 | |
| 2013-12-16 | Require comma on left side | Zlatan Vasović | 6 | -66/+66 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 13 | -289/+289 | |
