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
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert
2014-07-31Fix #13818 by using more robust "find next carousel item" logicChris Rebert
2014-07-25re-alphabetize .jscsrcChris Rebert
2014-07-25Delete duplicate JSCS propertiesArtem Belov
2014-07-22Merge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic...Jacob
2014-07-22Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into mckr...fat
2014-07-22cleanup stylefat
2014-07-18Fix issue where bottom affixed element floats over the footer when theCharles B Johnson
2014-07-18Refactor determining affix state into a separate expanded methodCharles B Johnson
2014-07-18Add a bottom affixed element to affix visual tests.Charles B Johnson
2014-07-17Merge pull request #14055 from twbs/fat-speed-up-testsJacob
2014-07-17speed up js tests a bitfat
2014-07-16Follow-up to #13907: simplify JS logic for focus shimHeinrich Fenkart
2014-07-09`document.head` is undefined in IE8Heinrich Fenkart
2014-07-09Fix IE8 reporting type object for `getBoundingClientRect`Heinrich Fenkart
2014-07-09Fix IE8 reporting height style as all uppercaseHeinrich Fenkart
2014-07-09Fix invalid HTML in "should allow html entities" tooltip unit testChris Rebert
2014-07-07Expose transition durations on plugin constructors; closes #13656Heinrich Fenkart
2014-07-07Merge pull request #13907 from twbs/fat-12145Mark Otto
2014-07-07fix scrollspy test in firefox mac osfat
2014-07-07Merge pull request #13853 from hnrch02/unit-tests-cleanupJacob
2014-07-07Merge pull request #14021 from CFXd/add_collapsed_default_class_to_navbar_col...Mark Otto
2014-07-07jscs fixMark Otto
2014-07-07Merge branch 'breaddevil-replace-scrollspy-default-behavior-test'fat
2014-07-07Merge branch 'replace-scrollspy-default-behavior-test' of git://github.com/br...fat
2014-07-07Merge pull request #13815 from hnrch02/tabs-fade-not-activeJacob
2014-07-06Move to leading plusesHeinrich Fenkart
2014-07-06Merge pull request #14015 from twbs/possible-14013-fixChris Rebert
2014-07-06Move to 16ms from 18ms based on the Paul Irish's rAF polyfillHeinrich Fenkart
2014-07-06Mention #13500 in comment for ScrollSpy testHeinrich Fenkart
2014-07-06Clean tooltip unit tests upHeinrich Fenkart
2014-07-06Clean tab unit tests upHeinrich Fenkart
2014-07-06Clean scrollspy unit tests upHeinrich Fenkart
2014-07-06Clean popover unit tests upHeinrich Fenkart
2014-07-06Clean modal unit tests upHeinrich Fenkart
2014-07-06Clean dropdown unit tests upHeinrich Fenkart
2014-07-06Clean collapse unit tests upHeinrich Fenkart
2014-07-06Clean carousel unit tests upHeinrich Fenkart
2014-07-06Clean button unit tests upHeinrich Fenkart
2014-07-06Clean alert unit tests upHeinrich Fenkart
2014-07-06Clean affix unit tests upHeinrich Fenkart
2014-07-06Perform a cleanup after each testHeinrich Fenkart
2014-07-06Update QUnit settings/QUnit phantomjs bridge to new versionsHeinrich Fenkart
2014-07-06refactor/reformat Tooltip.getPosition per @fat's feedbackChris Rebert
2014-07-06Merge pull request #13855 from hnrch02/modal-mousedownJacob
2014-07-06Merge pull request #14000 from hnrch02/modal-keydownJacob
2014-07-06fix buildfat
2014-07-06apply #14022 without semicolon – cleans up some jquery class usagefat
2014-07-03no need to create $.EventWing