4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 20 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
Added post_compress signal. More... over 13 years ago
Allow for optional name argument to compress block tags. More... over 13 years ago
Force BeautifulSoup version to 3.2. More... over 13 years ago
A few minor fixes to the setup.py. More... over 13 years ago
Fixed license parameter in setup.py to correct value (MIT). More... over 13 years ago
Updated change log. More... over 13 years ago
Make sure of versiontools for version handling. More... over 13 years ago
Moved settings handling over to django-appconf and fixed coverage. More... over 13 years ago
Updated changelog. More... over 13 years ago
Fixed LxmlParser. Closes #102. More... over 13 years ago
Use Django's NamedTemporaryFile which is able to be reopened. Closes #91 and #97. More... over 13 years ago
Removed unneeded files. More... over 13 years ago
Further removal of CompassFilter. More... over 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... over 13 years ago
Removed CompassFilter again due to the orthogonal behavior of its CLI. Use django-compass instead. More... over 13 years ago
Introduce new way of adding a suffix to URLs in CssAbsoluteFilter, by hashing the content of the corresponding filenames. Set COMPRESS_CSS_HASHING_METHOD to 'hash' to use. Fixes #105. More... over 13 years ago
Merge pull request #104 from originell/patch-1 More... over 13 years ago
fixed typo More... over 13 years ago
Fixed Unicode related error. Fixes #67. More... over 13 years ago
Renamed COMPRESS_DATA_URI_MIN_SIZE to COMPRESS_DATA_URI_MAX_SIZE to be less ambiguous. Fixes #94. More... over 13 years ago
Turned around the order in which the files are looked for, now it first tries to find it with the storage backend, then with staticfiles' finder. That way we solve this for development and production. Fixes #85. More... over 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... over 13 years ago
Moved tests out of the app to stay sane and changed a few things. E.g. the inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5). More... over 13 years ago
Merge pull request #101 from streeter/patch-1 More... over 13 years ago
Fix a documentation bug. The package django_compressor does not exist to import from, it should be compressor. More... over 13 years ago
Return an empty list of files in the staticfiles finder so staticfiles doesn't pick up any file when running collectstatic. This fixes #63. More... over 13 years ago
**BACKWARDS-INCOMPATIBLE** Added new COMPRESS_CACHE_KEY_FUNCTION setting to define the function which is used to create the cache key. Fixes #61. More... over 13 years ago
BACKWARDS-INCOMPATIBLE: Stopped swallowing the exceptions raised by the template tag. More... over 13 years ago
Fixed tests added in the previous commit. More... over 13 years ago
Don't filter files with the compass filter that don't have either scss or sass file extension. Fixes #72. More... over 13 years ago