aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js/customizer.js
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-337/+0
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-1/+1
#12000)
2013-12-22Get rid of JSHint's `laxcomma` option now that the comma is used on the ↵XhmikosR1-3/+3
right side.
2013-12-18using templating doesn't seem to work there; hardcode license URL insteadChris Rebert1-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-18license in customizerMark Otto1-1/+1
2013-12-18version bumpMark Otto1-1/+1
2013-12-11customizer.js: remove a workaround for older less.js.XhmikosR1-1/+1
2013-12-08Match customizer banner to Gruntfile bannerMark Otto1-1/+1
2013-12-08Use single quotes consistently.XhmikosR1-18/+18
2013-12-07Lint docs-assets/js/application.js and docs-assets/js/customizer.js.XhmikosR1-14/+15
2013-12-03add comment regarding #11598Chris Rebert1-1/+1
2013-12-01bump version numbers to 3.0.3Mark Otto1-1/+1
2013-11-23Fix #11594Zlatan Vasović1-1/+1
2013-11-06update remaining version numbersv3.0.2Chris Rebert1-1/+1
2013-11-01don't use nonstandard window.location.origin in customizer JS; fixes #11317Chris Rebert1-1/+2
2013-11-01Update customizer.jsBrian Surowiec1-1/+1
2013-10-17even shorter banner; remove space between slash and periodMark Otto1-3/+3
2013-10-17add explicit copyright header to docs CSS & JS files; fixes #11112Chris Rebert1-0/+8
2013-10-14Merge pull request #10779 from ssorallen/customizer-bootstrap-less-orderChris Rebert1-11/+37
Use bootstrap.less file order in Customizer
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom1-1/+1
Replacement Character) chars in customizer fonts. Merges #9982
2013-10-09Customizer: include config.json in bootstrap.zipStuart P. Bentley1-5/+12
merges #10633; fixes part of #9951
2013-09-23Use bootstrap.less file order in CustomizerRoss Allen1-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-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-0/+290