summaryrefslogtreecommitdiff
path: root/compressor/base.py
Commit message (Expand)AuthorAgeFilesLines
* Guessing like a pro..Jannis Leidel2013-05-271-2/+1
* Bytes maybe?Jannis Leidel2013-05-271-1/+2
* Raise the exception when running the template tag.Jannis Leidel2013-05-271-2/+1
* Try forcing the file content.Jannis Leidel2013-05-271-1/+2
* Use override_settings.Jannis Leidel2013-05-271-2/+0
* Debugging..Jannis Leidel2013-05-271-0/+2
* Trying to fix the storage test.Jannis Leidel2013-05-271-2/+7
* Fix test with storage.Kudlaty2013-04-171-2/+1
* Fix saving nonascii to file on python2.7Kudlaty2013-04-161-1/+2
* Fix falke8 errorsKudlaty2013-04-161-2/+6
* Made filters fully aware of source file charset (filename argument). Filters ...Rafal Stozek2013-03-211-12/+21
* Added url2pathname function to compat moduleRafal Stozek2013-03-211-4/+2
* Initial python 3 compatibilityRafal Stozek2013-03-201-14/+36
* PEP8 cleanupAntti Hirvonen2012-09-131-3/+3
* Passing the tag attributes to the precompiler classUlysses V2012-09-131-1/+1
* Fail loudly on AttributeErrorMatthew Tretter2012-09-131-4/+9
* COMPRESS_PRECOMPILERS allows filter classesMatthew Tretter2012-09-131-5/+16
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...Mathieu Pillard2012-07-171-1/+1
* Various PEP8 and pyflakes related fixes.Jannis Leidel2012-05-191-1/+0
* Mark storage URLs as safe.Apostolos Bessas2012-04-021-1/+2
* Fix a small typo.Sam Dornan2012-02-291-1/+1
* If you call `render_to_string` and pass in a `Context` instance you're suppos...Peter Bengtsson2012-02-281-1/+1
* Stop hardcoding the template names and provide an API for returning custom pa...Jannis Leidel2012-01-301-2/+14
* Avoid network I/O for remote storages in get_filenameNiran Babalola2012-01-261-6/+10
* Removed a bunch of unneeded things again.Jannis Leidel2011-11-261-14/+12
* Removed stale code introduced in fc7f9e9991bf986e36945ea5a0a36d6913c63259.Jannis Leidel2011-11-251-6/+0
* Minor nitpicking..Jannis Leidel2011-11-251-10/+9
* Preserves filename when preprocessing and `COMPRESS_ENABLED = False`Alen Mujezinovic2011-11-251-10/+15
* Merge remote-tracking branch 'jtrain/develop' into developJannis Leidel2011-11-241-15/+16
|\
| * return all inputs in order. Also passes the PRECOMPILED output through the FI...Jervis Whitley2011-11-241-18/+15
| * both precompiled and standard files rendered without compression when COMPRES...Jervis Whitley2011-11-241-2/+6
* | Pass the compressor class as the sender to the post_compress signal, not the ...Jannis Leidel2011-11-241-0/+1
* | Introduced a new 'compressed' context dictionary to be passed to the template...Jannis Leidel2011-11-241-7/+8
|/
* Stop memoizing the filter input and output to prevent memory leakage. Fixes #...Jannis Leidel2011-11-021-5/+3
* Make sure staticfiles finders lookup works on Windows. Closes #117.Jannis Leidel2011-11-021-3/+4
* Don't instantiate the local compressor storage backend all the time.Jannis Leidel2011-11-021-3/+2
* Tweak how compressor gets the path when using remote storagesRich Leland2011-10-111-2/+8
* Ensure hunks are filtered when compression is forcedBen Firshman2011-10-071-5/+5
* Avoid overwriting context variables needed for compressor to work.shemigon2011-09-261-1/+1
* Merge branch 'develop' of github.com:jezdez/django_compressor into developJannis Leidel2011-09-061-0/+2
|\
| * Use new context hook to pass name argument from tag to compressor to signal.Jonathan Lukens2011-08-261-2/+1
| * Merge from upstream.Jonathan Lukens2011-08-261-7/+18
| |\
| * | Added post_compress signal.Jonathan Lukens2011-08-251-0/+2
| * | Allow for optional name argument to compress block tags.Jonathan Lukens2011-08-251-1/+2
* | | Import settings from compressor.conf again instead of django.conf to make sur...Jannis Leidel2011-09-061-1/+1
| |/ |/|
* | Use the current context when rendering the output templates.Jannis Leidel2011-08-261-5/+10
* | Extended exception handling to be a bit more verbose about unicode bugs.Jannis Leidel2011-08-261-0/+5
* | Moved settings handling over to django-appconf and fixed coverage.Jannis Leidel2011-08-251-1/+2
|/
* Turned around the order in which the files are looked for, now it first tries...Jannis Leidel2011-08-101-4/+4
* Moved tests out of the app to stay sane and changed a few things. E.g. the in...Jannis Leidel2011-08-101-62/+101