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-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
2015-03-02Merge pull request #15955 from twbs/fixture-on-screen-iosChris Rebert
2015-03-02Merge pull request #15593 from neoeno/handle_multiple_zero_offset_scrollspy_e...Chris Rebert
2015-03-02Handle multiple zero-offset Scrollspy elements.Caden Lovelace
2015-03-02Merge branch 'master' into v4Mark Otto
2015-03-01Unit tests: Only display fixture on-screen for iOSHeinrich Fenkart
2015-03-01Use different way to make failing test more visible in SauceHeinrich Fenkart
2015-02-27Update all collapse triggers with .collapsed class and aria-expandedIvan Cheung
2015-02-26QUnit.jsDump => QUnit.dumpChris Rebert
2015-02-26Use QUnit.log(...) instead of QUnit.log = ...Chris Rebert
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart
2015-02-26Modal: Apply any preexisting body padding again after closingnakupanda
2015-02-26Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is calledQuentin Spencer-Harper
2015-02-26Dropdowns: Skip `.disabled` instead of `.divider` on keydown eventvsn4ik
2015-02-26Merge pull request #15923 from kkirsche/useExplicitVariableDeclarationHeinrich Fenkart
2015-02-26Merge pull request #15693 from huang-x-h/patch-1Chris Rebert
2015-02-25[Ref #15881] Use Explicit Values rather than ChainKevin Kirsche
2015-02-25fix 2 typos in modal unit test assertion messagesChris Rebert
2015-02-25Dropdown unit tests: Tiny style changesHeinrich Fenkart
2015-02-25ScrollSpy: Small style consistency adjustmentsHeinrich Fenkart
2015-02-25Merge pull request #15904 from kkirsche/patch-8Chris Rebert
2015-02-25Add unit test of aria-expanded to dropdown suiteKevin Kirsche
2015-02-25Add tests for aria-hidden of modalKevin Kirsche