0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 23 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from risicle/master More... almost 13 years ago
on third thoughts, if I'm going to rename the CSS_PATH variables, get it right in conf.py. More... almost 13 years ago
on second thoughts, use better variable names for the new CSS_PATHs and update the documentation to reflect that. More... almost 13 years ago
allow a different CSS_PATH and CSS_OUT_PATH More... almost 13 years ago
ccss management command: use render_to_string to make template rendering work with django 1.3 More... almost 13 years ago
Changed templates lookup so it doesn't interfere with Emacs temporal .#foo.ccss
manuq
as Manuel QuiƱones
More... about 13 years ago
Update for Django 1.2.5, where find_template_source was deprecated
manuq
as Manuel QuiƱones
More... about 13 years ago
Optimize color code generation, e.g. make sure that #eeeeee gets output to the final css file as #eee. More... over 14 years ago
Slightly change the way 'url(...)' is handled so that you can place expressions within the url and use variables to create your links. Fixes an issue I was having with e.g. url( + myimage.png) never having variables parsed. This introduces recursion to the parsing but any valid CSS will never cause issues. More... over 14 years ago
Fix regular expressions so that URLs aren't causing the parser to die by disallowing comments directly after a colon More... over 14 years ago
Remove trailing whitespace, add section on alternatives More... over 14 years ago
Cosmetic: conform to PEP8 style guidelines More... over 14 years ago
Properly wrap runserver command so you no longer need a seperate command to get CSS autoregeneration. Updated documentation to reflect that django-ccss is now even easier to use. More... over 14 years ago
Fix nested list vertical spacing More... over 14 years ago
Fix markdown list nesting, added license information More... over 14 years ago
First commit More... over 14 years ago