The branch "master" has been updated. The following is a summary of the commits.
from: 79c8c6ecc8da9c4092bac089aa16e2186950de3c b31b393 [mms] Use csstidy library to parse CSS files when creating static CSS (Bug #12043). ----------------------------------------------------------------------- commit b31b393c5d7952e4c7391cc41c0b91b24a593fa6 Author: Michael M Slusarz <[email protected]> Date: Tue Feb 19 22:45:08 2013 -0700 [mms] Use csstidy library to parse CSS files when creating static CSS (Bug #12043). Should be more efficient, since we don't have to search for url parameters three different times. Also, should be more robust (fixes support for multiple urls in a single CSS style). Side effect: $conf['cachecssparams']['compress'] is no longer needed - since we are already necessarily parsing the CSS, there's no reason not to compress when saving. Will remove the option in Horde 5.1 for clarity. framework/Core/lib/Horde/Themes/Css.php | 98 ++++++++++++++++++------------- framework/Core/package.xml | 2 + 2 files changed, 58 insertions(+), 42 deletions(-) http://git.horde.org/horde-git/-/commit/b31b393c5d7952e4c7391cc41c0b91b24a593fa6 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
