aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-05Merge pull request #18431 from twbs/v4-dev-xmr-docs-library-updatesXhmikosR11-18/+18
V4 dev docs library updates
2015-12-05Run `grunt`.XhmikosR9-13/+13
[ci skip]
2015-12-05Update clipboard.js to v1.5.5.XhmikosR1-3/+3
[ci skip]
2015-12-05Update anchor.js to v2.0.0.XhmikosR1-2/+2
[ci skip]
2015-12-05Merge pull request #18434 from twbs/update-shrinkwrapChris Rebert1-55/+29
Update shrinkwrap
2015-12-05Merge pull request #18432 from twbs/v4-dev-xmr-jekyll-searchXhmikosR1-5/+7
Fix docs/search.json.
2015-12-05Fix docs/search.json.XhmikosR1-5/+7
* only loop through `html_pages` * skip pages without a title * stop double escaping the title; use Jekyll's `jsonify` filter to output valid JSON * remove `date` since we don't use it [skip sauce]
2015-12-05Update shrinkwrapChris Rebert1-55/+29
2015-12-05Merge pull request #18402 from twbs/fix-18338Chris Rebert3-17/+109
s/grunt-sed/npm script/
2015-12-05Merge pull request #18378 from twbs/prefix-safari-8XhmikosR1-1/+1
Bump Safari to v8 in Autoprefixer settings
2015-12-05Bump Safari to v8 in Autoprefixer settingsChris Rebert1-1/+1
The latest OS X Safari version is 9.0.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.0.1 - 1_major_version = 8.0 [skip validator]
2015-12-05s/grunt-sed/npm script/ ; fixes #18338Chris Rebert3-17/+109
[skip sauce] [skip validator]
2015-12-05Merge pull request #18379 from twbs/prefix-ios-8XhmikosR1-1/+1
Bump iOS to v8 in Autoprefixer settings
2015-12-05Merge pull request #18391 from twbs/double-bitwise-not-commentXhmikosR1-1/+1
util.js: Add comment explaining ~~ trick
2015-12-05Merge pull request #18395 from twbs/scsslint-pseudo-elemsXhmikosR1-0/+3
SCSS Lint: explicitly enable PseudoElement check
2015-12-04Update jekyll-search.min.js to v1.0.9.XhmikosR1-1/+1
Fixes the IE 9 error. [ci skip]
2015-12-04Rename jekyll-search.js to reflect that it's minified.XhmikosR2-1/+1
[ci skip]
2015-12-04Merge pull request #18427 from twbs/btn-group-18425Chris Rebert1-2/+2
Use $border-width for .btn-group margins that make borders overlap
2015-12-04Add $list-inline-padding variableChris Rebert2-3/+5
[skip sauce] [skip validator]
2015-12-04Fix grammar of comment for <label> in RebootChris Rebert1-1/+1
2015-12-04Use $border-width for .btn-group margins that make borders overlapChris Rebert1-2/+2
Fixes half of #18425 [skip sauce] [skip validator]
2015-12-04Merge pull request #18423 from twbs/unmin-local-docsChris Rebert1-1/+5
Use non-minified CSS when running docs locally
2015-12-04Use non-minified CSS when running docs locallyChris Rebert1-1/+5
For easier debugging. Just like we already do for the JS. [skip sauce]
2015-12-03Run `grunt`.XhmikosR13-23/+127
[ci skip]
2015-12-03Update grunt-jscs.XhmikosR2-31/+31
2015-12-03Tweak ESLint rules.XhmikosR4-18/+21
2015-12-03tests: bump QUnit to v1.20.0.XhmikosR2-1783/+2123
[skip validator]
2015-12-03Add back grunt-contrib-compress.XhmikosR1-0/+20
Should automate the release process. [ci skip]
2015-12-02Merge pull request #18401 from tpoulos/patch-1Patrick H. Lauke1-1/+1
Proposed better phrasing in the "images" section
2015-12-01Proposed better phrasing in the "images" sectionTaylor Poulos1-1/+1
Previously, this read "Bootstrap doesn’t apply this automatically as it causes complications to other image formats." In this sentence, the number of the subject and the verb don't agree, and the word "this" is unclear.
2015-12-01implements a _custom.scss, resolves #17322Stephanie Kendall2-0/+5
2015-12-01SCSS Lint: enable PseudoElement checkChris Rebert1-0/+3
2015-11-30dropdown.js: Use more straightforward phrasing for index lower bound checkChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-11-30util.js: Add comment explaining ~~ trickChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-12-01Bump scss_lint to v0.43.2.XhmikosR2-3/+3
2015-12-01Bump gems.XhmikosR2-4/+6
[skip sauce]
2015-11-30Merge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migrationChris Rebert1-2/+2
Fix classes for responsive floats in migration
2015-12-01Fix classes for responsive floats in migrationvsn4ik1-2/+2
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce]
2015-11-30Merge pull request #18383 from twbs/sauce-ms-edgeChris Rebert1-0/+4
Add MS Edge to Sauce browser tests
2015-11-29Bump iOS to v8 in Autoprefixer settingsChris Rebert1-1/+1
The latest iOS version is 9.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.1 - 1_major_version = 8.0 [skip validator]
2015-11-29Prevent anchors in tooltip example from splitting across linesChris Rebert1-0/+4
So as to decrease the number of future inquiries about said edge case (which is already documented). Refs #18304 [skip sauce]
2015-11-29Add MS Edge to Sauce browser testsChris Rebert1-0/+4
[skip validator]
2015-11-29Merge pull request #18377 from twbs/sauce-ios-9.1Chris Rebert1-1/+1
SauceLabs tests: Bump iOS to v9.1
2015-11-29SauceLabs tests: Bump iOS to v9.1Chris Rebert1-1/+1
[skip validator]
2015-11-29Merge pull request #18376 from twbs/travis-disable-cachingChris Rebert1-4/+5
Travis CI: Temporarily disable caching
2015-11-29Merge pull request #18340 from twbs/responsive-pullsChris Rebert14-42/+53
Add responsive float classes
2015-11-29Merge pull request #18381 from twbs/file-input-width-varMark Otto1-2/+2
Use $input-border-width for custom file input borders
2015-11-29Merge pull request #18380 from twbs/card-border-varMark Otto1-1/+1
Use $card-border-width for .card-inverse's header/footer border-bottom override
2015-11-29Use $input-border-width for custom file input bordersChris Rebert1-2/+2
Fixes part of #18150 [skip sauce] [skip validator]
2015-11-29Remove reference to defunct Customizer from v3Chris Rebert1-2/+0
[ci skip]