0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Mar 29, 2023 — Mar 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Makefile for convenience More... almost 12 years ago
Ignore built stuff More... almost 12 years ago
First pass at a setuptools compatible layout More... almost 12 years ago
Remove middleware.py to satisfy pylint More... about 12 years ago
Fix nonexistent variable More... about 12 years ago
Separate out formatting and listing of files into separate functions. More... over 12 years ago
Add ability to throw errors if a file is missing via STATIC_MANAGEMENT_MISSING_FILE_ERROR flag. More... almost 13 years ago
Be more robust about checking for fragments in the URL More... over 13 years ago
Add comment in static_combine noting that we don't take proper care of @import directives More... over 13 years ago
Change order of operations so we calculate hashes of combined CSS files *after* replacing references. Otherwise, when we update image files referenced by CSS files, we don't update the relevant CSS files. More... over 13 years ago
Reconstruct fragment identifiers correctly. More... over 13 years ago
Fix cs-url-detection regex, so we can deal correctly with fragments of SVG files. With SVG, it's possible to refer to files like: url("mask.svg#frag") so we need to process just part of the filename. More... over 13 years ago
Fix static asset management to complain properly about missing files More... almost 14 years ago
Add line to docs More... almost 14 years ago
Tidy up use of absolute paths in CSS More... almost 14 years ago
Teach static_combo_css to take an optional agrument indicating the type of media More... almost 14 years ago
Slight reword of docs for STATIC_MANAGEMENT_VERSION_WRITER More... almost 14 years ago
Typo in docs More... almost 14 years ago
Allow use of an object as well as a class for STATIC_MANAGEMENT_VERSION_WRITER More... almost 14 years ago
Add missing import to lib.py More... almost 14 years ago
Handle absolute paths in css files More... almost 14 years ago
Use native python's relpath where available More... almost 14 years ago
Improve CSS_ASSET_PATTERN regex. * Use named groups * Account for quoted filenames inside url() * Prevent greedy matching picking up multiple urls on one line. More... almost 14 years ago
Fix minor typo in README More... almost 14 years ago
Whoops, I meant hasattr More... almost 14 years ago
Actually fall back properly More... almost 14 years ago
Make cachebust optional More... almost 14 years ago
Use correct exception More... almost 14 years ago
Make CSS asset finder configurable with a settings string of STATIC_MANAGEMENT_CSS_ASSET_PATTERN More... almost 14 years ago
Correct function failure (thanks Tim) More... almost 14 years ago