__hgweb

log

age author description
5 days Jannis Leidel Automated merge.default tip
5 days Jannis Leidel Renamed readme file to help Github render it correctly
2 months Carl Meyer minor cleanup in tests
2 months Jannis Leidel Added tag 0.2.0 for changeset 9e97a3d159be
2 months Jannis Leidel Updated README a little in preparation for release0.2.0
2 months Carl Meyer remove unneeded import
2 months Carl Meyer remove win32 link error test (would have to trap sys.exit)
2 months Carl Meyer complete tests for build_static (except alternate storages)
2 months Carl Meyer fix resolve_static tests for Windows
2 months Carl Meyer test build_static with -i
2 months Carl Meyer test resolve_static without --first
2 months Carl Meyer test STATICFILES_MEDIA_DIRNAMES
2 months Carl Meyer refactor tests to prepare for adding missing tests
2 months Carl Meyer test suite (fixes #7)
2 months Carl Meyer fix build_static installing from project dirs
2 months Carl Meyer avoid 500 errors trying to os.path.split(None)
2 months Carl Meyer consistent resolve_for_location return value
2 months Jannis Leidel Fixed static file serving view to actually serve the file
3 months Jannis Leidel Merge.
3 months Jannis Leidel Backed out changeset b187d29b6ed7, fixes issue 5.
3 months Jannis Leidel Updated readme file a little
3 months Jannis Leidel Use platform independent path joining
3 months Jannis Leidel Fixed symlinking and use the number of symlinked files in message to the user.
3 months Jannis Leidel Switch to distutils, no need for setuptools, really.
3 months Jannis Leidel Minor bikeshedding with imports
3 months Jannis Leidel Use app settings directly
3 months Jannis Leidel Make sure we can also use strings in STATICFILES_DIRS.
3 months Chris Beaven Fix documentation to match up with all changes made, rewriting some sections.
3 months Chris Beaven Small changes to URLs to only serve MEDIA_ROOT files if both MEDIA_ROOT and MEDIA_URL settings are provided.
3 months Chris Beaven Make the staticfiles serve view raise a 404 for paths which could not be resolved.
3 months Chris Beaven Add an --exclude-dirs option to the build_static management command
3 months Chris Beaven Change the output for the resolve_static management command (to use a logger for the no match method).
3 months Chris Beaven Update documentation
3 months Chris Beaven Abstract a lot of the management command logic.
3 months Chris Beaven Large non-atomic commit which is pretty much a rewrite of the whole build_static management command.
3 months Chris Beaven Renamed build_media and resolve_media management commands to *_static as to
3 months Carl Meyer added static_url context processor
5 months Jannis Leidel Bumped up to 0.1.3dev
5 months Jannis Leidel Added tag 0.1.2 for changeset f6a3d4ffeff8
5 months Jannis Leidel Updated README and removed dev tag0.1.2
5 months Jannis Leidel Fixed an issue when handling apps like the admin app which don't namespace their media files.
5 months Jannis Leidel Fixed typo in settings
5 months Jannis Leidel Bumped to 0.1.2dev
5 months Jannis Leidel Wired up README with long_description
5 months Jannis Leidel Added tag 0.1.1 for changeset 3649a566be6e
5 months Jannis Leidel Removed dev tag0.1.1
5 months Jannis Leidel Added .gitignore for the non-believers
5 months Jannis Leidel Added README
5 months Jannis Leidel Added hgignore
5 months Jannis Leidel Bumping up to 0.1.1dev
5 months Jannis Leidel Added tag 0.1.0 for changeset 15550bf497bb
5 months Jannis Leidel Remove dev tag to get ready for release0.1.0
5 months Jannis Leidel Create STATIC_ROOT directory instead of just bailing with a warning
5 months Jannis Leidel Initial checkin from Pinax' repository
bitbucket.org: django-staticfiles