openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-compressor
Settings
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
15 days
ago. based on code collected
16 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 48 of 55
Search / Filter on:
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.
Jannis Leidel
More...
almost 14 years ago
If in debug mode, raise a pretty exception.
Jannis Leidel
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).
Jannis Leidel
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).
Jannis Leidel
More...
almost 14 years ago
Make sure the setting is correctly reset.
Jannis Leidel
More...
almost 14 years ago
Fixed custom storage tests.
Jannis Leidel
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.
Jannis Leidel
More...
almost 14 years ago
Added cached_property to utils.
Jannis Leidel
More...
almost 14 years ago
Cosmetic changes.
Jannis Leidel
More...
almost 14 years ago
Minor updates to the conditions.
Jannis Leidel
More...
almost 14 years ago
Introduced a default extra_context dictionary.
Jannis Leidel
More...
almost 14 years ago
Made it possible to create a compressor instance without providing content.
Jannis Leidel
More...
almost 14 years ago
Use cStringIO if available.
Jannis Leidel
More...
almost 14 years ago
Be a bit DRYer for the file extension attribute of the compressors.
Jannis Leidel
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.
Jannis Leidel
More...
almost 14 years ago
Make sure to change the COMPRESS_OUTPUT_DIR setting back, even if a test fails.
Jannis Leidel
More...
almost 14 years ago
Merge branch 'release/0.6b1' into develop
Jannis Leidel
More...
almost 14 years ago
Merge branch 'release/0.6b1'
Jannis Leidel
More...
almost 14 years ago
Bumped version to 0.6b1.
Jannis Leidel
More...
almost 14 years ago
Don't show warning if lxml is not installed.
Jannis Leidel
More...
almost 14 years ago
Make sure the cache backend setting is correctly handled on >= 1.3. Refs issue #2.
Jannis Leidel
More...
almost 14 years ago
Fixed offline compression.
Jannis Leidel
More...
almost 14 years ago
Minor stylistic change.
Jannis Leidel
More...
about 14 years ago
Fixed configuring the offline context.
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a11' into develop
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a11'
Jannis Leidel
More...
about 14 years ago
Updated version to 0.6a11.
Jannis Leidel
More...
about 14 years ago
Another pass over the docs.
Jannis Leidel
More...
about 14 years ago
Hash the file path in the mtime cache key.
Jannis Leidel
More...
about 14 years ago
Enabled caching of mtimes by default with a timeout of 10 seconds.
Jannis Leidel
More...
about 14 years ago
←
1
2
…
44
45
46
47
48
49
50
51
52
53
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree