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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'release/0.6b2'
0.6b2
Jannis Leidel
2011-02-17
17
-183
/
+306
|
\
|
*
Bumped version up a notch.
Jannis Leidel
2011-02-17
2
-2
/
+2
|
*
Removed a few unnecessary imports.
Jannis Leidel
2011-02-17
2
-3
/
+1
|
*
Moved Gzip enabled compressor storage backend from tests.storage to compresso...
Jannis Leidel
2011-02-17
4
-18
/
+26
|
*
Moved yield out of try block with finally clause to be Python 2.4 compatible.
Jannis Leidel
2011-02-17
1
-6
/
+7
|
*
If in debug mode, raise a pretty exception.
Jannis Leidel
2011-02-17
1
-2
/
+5
|
*
Added a cache_key method to the compress template tag and extended the cache ...
Jannis Leidel
2011-02-17
1
-1
/
+4
|
*
Another pass over the offline code to make sure it works when compression is ...
Jannis Leidel
2011-02-17
6
-27
/
+33
|
*
Make sure the setting is correctly reset.
Jannis Leidel
2011-02-17
1
-2
/
+6
|
*
Fixed custom storage tests.
Jannis Leidel
2011-02-16
1
-4
/
+4
|
*
Made use of the cached_property decorator and converted a few of the methods ...
Jannis Leidel
2011-02-16
1
-58
/
+43
|
*
Added cached_property to utils.
Jannis Leidel
2011-02-16
2
-0
/
+97
|
*
Cosmetic changes.
Jannis Leidel
2011-02-16
4
-37
/
+43
|
*
Minor updates to the conditions.
Jannis Leidel
2011-02-16
3
-3
/
+6
|
*
Introduced a default extra_context dictionary.
Jannis Leidel
2011-02-16
2
-7
/
+12
|
*
Made it possible to create a compressor instance without providing content.
Jannis Leidel
2011-02-16
3
-6
/
+6
|
*
Use cStringIO if available.
Jannis Leidel
2011-02-16
1
-1
/
+4
|
*
Be a bit DRYer for the file extension attribute of the compressors.
Jannis Leidel
2011-02-16
3
-5
/
+2
|
*
Applied a few bugfixes to jsmin.py that should make it less prone to choking ...
Jannis Leidel
2011-02-16
1
-5
/
+7
|
*
Make sure to change the COMPRESS_OUTPUT_DIR setting back, even if a test fails.
Jannis Leidel
2011-02-16
1
-11
/
+13
|
*
Merge branch 'release/0.6b1' into develop
Jannis Leidel
2011-02-15
2
-2
/
+2
|
|
\
*
|
\
Merge branch 'release/0.6b1'
0.6b1
Jannis Leidel
2011-02-15
6
-20
/
+17
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Bumped version to 0.6b1.
Jannis Leidel
2011-02-15
2
-2
/
+2
|
|
/
|
*
Don't show warning if lxml is not installed.
Jannis Leidel
2011-02-15
1
-7
/
+6
|
*
Make sure the cache backend setting is correctly handled on >= 1.3. Refs issu...
Jannis Leidel
2011-02-15
1
-1
/
+2
|
*
Fixed offline compression.
Jannis Leidel
2011-02-15
2
-7
/
+4
|
*
Minor stylistic change.
Jannis Leidel
2011-02-10
1
-2
/
+2
|
*
Fixed configuring the offline context.
Jannis Leidel
2011-02-10
1
-1
/
+1
|
*
Merge branch 'release/0.6a11' into develop
Jannis Leidel
2011-02-10
5
-63
/
+68
|
|
\
*
|
\
Merge branch 'release/0.6a11'
0.6a11
Jannis Leidel
2011-02-10
29
-325
/
+508
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Updated version to 0.6a11.
Jannis Leidel
2011-02-10
2
-2
/
+2
|
*
|
Another pass over the docs.
Jannis Leidel
2011-02-10
1
-47
/
+56
|
*
|
Hash the file path in the mtime cache key.
Jannis Leidel
2011-02-10
1
-4
/
+3
|
*
|
Enabled caching of mtimes by default with a timeout of 10 seconds.
Jannis Leidel
2011-02-10
2
-10
/
+7
|
|
/
|
*
Simplified AppSettings (e.g. to also pass through any changes being done to g...
Jannis Leidel
2011-02-10
1
-19
/
+15
|
*
Fixed wrong default of settings.COMPRESS_ENABLED (aka settings.COMPRESS).
Jannis Leidel
2011-02-10
1
-2
/
+2
|
*
Use hashed mtime for per-file hash.
Jannis Leidel
2011-02-10
1
-4
/
+3
|
*
Fixed NameError.
Jannis Leidel
2011-02-10
1
-1
/
+1
|
*
Use a per-url mtime in CSS files instead of a global one. Closes mintchaos/dj...
Mathieu Pillard
2011-02-10
1
-12
/
+29
|
*
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
2011-02-09
1
-4
/
+4
|
|
\
|
|
*
Fix speling
Jason Davies
2011-02-09
1
-4
/
+4
|
*
|
Note the new defaults for COMPRESS_ROOT and COMPRESS_URL in the docs. Closes #3.
Jannis Leidel
2011-02-09
1
-3
/
+13
|
|
/
|
*
Adopted AppSettings and moved a few things from utils to the cache module whe...
Jannis Leidel
2011-02-09
23
-279
/
+277
|
*
Added AppSettings object for nicer app settings handling.
Jannis Leidel
2011-02-09
1
-0
/
+109
|
*
Merge branch 'hotfix/0.5.4' into develop
Jannis Leidel
2011-02-07
0
-0
/
+0
|
|
\
|
*
\
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
2011-02-07
15
-98
/
+147
|
|
\
\
|
|
*
\
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
2011-02-07
1
-0
/
+2
|
|
|
\
\
|
|
|
*
|
Missing import : from shlex import split as cmd_split
wesleyb
2011-02-07
1
-0
/
+2
|
|
*
|
|
Fixed import error in settings and added fallback to use staticfiles' own set...
Jannis Leidel
2011-02-07
1
-2
/
+8
|
|
|
/
/
|
|
*
|
Fixed another issue with mtime tests.
Jannis Leidel
2011-02-05
1
-2
/
+2
[next]