[TYPO3-core] RFC #5500: Feature: Load Inline Elements On Demand
Lars Houmark
lars at houmark.com
Wed Mar 24 09:38:05 CET 2010
>> This is not a solution. You would not tell editors that they have to
>> deactivate cache if they want to use TYPO3...
>>
> No, but for a new version of TYPO3 with changed JS you have to... If
> you test the fix, this is the fastest way to get rid of cached JS.
Off-topic but still.
All includes of CSS and JS in the backend should use a timestamp for
the mtime of the file.
Ie. the output will be: <script type="text/javascript"
src="t3lib/jsfunc.inline.js?1269441180"></script>
This way the browser will automatically recache all includes files when
they are changed. Parsing all includes through a function that adds the
mtime in the backend should be easy to add.
Just my 2 cents...
--
Lars Houmark
More information about the TYPO3-team-core
mailing list