| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-09 | Clarify that the focus docs styles are not in the repo, per ↵ | Mark Otto | 1 | -4/+5 | |
| https://github.com/twbs/bootstrap-sass/issues/497 | |||||
| 2014-01-09 | Merge branch 'master' into docs_derp | Mark Otto | 65 | -1910/+2733 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2014-01-09 | Fixes #11990 and #12159: Make range inputs block level and 100% wide by default | Mark Otto | 6 | -4/+14 | |
| 2014-01-09 | grunt dist | Mark Otto | 4 | -4/+4 | |
| 2014-01-09 | more derp | Mark Otto | 4 | -27/+44 | |
| 2014-01-09 | Merge pull request #12175 from waynn/patch-3 | Mark Otto | 1 | -10/+10 | |
| use periods for consistency in each line | |||||
| 2014-01-09 | mixins.less: fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2014-01-09 | use periods for consistency in each line | Waynn Lue | 1 | -10/+10 | |
| 2014-01-09 | Merge pull request #12174 from ZDroid/absolute-urls | Chris Rebert | 1 | -3/+3 | |
| Use absolute instead of relative URLs | |||||
| 2014-01-09 | Use absolute instead of relative URLs | Zlatan Vasović | 1 | -3/+3 | |
| 2014-01-09 | grunt dist | Chris Rebert | 5 | -5/+5 | |
| 2014-01-09 | Merge pull request #12164 from thomaswelton/issue-12162 | Chris Rebert | 2 | -2/+2 | |
| Fix value of svg font ID & removed hard coding | |||||
| 2014-01-09 | Merge pull request #12163 from ZDroid/wrong-paths | Chris Rebert | 1 | -4/+2 | |
| Update paths in bower.json | |||||
| 2014-01-09 | Merge pull request #12160 from waynn/patch-2 | Chris Rebert | 1 | -1/+1 | |
| missing a period after "Twitter, Inc" | |||||
| 2014-01-09 | Update paths in bower.json | Zlatan Vasović | 1 | -4/+2 | |
| - Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory) - Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds) | |||||
| 2014-01-09 | Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵ | thomaswelton | 2 | -2/+2 | |
| used new variable in glyphicons.less | |||||
| 2014-01-09 | missing a period after "Twitter, Inc" | Waynn Lue | 1 | -1/+1 | |
| 2014-01-08 | bump grunt-contrib-jade to v0.9.1 | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | JSHint is on crack? | Chris Rebert | 1 | -1/+1 | |
| Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa') | |||||
| 2014-01-08 | grunt build-customizer | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | grunt dist | Chris Rebert | 2 | -2/+2 | |
| 2014-01-08 | Merge pull request #11158 from twbs/templated-customizer | Chris Rebert | 9 | -1492/+2249 | |
| Autogenerate the customizer's variables form | |||||
| 2014-01-08 | add support for '//===' for <h3>s in bs-lessdoc | Chris Rebert | 4 | -21/+71 | |
| 2014-01-08 | Use JS & Jade to generate the customizer variables form HTML from ↵ | Chris Rebert | 8 | -1491/+2198 | |
| variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) | |||||
| 2014-01-08 | JSCS can be dumb sometimes | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | Merge pull request #12150 from twbs/extract-from-gruntfile | Chris Rebert | 3 | -41/+53 | |
| cleanup Gruntfile by extracting executable code | |||||
| 2014-01-08 | Merge pull request #12155 from Dudytz/master | Julian Thilo | 1 | -1/+1 | |
| updated path docs-assets to docs/assets | |||||
| 2014-01-08 | updated path docs-assets to docs/assets | Eduardo | 1 | -1/+1 | |
| 2014-01-08 | Use single quotes in the jqueryCheck too. | XhmikosR | 2 | -2/+2 | |
| 2014-01-08 | Remove extra newline from banner. | XhmikosR | 5 | -10/+6 | |
| 2014-01-08 | Use the docs banner for all the docs generated files. | XhmikosR | 4 | -8/+27 | |
| 2014-01-08 | Turn advanced optimizations off until it's fixed in clean-css. | XhmikosR | 2 | -1/+2 | |
| 2014-01-08 | Minify docs CSS too. | XhmikosR | 4 | -3/+24 | |
| 2014-01-08 | docs-assets: concatenate and minify all javascript files. | XhmikosR | 4 | -7/+15 | |
| 2014-01-08 | Merge pull request #12151 from wangsai/no-preboot | Mark Otto | 1 | -2/+2 | |
| no preboot | |||||
| 2014-01-08 | no preboot | wangsai | 1 | -2/+2 | |
| 2014-01-07 | extract glyphicons.yml generator out of Gruntfile into separate module | Chris Rebert | 2 | -23/+29 | |
| 2014-01-07 | extract raw-files.js generator out of Gruntfile into separate module | Chris Rebert | 2 | -18/+24 | |
| 2014-01-07 | Merge pull request #12149 from twbs/bump-grunt-contrib-less | Chris Rebert | 1 | -1/+1 | |
| bump grunt-contrib-less to v0.9.0 | |||||
| 2014-01-07 | bump grunt-contrib-less to v0.9.0 | Chris Rebert | 1 | -1/+1 | |
| 2014-01-07 | enable CSSLint in test suite; fixes #12094 | Chris Rebert | 1 | -1/+1 | |
| 2014-01-07 | adjust filename to indicate that customize JS is minified | Chris Rebert | 3 | -2/+2 | |
| 2014-01-07 | grunt dist build-customizer | Chris Rebert | 2 | -3/+3 | |
| 2014-01-07 | have customizer output Bootstrap Theme too; fixes #12003 | Chris Rebert | 1 | -1/+3 | |
| 2014-01-07 | make customizer compilation code more generic | Chris Rebert | 1 | -34/+42 | |
| 2014-01-07 | fix #12143 | Chris Rebert | 3 | -3/+3 | |
| 2014-01-07 | Merge pull request #12147 from ZDroid/double | Chris Rebert | 1 | -1/+1 | |
| Drop redundant 'the' | |||||
| 2014-01-07 | Drop redundant 'the' | Zlatan Vasović | 1 | -1/+1 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 19 | -246/+258 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2014-01-07 | Merge pull request #12057 from ZDroid/nl | Chris Rebert | 12 | -12/+24 | |
| 'use strict' on new line | |||||
