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
Added cache busting ability to CssAbsoluteFilter filter which appends a hash to each image URL (except data: images). More... almost 15 years ago
Added overlooked test file. More... almost 15 years ago
Renamed a setting just for internal consistency. More... almost 15 years ago
Added cache related settings. More... almost 15 years ago
Fixed #25 - Catch IOErrors in the YUI and closure filter. More... almost 15 years ago
Bumped version to 0.5.4. More... almost 15 years ago
Fixed issue #26 - Added cssmin filter. More... almost 15 years ago
Worked around a Python bug (http://bugs.python.org/issue5401) with the mimetypes lib. More... almost 15 years ago
Implemented a simpler approach to prevent dog-piling based on the MintCache at http://www.djangosnippets.org/snippets/793/. More... almost 15 years ago
Make sure that a custom OUTPUT_DIR setting doesn't raise a SuspiciousOperation. More... almost 15 years ago
Make sure the CssAbsoluteFilter works for relative paths. More... almost 15 years ago
Fixed #19: allowed args is explicitly stated More... almost 15 years ago
Use the `safe` filter for inline content and respect the use of the `media` attribute on inline style if available. More... almost 15 years ago
Added an inline render mode. More... almost 15 years ago
make CSS media subnodes respect source ordering; fixes #15 (again) More... almost 15 years ago
Bumped version up to 0.5.3. More... almost 15 years ago
Removed CssAbsoluteFilter again from default settings, since it's added to the list in the CssCompressor. (This is *not* related to the change mentioned in issue 9 but merely a bugfix of a merge error.) More... almost 15 years ago
Added another test for latin-1 encoded files to be on the safe side. More... almost 15 years ago
Fixed issue 14 - Don't create empty cache files if the compress block is empty. More... almost 15 years ago
Fixed #16 - Explicitly use posixpath module to prevent backslashes on Windows. More... almost 15 years ago
Further authors updates More... almost 15 years ago
Updated authors file. More... almost 15 years ago
Use setdefault instead of defaultdict to be compatible with older versions of Python (<2.5). More... almost 15 years ago
Merge remote branch 'muhuk/master' More... almost 15 years ago
Merge remote branch 'carljm/master' More... almost 15 years ago
Bumped version to 0.5.2. More... almost 15 years ago
Updated README a little with the new COMPRESS_STORAGE setting and a few cosmetic changes. More... almost 15 years ago
Added a CSS data URI generator More... almost 15 years ago
Added support for pluggable storage backends to agnostically handle the actual build location. More... about 15 years ago
Fixed #11: using linked files' encoding More... about 15 years ago