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
15 days
ago. based on code collected
16 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 52 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Raise a command error if mtime caching is disabled.
Jannis Leidel
More...
over 14 years ago
Make use of cache.delete_many instead of just cache.delete in the mtime_cache management command.
Jannis Leidel
More...
over 14 years ago
Added ability to pass additional ignore patterns to the mtime_cache management command.
Jannis Leidel
More...
over 14 years ago
Bumped version.
Jannis Leidel
More...
over 14 years ago
Further cleanup of the filter settings (moved all of them to the settings module).
Jannis Leidel
More...
over 14 years ago
compress.filters.FilterBase alllows setting the verbosity while object creation. Since I specify this in settings, I do not have a control over setting the verbosity.
Shabda Raaj
More...
over 14 years ago
Typo
Shabda Raaj
More...
over 14 years ago
Added mgmt command to add & remove all mtimes from the cache (faster for large deployments)
Gert Van Gool
More...
over 14 years ago
Fixed CssDataUriTestCase to be independent from mtime of test file.
Jannis Leidel
More...
over 14 years ago
Moved get_hashed_mtime helper function out of CssAbsolutizingTestCase.
Jannis Leidel
More...
over 14 years ago
Made css hunk test independent from cache busting file hash.
Jannis Leidel
More...
over 14 years ago
Make the default compressor storage a lazy object to not load the storage class on module level.
Jannis Leidel
More...
over 14 years ago
Fixed datauri filter test.
Jannis Leidel
More...
over 14 years ago
Bumped version.
Jannis Leidel
More...
over 14 years ago
Updated AUTHORS file.
Jannis Leidel
More...
over 14 years ago
Corrected typo
Gert Van Gool
More...
over 14 years ago
Only instantiate the STORAGE once per interpreter
Gert Van Gool
More...
over 14 years ago
Compile URL pattern only one time.
Jannis Leidel
More...
over 14 years ago
Bumped version a little.
Jannis Leidel
More...
over 14 years ago
Bumped to development version 0.6a1.
Jannis Leidel
More...
over 14 years ago
Take output mode into account when caching the template tag output.
Jannis Leidel
More...
over 14 years ago
Fixed test cases that deal with strings with cache busting strings appended.
Jannis Leidel
More...
over 14 years ago
Refactored the compressor code a little (split in separate modules). Also abstracted the file parsing and added a BeautifulSoupParser and a LxmlParser, while the former is the default.
Jannis Leidel
More...
over 14 years ago
Fixed context updating.
Jannis Leidel
More...
over 14 years ago
Updated README with the latest additions.
Jannis Leidel
More...
over 14 years ago
Added additional test files that were missing for the compressor tests with a custom dir.
Jannis Leidel
More...
over 14 years ago
Make sure the new cssmin package is included in source distributions.
Jannis Leidel
More...
over 14 years ago
Added optional caching of mtime checks. Set COMPRESS_MTIME_DELAY to the amount of time (in seconds) to cache the getmtime results.
Jannis Leidel
More...
over 14 years ago
Made the soup a property of the compressor to lower the compressor startup time since the soup is not always required.
Jannis Leidel
More...
over 14 years ago
Fixed #28 -- Improved CssMinFilter by including cssmin (which prevents local imports).
Jannis Leidel
More...
over 14 years ago
←
1
2
…
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