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
16 days
ago. based on code collected
17 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 51 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed a few API-only imports from the main module.
Jannis Leidel
More...
about 14 years ago
Moved tests from external project to the app.
Jannis Leidel
More...
about 14 years ago
Officially adopting the project from Christian Metts, cheers!
Jannis Leidel
More...
about 14 years ago
Added a custom walk function (like os.walk) that supports symlinks for Python<2.6 compatibility.
Jannis Leidel
More...
about 14 years ago
Updated README section on COMPRESS_CACHE_BACKEND for 1.3 compatibility.
Carl Meyer
More...
about 14 years ago
Don't reference the old CACHE_BACKEND setting on projects using the Django 1.3 CACHES setting.
Carl Meyer
More...
about 14 years ago
Merge remote branch 'philwo/master'
Jannis Leidel
More...
about 14 years ago
Bumped version up a bit.
Jannis Leidel
More...
about 14 years ago
Raise an exception if MEDIA_URL/COMPRESS_URL doesn't have a trailing slash. Closes GH-51.
Jannis Leidel
More...
about 14 years ago
Load the template tag lib in the README example. Closes GH-49.
Jannis Leidel
More...
about 14 years ago
Prevent accidentally installing the app as an egg file and automatically install BeautifulSoup. Closes GH-45 and GH-58.
Jannis Leidel
More...
about 14 years ago
Merge remote branch 'wunki/base_url'
Jannis Leidel
More...
about 14 years ago
Use Popen.communicate instead of handling std in and out manually.
Jannis Leidel
More...
about 14 years ago
Fixed order of instantiation of the CSSCompressor class. Thanks, emirotin.
Jannis Leidel
More...
about 14 years ago
Added tests/media/ to ignore
Ulrich Petri
More...
about 14 years ago
Actually load offline cerated content
Ulrich Petri
More...
about 14 years ago
Added mgmt command options + verbose output
Ulrich Petri
More...
about 14 years ago
Added (COMPRESS_)OFFLINE_TIMEOUT setting
Ulrich Petri
More...
about 14 years ago
Using the settings of django_compressor.
Petar Radosevic
More...
about 14 years ago
Fallback to MEDIA_ROOT to return the filename.
Petar Radosevic
More...
about 14 years ago
Changed whitespace in the CSS link-tag.
Philipp Wollermann
More...
about 14 years ago
Removed charset attribute from CSS link-tag, because it's not allowed in HTML5.
Philipp Wollermann
More...
about 14 years ago
Use a per-url mtime in CSS files instead of a global one. Closes mintchaos/django_compressor#42
Mathieu Pillard
More...
over 14 years ago
Moved get_hashed_mtime to compressor.utils from tests.
Jannis Leidel
More...
over 14 years ago
Fixed #37 - Make sure absolute filter works with Windows paths.
Jannis Leidel
More...
over 14 years ago
Bumped to 0.6a7.
Jannis Leidel
More...
over 14 years ago
Added ability to use a different cache backend.
Jannis Leidel
More...
over 14 years ago
Initial offline compressor base
Ulrich Petri
More...
over 14 years ago
Forgot to add the management command module to the list of packages. Bumped version.
Jannis Leidel
More...
over 14 years ago
Bumped version.
Jannis Leidel
More...
over 14 years ago
←
1
2
…
47
48
49
50
51
52
53
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