| 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 | Upgrade ESLint to v2.2.0 (#20000) | Chris Rebert | 2 | -10/+39 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Merge pull request #19998 from twbs/eslint-2.0.0 | Chris Rebert | 5 | -177/+231 | |
| Upgrade to ESLint v2.0.0 | |||||
| 2016-05-31 | Upgrade babel-eslint to ^6.0.4 | Chris Rebert | 2 | -34/+119 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Upgrade ESLint to v2.0.0 | Chris Rebert | 2 | -141/+103 | |
| [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 | Merge pull request #19995 from twbs/eslint-1.10.3 | Chris Rebert | 4 | -9/+9 | |
| Upgrade ESLint to v1.10.3 | |||||
| 2016-05-31 | Update npm shrinkwrap | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-31 | Upgrade ESLint to v1.10.3 | Chris Rebert | 3 | -3/+3 | |
| Refs #19908 | |||||
| 2016-05-31 | Merge pull request #19994 from twbs/eslint-1.9 | Chris Rebert | 3 | -55/+64 | |
| Upgrade ESLint to v1.9.0 | |||||
| 2016-05-31 | Update npm shrinkwrap | Chris Rebert | 1 | -53/+61 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-30 | Upgrade ESLint to v1.9.0 | Chris Rebert | 2 | -2/+3 | |
| Refs #19908 | |||||
| 2016-05-30 | Merge pull request #19993 from twbs/eslint-1.7.3 | Chris Rebert | 3 | -65/+59 | |
| Upgrade ESlint to v1.7.3 | |||||
| 2016-05-30 | Update shrinkwrap | Chris Rebert | 1 | -64/+56 | |
| 2016-05-30 | Upgrade ESlint to v1.7.3 | Chris Rebert | 2 | -1/+3 | |
| 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 | Merge pull request #19990 from twbs/bypass-grunt-eslint | Chris Rebert | 3 | -310/+318 | |
| Just use ESLint directly instead of going thru grunt-eslint [skip sauce] [skip validator] | |||||
| 2016-05-30 | Update npm shrinkwrap | Chris Rebert | 1 | -300/+314 | |
| 2016-05-30 | Killed the grunt-eslint middleman; Long live ESLint. | Chris Rebert | 2 | -10/+4 | |
| Refs #19908 [skip sauce] [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-28 | Travis: Upgrade Node.js from v5 to v6 (#19980) | Chris Rebert | 1 | -1/+1 | |
| v6 is the current stable version and will be an LTS version. v5 is not an LTS version. Refs https://github.com/nodejs/LTS | |||||
| 2016-05-26 | Merge pull request #19894 from twbs/v4-dev-jquery223 | XhmikosR | 17 | -24/+24 | |
| Update jQuery to v2.2.4. | |||||
| 2016-05-26 | Bump gems. | XhmikosR | 1 | -10/+10 | |
| 2016-05-26 | Fix error with the new jQuery. | XhmikosR | 1 | -1/+1 | |
| 2016-05-26 | Update jQuery to v2.2.4. | XhmikosR | 16 | -23/+23 | |
| 2016-05-25 | https://webkit.org/b/144696 has been fixed (#19958) | Chris Rebert | 1 | -10/+0 | |
| Remove its entry from the Wall of Browser Bugs Refs #16372 [skip sauce] | |||||
| 2016-05-25 | https://crbug.com/427994 has been fixed (#19948) | Chris Rebert | 1 | -10/+0 | |
| Remove its entry from the Wall of Browser Bugs. [skip sauce] | |||||
| 2016-05-21 | Merge pull request #19892 from heikojansen/patch-1 | Mark Otto | 2 | -5/+4 | |
| Remove reference to "loaded.bs.modal" event | |||||
| 2016-05-20 | http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 (#19947) | Chris Rebert | 1 | -1/+1 | |
| Update the Wall of Browser Bugs entry accordingly. [skip sauce] | |||||
| 2016-05-20 | Add "The Bootstrap Authors" to copyright notices (#19936) | Chris Rebert | 14 | -4/+15 | |
| ❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors | |||||
| 2016-05-20 | https://crbug.com/475128 has been fixed (#19946) | Chris Rebert | 1 | -10/+0 | |
| Remove its entry from the Wall of Browser Bugs. Refs #16180 [skip sauce] | |||||
| 2016-05-19 | Mention removed modal option in migration docs | Heiko Jansen | 1 | -1/+4 | |
| The `remote` option and the accompanying event have been removed. | |||||
| 2016-05-18 | Remove stray "~" in modal paddingRight value (#19932) | akai | 1 | -1/+1 | |
| [skip validator] | |||||
| 2016-05-16 | Merge pull request #19919 from dumb/v4-dev | Patrick H. Lauke | 1 | -1/+1 | |
| Fixed a small typo | |||||
| 2016-05-16 | Fixed a small typo | dumb | 1 | -1/+1 | |
| 2016-05-13 | Remove reference to "loaded.bs.modal" event | Heiko Jansen | 1 | -4/+0 | |
| Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too. | |||||
| 2016-05-12 | Merge pull request #19889 from twbs/v4-popovers | Mark Otto | 2 | -1/+6 | |
| v4: Couple popover fixes | |||||
| 2016-05-12 | Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusable | Mark Otto | 1 | -2/+3 | |
| Make named anchor/placeholder link style reset more specific | |||||
| 2016-05-12 | Restore hiding of the .popover-title with :empty | Mark Otto | 1 | -0/+4 | |
| 2016-05-12 | Alternate fix to #19006: Add a single variable for controlling that inner ↵ | Mark Otto | 2 | -1/+2 | |
| 1px padding on .popover | |||||
| 2016-05-11 | grunt | Mark Otto | 8 | -8/+6 | |
| 2016-05-11 | fixes #19429: mention grunt tasks in local dev in readme | Mark Otto | 1 | -2/+3 | |
| 2016-05-11 | Fixes #19563: Add variable for setting background-color on .bg-inverse | Mark Otto | 2 | -4/+2 | |
| 2016-05-11 | grunt | Mark Otto | 8 | -28/+72 | |
| 2016-05-11 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -15/+35 | |
| 2016-05-11 | Fixes #19732: Mention change to list-group-item class and links/buttons in ↵ | Mark Otto | 1 | -0/+5 | |
| migration docs | |||||
