[TYPO3-dev] Hook in sys_template parsing
Kaczmarczyk Gregor
kaczmarczyk at rgi.de
Mon Feb 8 14:38:54 CET 2010
Hi Loek,
Loek Hilgersom schrieb:
> 1. Changes in TS templates stored in files only get applied after
> clearing configuration cache or all caches (IIRC), even when you set
> config.no_cache = 1 for development purposes. During development, I
> found that irritating and I haven't found a workaround for that.
>
>
> Of course there are ways to deal with point 2, but the combination of
> the two made me go back to database stored templates for most projects.
> If there is a solution for point 1, then I may decide to revert to files
> again, SVN is a huge plus of course.
>
> Cheers,
> Loek
you can solve your first problem with forcing template parsing.
In your USER-TSconfig put
admPanel.override.tsdebug.forceTemplateParsing = 1
now on every request all your TS-templates will be parsed without
manually clearing cache (only when you are logged in as BE-user).
Regards,
Gregor
More information about the TYPO3-dev
mailing list