index
:
delta/python-packages/django-compressor.git
black
dependabot/pip/requirements/beautifulsoup4-4.12.2
dependabot/pip/requirements/calmjs-3.4.4
dependabot/pip/requirements/coverage-7.2.3
dependabot/pip/requirements/jinja2-2.11.3
dependabot/pip/requirements/lxml-4.6.3
develop
django-2.2-support
django-4.1-ci
drop-python-3.6
drop-python-3.7-and-old-djangos
fix-tests-coffin-breakage
master
prepare-for-2.0
rtd-config
simplify-settings
update-pypi-badge
update-template-doc-link
github.com: django-compressor/django-compressor.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compressor
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guessing like a pro..
Jannis Leidel
2013-05-27
1
-2
/
+1
*
Bytes maybe?
Jannis Leidel
2013-05-27
1
-1
/
+2
*
Raise the exception when running the template tag.
Jannis Leidel
2013-05-27
1
-2
/
+1
*
Try forcing the file content.
Jannis Leidel
2013-05-27
1
-1
/
+2
*
Use override_settings.
Jannis Leidel
2013-05-27
1
-2
/
+0
*
Debugging..
Jannis Leidel
2013-05-27
1
-0
/
+2
*
Trying to fix the storage test.
Jannis Leidel
2013-05-27
1
-2
/
+7
*
Fix test with storage.
Kudlaty
2013-04-17
1
-2
/
+1
*
Fix saving nonascii to file on python2.7
Kudlaty
2013-04-16
1
-1
/
+2
*
Fix falke8 errors
Kudlaty
2013-04-16
1
-2
/
+6
*
Made filters fully aware of source file charset (filename argument). Filters ...
Rafal Stozek
2013-03-21
1
-12
/
+21
*
Added url2pathname function to compat module
Rafal Stozek
2013-03-21
1
-4
/
+2
*
Initial python 3 compatibility
Rafal Stozek
2013-03-20
1
-14
/
+36
*
PEP8 cleanup
Antti Hirvonen
2012-09-13
1
-3
/
+3
*
Passing the tag attributes to the precompiler class
Ulysses V
2012-09-13
1
-1
/
+1
*
Fail loudly on AttributeError
Matthew Tretter
2012-09-13
1
-4
/
+9
*
COMPRESS_PRECOMPILERS allows filter classes
Matthew Tretter
2012-09-13
1
-5
/
+16
*
Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...
Mathieu Pillard
2012-07-17
1
-1
/
+1
*
Various PEP8 and pyflakes related fixes.
Jannis Leidel
2012-05-19
1
-1
/
+0
*
Mark storage URLs as safe.
Apostolos Bessas
2012-04-02
1
-1
/
+2
*
Fix a small typo.
Sam Dornan
2012-02-29
1
-1
/
+1
*
If you call `render_to_string` and pass in a `Context` instance you're suppos...
Peter Bengtsson
2012-02-28
1
-1
/
+1
*
Stop hardcoding the template names and provide an API for returning custom pa...
Jannis Leidel
2012-01-30
1
-2
/
+14
*
Avoid network I/O for remote storages in get_filename
Niran Babalola
2012-01-26
1
-6
/
+10
*
Removed a bunch of unneeded things again.
Jannis Leidel
2011-11-26
1
-14
/
+12
*
Removed stale code introduced in fc7f9e9991bf986e36945ea5a0a36d6913c63259.
Jannis Leidel
2011-11-25
1
-6
/
+0
*
Minor nitpicking..
Jannis Leidel
2011-11-25
1
-10
/
+9
*
Preserves filename when preprocessing and `COMPRESS_ENABLED = False`
Alen Mujezinovic
2011-11-25
1
-10
/
+15
*
Merge remote-tracking branch 'jtrain/develop' into develop
Jannis Leidel
2011-11-24
1
-15
/
+16
|
\
|
*
return all inputs in order. Also passes the PRECOMPILED output through the FI...
Jervis Whitley
2011-11-24
1
-18
/
+15
|
*
both precompiled and standard files rendered without compression when COMPRES...
Jervis Whitley
2011-11-24
1
-2
/
+6
*
|
Pass the compressor class as the sender to the post_compress signal, not the ...
Jannis Leidel
2011-11-24
1
-0
/
+1
*
|
Introduced a new 'compressed' context dictionary to be passed to the template...
Jannis Leidel
2011-11-24
1
-7
/
+8
|
/
*
Stop memoizing the filter input and output to prevent memory leakage. Fixes #...
Jannis Leidel
2011-11-02
1
-5
/
+3
*
Make sure staticfiles finders lookup works on Windows. Closes #117.
Jannis Leidel
2011-11-02
1
-3
/
+4
*
Don't instantiate the local compressor storage backend all the time.
Jannis Leidel
2011-11-02
1
-3
/
+2
*
Tweak how compressor gets the path when using remote storages
Rich Leland
2011-10-11
1
-2
/
+8
*
Ensure hunks are filtered when compression is forced
Ben Firshman
2011-10-07
1
-5
/
+5
*
Avoid overwriting context variables needed for compressor to work.
shemigon
2011-09-26
1
-1
/
+1
*
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
2011-09-06
1
-0
/
+2
|
\
|
*
Use new context hook to pass name argument from tag to compressor to signal.
Jonathan Lukens
2011-08-26
1
-2
/
+1
|
*
Merge from upstream.
Jonathan Lukens
2011-08-26
1
-7
/
+18
|
|
\
|
*
|
Added post_compress signal.
Jonathan Lukens
2011-08-25
1
-0
/
+2
|
*
|
Allow for optional name argument to compress block tags.
Jonathan Lukens
2011-08-25
1
-1
/
+2
*
|
|
Import settings from compressor.conf again instead of django.conf to make sur...
Jannis Leidel
2011-09-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Use the current context when rendering the output templates.
Jannis Leidel
2011-08-26
1
-5
/
+10
*
|
Extended exception handling to be a bit more verbose about unicode bugs.
Jannis Leidel
2011-08-26
1
-0
/
+5
*
|
Moved settings handling over to django-appconf and fixed coverage.
Jannis Leidel
2011-08-25
1
-1
/
+2
|
/
*
Turned around the order in which the files are looked for, now it first tries...
Jannis Leidel
2011-08-10
1
-4
/
+4
*
Moved tests out of the app to stay sane and changed a few things. E.g. the in...
Jannis Leidel
2011-08-10
1
-62
/
+101
[next]