summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-212-0/+4
* Fixed #34407 -- Reported filename when decoding fails in collectstatic's post...Claude Paroz2023-03-121-0/+2
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-021-0/+6
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-074-0/+30
* Made HashedFilesMixin ignore URLs without a path.Florian Apolloner2022-06-231-0/+1
* Refs #33765 -- Added tests for trailing whitespace in JavaScript source map r...Adam Johnson2022-06-031-0/+2
* Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson2022-03-042-1/+3
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-183-0/+5
* Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak2021-11-054-30/+0
* Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson2021-11-041-0/+1
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-314-0/+30
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-023-0/+3
* Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak2020-09-011-0/+1
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+1
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders2017-01-112-0/+2
* Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester2016-07-121-0/+1
* Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz2016-03-301-0/+1
* Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin2016-02-232-5/+1
* Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin2016-02-233-0/+3
* Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices2015-11-121-0/+1
* Removed workaround for SVN limitations.Aymeric Augustin2015-02-211-0/+1
* Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham2015-01-011-0/+1
* Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner2014-08-126-6/+6
* Refs #21230 -- removed direct settings manipulation from staticfile testsHuu Nguyen2014-05-181-1/+0
* Fixed #18986 -- Improved error message for missing filesAymeric Augustin2013-04-281-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2622-0/+47