summaryrefslogtreecommitdiff
path: root/plugins/Minify
AgeCommit message (Collapse)Author
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
2010-02-17htmloutputter->script() special cases src's that begin with plugin/ or ↵Craig Andrews
local/ so that plugins don't need to include common_path() in every call to $action->script() Adjust plugins to not call common_path() when it's not necessary Fix minify plugin
2010-02-17parse_url returns an associative array - not an objectCraig Andrews
2010-01-09Add version information to a bunch of pluginsCraig Andrews
2010-01-06The structure return by parse_url is an associative array, not an object.Craig Andrews
2009-12-07remove unit tests for minifyEvan Prodromou
2009-12-05Minify inline JS and CSS (can be disable in configuration)Craig Andrews
2009-12-04If a theme server is being used, do not minify theme CSS (as doing so could ↵Craig Andrews
cause 404s)
2009-12-04Separate out some common codeCraig Andrews
2009-12-04Added minify pluginCraig Andrews