aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2014-06-26bump to v3.2.0Mark Otto12-23/+23
2014-06-23Merge branch 'master' into fix-13386fat14-1565/+1493
Conflicts: js/carousel.js
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert14-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-19Update a few source files to comply to new JSCS rulesHeinrich Fenkart5-6/+6
2014-06-19Remove deprecated JSCS rules and add requireSpaceAfterLineCommentHeinrich Fenkart1-4/+4
2014-06-17fix for #13747Erwan Jegouzo1-1/+1
Closes #13782 by merging it.
2014-06-13fix #13386Chris Rebert1-0/+1
2014-06-12some changes from #13801 - add strict mode back and ==fat13-1526/+1551
2014-06-11Merge pull request #13786 from twbs/fat-13430Jacob7-25/+24
add special transitionend type to test event origin
2014-06-12Fix regression of #10038 introduced by #13772Heinrich Fenkart12-12/+12
2014-06-11Merge pull request #13787 from twbs/fat-3731Jacob1-3/+13
fix #13185 - keyboard support for carousel
2014-06-10add special transitionend type to test event originfat7-25/+24
fixes #13430
2014-06-10fix #13185 - keyboard support for carouselfat1-3/+13
2014-06-10fix #13220 Scrollspy generates wrong offsets for a page-- recalculate ↵fat1-1/+11
offsets if `scrollheight` changes
2014-06-10MD/CommonJS/Globals #12909Katie Zhu14-28/+75
2014-06-09change how carousel indicators activate #12592Katie Zhu1-10/+6
2014-06-08Merge pull request #13755 from twbs/fat-visual-testJacob12-1/+871
Adds isolated visual tests for javascript plugins (decoupled from docs)....
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). ↵fat12-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-07refactor scrollspy refresh methodMike Greiling1-2/+8
Closes #13702 by merging a rebased version of it.
2014-06-07removing this.$element as it is a superfluous copy of this.$scrollElementMike Greiling1-3/+3
2014-06-07no need to check for href attribute on the scrollable elementMike Greiling1-4/+1
2014-06-07there is no need for this.offsets and this.targets to be jQuery objectsMike Greiling1-5/+6
2014-06-07don't show tooltips/popovers whose element isn't in the DOM; fixes #13268Chris Rebert1-2/+3
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-07Merge pull request #13388 from twbs/xhmikosr-js-styleXhmikosR24-166/+205
Improve JS style
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert2-3/+57
Hopefully fixes trigger focus restoration on modal close
2014-06-06Minor style tweaks.XhmikosR7-16/+28
2014-06-06carousel.js: remove unneeded variable assignment.XhmikosR1-1/+1
`slideIndex` is assigned to the same value a few lines above.
2014-06-06Comply to the new style.XhmikosR19-143/+157
2014-06-06Tweak JSHint and JSCS checks.XhmikosR4-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-23Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offsetChris Rebert2-3/+37
Adjust for Scrollspy offset when calculating maxScroll.
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert3-0/+22
Add tooltip self-reference to address #12320
2014-05-23Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480Chris Rebert2-0/+42
Aria describedby tooltip: #13480
2014-05-19Hopefully a fix for #12364Chris Rebert2-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-19fix typo in assertion descriptionChris Rebert1-1/+1
2014-05-16add missing event namespacing in modal.jsChris Rebert1-1/+1
2014-05-16add `target` option to Affix pluginAttila Dobi1-4/+6
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett2-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-14Add tooltip self-reference to address #12320j.corns3-0/+22
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-13Adjust for Scrollspy offset when calculating maxScroll.Mike Robinet1-1/+1
2014-05-13Update jQuery to v1.11.1.XhmikosR1-4/+4
2014-05-12versionsfat11-1/+23
2014-05-12Merge pull request #13191 from AshleyDawson/masterJacob1-1/+1
Fixed nested tab elements li activation
2014-05-12fixes #12211: Scrollspy: Navs in different tabs can interfere with each othefat1-0/+1
2014-05-09Fixed affix-bottom positioningGregory Pakosz1-1/+1
Set top position to (scrollHeight - this.$element.height() - offsetBottom).
2014-05-05Merge pull request #13511 from hnrch02/button-reset-falsey-values-fixChris Rebert2-2/+22
Allow for resetText of a button to be a falsey value; fixes #13466
2014-05-05Merge pull request #13406 from EnsignR/closed.bs.alert-after-removeChris Rebert1-1/+2
fires closed.bs.alert *after* DOM detach() as per #12379
2014-05-05Allow for resetText of a button to be a falsey value; fixes #13466Heinrich Fenkart2-2/+22