summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/0.6b2'0.6b2Jannis Leidel2011-02-1717-183/+306
|\
| * Bumped version up a notch.Jannis Leidel2011-02-172-2/+2
| * Removed a few unnecessary imports.Jannis Leidel2011-02-172-3/+1
| * Moved Gzip enabled compressor storage backend from tests.storage to compresso...Jannis Leidel2011-02-174-18/+26
| * Moved yield out of try block with finally clause to be Python 2.4 compatible.Jannis Leidel2011-02-171-6/+7
| * If in debug mode, raise a pretty exception.Jannis Leidel2011-02-171-2/+5
| * Added a cache_key method to the compress template tag and extended the cache ...Jannis Leidel2011-02-171-1/+4
| * Another pass over the offline code to make sure it works when compression is ...Jannis Leidel2011-02-176-27/+33
| * Make sure the setting is correctly reset.Jannis Leidel2011-02-171-2/+6
| * Fixed custom storage tests.Jannis Leidel2011-02-161-4/+4
| * Made use of the cached_property decorator and converted a few of the methods ...Jannis Leidel2011-02-161-58/+43
| * Added cached_property to utils.Jannis Leidel2011-02-162-0/+97
| * Cosmetic changes.Jannis Leidel2011-02-164-37/+43
| * Minor updates to the conditions.Jannis Leidel2011-02-163-3/+6
| * Introduced a default extra_context dictionary.Jannis Leidel2011-02-162-7/+12
| * Made it possible to create a compressor instance without providing content.Jannis Leidel2011-02-163-6/+6
| * Use cStringIO if available.Jannis Leidel2011-02-161-1/+4
| * Be a bit DRYer for the file extension attribute of the compressors.Jannis Leidel2011-02-163-5/+2
| * Applied a few bugfixes to jsmin.py that should make it less prone to choking ...Jannis Leidel2011-02-161-5/+7
| * Make sure to change the COMPRESS_OUTPUT_DIR setting back, even if a test fails.Jannis Leidel2011-02-161-11/+13
| * Merge branch 'release/0.6b1' into developJannis Leidel2011-02-152-2/+2
| |\
* | \ Merge branch 'release/0.6b1'0.6b1Jannis Leidel2011-02-156-20/+17
|\ \ \ | | |/ | |/|
| * | Bumped version to 0.6b1.Jannis Leidel2011-02-152-2/+2
| |/
| * Don't show warning if lxml is not installed.Jannis Leidel2011-02-151-7/+6
| * Make sure the cache backend setting is correctly handled on >= 1.3. Refs issu...Jannis Leidel2011-02-151-1/+2
| * Fixed offline compression.Jannis Leidel2011-02-152-7/+4
| * Minor stylistic change.Jannis Leidel2011-02-101-2/+2
| * Fixed configuring the offline context. Jannis Leidel2011-02-101-1/+1
| * Merge branch 'release/0.6a11' into developJannis Leidel2011-02-105-63/+68
| |\
* | \ Merge branch 'release/0.6a11'0.6a11Jannis Leidel2011-02-1029-325/+508
|\ \ \ | | |/ | |/|
| * | Updated version to 0.6a11.Jannis Leidel2011-02-102-2/+2
| * | Another pass over the docs.Jannis Leidel2011-02-101-47/+56
| * | Hash the file path in the mtime cache key.Jannis Leidel2011-02-101-4/+3
| * | Enabled caching of mtimes by default with a timeout of 10 seconds.Jannis Leidel2011-02-102-10/+7
| |/
| * Simplified AppSettings (e.g. to also pass through any changes being done to g...Jannis Leidel2011-02-101-19/+15
| * Fixed wrong default of settings.COMPRESS_ENABLED (aka settings.COMPRESS).Jannis Leidel2011-02-101-2/+2
| * Use hashed mtime for per-file hash.Jannis Leidel2011-02-101-4/+3
| * Fixed NameError.Jannis Leidel2011-02-101-1/+1
| * Use a per-url mtime in CSS files instead of a global one. Closes mintchaos/dj...Mathieu Pillard2011-02-101-12/+29
| * Merge branch 'develop' of github.com:jezdez/django_compressor into developJannis Leidel2011-02-091-4/+4
| |\
| | * Fix spelingJason Davies2011-02-091-4/+4
| * | Note the new defaults for COMPRESS_ROOT and COMPRESS_URL in the docs. Closes #3.Jannis Leidel2011-02-091-3/+13
| |/
| * Adopted AppSettings and moved a few things from utils to the cache module whe...Jannis Leidel2011-02-0923-279/+277
| * Added AppSettings object for nicer app settings handling.Jannis Leidel2011-02-091-0/+109
| * Merge branch 'hotfix/0.5.4' into developJannis Leidel2011-02-070-0/+0
| |\
| * \ Merge branch 'develop' of github.com:jezdez/django_compressor into developJannis Leidel2011-02-0715-98/+147
| |\ \
| | * \ Merge branch 'develop' of github.com:jezdez/django_compressor into developJannis Leidel2011-02-071-0/+2
| | |\ \
| | | * | Missing import : from shlex import split as cmd_splitwesleyb2011-02-071-0/+2
| | * | | Fixed import error in settings and added fallback to use staticfiles' own set...Jannis Leidel2011-02-071-2/+8
| | |/ /
| | * | Fixed another issue with mtime tests.Jannis Leidel2011-02-051-2/+2