| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-09-01 | Merge pull request #17362 from omeid/v4-container-mixin | Mark Otto | 2 | -6/+11 | |
| Semantic grid: add make-container-breakpoint | |||||
| 2015-09-01 | Merge pull request #17389 from Gupocca/link-fixing | Mark Otto | 8 | -10/+9 | |
| Fix several erroneous links in docs. | |||||
| 2015-09-01 | Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy | Chris Rebert | 1 | -1/+1 | |
| Fixed link to nav component from scrollspy documentation | |||||
| 2015-09-01 | Merge pull request #17428 from abitdodgy/docs-fix | Mark Otto | 1 | -28/+26 | |
| Adds table-responsive class to docs table | |||||
| 2015-09-01 | adds table-responsive class to table | Mohamad El-Husseini | 1 | -1/+1 | |
| 2015-09-01 | Fixed link to nav component from scrollspy documentation | Supergibbs | 1 | -1/+1 | |
| (reported by ianhernandez in Slack) | |||||
| 2015-09-01 | Merge pull request #17393 from twbs/v4-dev-xmr-rm-gfonts | Mark Otto | 1 | -4/+0 | |
| Remove the unused Google fonts. | |||||
| 2015-09-01 | Merge pull request #17418 from zalog/patch-6 | Chris Rebert | 1 | -2/+1 | |
| Apply !default to SCSS variables | |||||
| 2015-09-01 | Apply !default to SCSS variables | Catalin Zalog | 1 | -2/+1 | |
| Missed one variable :( | |||||
| 2015-08-31 | Merge pull request #17402 from twbs/pr-14552-v4 | Gleb Mazovetskiy | 6 | -25/+93 | |
| Accept elements as the tooltip / popover content | |||||
| 2015-08-31 | add Chinese translations website boot4.com | Vincent 4J | 1 | -0/+5 | |
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 6 | -25/+93 | |
| When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4. | |||||
| 2015-08-30 | Remove the unused Google fonts. | XhmikosR | 1 | -4/+0 | |
| [ci skip] | |||||
| 2015-08-30 | Merge pull request #17392 from twbs/v4-dev-xmr-https | XhmikosR | 7 | -9/+9 | |
| Use `https` when possible. | |||||
| 2015-08-29 | Merge pull request #17331 from twbs/fix-17323 | Chris Rebert | 2 | -4/+4 | |
| rm unused $state param from form-control-validation mixin | |||||
| 2015-08-30 | Tabs to spaces. | XhmikosR | 1 | -7/+7 | |
| [ci skip] | |||||
| 2015-08-30 | grunt/configBridge.json: Remove unused autoprefixer config. | XhmikosR | 1 | -10/+0 | |
| [ci skip] | |||||
| 2015-08-30 | Run `grunt`. | XhmikosR | 15 | -24/+24 | |
| [ci skip] | |||||
| 2015-08-29 | Merge pull request #17384 from twbs/v4-dev-xmr-jekyll-search | XhmikosR | 4 | -6/+11 | |
| Fix the JS errors due to jekyll-search. | |||||
| 2015-08-29 | Merge pull request #17394 from twbs/v4-dev-xmr-rm-jade | Chris Rebert | 2 | -159/+0 | |
| Remove the now unused grunt-contrib-jade references. | |||||
| 2015-08-29 | Fix several erroneous links in docs. | Gupocca | 9 | -11/+10 | |
| Related to #17314. | |||||
| 2015-08-29 | Enforce LF for .py files too. | XhmikosR | 1 | -0/+1 | |
| [ci skip] | |||||
| 2015-08-29 | Remove the now unused grunt-contrib-jade references. | XhmikosR | 2 | -159/+0 | |
| [skip sauce] [skip validator] | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 7 | -9/+9 | |
| [ci skip] | |||||
| 2015-08-28 | removes table-responsive div from components/navs | Mohamad El-Husseini | 1 | -28/+26 | |
| 2015-08-28 | Fix the JS errors due to jekyll-search. | XhmikosR | 4 | -6/+11 | |
| 1) Update it to v1.0.8 2) Include jekyll-search where it's used only [ci skip] | |||||
| 2015-08-27 | Merge branch 'v4-dev' into v4-media-breakpoint-between | David Baughman | 44 | -648/+1278 | |
| 2015-08-27 | Merge pull request #17368 from twbs/v4-dev-xmr-qunit | XhmikosR | 2 | -221/+1185 | |
| Update QUnit to v1.18.0. | |||||
| 2015-08-27 | Lossy compress the 2 new images. | XhmikosR | 2 | -0/+0 | |
| Before: 538 KB (551.052 bytes) After: 179 KB (183.296 bytes) [ci skip] | |||||
| 2015-08-27 | Losslessly compress images. | XhmikosR | 7 | -0/+0 | |
| Before: 1,28 MB (1.351.880 bytes) After: 1,27 MB (1.341.411 bytes) [ci skip] | |||||
| 2015-08-27 | Remove CSSLint references. | XhmikosR | 2 | -63/+0 | |
| 2015-08-28 | scss: semantic grid: add make-container-breakpoint | O'meid | 2 | -6/+11 | |
| Signed-off-by: O'meid <[email protected]> | |||||
| 2015-08-27 | Remove all uses of `selector &` | Gleb Mazovetskiy | 4 | -25/+15 | |
| If we want to support namespaced import: ```scss .twbs { @import 'bootstrap'; } ``` We cannot use `selector &`, see sass/sass#1817. `fieldset[disabled] &` is not needed as we no longer support IE8. | |||||
| 2015-08-27 | Update QUnit to v1.18.0. | XhmikosR | 2 | -221/+1185 | |
| 2015-08-27 | Less to Sass typos. | XhmikosR | 4 | -5/+5 | |
| [ci skip] | |||||
| 2015-08-27 | Update Anchor.js to v1.2.1. | XhmikosR | 3 | -197/+7 | |
| [ci skip] | |||||
| 2015-08-27 | .travis.yml: cleanup old variables. | XhmikosR | 1 | -2/+0 | |
| [ci skip] | |||||
| 2015-08-27 | Remove the obsolete JSHint references. | XhmikosR | 6 | -17/+2 | |
| 2015-08-27 | Update Rubygems. | XhmikosR | 3 | -32/+32 | |
| 2015-08-26 | Update static form control example | Caleb Land | 1 | -4/+4 | |
| Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label` | |||||
| 2015-08-26 | clarifies normalize.css is a dependency | Tom Byrer | 1 | -1/+1 | |
| Perhaps I'm a little slow & need to have things spelled out :) https://github.com/twbs/bootstrap/issues/17301#issuecomment-134469886 | |||||
| 2015-08-26 | Merge pull request #17357 from twbs/responsive-visibility-rip | Chris Rebert | 3 | -23/+1 | |
| Remove defunct responsive-(in)visibility mixins | |||||
| 2015-08-26 | rm responsive-invisibility mixin since it's only used once | Chris Rebert | 3 | -9/+1 | |
| inline the one remaining usage into .hidden-print's definition rm now-empty scss/_utilities-responsive.scss file [skip sauce] [skip validator] | |||||
| 2015-08-26 | Merge pull request #17257 from twbs/clear-translations | Chris Rebert | 1 | -55/+0 | |
| Clear out non-v4 docs translations | |||||
| 2015-08-26 | tree shaking: rm unused responsive-visibility mixin | Chris Rebert | 1 | -14/+0 | |
| [skip sauce] [skip validator] | |||||
| 2015-08-26 | Merge pull request #17346 from Sapphire64/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Bump year in jumbotron example | |||||
| 2015-08-26 | Convert popover's arrows to generated CSS content via :before/:after | Bernardo Gurgel Filho | 2 | -53/+75 | |
| 2015-08-26 | Convert tooltip's arrows to generated CSS content via :before | Bernardo Gurgel Filho | 2 | -13/+15 | |
| 2015-08-26 | Updated default navbar example to use responsive navbar | David Baughman | 1 | -11/+26 | |
| 2015-08-26 | Bump year in jumbotron example | Anton Vlasenko | 1 | -1/+1 | |
