[TYPO3-core] RFC #13998: Introduce Automatic versioning of CSS and JS files
Lars Houmark
lars at houmark.com
Thu Apr 8 05:24:23 CEST 2010
> Please provide three sentences about this feature (including the
> configuration option) of what it does. The committer will then take
> care of updating NEWS.txt as well.
As follows:
Automatic versioning of CSS and JS files in the backend. This feature
provides automatic numbering of CSS and JS files using the files
modified timestamp. This way the file reference will change when a CSS
or JS files is changed, and by this the browser will re-cache the file.
Can be configured to include the timestamp within the the filename
(before .ext) or as a parameter to the file (default).
Could include: Developers can use this API for versioning of files in
the own backend mods, by calling
t3lib_div::createVersionNumberedFilename or using the core API for
including files in the page renderer class.
Good enough? Feel free to correct / beautify / shorten / elaborate :)
Ready to commit?
--
Lars Houmark
More information about the TYPO3-team-core
mailing list