.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _introduction: Introduction ============ .. _what-it-does: What does it do? ---------------- This extension was created to prevent browsers from caching files which have been updated by the editor but opened before. It adds a timestamp parameter to all file downloads and direct links in backend and frontend of TYPO3. It could be helpful for Intranet systems or systems with many changes in file downloads. It is useful for content publisher in TYPO3 because some browsers cache the files extremely and after updating the file in TYPO3 the changes can't bee seen. Example of a usecase with problems: - Editor opens pdf-file in frontend in Internet Explorer -> browser is caching this file - Editor replaces the file in TYPO3 backend with a new file with the replace function in filelist module - Editor reopens the pdf-file in frontend in Internet Explorer -> browser is loading the cached file and not the new file \ \ **Examples of converted URLs:** ----------------------- :: will be converted to :: ----------------------- :: Download document will be converted to :: Download document ----------------------- \ \ \ If there are problems with this extension or better solutions for this problem, don't hesitate to contact me via email ephraim.haerer@renolit.com, via `Twitter `_, via `my profile on Github `_ or in the `Slack channel of TYPO3 `_. For problems my preferred contact channel is to create an issue on `Github `_. **It will NOT:** - modify the file as itself, it only modifies the public URL of the file when the URL is asked for. - modify the public URL if a file is processed through the image processor via TYPO3. A timestamp for processed URLs isn't needed.