| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-05-31 | Tweak Esc key comment in modal.js | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Enable new ESLint-recommended rules in ESLint config | Chris Rebert | 1 | -0/+2 | |
| Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended | |||||
| 2016-05-31 | Migrate parser & env config to ESLint 2.0.0 | Chris Rebert | 1 | -0/+5 | |
| 2016-05-31 | Comply with consistent-return ESLint rule | Chris Rebert | 2 | -0/+2 | |
| 2016-05-31 | Migrate ESLint rules config to ESLint 2.0.0 | Chris Rebert | 1 | -3/+1 | |
| Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0 | |||||
| 2016-05-31 | Upgrade ESLint to v1.10.3 | Chris Rebert | 1 | -0/+0 | |
| Refs #19908 | |||||
| 2016-05-30 | Upgrade ESLint to v1.9.0 | Chris Rebert | 1 | -1/+2 | |
| Refs #19908 | |||||
| 2016-05-30 | Upgrade ESlint to v1.7.3 | Chris Rebert | 1 | -0/+2 | |
| Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator] | |||||
| 2016-05-30 | Use named constants for magic numbers (#19992) | Chris Rebert | 4 | -16/+25 | |
| Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator] | |||||
| 2016-05-30 | Fix load & scroll event usage in ScrollSpy tests (#19986) | Chris Rebert | 1 | -7/+7 | |
| * Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator] | |||||
| 2016-05-29 | js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985) | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-26 | Merge pull request #19894 from twbs/v4-dev-jquery223 | XhmikosR | 1 | -4/+4 | |
| Update jQuery to v2.2.4. | |||||
| 2016-05-26 | Update jQuery to v2.2.4. | XhmikosR | 1 | -4/+4 | |
| 2016-05-18 | Remove stray "~" in modal paddingRight value (#19932) | akai | 1 | -1/+1 | |
| [skip validator] | |||||
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 2 | -0/+19 | |
| Fixes #19878 | |||||
| 2016-05-08 | grunt | Mark Otto | 2 | -8/+2 | |
| 2016-04-21 | Modal: Remove IE8-specific window.innerWidth workaround | Chris Rebert | 1 | -7/+1 | |
| [skip validator] | |||||
| 2016-03-19 | Update jQuery to v2.2.2. | XhmikosR | 1 | -4/+4 | |
| 2016-02-27 | JS visual tests: Remove usages of defunct .page-header class | Chris Rebert | 9 | -27/+9 | |
| [skip sauce] | |||||
| 2016-02-27 | Update tether to v1.2.0. | XhmikosR | 1 | -2/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-19 | Run grunt. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2016-02-19 | Fix validation errors. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-02-17 | Replace jQuery with vanilla JS | Patrick H. Lauke | 1 | -1/+1 | |
| 2016-02-16 | grunt | Mark Otto | 2 | -1/+3 | |
| 2016-02-16 | Visual/manual test for checkbox/radio button kbd behavior | Patrick H. Lauke | 1 | -0/+5 | |
| 2016-02-16 | Focus (visually hidden) input radio/checkbox | Patrick H. Lauke | 1 | -0/+3 | |
| This allows for keyboard navigation (e.g. arrow keys left/right to trigger different radio buttons) following an initial mouse click interaction | |||||
| 2016-02-16 | js/tests/index.html: Replace jQuery event alias methods with functions that ↵ | Chris Rebert | 1 | -1/+4 | |
| throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator] | |||||
| 2016-02-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -3/+3 | |
| 2016-01-26 | scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility | Chris Rebert | 1 | -1/+1 | |
| Fixes #19028 [skip sauce] [skip validator] | |||||
| 2016-01-01 | grunt dist docs | Chris Rebert | 6 | -5/+7 | |
| [ci skip] | |||||
| 2015-12-24 | ESLint: enable no-bitwise rule | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-24 | Exempt getUID() from ESLint's no-bitwise rule | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-24 | Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksy | Chris Rebert | 1 | -1/+1 | |
| dropdown.js: Use more straightforward phrasing for index bound check | |||||
| 2015-12-24 | Merge pull request #18638 from twbs/fix-18365 | Chris Rebert | 2 | -2/+46 | |
| Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab | |||||
| 2015-12-24 | Run `grunt`. | XhmikosR | 20 | -20/+20 | |
| [ci skip] | |||||
| 2015-12-22 | Modal: Ignore spurious `focus` event that Firefox fires at `document` when ↵ | Chris Rebert | 1 | -2/+3 | |
| switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-12-22 | Add visual test for #18365 | Chris Rebert | 1 | -0/+43 | |
| See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-08 | Update version numbers using npm script | Chris Rebert | 10 | -10/+10 | |
| Errata from: * 8ce5da30260c1368ae97838fcf010375071a7243 * 5d3144e8fb5c7202991b7614d77dfc00903fcb2e which missed a few numbers. [skip sauce] [skip validator] | |||||
| 2015-12-08 | manually bump versions because npm script wasn't working for me | Mark Otto | 33 | -33/+33 | |
| 2015-12-05 | Run `grunt`. | XhmikosR | 22 | -32/+32 | |
| [ci skip] | |||||
| 2015-12-05 | Fix version numbers is JS files; fixes #18435 | Chris Rebert | 11 | -21/+21 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | Run `grunt`. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-05 | Merge pull request #18391 from twbs/double-bitwise-not-comment | XhmikosR | 1 | -1/+1 | |
| util.js: Add comment explaining ~~ trick | |||||
| 2015-12-03 | Run `grunt`. | XhmikosR | 3 | -3/+3 | |
| [ci skip] | |||||
| 2015-12-03 | Tweak ESLint rules. | XhmikosR | 4 | -18/+21 | |
| 2015-12-03 | tests: bump QUnit to v1.20.0. | XhmikosR | 2 | -1783/+2123 | |
| [skip validator] | |||||
| 2015-11-30 | dropdown.js: Use more straightforward phrasing for index lower bound check | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-11-30 | util.js: Add comment explaining ~~ trick | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-11-19 | Remove stray </p> from js/tests/visual/scrollspy.html | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
