| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-14 | Fix JSHint errors | Julian Thilo | 1 | -36/+35 | |
| X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517 | |||||
| 2014-03-13 | Merge pull request #13060 from twbs/role-tooltip | Chris Rebert | 1 | -1/+1 | |
| add role="tooltip" to tooltips by default to improve accessibility | |||||
| 2014-03-13 | Merge pull request #11937 from IHomer/master | Jacob | 1 | -1/+1 | |
| Fix: IE10 or lower incorrectly determines the scrollheight of the body. ... | |||||
| 2014-03-13 | Merge pull request #11453 from moodyroto/patch-1 | Jacob | 1 | -0/+37 | |
| fix scrollspy for targets within tabs | |||||
| 2014-03-13 | add role="tooltip" to tooltips by default to improve accessibility | Chris Rebert | 1 | -1/+1 | |
| See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip | |||||
| 2014-03-10 | fix #12771 | Chris Rebert | 1 | -1/+1 | |
| 2014-03-09 | Remove unneeded quotes. | XhmikosR | 3 | -10/+11 | |
| 2014-03-08 | fixes #9836 | fat | 1 | -2/+4 | |
| 2014-03-08 | fix #9342 | fat | 1 | -1/+1 | |
| 2014-03-06 | use quotes around all element attr vals in JS; fixes #12946 | Chris Rebert | 2 | -5/+5 | |
| 2014-02-28 | Move `trailing` check to JSCS. | XhmikosR | 1 | -0/+1 | |
| 2014-02-28 | Move `camelcase` check to JSCS. | XhmikosR | 1 | -0/+1 | |
| 2014-02-28 | JSCS: Use more style checks. | XhmikosR | 1 | -0/+3 | |
| 2014-02-28 | Move the quotes check to JSCS. | XhmikosR | 2 | -2/+2 | |
| 2014-02-28 | Switch to using JSCS for the indentation check. | XhmikosR | 3 | -16/+15 | |
| 2014-02-27 | Fixed flickering and simplified calculations | Suleman Chikhalia | 1 | -3/+1 | |
| - Removed offending line causing a flicker to the default top state - Simplified calculation of the top offset when in the bottom state | |||||
| 2014-02-26 | Bump grunt-jscs-checker. | XhmikosR | 1 | -0/+0 | |
| 2014-02-21 | updated qunit test reporting so sauce labs can report failing tests | jonahss | 1 | -2/+26 | |
| 2014-02-21 | Merge pull request #12761 from hnrch02/no-event-aliases | Mark Otto | 2 | -8/+8 | |
| Remove event aliases from JavaScript | |||||
| 2014-02-18 | Merge pull request #12058 from ZDroid/uti | XhmikosR | 4 | -45/+45 | |
| Remove semicolons from JS tests | |||||
| 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-02-17 | Remove semicolons from JS tests | Zlatan Vasović | 4 | -45/+45 | |
| 2014-02-16 | Merge pull request #12720 from twbs/reident-test-files | Chris Rebert | 12 | -1470/+1471 | |
| Reindent test files | |||||
| 2014-02-16 | Remove event aliases from JavaScript | Heinrich Fenkart | 2 | -8/+8 | |
| Makes life for people with custom jQuery builds excluding event aliases much easier. | |||||
| 2014-02-16 | Merge pull request #12513 from ZDroid/jshint | XhmikosR | 1 | -1/+0 | |
| Remove `curly: false` from `.jshintrc` | |||||
| 2014-02-16 | Remove `curly: false` from `.jshintrc` | Zlatan Vasović | 1 | -1/+0 | |
| 2014-02-14 | Re-indent test files. | XhmikosR | 12 | -1470/+1471 | |
| 2014-02-13 | v3.1.1 bump | Mark Otto | 12 | -12/+12 | |
| 2014-01-30 | Update jQuery to v1.11.0. | XhmikosR | 1 | -6/+4 | |
| Also, use Google's CDN per #11369. | |||||
| 2014-01-30 | Bump versions, run gruntv3.1.0 | Mark Otto | 12 | -12/+12 | |
| 2014-01-17 | add namespace `.bs` also to the event `dismiss.modal` | Tobias Lindig | 1 | -3/+3 | |
| 2014-01-17 | remove needless space character | Tobias Lindig | 1 | -1/+1 | |
| 2014-01-16 | Revert "Add tooltip `viewport` option, respect bounds of the viewport" | Chris Rebert | 2 | -116/+30 | |
| This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html | |||||
| 2014-01-16 | Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵ | Mark Otto | 2 | -30/+116 | |
| into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html | |||||
| 2014-01-16 | add missing paren | fat | 1 | -1/+1 | |
| 2014-01-16 | tooltip subpixel test fixes | fat | 1 | -2/+6 | |
| 2014-01-16 | remove flaky pos bottom test which is effect by unit scroll pos | fat | 1 | -10/+0 | |
| 2014-01-16 | new qunit | fat | 9 | -1055/+1720 | |
| 2014-01-16 | Fixing js error in IE9 where no transition is supported | Islam Sharabash | 1 | -1/+1 | |
| 2014-01-14 | more detailed QUnit test results in Sauce | Chris Rebert | 1 | -1/+6 | |
| 2014-01-14 | Add tooltip `viewport` option, respect bounds of the viewport | Ben Ogle | 2 | -30/+116 | |
| 2014-01-13 | upgrade to QUnit v1.0.0 | Chris Rebert | 2 | -45/+81 | |
| 2014-01-13 | Revert accidental overzealousness from 16eccc43d9 | Chris Rebert | 2 | -2/+2 | |
| Let's not confuse the archaeologists & historians. | |||||
| 2014-01-08 | JSCS can be dumb sometimes | Chris Rebert | 1 | -1/+1 | |
| 2014-01-07 | Merge pull request #12057 from ZDroid/nl | Chris Rebert | 12 | -12/+24 | |
| 'use strict' on new line | |||||
| 2014-01-07 | Update copyright notices in all places | Julian Thilo | 12 | -12/+12 | |
| - Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files | |||||
| 2014-01-03 | Use $ instead of jQuery | Kevin Sawicki | 1 | -1/+1 | |
| 2014-01-01 | 'use strict' on new line | Zlatan Vasović | 12 | -12/+24 | |
| 2014-01-01 | New Year | Zlatan Vasović | 12 | -12/+12 | |
| 2013-12-29 | Merge branch 'dropdown-aria-roles' of git://github.com/plumlee/bootstrap ↵ | fat | 1 | -2/+3 | |
| into plumlee-dropdown-aria-roles Conflicts: js/dropdown.js | |||||
