4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Raise a command error if mtime caching is disabled. More... over 14 years ago
Make use of cache.delete_many instead of just cache.delete in the mtime_cache management command. More... over 14 years ago
Added ability to pass additional ignore patterns to the mtime_cache management command. More... over 14 years ago
Bumped version. More... over 14 years ago
Further cleanup of the filter settings (moved all of them to the settings module). 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. More... over 14 years ago
Typo More... over 14 years ago
Added mgmt command to add & remove all mtimes from the cache (faster for large deployments) More... over 14 years ago
Fixed CssDataUriTestCase to be independent from mtime of test file. More... over 14 years ago
Moved get_hashed_mtime helper function out of CssAbsolutizingTestCase. More... over 14 years ago
Made css hunk test independent from cache busting file hash. More... over 14 years ago
Make the default compressor storage a lazy object to not load the storage class on module level. More... over 14 years ago
Fixed datauri filter test. More... over 14 years ago
Bumped version. More... over 14 years ago
Updated AUTHORS file. More... over 14 years ago
Corrected typo More... over 14 years ago
Only instantiate the STORAGE once per interpreter More... over 14 years ago
Compile URL pattern only one time. More... over 14 years ago
Bumped version a little. More... over 14 years ago
Bumped to development version 0.6a1. More... over 14 years ago
Take output mode into account when caching the template tag output. More... over 14 years ago
Fixed test cases that deal with strings with cache busting strings appended. 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. More... over 14 years ago
Fixed context updating. More... over 14 years ago
Updated README with the latest additions. More... over 14 years ago
Added additional test files that were missing for the compressor tests with a custom dir. More... over 14 years ago
Make sure the new cssmin package is included in source distributions. 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. 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. More... over 14 years ago
Fixed #28 -- Improved CssMinFilter by including cssmin (which prevents local imports). More... over 14 years ago