| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-26 | bump to v3.2.0 | Mark Otto | 12 | -23/+23 | |
| 2014-06-23 | Merge branch 'master' into fix-13386 | fat | 14 | -1565/+1493 | |
| Conflicts: js/carousel.js | |||||
| 2014-06-23 | Revert UMD (#13772 & friends) for now, due to #13812. | Chris Rebert | 14 | -1560/+1488 | |
| Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit 2b302f69eea416bc85e7827b7d7a74d49f879662. Revert "Fix regression of #10038 introduced by #13772" This reverts commit e9d6756a1ac76a9db31a41e8e03f663bedc41b70. Revert "MD/CommonJS/Globals #12909" This reverts commit 1c6fa9010daf0d0c21de9e20fe6ac4dba1788d90. Revert "address #13811" This reverts commit f347d7d955bbb17234b8e12c68efae7d516ce62c. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js | |||||
| 2014-06-19 | Update a few source files to comply to new JSCS rules | Heinrich Fenkart | 5 | -6/+6 | |
| 2014-06-19 | Remove deprecated JSCS rules and add requireSpaceAfterLineComment | Heinrich Fenkart | 1 | -4/+4 | |
| 2014-06-17 | fix for #13747 | Erwan Jegouzo | 1 | -1/+1 | |
| Closes #13782 by merging it. | |||||
| 2014-06-13 | fix #13386 | Chris Rebert | 1 | -0/+1 | |
| 2014-06-12 | some changes from #13801 - add strict mode back and == | fat | 13 | -1526/+1551 | |
| 2014-06-11 | Merge pull request #13786 from twbs/fat-13430 | Jacob | 7 | -25/+24 | |
| add special transitionend type to test event origin | |||||
| 2014-06-12 | Fix regression of #10038 introduced by #13772 | Heinrich Fenkart | 12 | -12/+12 | |
| 2014-06-11 | Merge pull request #13787 from twbs/fat-3731 | Jacob | 1 | -3/+13 | |
| fix #13185 - keyboard support for carousel | |||||
| 2014-06-10 | add special transitionend type to test event origin | fat | 7 | -25/+24 | |
| fixes #13430 | |||||
| 2014-06-10 | fix #13185 - keyboard support for carousel | fat | 1 | -3/+13 | |
| 2014-06-10 | fix #13220 Scrollspy generates wrong offsets for a page-- recalculate ↵ | fat | 1 | -1/+11 | |
| offsets if `scrollheight` changes | |||||
| 2014-06-10 | MD/CommonJS/Globals #12909 | Katie Zhu | 14 | -28/+75 | |
| 2014-06-09 | change how carousel indicators activate #12592 | Katie Zhu | 1 | -10/+6 | |
| 2014-06-08 | Merge pull request #13755 from twbs/fat-visual-test | Jacob | 12 | -1/+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 | 12 | -1/+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 | refactor scrollspy refresh method | Mike Greiling | 1 | -2/+8 | |
| Closes #13702 by merging a rebased version of it. | |||||
| 2014-06-07 | removing this.$element as it is a superfluous copy of this.$scrollElement | Mike Greiling | 1 | -3/+3 | |
| 2014-06-07 | no need to check for href attribute on the scrollable element | Mike Greiling | 1 | -4/+1 | |
| 2014-06-07 | there is no need for this.offsets and this.targets to be jQuery objects | Mike Greiling | 1 | -5/+6 | |
| 2014-06-07 | don't show tooltips/popovers whose element isn't in the DOM; fixes #13268 | Chris Rebert | 1 | -2/+3 | |
| 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 | 24 | -166/+205 | |
| Improve JS style | |||||
| 2014-06-06 | Merge pull request #13627 from twbs/maybe-fix-12364 | Chris Rebert | 2 | -3/+57 | |
| Hopefully fixes trigger focus restoration on modal close | |||||
| 2014-06-06 | Minor style tweaks. | XhmikosR | 7 | -16/+28 | |
| 2014-06-06 | carousel.js: remove unneeded variable assignment. | XhmikosR | 1 | -1/+1 | |
| `slideIndex` is assigned to the same value a few lines above. | |||||
| 2014-06-06 | Comply to the new style. | XhmikosR | 19 | -143/+157 | |
| 2014-06-06 | Tweak JSHint and JSCS checks. | XhmikosR | 4 | -8/+21 | |
| 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 | 2 | -3/+37 | |
| Adjust for Scrollspy offset when calculating maxScroll. | |||||
| 2014-05-23 | Merge pull request #13593 from ResentedHook/master | Chris Rebert | 3 | -0/+22 | |
| Add tooltip self-reference to address #12320 | |||||
| 2014-05-23 | Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480 | Chris Rebert | 2 | -0/+42 | |
| Aria describedby tooltip: #13480 | |||||
| 2014-05-19 | Hopefully a fix for #12364 | Chris Rebert | 2 | -3/+57 | |
| * 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 | add missing event namespacing in modal.js | Chris Rebert | 1 | -1/+1 | |
| 2014-05-16 | add `target` option to Affix plugin | Attila Dobi | 1 | -4/+6 | |
| 2014-05-16 | Adds aria described by to tooltip plugin for accessibility | Steven Bassett | 2 | -0/+42 | |
| 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 | 3 | -0/+22 | |
| 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 | 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 | |
