| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-13 | Adjust for Scrollspy offset when calculating maxScroll. | Mike Robinet | 1 | -1/+1 | |
| 2014-05-13 | Update jQuery to v1.11.1. | XhmikosR | 1 | -4/+4 | |
| 2014-05-12 | versions | fat | 11 | -1/+23 | |
| 2014-05-12 | Merge pull request #13191 from AshleyDawson/master | Jacob | 1 | -1/+1 | |
| Fixed nested tab elements li activation | |||||
| 2014-05-12 | fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe | fat | 1 | -0/+1 | |
| 2014-05-09 | Fixed affix-bottom positioning | Gregory Pakosz | 1 | -1/+1 | |
| Set top position to (scrollHeight - this.$element.height() - offsetBottom). | |||||
| 2014-05-05 | Merge pull request #13511 from hnrch02/button-reset-falsey-values-fix | Chris Rebert | 2 | -2/+22 | |
| Allow for resetText of a button to be a falsey value; fixes #13466 | |||||
| 2014-05-05 | Merge pull request #13406 from EnsignR/closed.bs.alert-after-remove | Chris Rebert | 1 | -1/+2 | |
| fires closed.bs.alert *after* DOM detach() as per #12379 | |||||
| 2014-05-05 | Allow for resetText of a button to be a falsey value; fixes #13466 | Heinrich Fenkart | 2 | -2/+22 | |
| 2014-05-04 | import rules from Ratchet's JSCS config with which we already comply | Chris Rebert | 1 | -0/+5 | |
| 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-05-01 | add role="tooltip" to popovers; fixes #13481 | Chris Rebert | 1 | -1/+1 | |
| 2014-04-30 | Merge pull request #11966 from colllin/noconflict | Mark Otto | 22 | -288/+415 | |
| Fix #11464 - JS noConflict() mode not working in 3.0.x | |||||
| 2014-04-30 | Update alert.js | Ross Nye | 1 | -1/+2 | |
| Added call to remove() after event fires to clean up data as per discussion at #12379 | |||||
| 2014-04-25 | Merge pull request #13396 from twbs/carousel-events | Chris Rebert | 2 | -7/+35 | |
| Carousel event properties | |||||
| 2014-04-25 | Carousel.slide: rename e => slideEvent | Chris Rebert | 1 | -3/+3 | |
| 2014-04-25 | change 'slid' comments per @fat's feedback | Chris Rebert | 1 | -3/+3 | |
| 2014-04-24 | Add direction & relatedTarget properties to slid.bs.carousel event | Chris Rebert | 1 | -3/+5 | |
| Fixes #13393 | |||||
| 2014-04-23 | fires closed.bs.alert *after* DOM detach() | Ross Nye | 1 | -1/+1 | |
| fires closed.bs.alert *after* element is removed from DOM. Previously it fired while the element was still attached. | |||||
| 2014-04-21 | #11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵ | Collin Donahue-Oponski | 22 | -288/+415 | |
| reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object | |||||
| 2014-04-21 | fixes #13157 - Collapse plugin - issues with transition end event bubbling | fat | 1 | -2/+4 | |
| 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 | add missing operators to some JSCS rules that we already comply with | Chris Rebert | 1 | -3/+3 | |
| 2014-04-20 | move call for removeBackdrop() to backdrop() | Tobias Lindig | 1 | -3/+7 | |
| Closes #11958 by rebasing & merging it | |||||
| 2014-04-20 | Merge pull request #13306 from twbs/fat-11099 | Jacob | 2 | -3/+3 | |
| fixes #11099 - $.collapse() overrides the original dimension of the coll... | |||||
| 2014-04-20 | Merge pull request #13354 from twbs/fat-13296 | Jacob | 1 | -0/+1 | |
| fixes #13296 Dropdown disappears with right-click on Firefox | |||||
| 2014-04-19 | quote attribute value in ^= selector in button.js | Chris Rebert | 1 | -1/+1 | |
| 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 #13296 Dropdown disappears with right-click on Firefox | fat | 1 | -0/+1 | |
| 2014-04-15 | fixes #11099 - $.collapse() overrides the original dimension of the coll... | fat | 2 | -3/+3 | |
| 2014-04-12 | Wait for the expected target during a collapse | Germán M. Bravo | 1 | -2/+10 | |
| Actually wait for the collapsed item to complete. If complete is called with other target, instead of simply returning and do nothing, wait again until the proper target triggers the event (otherwise this leaves collapse in a broken state). | |||||
| 2014-04-09 | JS: remove unused variables. | XhmikosR | 8 | -25/+25 | |
| 2014-04-08 | When opening the dropdown, focus() the dropdown-toggle BEFORE triggering ↵ | Collin Donahue-Oponski | 1 | -2/+2 | |
| 'shown.bs.dropdown' Closes #11281 by merging it (after rebasing & resolving conflicts) | |||||
| 2014-04-03 | replace $.bind() with $.on() in unit tests; per #13272 | Chris Rebert | 2 | -9/+9 | |
| 2014-04-03 | Fix the new JSHint warnings. | XhmikosR | 1 | -9/+4 | |
| 2014-03-31 | Add comments in carousel.js to clarify that "slid" is not a typo | Chris Rebert | 1 | -4/+4 | |
| Addresses #13248. | |||||
| 2014-03-28 | Modal body shift fix for IE10/11 | Tyler Cipriani | 1 | -9/+14 | |
| Closes #13103 by merging it. | |||||
| 2014-03-26 | Fixed nested tab elements li activation | Ashley Dawson | 1 | -1/+1 | |
| Added closest li instead of direct parent so that you can nest multiple elements within tabs, such as button groups | |||||
| 2014-03-24 | Merge pull request #13165 from stefanneculai/master | Jacob | 2 | -1/+30 | |
| Fix popover when using append | |||||
| 2014-03-24 | Merge branch 'master' into fat-9461 | Mark Otto | 5 | -177/+349 | |
| 2014-03-24 | fixes #9461 - Make carousel ignore non-items in carousel-inner | fat | 2 | -1/+29 | |
| 2014-03-24 | Add test for popover. | Stefan Neculai | 1 | -0/+29 | |
| 2014-03-24 | Fix popover when using append. | Stefan Neculai | 1 | -1/+1 | |
| 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 | 2 | -41/+142 | |
