4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed a few API-only imports from the main module. More... about 14 years ago
Moved tests from external project to the app. More... about 14 years ago
Officially adopting the project from Christian Metts, cheers! More... about 14 years ago
Added a custom walk function (like os.walk) that supports symlinks for Python<2.6 compatibility. More... about 14 years ago
Updated README section on COMPRESS_CACHE_BACKEND for 1.3 compatibility. More... about 14 years ago
Don't reference the old CACHE_BACKEND setting on projects using the Django 1.3 CACHES setting. More... about 14 years ago
Merge remote branch 'philwo/master' More... about 14 years ago
Bumped version up a bit. More... about 14 years ago
Raise an exception if MEDIA_URL/COMPRESS_URL doesn't have a trailing slash. Closes GH-51. More... about 14 years ago
Load the template tag lib in the README example. Closes GH-49. More... about 14 years ago
Prevent accidentally installing the app as an egg file and automatically install BeautifulSoup. Closes GH-45 and GH-58. More... about 14 years ago
Merge remote branch 'wunki/base_url' More... about 14 years ago
Use Popen.communicate instead of handling std in and out manually. More... about 14 years ago
Fixed order of instantiation of the CSSCompressor class. Thanks, emirotin. More... about 14 years ago
Added tests/media/ to ignore More... about 14 years ago
Actually load offline cerated content More... about 14 years ago
Added mgmt command options + verbose output More... about 14 years ago
Added (COMPRESS_)OFFLINE_TIMEOUT setting More... about 14 years ago
Using the settings of django_compressor. More... about 14 years ago
Fallback to MEDIA_ROOT to return the filename. More... about 14 years ago
Changed whitespace in the CSS link-tag. More... about 14 years ago
Removed charset attribute from CSS link-tag, because it's not allowed in HTML5. More... about 14 years ago
Use a per-url mtime in CSS files instead of a global one. Closes mintchaos/django_compressor#42 More... over 14 years ago
Moved get_hashed_mtime to compressor.utils from tests. More... over 14 years ago
Fixed #37 - Make sure absolute filter works with Windows paths. More... over 14 years ago
Bumped to 0.6a7. More... over 14 years ago
Added ability to use a different cache backend. More... over 14 years ago
Initial offline compressor base More... over 14 years ago
Forgot to add the management command module to the list of packages. Bumped version. More... over 14 years ago
Bumped version. More... over 14 years ago