Commit History

Author SHA1 Message Date
  Jannis Leidel 8efd20f96d Added ManifestStaticFilesStorage to staticfiles contrib app. 10 years ago
  Vajrasky Kok 7e2d61a972 Fixed #21380 -- Added a way to set different permission for static directories. 11 years ago
  Vajrasky Kok 9eecb91695 Fixed #21219 -- Added a way to set different permission for static files. 11 years ago
  Keith Edmiston 028db97503 Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure. 11 years ago
  Ramiro Morales e909ceae9b Made django.test.testcases not depend on staticfiles contrib app. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Tim Graham 4d8ecbdfda Fixed some ReST errors; refs #20819. 11 years ago
  Tai Lee 4c6ffcf721 Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is used in production. 11 years ago
  Julien Phalip 47c755327b Fixed a number of minor misspellings. 11 years ago
  Julien Phalip ffc8e2e0ae Fixes #20162 -- Added a note in the documentation for `static.serve()` about the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback. 11 years ago
  Tim Graham 6c730da1f6 Fixed #19897 - Updated static files howto. 11 years ago
  Matt Robenolt 393c268e72 Fixed #19715 -- Simplified findstatic output when verbosity set to 0 11 years ago
  Tim Graham ba50d3e05b Fixed #14633 - Organized settings reference docs and added a topical index. 11 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 11 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 11 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Andy Dirnberger a7928dedc8 Fix typo in staticfiles app documentation 12 years ago
  Jannis Leidel 0a68a2994b Fixed #18254 -- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch. 12 years ago
  Aymeric Augustin 29a80354ab Added alt attribute to img tags in docs. 12 years ago
  Jannis Leidel 5f75ac91df Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able to customize the way the hashed name of a file is created. Thanks to mkai for the initial patch. 12 years ago
  Jannis Leidel 0ee801e360 Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs unnecessarily. Thanks, tgecho. 12 years ago
  Jannis Leidel 803de60c08 Stopped the collectstatic management from being wastful with file handlers. Refs r17519. 12 years ago
  Timo Graham b4dcbe398d Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the report. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Luke Plant ec7dde79c1 Fixed ReST errors that stopped some staticfiles docs being rendered 13 years ago
  Jannis Leidel 1d32bdd3c9 Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 13 years ago
  Jannis Leidel 94a38dfd0e Fixed #16161 -- Added `--clear` option to `collectstatic` management command to be able to explicitly clear the files stored in the destination storage before collecting. 13 years ago
  Jannis Leidel 38a2444277 Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location. 13 years ago
  Jannis Leidel 091c9b530e Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thanks to Frank Wiles and EvilDMP. 13 years ago
  Jannis Leidel a26034ffbf Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch. 13 years ago