aboutsummaryrefslogtreecommitdiff
path: root/js/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-19version bump to alpha 5Mark Otto11-21/+21
2016-10-11Collapse using card componentJohann-S1-1/+1
2016-10-10Merge pull request #17614 from Johann-S/patchTooltipMark Otto1-1/+1
2016-10-09Merge pull request #17568 from Johann-S/fixCollapseHeightMark Otto1-1/+1
2016-10-09Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into brn...Mark Otto2-4/+1
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-2/+2
2016-09-05versionsMark Otto11-21/+21
2016-07-27bump versionsMark Otto11-21/+21
2016-06-05Enable more rules from ESLint 2.0; refs #19999 (#20076)Chris Rebert1-1/+1
2016-06-04Update ESLint to v2.5.3 (#20043)Chris Rebert1-3/+8
2016-05-31Tweak Esc key comment in modal.jsChris Rebert1-1/+1
2016-05-31Comply with consistent-return ESLint ruleChris Rebert2-0/+2
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert4-16/+25
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
2016-05-11Handle aria-hidden on modal container when showing/hidingPatrick H. Lauke1-0/+2
2016-04-21Modal: Remove IE8-specific window.innerWidth workaroundChris Rebert1-7/+1
2016-02-17Replace jQuery with vanilla JSPatrick H. Lauke1-1/+1
2016-02-16Focus (visually hidden) input radio/checkboxPatrick H. Lauke1-0/+3
2016-01-26scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibilityChris Rebert1-1/+1
2015-12-24Exempt getUID() from ESLint's no-bitwise ruleChris Rebert1-0/+2
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
2015-12-22Modal: Ignore spurious `focus` event that Firefox fires at `document` when sw...Chris Rebert1-2/+3
2015-12-08Update version numbers using npm scriptChris Rebert10-10/+10
2015-12-08manually bump versions because npm script wasn't working for meMark Otto11-11/+11
2015-12-05Fix version numbers is JS files; fixes #18435Chris Rebert11-21/+21
2015-12-05Merge pull request #18391 from twbs/double-bitwise-not-commentXhmikosR1-1/+1
2015-12-03Tweak ESLint rules.XhmikosR3-12/+12
2015-11-30dropdown.js: Use more straightforward phrasing for index lower bound checkChris Rebert1-1/+1
2015-11-30util.js: Add comment explaining ~~ trickChris Rebert1-1/+1
2015-11-14add undefined for nowJacob Thornton1-1/+1
2015-11-14add explicit error for lack of tether in tooltips - fixes #17273Jacob Thornton1-0/+8
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into lin...Jacob Thornton1-18/+7
2015-11-03Add eslint no-undef rule and resolve errorsJon Tewksbury2-1/+3
2015-10-11Use Page Visibility API in Carousel; fixes #17706Johann-S1-1/+8
2015-10-02Add throw error for undefined method on pluginsJohann-S8-4/+25
2015-09-16Change destroy -> disposeJohann-S1-1/+1
2015-09-11fix resetting style on closing collapseJohann-S1-1/+1
2015-09-03Modals: Fix bad paddingRight calculation; fixes #17399muzige20001-1/+1
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy2-22/+25
2015-08-26Convert popover's arrows to generated CSS content via :before/:afterBernardo Gurgel Filho1-3/+1
2015-08-26Convert tooltip's arrows to generated CSS content via :beforeBernardo Gurgel Filho1-1/+0
2015-08-26fixes #17097: Go back to using jQuery's text and html methods since innerText...Jelle Versele2-7/+7
2015-08-20_removeTetherClasses is no longer referencedlbryant1-6/+0
2015-08-20use Tether addTargetClasses: false option instead of manually removing themlbryant1-12/+7
2015-08-18rewrite tab with new active shitJacob Thornton1-25/+13
2015-08-18Merge branch 'v4' of github.com:twbs/derpstrap into v4Jacob Thornton1-14/+22
2015-08-18some minor alert shitJacob Thornton1-32/+23
2015-08-18js tests passing + eslintJacob Thornton11-91/+112
2015-08-18use proxy not bind in alertJacob Thornton1-1/+1
2015-08-15fix dropdown testJacob Thornton1-2/+2