aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-15Merge pull request #19549 from twbs/v4-dev-xmr-rm-globChris Rebert3-90/+84
Remove the now unused glob devDependency
2016-03-15Merge pull request #19552 from twbs/sauce-latestChris Rebert1-9/+16
Use "latest" version specifier (when applicable) in Sauce tests
2016-03-15Use "latest" version specifier (when applicable) in Sauce testsChris Rebert1-9/+16
Refs http://sauceio.com/index.php/2016/03/new-browser-version-shortcuts/ [skip validator]
2016-03-15Merge pull request #19551 from twbs/crbug-595210Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #17338 [ci skip]
2016-03-15Add Wall of Browser Bugs entry for #17338Chris Rebert1-0/+10
https://crbug.com/595210 Closes #17338 [skip sauce]
2016-03-15Remove the now unused glob.XhmikosR3-90/+84
2016-03-14Enabled ESLint and JSCS in HoundAmeya Pandilwar1-1/+10
Fixes #19114 Closes #19482, #19299
2016-03-14Update tooltip.jsMichael J. Ryan1-1/+1
match project's style check
2016-03-14Update tooltip.jsMichael J. Ryan1-1/+1
Don't reference `Tether` via attachment to `window`, with the update one can import bootstrap providing the dependencies in webpack with: ``` new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', Tether: 'tether', }); ``` Then inside one's own bootstrap/globals, `import 'bootstrap';` will simply work, and $/jQuery can be used from there. I had wanted to do this, but also expose jQuery, Tether, etc when in development build in my code, but if I provide `window.Tether`, I can't then expose it to the outside...
2016-03-14Merge pull request #19427 from twbs/npm-depsChris Rebert1-0/+4
Add jQuery and Tether to npm dependencies
2016-03-14Merge pull request #19537 from twbs/wkbug-153856Chris Rebert1-0/+4
Mention https://webkit.org/b/153856 in the docs
2016-03-14Mention https://webkit.org/b/153856 in the docsChris Rebert1-0/+4
Refs #14839, #19088 [skip sauce]
2016-03-14Merge pull request #19426 from twbs/ios-virt-keyboardChris Rebert2-6/+2
Remove iOS virtual keyboard bug section from docs
2016-03-14Document $enable-grid-classes variableDavid Lormor1-9/+10
Closes #19532 [skip sauce]
2016-03-13Merge pull request #19470 from twbs/plus-1-stfuChris Rebert1-1/+7
CONTRIBUTING.md: Prohibit "+1" comments in favor of reactions [ci skip]
2016-03-11Fixed typosFloris Verburg1-2/+2
2016-03-11Added explicit commentary to .card-* classesFloris Verburg1-0/+12
2016-03-11remove empty sass if directivesRakhat Jabagin1-6/+2
2016-03-11Remove sass gem.XhmikosR2-2/+0
Jekyll 3.x has it as a dependency already.
2016-03-10Port #19469 to v4wolfy13391-0/+1
Make hound fail on violations
2016-03-10CONTRIBUTING.md: Prohibit "+1" comments in favor of reactionsChris Rebert1-1/+7
Refs https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments Refs https://github.com/dear-github/dear-github/issues/141#issuecomment-195106918 [ci skip]
2016-03-10Merge pull request #19452 from twbs/ie11-wall-byeChris Rebert1-7/+7
Wall of Browser Bugs: Stop mentioning IE11
2016-03-10Explicitly state the ordering of cards in card columnsFloris Verburg1-1/+3
2016-03-09Wall of Browser Bugs: Stop mentioning IE11Chris Rebert1-7/+7
Sounds like IE11 isn't getting non-critical fixes anymore, so there's no point in mentioning it (just like there's no point in mentioning IE10). Help us, Edge-Wan Kenobi! You're our only hope. [ci skip]
2016-03-09Update Wall of Browser Bugs entry for #15990Chris Rebert1-1/+1
http://bugzil.la/1139853 was resolved as a duplicate of http://bugzil.la/924068 Refs #15990 [ci skip]
2016-03-07Examples: Update tether to v1.2.0.XhmikosR13-13/+13
[ci skip]
2016-03-07Merge pull request #19434 from patrickhlauke/v4-dev-ie-edge-tooltip-browser-bugPatrick H. Lauke1-0/+10
Add native title tooltip IE11/Edge bug to wall of browser bugs
2016-03-07Add native title tooltip IE11/Edge bug to wall of browser bugsPatrick H. Lauke1-0/+10
2016-03-07Merge pull request #19431 from twbs/bye-gemdirChris Rebert1-1/+0
Travis CI: Remove now-unused $GEMDIR env var
2016-03-07Travis CI: Remove now-unused $GEMDIR env varChris Rebert1-1/+0
[skip sauce]
2016-03-07Merge pull request #19404 from twbs/v4-dev-xmr-remove-btoaChris Rebert2-5/+0
Remove the now unused btoa dependency.
2016-03-07Remove the now unused btoa dependency.XhmikosR2-5/+0
[skip sauce]
2016-03-07Run `grunt`.XhmikosR8-6/+34
[ci skip]
2016-03-07Bump devDependencies.XhmikosR2-107/+66
Also switch to `^`.
2016-03-07Add jQuery and Tether to npm dependencies; fixes #17325Chris Rebert1-0/+4
[skip sauce]
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert2-6/+2
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-03-06Merge pull request #19424 from twbs/browser-print-bugsChris Rebert1-2/+2
Docs: Link directly to printing-related browser bugs
2016-03-06Docs: Link directly to printing-related browser bugsChris Rebert1-2/+2
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Merge pull request #19423 from twbs/crbug-175502Chris Rebert1-1/+1
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`
2016-03-06Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`Chris Rebert1-1/+1
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-03-06Merge pull request #19408 from delftswa2016/v4-devPatrick H. Lauke1-0/+10
Introduction for using table-reflow
2016-03-06Introduction for using table-reflow.Floris Verburg1-0/+10
2016-03-05_reboot.scss: Capitalization & periods in commentChris Rebert1-4/+4
For consistency with the rest of the file [ci skip]
2016-03-05Merge pull request #19411 from patrickhlauke/v4-links-not-anchorsPatrick H. Lauke1-0/+19
Neutralize link styles for placeholder links/named anchors
2016-03-05Neutralize link styles for placeholder links/named anchorsPatrick H. Lauke1-0/+19
2016-03-03Merge pull request #19395 from twbs/moz-1253468-fixed-ff45Chris Rebert1-10/+0
Remove Wall of Browser Bugs entry for #19390
2016-03-03Remove Wall of Browser Bugs entry for #19390Chris Rebert1-10/+0
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1217012 Refs #19393 [ci skip]
2016-03-03Merge pull request #19393 from twbs/mozbug-1253468Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19390
2016-03-03Add Wall of Browser Bugs entry for #19390Chris Rebert1-0/+10
https://bugzilla.mozilla.org/show_bug.cgi?id=1253468 Closes #19390 [skip sauce]
2016-03-03Merge pull request #19348 from delftswa2016/grammarChris Rebert1-1/+1
Added colon before enumeration [skip sauce]