| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-08 | Merge pull request #13755 from twbs/fat-visual-test | Jacob | 11 | -0/+871 | |
| Adds isolated visual tests for javascript plugins (decoupled from docs).... | |||||
| 2014-06-07 | Adds isolated visual tests for javascript plugins (decoupled from docs). ↵ | fat | 11 | -0/+871 | |
| This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns. | |||||
| 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-13 | Update jQuery to v1.11.1. | XhmikosR | 1 | -4/+4 | |
| 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 | rename jquery.js -> jquery.min.js since it's minified | Chris Rebert | 2 | -1/+1 | |
| 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 | 4 | -138/+286 | |
| 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-24 | tests/index.html: re-indent. | XhmikosR | 1 | -68/+68 | |
| 2014-03-24 | tests/index.html: add missing `meta charset`. | XhmikosR | 1 | -0/+1 | |
| 2014-03-24 | Update QUnit to v1.14.0. | XhmikosR | 2 | -69/+139 | |
| 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-21 | updated qunit test reporting so sauce labs can report failing tests | jonahss | 1 | -2/+26 | |
| 2014-02-18 | Merge pull request #12058 from ZDroid/uti | XhmikosR | 4 | -45/+45 | |
| Remove semicolons from JS tests | |||||
| 2014-02-18 | Improve `js/tests/index.html` | Zlatan Vasović | 1 | -6/+5 | |
| - Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist. | |||||
| 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-30 | Update jQuery to v1.11.0. | XhmikosR | 1 | -6/+4 | |
| Also, use Google's CDN per #11369. | |||||
| 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 | |||||
