openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-compressor
Settings
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
14 days
ago. based on code collected
15 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 32 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #214 from jaap3/cache_manifest
Jannis Leidel
More...
almost 13 years ago
Merge pull request #222 from sdornan/patch-1
Mathieu Pillard
More...
almost 13 years ago
Fix a small typo.
Sam Dornan
More...
almost 13 years ago
Merge pull request #220 from peterbe/patch-1
Jannis Leidel
More...
almost 13 years ago
As of django 1.4 b1, the default value for `STATIC_ROOT` is `''` which means `COMPRESS_ROOT` becomes `''` which is false but not None.
Peter Bengtsson
More...
almost 13 years ago
If you call `render_to_string` and pass in a `Context` instance you're supposed to use the `context_instance=` keyword argument. Otherwise it might be mistaken for the `dictionary` parameter. Docs here: https://docs.djangoproject.com/en/dev/ref/templates/api/#the-render-to-string-shortcut
Peter Bengtsson
More...
almost 13 years ago
Test that deleting the manifest (after caching) does not affect rendering. Renamed test_rendering_without_compressing_raises_exception to test_rendering_without_manifest_raises_exception.
Jaap Roes
More...
almost 13 years ago
On character change to build on Travis.
Jannis Leidel
More...
almost 13 years ago
Updated travis config file to use new Python builder.
Jannis Leidel
More...
almost 13 years ago
Added a test_requirements.txt file for creating a test env
Tino
More...
almost 13 years ago
Added tests for pull request #203
Tino
More...
almost 13 years ago
Fixing little typos in tests
Tino
More...
almost 13 years ago
Fetch the manifest file only once and store the results in a module level variable.
Jaap Roes
More...
almost 13 years ago
Simplified the version handling further, `compressor.__version__` is now the canonical location following well defined Python best practices.
Jannis Leidel
More...
almost 13 years ago
Actually show which COMPRESS_CSS_HASHING_METHOD has been found in the settings.
Jannis Leidel
More...
almost 13 years ago
Merge pull request #208 from jonasvp/issue_126
Jannis Leidel
More...
about 13 years ago
Add tests for previous commit (issue #126)
Jonas
More...
about 13 years ago
Fix html5lib import error
shemigon
More...
about 13 years ago
Raise errors when running the management command even if DEBUG is False
Tino
More...
about 13 years ago
Fixed minor typos.
Jannis Leidel
More...
about 13 years ago
Merge pull request #200 from diox/develop
Jannis Leidel
More...
about 13 years ago
Update behind the scenes doc to match current offline behavior.
Mathieu Pillard
More...
about 13 years ago
Fixed minor docs issue.
Jannis Leidel
More...
about 13 years ago
Fix the freaking exception.
Jannis Leidel
More...
about 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop
Jannis Leidel
More...
about 13 years ago
Re-added an import that was needed to fix #131. D'oh. Thanks to Rob Hudson's eagle eyes.
Jannis Leidel
More...
about 13 years ago
Merge pull request #199 from PaulMcMillan/fix_datauri_docs
Jannis Leidel
More...
about 13 years ago
Fixes the reference to CssDataUri inlining.
Paul McMillan
More...
about 13 years ago
Fixed a few stylistic issues and a NameError introduced in the last commit.
Jannis Leidel
More...
about 13 years ago
Merge pull request #198 from diox/develop
Jannis Leidel
More...
about 13 years ago
←
1
2
…
28
29
30
31
32
33
34
35
36
…
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree