| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 1 | -337/+0 | |
| 2013-12-24 | roll back version numbers to avoid broken links in docs and readme (fixes ↵ | Mark Otto | 1 | -1/+1 | |
| #12000) | |||||
| 2013-12-22 | Get rid of JSHint's `laxcomma` option now that the comma is used on the ↵ | XhmikosR | 1 | -3/+3 | |
| right side. | |||||
| 2013-12-18 | using templating doesn't seem to work there; hardcode license URL instead | Chris Rebert | 1 | -1/+5 | |
| Tested the customizer, the generated zip had: css/bootstrap.css:line 6: * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>) Revised customizer generates: css/bootstrap.css:line 4: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |||||
| 2013-12-18 | license in customizer | Mark Otto | 1 | -1/+1 | |
| 2013-12-18 | version bump | Mark Otto | 1 | -1/+1 | |
| 2013-12-11 | customizer.js: remove a workaround for older less.js. | XhmikosR | 1 | -1/+1 | |
| 2013-12-08 | Match customizer banner to Gruntfile banner | Mark Otto | 1 | -1/+1 | |
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 1 | -18/+18 | |
| 2013-12-07 | Lint docs-assets/js/application.js and docs-assets/js/customizer.js. | XhmikosR | 1 | -14/+15 | |
| 2013-12-03 | add comment regarding #11598 | Chris Rebert | 1 | -1/+1 | |
| 2013-12-01 | bump version numbers to 3.0.3 | Mark Otto | 1 | -1/+1 | |
| 2013-11-23 | Fix #11594 | Zlatan Vasović | 1 | -1/+1 | |
| 2013-11-06 | update remaining version numbersv3.0.2 | Chris Rebert | 1 | -1/+1 | |
| 2013-11-01 | don't use nonstandard window.location.origin in customizer JS; fixes #11317 | Chris Rebert | 1 | -1/+2 | |
| 2013-11-01 | Update customizer.js | Brian Surowiec | 1 | -1/+1 | |
| 2013-10-17 | even shorter banner; remove space between slash and period | Mark Otto | 1 | -3/+3 | |
| 2013-10-17 | add explicit copyright header to docs CSS & JS files; fixes #11112 | Chris Rebert | 1 | -0/+8 | |
| 2013-10-14 | Merge pull request #10779 from ssorallen/customizer-bootstrap-less-order | Chris Rebert | 1 | -11/+37 | |
| Use bootstrap.less file order in Customizer | |||||
| 2013-10-09 | Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵ | herom | 1 | -1/+1 | |
| Replacement Character) chars in customizer fonts. Merges #9982 | |||||
| 2013-10-09 | Customizer: include config.json in bootstrap.zip | Stuart P. Bentley | 1 | -5/+12 | |
| merges #10633; fixes part of #9951 | |||||
| 2013-09-23 | Use bootstrap.less file order in Customizer | Ross Allen | 1 | -11/+37 | |
| Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030 | |||||
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 1 | -0/+290 | |
