4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved yield out of try block with finally clause to be Python 2.4 compatible. More... almost 14 years ago
If in debug mode, raise a pretty exception. More... almost 14 years ago
Added a cache_key method to the compress template tag and extended the cache key to also contain the kind of compression (css or js). More... almost 14 years ago
Another pass over the offline code to make sure it works when compression is actually disabled (e.g. in deployment situations). More... almost 14 years ago
Make sure the setting is correctly reset. More... almost 14 years ago
Fixed custom storage tests. More... almost 14 years ago
Made use of the cached_property decorator and converted a few of the methods to be generators. Also simplified the filter loading and calling. Introduced a compressor level charset attribute. More... almost 14 years ago
Added cached_property to utils. More... almost 14 years ago
Cosmetic changes. More... almost 14 years ago
Minor updates to the conditions. More... almost 14 years ago
Introduced a default extra_context dictionary. More... almost 14 years ago
Made it possible to create a compressor instance without providing content. More... almost 14 years ago
Use cStringIO if available. More... almost 14 years ago
Be a bit DRYer for the file extension attribute of the compressors. More... almost 14 years ago
Applied a few bugfixes to jsmin.py that should make it less prone to choking on escaped forward slashes. Also use cStringIO if available. More... almost 14 years ago
Make sure to change the COMPRESS_OUTPUT_DIR setting back, even if a test fails. More... almost 14 years ago
Merge branch 'release/0.6b1' into develop More... almost 14 years ago
Merge branch 'release/0.6b1' More... almost 14 years ago
Bumped version to 0.6b1. More... almost 14 years ago
Don't show warning if lxml is not installed. More... almost 14 years ago
Make sure the cache backend setting is correctly handled on >= 1.3. Refs issue #2. More... almost 14 years ago
Fixed offline compression. More... almost 14 years ago
Minor stylistic change. More... about 14 years ago
Fixed configuring the offline context. More... about 14 years ago
Merge branch 'release/0.6a11' into develop More... about 14 years ago
Merge branch 'release/0.6a11' More... about 14 years ago
Updated version to 0.6a11. More... about 14 years ago
Another pass over the docs. More... about 14 years ago
Hash the file path in the mtime cache key. More... about 14 years ago
Enabled caching of mtimes by default with a timeout of 10 seconds. More... about 14 years ago