summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-212-0/+4
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-072-0/+27
* 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-052-27/+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-312-0/+27
* Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson2021-04-023-0/+3
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* 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-231-0/+1
* Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices2015-11-121-0/+1
* Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner2014-08-126-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2615-0/+39