| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-06 | fixes #18436 | Mark Otto | 1 | -0/+1 | |
| 2015-12-06 | fixes #18433: add three new font utils | Mark Otto | 2 | -0/+16 | |
| 2015-12-06 | Merge pull request #18426 from twbs/label-reboot-comment-grammar | Mark Otto | 1 | -1/+1 | |
| Fix grammar of comment for <label> in Reboot | |||||
| 2015-12-06 | Merge branch 'list-inline-padding' into v4-dev | Mark Otto | 2 | -3/+5 | |
| 2015-12-06 | Merge pull request #18450 from twbs/more-font-weight-vars | Mark Otto | 4 | -3/+8 | |
| Add 3 more font-weight variables | |||||
| 2015-12-06 | Add 3 more font-weight variables | Chris Rebert | 4 | -3/+8 | |
| Refs #14368 [skip sauce] [skip validator] | |||||
| 2015-12-06 | Grunt: Factor out new docs-github task | Chris Rebert | 1 | -1/+2 | |
| Ports #18445 to v4. [skip sauce] [skip validator] | |||||
| 2015-12-06 | Fix grammar in "Custom forms" docs | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-06 | Docs: Fix flavor text in input group example that got borked at some point | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-06 | Merge pull request #18448 from twbs/bugzilla-1139853 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for #15990 | |||||
| 2015-12-06 | Add Wall of Browser Bugs entry for #15990 | Chris Rebert | 1 | -0/+10 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1139853 [skip sauce] | |||||
| 2015-12-06 | Merge pull request #18447 from twbs/moz-meta-bug | Chris Rebert | 1 | -0/+1 | |
| Mention Mozilla Firefox meta-bug on Wall of Browser Bugs | |||||
| 2015-12-06 | Mention Mozilla Firefox meta-bug on Wall of Browser Bugs | Chris Rebert | 1 | -0/+1 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1230801 [skip sauce] | |||||
| 2015-12-05 | Merge pull request #18442 from vsn4ik/v4-dev-form-icon-default | Chris Rebert | 1 | -3/+3 | |
| Use !default on $form-icon-* variables | |||||
| 2015-12-05 | v4 - Add default param for form-icon variables | vsn4ik | 1 | -3/+3 | |
| 2015-12-05 | Run `grunt`. | XhmikosR | 48 | -120/+120 | |
| [ci skip] | |||||
| 2015-12-05 | Fix version numbers is JS files; fixes #18435 | Chris Rebert | 11 | -21/+21 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | package.json: fix duplicate scripts property. | XhmikosR | 1 | -3/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | Merge pull request #18431 from twbs/v4-dev-xmr-docs-library-updates | XhmikosR | 11 | -18/+18 | |
| V4 dev docs library updates | |||||
| 2015-12-05 | Run `grunt`. | XhmikosR | 9 | -13/+13 | |
| [ci skip] | |||||
| 2015-12-05 | Update clipboard.js to v1.5.5. | XhmikosR | 1 | -3/+3 | |
| [ci skip] | |||||
| 2015-12-05 | Update anchor.js to v2.0.0. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2015-12-05 | Merge pull request #18434 from twbs/update-shrinkwrap | Chris Rebert | 1 | -55/+29 | |
| Update shrinkwrap | |||||
| 2015-12-05 | Merge pull request #18432 from twbs/v4-dev-xmr-jekyll-search | XhmikosR | 1 | -5/+7 | |
| Fix docs/search.json. | |||||
| 2015-12-05 | Fix docs/search.json. | XhmikosR | 1 | -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-05 | Update shrinkwrap | Chris Rebert | 1 | -55/+29 | |
| 2015-12-05 | Merge pull request #18402 from twbs/fix-18338 | Chris Rebert | 3 | -17/+109 | |
| s/grunt-sed/npm script/ | |||||
| 2015-12-05 | Merge pull request #18378 from twbs/prefix-safari-8 | XhmikosR | 1 | -1/+1 | |
| Bump Safari to v8 in Autoprefixer settings | |||||
| 2015-12-05 | Bump Safari to v8 in Autoprefixer settings | Chris Rebert | 1 | -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-05 | s/grunt-sed/npm script/ ; fixes #18338 | Chris Rebert | 3 | -17/+109 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-05 | Merge pull request #18379 from twbs/prefix-ios-8 | XhmikosR | 1 | -1/+1 | |
| Bump iOS to v8 in Autoprefixer settings | |||||
| 2015-12-05 | Merge pull request #18391 from twbs/double-bitwise-not-comment | XhmikosR | 1 | -1/+1 | |
| util.js: Add comment explaining ~~ trick | |||||
| 2015-12-05 | Merge pull request #18395 from twbs/scsslint-pseudo-elems | XhmikosR | 1 | -0/+3 | |
| SCSS Lint: explicitly enable PseudoElement check | |||||
| 2015-12-04 | Update jekyll-search.min.js to v1.0.9. | XhmikosR | 1 | -1/+1 | |
| Fixes the IE 9 error. [ci skip] | |||||
| 2015-12-04 | Rename jekyll-search.js to reflect that it's minified. | XhmikosR | 2 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-04 | Merge pull request #18427 from twbs/btn-group-18425 | Chris Rebert | 1 | -2/+2 | |
| Use $border-width for .btn-group margins that make borders overlap | |||||
| 2015-12-04 | Add $list-inline-padding variable | Chris Rebert | 2 | -3/+5 | |
| [skip sauce] [skip validator] | |||||
| 2015-12-04 | Fix grammar of comment for <label> in Reboot | Chris Rebert | 1 | -1/+1 | |
| 2015-12-04 | Use $border-width for .btn-group margins that make borders overlap | Chris Rebert | 1 | -2/+2 | |
| Fixes half of #18425 [skip sauce] [skip validator] | |||||
| 2015-12-04 | Merge pull request #18423 from twbs/unmin-local-docs | Chris Rebert | 1 | -1/+5 | |
| Use non-minified CSS when running docs locally | |||||
| 2015-12-04 | Use non-minified CSS when running docs locally | Chris Rebert | 1 | -1/+5 | |
| For easier debugging. Just like we already do for the JS. [skip sauce] | |||||
| 2015-12-03 | Run `grunt`. | XhmikosR | 13 | -23/+127 | |
| [ci skip] | |||||
| 2015-12-03 | Update grunt-jscs. | XhmikosR | 2 | -31/+31 | |
| 2015-12-03 | Tweak ESLint rules. | XhmikosR | 4 | -18/+21 | |
| 2015-12-03 | tests: bump QUnit to v1.20.0. | XhmikosR | 2 | -1783/+2123 | |
| [skip validator] | |||||
| 2015-12-03 | Add back grunt-contrib-compress. | XhmikosR | 1 | -0/+20 | |
| Should automate the release process. [ci skip] | |||||
| 2015-12-02 | Merge pull request #18401 from tpoulos/patch-1 | Patrick H. Lauke | 1 | -1/+1 | |
| Proposed better phrasing in the "images" section | |||||
| 2015-12-01 | Proposed better phrasing in the "images" section | Taylor Poulos | 1 | -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-01 | implements a _custom.scss, resolves #17322 | Stephanie Kendall | 2 | -0/+5 | |
| 2015-12-01 | SCSS Lint: enable PseudoElement check | Chris Rebert | 1 | -0/+3 | |
