Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2015-05-14al tests passing, dist rebuilt, w/typecheckerfat
2015-05-14add simple type checker implementationfat
2015-05-13fix up testsfat
2015-05-13fix #15301fat
2015-05-13add "focus" option for turning off modal focusing #16050fat
2015-05-13address https://github.com/twbs/bootstrap/pull/16135fat
2015-05-13implement global dispose methodfat
2015-05-13update attachment -> placementfat
2015-05-13grunt test-js, grunt dist-js now workingfat
2015-05-13popover passing as wellfat
2015-05-12rewritten tooltip + tether integration and death to our positioner jankfat
2015-05-11tab es6fat
2015-05-11scrollspy es6fat
2015-05-11add getters for Version and Default where applicablefat
2015-05-10add dropdownfat
2015-05-10add collapsefat
2015-05-08carousel -> es6fat
2015-05-08button -> es6fat
2015-05-08change the export pattern to protect against leaking globalsfat
2015-05-07es6 alert :|fat
2015-05-06remove closureness from pluginsfat
2015-04-24throw error when trying to show tooltip on :hidden elementChris Rebert
2015-03-29Merge branch 'master' into v4Mark Otto
2015-03-26JSCS: Add "disallowSpacesInFunctionDeclaration"Heinrich Fenkart
2015-03-26rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert
2015-03-22Fix #16072: Clicking into input field within dropdown no longer closes the dr...Emmanuel Bourgerie
2015-03-19Merge pull request #16024 from twbs/unnecessary-parsingChris Rebert
2015-03-16v3.3.2 => v3.3.4Chris Rebert
2015-03-10Fixed proper navigation element selection on backward scrolling (from the bot...Maxim Andrukhovych
2015-03-10Merge pull request #16012 from twbs/refs-12761Chris Rebert
2015-03-09avoid unnecessary HTML string building+parsingChris Rebert
2015-03-09Affix: $('body') => $(document.body)Chris Rebert
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert
2015-03-09Merge pull request #16011 from twbs/fix-15315Chris Rebert
2015-03-07add togglable scrollbar-inducing content to Modal visual testChris Rebert
2015-03-07add static navbar to Modal visual testChris Rebert
2015-03-07Merge pull request #15999 from twbs/kkirsche-includeTestsReadmeChris Rebert
2015-03-07[Fixes #15951] Document JS test suite basicsKevin Kirsche
2015-03-07Collapse unit test: rm check that no-op hide adds style="height: 0px"Chris Rebert
2015-03-06.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes #...Chris Rebert
2015-03-04Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874Chris Rebert
2015-03-04add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert
2015-03-04rm semicolon for sake of fat's eccentric tastesChris Rebert
2015-03-03Merge pull request #15961 from kkirsche/ImplementAssertExpectHeinrich Fenkart
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart
2015-03-02Merge pull request #15970 from twbs/the-future-is-now-qunitChris Rebert
2015-03-02Disable es3 for tests and customizer.js.XhmikosR
2015-03-02Disable deprecated global QUnit method aliases to prevent backsliding on QUni...Chris Rebert