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
*
Update link to templates documentation
update-template-doc-link
Carlton Gibson
2015-09-30
1
-1
/
+1
*
Merge pull request #668 from diox/fix-templatefilter
Mathieu Pillard
2015-09-26
3
-7
/
+16
|
\
|
*
Fix TemplateFilter breakage
Mathieu Pillard
2015-09-26
3
-7
/
+16
|
/
*
Merge pull request #667 from diox/override_settings_in_tests
Mathieu Pillard
2015-09-26
1
-291
/
+291
|
\
|
*
Refactor offline tests to make them always use override_settings
Mathieu Pillard
2015-09-26
1
-291
/
+291
|
/
*
Merge pull request #572 from FlightDataServices/multiple-offline-contexts
Mathieu Pillard
2015-09-25
4
-38
/
+178
|
\
|
*
Add support for multiple offline contexts.
Nick Pope
2015-09-25
4
-38
/
+178
*
|
Merge pull request #663 from karyon/beatifulsoup
Mathieu Pillard
2015-09-25
6
-44
/
+77
|
\
\
|
|
/
|
/
|
|
*
On py27, run tests with bs4
Johannes Linke
2015-09-25
1
-1
/
+1
|
*
Make requirements/tests.txt python3 compatible by using bs4
Johannes Linke
2015-09-25
1
-1
/
+1
|
*
Documentation: don't require beautifulsoup<4.0
Johannes Linke
2015-09-25
1
-1
/
+1
|
*
Overwrite some tests for bs4 to account for the changed behaviour
Johannes Linke
2015-09-25
1
-0
/
+38
|
*
Refactor and fix beautifulsoup version selection in the tests
Johannes Linke
2015-09-25
1
-19
/
+16
|
*
Adapt Beautifulsoup parser to changed behaviour in bs4
Johannes Linke
2015-09-25
1
-1
/
+7
|
*
Refactor and fix beautifulsoup version selection in the parser
Johannes Linke
2015-09-25
1
-15
/
+13
|
*
Enable beautifulsoup tests for beautifulsoup v4
Johannes Linke
2015-09-25
1
-6
/
+0
|
/
*
Merge pull request #653 from karyon/always_apply_absolute
Mathieu Pillard
2015-09-24
3
-9
/
+61
|
\
|
*
Add a test
Johannes Linke
2015-09-24
2
-0
/
+47
|
*
Apply CssAbsoluteFilter to precompiled css even when compression is disabled
Johannes Linke
2015-09-24
1
-9
/
+14
|
/
*
Merge pull request #652 from karyon/various
Mathieu Pillard
2015-09-24
6
-79
/
+81
|
\
|
*
Fix a deprecation warning
Johannes Linke
2015-09-23
1
-1
/
+1
|
*
Minor refactoring in compress templatetag: part 2
Johannes Linke
2015-09-23
2
-26
/
+42
|
*
Minor refactoring in compress templatetag
Johannes Linke
2015-09-23
1
-14
/
+2
|
*
Minor refactoring in Compressor's constructor
Johannes Linke
2015-09-23
3
-9
/
+8
|
*
Minor refactoring in precompile method
Johannes Linke
2015-09-23
1
-29
/
+28
|
/
*
Merge pull request #665 from karyon/fix_sekizai_double_rendering
Mathieu Pillard
2015-09-22
5
-4
/
+22
|
\
|
*
contrib.sekizai: fix double-rendering: use TextNode, not Template
Daniel Hahler
2015-09-22
3
-2
/
+19
|
*
Applied TextNode fix to sekizai postprocessor, fixes the double render issue....
Aaron Croyle
2015-09-22
2
-2
/
+3
|
/
*
Merge pull request #662 from alecklandgraf/patch-1
Mathieu Pillard
2015-09-21
1
-4
/
+4
|
\
|
*
Update reactjs.txt
Aleck Landgraf
2015-09-20
1
-4
/
+4
|
/
*
Merge pull request #660 from carltongibson/test-updates
Carlton Gibson
2015-09-17
2
-10
/
+1
|
\
|
*
Remove Django 1.5 and 1.6 from tox and travis
Carlton Gibson
2015-09-16
2
-10
/
+1
*
|
Merge pull request #658 from karyon/use_static_dir_first
Mathieu Pillard
2015-09-16
2
-13
/
+67
|
\
\
|
|
/
|
/
|
|
*
sanitize settings overriding in CompressorInDebugModeTestCase
Johannes Linke
2015-09-15
2
-16
/
+21
|
*
In debug mode, use the app's static dir first
Aurélien Bompard
2015-09-15
2
-13
/
+62
*
|
Merge pull request #659 from treyhunner/add-codecov
Mathieu Pillard
2015-09-16
2
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
Switch from coveralls to codecov badge
Trey Hunner
2015-09-15
1
-2
/
+2
|
*
Use codecov to measure code coverage
Trey Hunner
2015-09-15
1
-0
/
+4
|
/
*
Merge pull request #657 from karyon/remove_silent_exception_catching
Mathieu Pillard
2015-09-14
9
-91
/
+85
|
\
|
*
stop tests from leaking changed settings
Johannes Linke
2015-09-14
8
-78
/
+80
|
*
remove silent exception catching
Johannes Linke
2015-09-14
1
-13
/
+5
|
/
*
Merge pull request #656 from diox/no-sudo
Mathieu Pillard
2015-09-14
1
-3
/
+1
|
\
|
*
Remove sudo from .travis.yml to run on travis new architecture
Mathieu Pillard
2015-09-14
1
-3
/
+1
|
/
*
Merge pull request #650 from karyon/develop
Mathieu Pillard
2015-09-10
8
-9
/
+98
|
\
|
*
CachedCompilerFilter: also cache empty files
Johannes Linke
2015-09-10
2
-2
/
+11
|
*
fix cached precompiler for unicode input
Johannes Linke
2015-09-10
3
-3
/
+9
|
*
fix tests
Johannes Linke
2015-09-10
1
-11
/
+15
|
*
Document COMPRESS_CACHEABLE_PRECOMPILERS setting
Pindi Albert
2015-09-06
1
-0
/
+13
|
*
Only cache precompilers specified in COMPRESS_CACHEABLE_PRECOMPILERS setting,...
Pindi Albert
2015-09-06
6
-18
/
+49
|
*
Add unit tests for compiler cache
Pindi Albert
2015-09-06
1
-0
/
+17
[next]