4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed staticfiles utils package compatibility packages. Closes #114. More... over 13 years ago
Fixed a bunch of forgotten things, d'oh! More... over 13 years ago
Merge branch 'release/1.0' into develop More... over 13 years ago
Merge branch 'release/1.0' More... over 13 years ago
Bumped to 1.0. More... over 13 years ago
Updated authors file (thanks all!!). More... over 13 years ago
Added note to parser docs about HtmlParser breaking with invalid HTML. Closes #60. More... over 13 years ago
Added note to `COMPRESS_OFFLINE_CONTEXT` setting documentation about `STATIC_URL`. More... over 13 years ago
Added note about precompilers being run even if `COMPRESS_ENABLED` is set to `False` More... over 13 years ago
Fixed tox configuration. More... over 13 years ago
Fixed more unicode issues. Closes #110. More... over 13 years ago
Minor style changes. More... over 13 years ago
Updated changelog with signal. More... over 13 years ago
Removed broken import. More... over 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... over 13 years ago
Import settings from compressor.conf again instead of django.conf to make sure they are loaded correctly. More... over 13 years ago
Merge pull request #109 from threepress/develop More... over 13 years ago
Merge pull request #108 from wpjunior/patch-1 More... over 13 years ago
Use new context hook to pass name argument from tag to compressor to signal. More... over 13 years ago
Merge from upstream. More... over 13 years ago
to avoid error of not finding settings.py More... over 13 years ago
Use the current context when rendering the output templates. More... over 13 years ago
Extended exception handling to be a bit more verbose about unicode bugs. More... over 13 years ago
Added another layer of bullet-proof code™. More... over 13 years ago
Fixed bug in previous commit, d'oh. More... over 13 years ago
Moved a setting handler to the template tag class. More... over 13 years ago
Further bullet-proofing. More... over 13 years ago
Made cache initialization bullet-proof. More... over 13 years ago
Added docs for new feature. More... over 13 years ago
Added tests for post_compress signal. More... over 13 years ago