aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-31Tweak Esc key comment in modal.jsChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-05-31Upgrade ESLint to v2.2.0 (#20000)Chris Rebert2-10/+39
[skip sauce] [skip validator]
2016-05-31Merge pull request #19998 from twbs/eslint-2.0.0Chris Rebert5-177/+231
Upgrade to ESLint v2.0.0
2016-05-31Upgrade babel-eslint to ^6.0.4Chris Rebert2-34/+119
[skip sauce] [skip validator]
2016-05-31Upgrade ESLint to v2.0.0Chris Rebert2-141/+103
[skip sauce] [skip validator]
2016-05-31Enable new ESLint-recommended rules in ESLint configChris Rebert1-0/+2
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0#new-rules-in-eslintrecommended
2016-05-31Migrate parser & env config to ESLint 2.0.0Chris Rebert1-0/+5
2016-05-31Comply with consistent-return ESLint ruleChris Rebert2-0/+2
2016-05-31Migrate ESLint rules config to ESLint 2.0.0Chris Rebert1-3/+1
Refs http://eslint.org/docs/user-guide/migrating-to-2.0.0
2016-05-31Merge pull request #19995 from twbs/eslint-1.10.3Chris Rebert4-9/+9
Upgrade ESLint to v1.10.3
2016-05-31Update npm shrinkwrapChris Rebert1-6/+6
[skip sauce] [skip validator]
2016-05-31Upgrade ESLint to v1.10.3Chris Rebert3-3/+3
Refs #19908
2016-05-31Merge pull request #19994 from twbs/eslint-1.9Chris Rebert3-55/+64
Upgrade ESLint to v1.9.0
2016-05-31Update npm shrinkwrapChris Rebert1-53/+61
[skip sauce] [skip validator]
2016-05-30Upgrade ESLint to v1.9.0Chris Rebert2-2/+3
Refs #19908
2016-05-30Merge pull request #19993 from twbs/eslint-1.7.3Chris Rebert3-65/+59
Upgrade ESlint to v1.7.3
2016-05-30Update shrinkwrapChris Rebert1-64/+56
2016-05-30Upgrade ESlint to v1.7.3Chris Rebert2-1/+3
Enable new rules: * no-empty-pattern * no-magic-numbers (exempting 0 and ±1) Refs #19908 [skip sauce] [skip validator]
2016-05-30Use named constants for magic numbers (#19992)Chris Rebert4-16/+25
Mostly KeyboardEvent.which and MouseEvent.which values. [skip validator]
2016-05-30Merge pull request #19990 from twbs/bypass-grunt-eslintChris Rebert3-310/+318
Just use ESLint directly instead of going thru grunt-eslint [skip sauce] [skip validator]
2016-05-30Update npm shrinkwrapChris Rebert1-300/+314
2016-05-30Killed the grunt-eslint middleman; Long live ESLint.Chris Rebert2-10/+4
Refs #19908 [skip sauce] [skip validator]
2016-05-30Fix load & scroll event usage in ScrollSpy tests (#19986)Chris Rebert1-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-29js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)Chris Rebert1-2/+2
[skip sauce] [skip validator]
2016-05-28Travis: Upgrade Node.js from v5 to v6 (#19980)Chris Rebert1-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-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR17-24/+24
Update jQuery to v2.2.4.
2016-05-26Bump gems.XhmikosR1-10/+10
2016-05-26Fix error with the new jQuery.XhmikosR1-1/+1
2016-05-26Update jQuery to v2.2.4.XhmikosR16-23/+23
2016-05-25https://webkit.org/b/144696 has been fixed (#19958)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs Refs #16372 [skip sauce]
2016-05-25https://crbug.com/427994 has been fixed (#19948)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs. [skip sauce]
2016-05-21Merge pull request #19892 from heikojansen/patch-1Mark Otto2-5/+4
Remove reference to "loaded.bs.modal" event
2016-05-20http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 (#19947)Chris Rebert1-1/+1
Update the Wall of Browser Bugs entry accordingly. [skip sauce]
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert14-4/+15
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20https://crbug.com/475128 has been fixed (#19946)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs. Refs #16180 [skip sauce]
2016-05-19Mention removed modal option in migration docsHeiko Jansen1-1/+4
The `remote` option and the accompanying event have been removed.
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
[skip validator]
2016-05-16Merge pull request #19919 from dumb/v4-devPatrick H. Lauke1-1/+1
Fixed a small typo
2016-05-16Fixed a small typodumb1-1/+1
2016-05-13Remove reference to "loaded.bs.modal" eventHeiko Jansen1-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-12Merge pull request #19889 from twbs/v4-popoversMark Otto2-1/+6
v4: Couple popover fixes
2016-05-12Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusableMark Otto1-2/+3
Make named anchor/placeholder link style reset more specific
2016-05-12Restore hiding of the .popover-title with :emptyMark Otto1-0/+4
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner ↵Mark Otto2-1/+2
1px padding on .popover
2016-05-11gruntMark Otto8-8/+6
2016-05-11fixes #19429: mention grunt tasks in local dev in readmeMark Otto1-2/+3
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto2-4/+2
2016-05-11gruntMark Otto8-28/+72
2016-05-11Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-15/+35
2016-05-11Fixes #19732: Mention change to list-group-item class and links/buttons in ↵Mark Otto1-0/+5
migration docs