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
2018-09-28Use BrowserStack for our unit tests.Johann-S
2018-08-19fix unit testsJohann-S
2018-08-13Fix/xss issues on data attributes (#27047)don-spyker
2018-05-07fix(tab): remove xssJohann-S
2018-04-07Merge remote-tracking branch 'origin/master' into v3.4.0-devMark Otto
2017-10-04Prevent empty carousel from throwing, and staying in a 'sliding' state.Craig Main
2017-09-14Fix XSS in Alert, Carousel, Collapse, Dropdown and ModalJohann-S
2017-07-04bump versionMark Otto
2016-07-25Update version numbers in preparation for v3.3.7 release (#20357)Chris Rebert
2016-07-21Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3; ...Chris Rebert
2016-07-12button.js: Set disabled property in addition to disabled attribute to preserv...Chris Rebert
2016-07-12alert: Avoid calling jQuery('#'), it's a syntax error in jQuery 3.0 (#20019)Dave Methvin
2016-07-08Port #20198 to v3Dave Methvin
2016-07-08Port #20190 to v3Dave Methvin
2016-05-30Clear tooltip's $element to prevent leaking memory. Fixes #17973Greg Sheremeta
2016-05-29Merge two jQuery `is()` calls in the button component by using the OR operato...Jonathan Persson
2016-05-26Update jQuery to v1.12.4.XhmikosR
2016-03-19Update jQuery to v1.12.2.XhmikosR
2016-03-10Update QUnit to v1.22.0.XhmikosR
2016-03-10Fix JSHint errors.XhmikosR
2016-02-23Update jQuery to 1.12.1alberto
2016-02-18Bump html5shiv to v3.7.3Chris Rebert
2016-02-17Port #19220 to v3Chris Rebert
2016-02-17Visual/manual test for checkbox/radio button kbd behaviorPatrick H. Lauke
2016-02-16button.js: Fix keyboard navigationFabrice Daugan
2016-01-15enforceFocus event.target - event is undefinedSean Jones
2016-01-01Update copyright years to 2016Chris Rebert
2015-12-23Modal: Ignore spurious `focus` event that Firefox fires at `document` when sw...Chris Rebert
2015-12-23Add visual test for #18365Chris Rebert
2015-12-23js/tests/unit/modal.js: Fix typoChris Rebert
2015-11-24bump versionMark Otto
2015-09-28Documentation clean up and consistency; closes #17625Baraa Hamodi
2015-07-27Fix triggering of {shown,hidden}.bs.dropdown events so relatedTarget gets set...Johann-S
2015-07-03Removes unnecessary period at end of commentMelinda Sarnicki Bernardo
2015-06-16bump versionMark Otto
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke
2015-05-17Use `https` when possible.XhmikosR
2015-05-10Update jQuery to v1.11.3.XhmikosR
2015-05-05phantom.js: switch to unicode characters that work on Windows too.XhmikosR
2015-05-05Comply to the new JSCS rules.XhmikosR
2015-05-05Update JSCS rules.XhmikosR
2015-05-05Merge pull request #16014 from redbmk/issue-16008Chris Rebert
2015-05-03Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fixPatrick H. Lauke
2015-05-03Fix issue where affixed element has incorrect positioningCarlo Stearns
2015-05-01Remove broken/vestigial unit testPatrick H. Lauke
2015-05-01Fix radio and checkbox keyboard handlingPatrick H. Lauke
2015-04-28Minor lint tweaks.XhmikosR
2015-04-28Multiple tooltip triggers don't play well togetherBraden M. Kelley
2015-04-27Merge pull request #16152 from jarthod/tooltip-placement-viewport-fixF A T
2015-04-27Set `box-sizing: border-box` on .container-viewport in #16142 testcaseChris Rebert