summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project
AgeCommit message (Expand)Author
2025-05-16Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesS...Samuel Cormier-Iijima
2024-08-30Fixed #35669 -- Improved max post-process passes exceeded error message in Ha...SaJH
2024-08-07Fixed #35553 -- Handled import*as in HashedFilesMixin.Farhan
2024-07-11Fixed syntax of CSS file used in tests.Tom Carrick
2024-02-28Fixed #29022 -- Fixed handling protocol-relative URLs in ManifestStaticFilesS...Adam Zapletal
2023-04-21Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga
2023-03-12Fixed #34407 -- Reported filename when decoding fails in collectstatic's post...Claude Paroz
2023-01-02Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner
2022-12-07Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh
2022-06-23Made HashedFilesMixin ignore URLs without a path.Florian Apolloner
2022-06-03Refs #33765 -- Added tests for trailing whitespace in JavaScript source map r...Adam Johnson
2022-03-04Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson
2022-01-18Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson
2021-11-05Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak
2021-11-04Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson
2021-05-31Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome
2021-04-02Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.Adam Johnson
2020-09-01Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2016-07-12Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester
2016-03-30Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz
2016-02-23Prevented static file corruption when URL fragment contains '..'.Aymeric Augustin
2016-02-23Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...Aymeric Augustin
2015-11-12Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...msaelices
2015-02-21Removed workaround for SVN limitations.Aymeric Augustin
2015-01-01Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-05-18Refs #21230 -- removed direct settings manipulation from staticfile testsHuu Nguyen
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner