aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto45-584/+687
2016-06-02Add Wall of Browser Bugs entry for #19810 (#20021)Chris Rebert1-0/+10
Refs https://crbug.com/597642 Closes #19810 [skip sauce]
2016-06-02Add Wall of Browser Bugs entry for #19927 (#20020)Chris Rebert1-0/+10
Refs https://webkit.org/b/158276 Closes #19927 [skip sauce]
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-28Update _flex.scssCatalin Zalog1-0/+1
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-22Dropdown: remove dependency to role="menu", role="listbox" a and li elements ↵Pierre-Denis Vanduynslager1-6/+3
=> fix keyboard navigation
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-17Update _spacing.scssCatalin Zalog1-1/+2
2016-05-16Fix issue #16941 - HTML example in tooltip docsdumb1-1/+9
Added an example tooltip that uses HTML content, and expanded the description of the html option to clarify usage.
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-16Update _custom-forms.scssCatalin Zalog1-0/+1
2016-05-15improve docs examples for .navbar-textMark Otto1-3/+17
2016-05-15Restore .navbar-text and add some basic examples to the docs /cc #18049Mark Otto2-1/+29
2016-05-14follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new varsMark Otto1-0/+2