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
20 days
ago. based on code collected
20 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 39 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added post_compress signal.
Jonathan Lukens
More...
over 13 years ago
Allow for optional name argument to compress block tags.
Jonathan Lukens
More...
over 13 years ago
Force BeautifulSoup version to 3.2.
Jonathan Lukens
More...
over 13 years ago
A few minor fixes to the setup.py.
Jannis Leidel
More...
over 13 years ago
Fixed license parameter in setup.py to correct value (MIT).
Jannis Leidel
More...
over 13 years ago
Updated change log.
Jannis Leidel
More...
over 13 years ago
Make sure of versiontools for version handling.
Jannis Leidel
More...
over 13 years ago
Moved settings handling over to django-appconf and fixed coverage.
Jannis Leidel
More...
over 13 years ago
Updated changelog.
Jannis Leidel
More...
over 13 years ago
Fixed LxmlParser. Closes #102.
Jannis Leidel
More...
over 13 years ago
Use Django's NamedTemporaryFile which is able to be reopened. Closes #91 and #97.
Jannis Leidel
More...
over 13 years ago
Removed unneeded files.
Jannis Leidel
More...
over 13 years ago
Further removal of CompassFilter.
Jannis Leidel
More...
over 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
More...
over 13 years ago
Removed CompassFilter again due to the orthogonal behavior of its CLI. Use django-compass instead.
Jannis Leidel
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.
Mathieu Pillard
More...
over 13 years ago
Merge pull request #104 from originell/patch-1
Jannis Leidel
More...
over 13 years ago
fixed typo
Luis Nell
More...
over 13 years ago
Fixed Unicode related error. Fixes #67.
Jannis Leidel
More...
over 13 years ago
Renamed COMPRESS_DATA_URI_MIN_SIZE to COMPRESS_DATA_URI_MAX_SIZE to be less ambiguous. Fixes #94.
Jannis Leidel
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.
Jannis Leidel
More...
over 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
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).
Jannis Leidel
More...
over 13 years ago
Merge pull request #101 from streeter/patch-1
Jannis Leidel
More...
over 13 years ago
Fix a documentation bug. The package django_compressor does not exist to import from, it should be compressor.
Chris Streeter
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.
Jannis Leidel
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.
Jannis Leidel
More...
over 13 years ago
BACKWARDS-INCOMPATIBLE: Stopped swallowing the exceptions raised by the template tag.
Jannis Leidel
More...
over 13 years ago
Fixed tests added in the previous commit.
Jannis Leidel
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.
Jannis Leidel
More...
over 13 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
…
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