| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-15 | Replace `master` with `v3-dev` after the branch switch. (#28287) | XhmikosR | 1 | -1/+1 | |
| 2018-10-18 | Switch to lowercase `doctype`. | XhmikosR | 1 | -1/+1 | |
| 2018-10-08 | Cache length variables. | XhmikosR | 1 | -2/+2 | |
| 2018-10-08 | Fix HTML validation errors and lint tests too. | XhmikosR | 1 | -1/+1 | |
| 2018-09-28 | Use BrowserStack for our unit tests. | Johann-S | 1 | -3/+2 | |
| 2016-02-16 | Port #19220 to v3 | Chris Rebert | 1 | -1/+4 | |
| js/tests/index.html: Replace jQuery event alias methods with functions that throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator] | |||||
| 2015-07-02 | Removes unnecessary period at end of comment | Melinda Sarnicki Bernardo | 1 | -1/+1 | |
| 2015-03-09 | Disable jQuery event aliases when running test suite | Chris Rebert | 1 | -0/+40 | |
| To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either. | |||||
| 2015-03-03 | [Fixes #15953] Implement assert.expect in each unit test | Kevin Kirsche | 1 | -0/+2 | |
| [Fixes #15953] Implement `assert.expect` in each unit test | |||||
| 2015-03-01 | Disable deprecated global QUnit method aliases to prevent backsliding on ↵ | Chris Rebert | 1 | -0/+28 | |
| QUnit v2 readiness | |||||
| 2015-03-01 | Unit tests: Only display fixture on-screen for iOS | Heinrich Fenkart | 1 | -6/+11 | |
| Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742 | |||||
| 2015-03-01 | Use different way to make failing test more visible in Sauce | Heinrich Fenkart | 1 | -4/+0 | |
| 2015-02-25 | Use QUnit.log(...) instead of QUnit.log = ... | Chris Rebert | 1 | -2/+2 | |
| Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks | |||||
| 2014-10-30 | fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2014-10-30 | Fix the iOS 8 unit test failures | Heinrich Fenkart | 1 | -0/+7 | |
| Resolves #14919. | |||||
| 2014-09-17 | Make it easier to see failing tests in Sauce screencasts | Chris Rebert | 1 | -0/+5 | |
| ...by hiding passing tests in the list of tests. | |||||
| 2014-07-06 | Perform a cleanup after each test | Heinrich Fenkart | 1 | -1/+7 | |
| 2014-07-06 | Update QUnit settings/QUnit phantomjs bridge to new versions | Heinrich Fenkart | 1 | -11/+10 | |
| 2014-04-19 | rename jquery.js -> jquery.min.js since it's minified | Chris Rebert | 1 | -1/+1 | |
| 2014-03-24 | tests/index.html: re-indent. | XhmikosR | 1 | -68/+68 | |
| 2014-03-24 | tests/index.html: add missing `meta charset`. | XhmikosR | 1 | -0/+1 | |
| 2014-02-21 | updated qunit test reporting so sauce labs can report failing tests | jonahss | 1 | -2/+26 | |
| 2014-02-18 | Improve `js/tests/index.html` | Zlatan Vasović | 1 | -6/+5 | |
| - Improve comments. - Remove `transition.js` script load as `transition.js` unit test doesn't exist. | |||||
| 2014-01-16 | new qunit | fat | 1 | -5/+2 | |
| 2014-01-14 | more detailed QUnit test results in Sauce | Chris Rebert | 1 | -1/+6 | |
| 2013-10-09 | Remove [type] | Zlatan Vasović | 1 | -1/+1 | |
| type="text/css" isn't needed | |||||
| 2013-07-26 | Replace Makefile with GruntJS | John-Philip Johansson | 1 | -3/+0 | |
| A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert | |||||
| 2013-05-16 | change namespace back to dot notation and someother js shizzle | fat | 1 | -0/+1 | |
| 2013-05-16 | a bunch javascript junk | fat | 1 | -27/+25 | |
| 2013-04-23 | 'js' folder .editorconfig code guide updates | Stephen Edgar | 1 | -1/+1 | |
| 2012-07-22 | some progress on affix plugin | Jacob Thornton | 1 | -0/+2 | |
| 2012-04-19 | run qunit tests in phantomjs for travis-ci | Jacob Thornton | 1 | -0/+3 | |
| 2012-03-24 | add preventDefault support for all inital event types (show, close, hide, ↵ | Jacob Thornton | 1 | -0/+2 | |
| etc.) + fix small bug with scrollspy.last | |||||
| 2012-03-17 | add /head | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-11 | add build tool for js + rename twipsy to tooltip + lots of little doc cleanup | Jacob Thornton | 1 | -2/+2 | |
| 2012-01-06 | start of autocomplete plugin | Jacob Thornton | 1 | -0/+2 | |
| 2011-12-20 | giant refactor - all spec passing again... | Jacob Thornton | 1 | -8/+16 | |
| 2011-10-19 | fix scrollspy simplify stuff more - break everything. | Jacob Thornton | 1 | -0/+1 | |
| 2011-09-11 | get all spec passing again | Jacob Thornton | 1 | -1/+1 | |
| 2011-09-09 | move js plugins to root dir, begin writing tests, and change modal plugin to ↵ | Jacob Thornton | 1 | -0/+38 | |
| be more boss like | |||||
