4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplified AppSettings (e.g. to also pass through any changes being done to global settings). More... about 14 years ago
Fixed wrong default of settings.COMPRESS_ENABLED (aka settings.COMPRESS). More... about 14 years ago
Use hashed mtime for per-file hash. More... about 14 years ago
Fixed NameError. More... about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... about 14 years ago
Note the new defaults for COMPRESS_ROOT and COMPRESS_URL in the docs. Closes #3. More... about 14 years ago
Adopted AppSettings and moved a few things from utils to the cache module where they belong. More... about 14 years ago
Added AppSettings object for nicer app settings handling. More... about 14 years ago
Fix speling More... about 14 years ago
Merge branch 'hotfix/0.5.4' into develop More... about 14 years ago
Merge branch 'hotfix/0.5.4' More... about 14 years ago
Fixed broken exception throwing in template tag. More... about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... about 14 years ago
Fixed import error in settings and added fallback to use staticfiles' own settings module if available. More... about 14 years ago
Missing import : from shlex import split as cmd_split More... about 14 years ago
Fixed another issue with mtime tests. More... about 14 years ago
Skip lxml tests if not found due to the special install requirements lxml has. More... about 14 years ago
Renamed the internal settings to be less confusing (potentially backwards incompatible for users that imported those directly) and added quite some checks to be a little more helpful when setting up compressor together with staticfiles (whether contrib's staticfiles or the external app). More... about 14 years ago
Actual use trunk, thanks to pip's non-edtiable vcs requirements. More... about 14 years ago
Added Ulrich Petri to AUTHORS file. More... about 14 years ago
Merge branch 'release/0.6a10' into develop More... about 14 years ago
Merge branch 'release/0.6a10' More... about 14 years ago
Bumped version again a bit. More... about 14 years ago
Fixed finding template loaders in the management command. More... about 14 years ago
Merge branch 'release/0.6a9' into develop More... about 14 years ago
Merge branch 'release/0.6a9' More... about 14 years ago
Bumped version up. More... about 14 years ago
Updated doc index. More... about 14 years ago
Re-added COMPRESS_OFFLINE and COMPRESS_OFFLINE_TIMEOUT settings. More... about 14 years ago