aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
2014-07-06Clean affix unit tests upHeinrich Fenkart1-11/+20
2014-07-06Perform a cleanup after each testHeinrich Fenkart1-1/+7
2014-07-06Update QUnit settings/QUnit phantomjs bridge to new versionsHeinrich Fenkart2-41/+44
2014-07-06Merge pull request #13855 from hnrch02/modal-mousedownJacob2-3/+3
2014-07-05Merge pull request #14000 from hnrch02/modal-keydownJacob2-2/+40
2014-07-05fix buildfat1-2/+2
2014-07-05apply #14022 without semicolon – cleans up some jquery class usagefat1-3/+2
2014-07-03no need to create $.EventWing1-1/+1
2014-07-03trigger 'affixed.bs.affix' instead of 'affixed'Wing1-1/+1
2014-07-01Only close modal if escape was hit with keydown; fixes #13929Heinrich Fenkart2-2/+40
2014-07-01Use mousedown instead of click for backdrop click detection; fixes #13816Heinrich Fenkart2-3/+3
2014-06-26bump to v3.2.0Mark Otto12-23/+23
2014-06-23Merge branch 'master' into fix-13386fat14-1565/+1493
2014-06-23Revert UMD (#13772 & friends) for now, due to #13812.Chris Rebert14-1560/+1488
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
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
2014-06-12Fix regression of #10038 introduced by #13772Heinrich Fenkart12-12/+12
2014-06-11Merge pull request #13787 from twbs/fat-3731Jacob1-3/+13
2014-06-10add special transitionend type to test event originfat7-25/+24
2014-06-10fix #13185 - keyboard support for carouselfat1-3/+13
2014-06-10fix #13220 Scrollspy generates wrong offsets for a page-- recalculate offsets...fat1-1/+11
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
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). This...fat12-1/+871
2014-06-07refactor scrollspy refresh methodMike Greiling1-2/+8
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
2014-06-06Merge pull request #13627 from twbs/maybe-fix-12364Chris Rebert2-3/+57
2014-06-06Minor style tweaks.XhmikosR7-16/+28
2014-06-06carousel.js: remove unneeded variable assignment.XhmikosR1-1/+1
2014-06-06Comply to the new style.XhmikosR19-143/+157
2014-06-06Tweak JSHint and JSCS checks.XhmikosR4-8/+21
2014-05-23Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offsetChris Rebert2-3/+37
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert3-0/+22
2014-05-23Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480Chris Rebert2-0/+42
2014-05-19Hopefully a fix for #12364Chris Rebert2-3/+57
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