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
16 days
ago. based on code collected
17 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 49 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Simplified AppSettings (e.g. to also pass through any changes being done to global settings).
Jannis Leidel
More...
about 14 years ago
Fixed wrong default of settings.COMPRESS_ENABLED (aka settings.COMPRESS).
Jannis Leidel
More...
about 14 years ago
Use hashed mtime for per-file hash.
Jannis Leidel
More...
about 14 years ago
Fixed NameError.
Jannis Leidel
More...
about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
More...
about 14 years ago
Note the new defaults for COMPRESS_ROOT and COMPRESS_URL in the docs. Closes #3.
Jannis Leidel
More...
about 14 years ago
Adopted AppSettings and moved a few things from utils to the cache module where they belong.
Jannis Leidel
More...
about 14 years ago
Added AppSettings object for nicer app settings handling.
Jannis Leidel
More...
about 14 years ago
Fix speling
Jason Davies
More...
about 14 years ago
Merge branch 'hotfix/0.5.4' into develop
Jannis Leidel
More...
about 14 years ago
Merge branch 'hotfix/0.5.4'
Jannis Leidel
More...
about 14 years ago
Fixed broken exception throwing in template tag.
Jannis Leidel
More...
about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
More...
about 14 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
More...
about 14 years ago
Fixed import error in settings and added fallback to use staticfiles' own settings module if available.
Jannis Leidel
More...
about 14 years ago
Missing import : from shlex import split as cmd_split
wesleyb
More...
about 14 years ago
Fixed another issue with mtime tests.
Jannis Leidel
More...
about 14 years ago
Skip lxml tests if not found due to the special install requirements lxml has.
Jannis Leidel
More...
about 14 years ago
Renamed the internal settings to be less confusing (potentially backwards incompatible for users that imported those directly) and added quite some checks to be a little more helpful when setting up compressor together with staticfiles (whether contrib's staticfiles or the external app).
Jannis Leidel
More...
about 14 years ago
Actual use trunk, thanks to pip's non-edtiable vcs requirements.
Jannis Leidel
More...
about 14 years ago
Added Ulrich Petri to AUTHORS file.
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a10' into develop
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a10'
Jannis Leidel
More...
about 14 years ago
Bumped version again a bit.
Jannis Leidel
More...
about 14 years ago
Fixed finding template loaders in the management command.
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a9' into develop
Jannis Leidel
More...
about 14 years ago
Merge branch 'release/0.6a9'
Jannis Leidel
More...
about 14 years ago
Bumped version up.
Jannis Leidel
More...
about 14 years ago
Updated doc index.
Jannis Leidel
More...
about 14 years ago
Re-added COMPRESS_OFFLINE and COMPRESS_OFFLINE_TIMEOUT settings.
Jannis Leidel
More...
about 14 years ago
←
1
2
…
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