NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item5414: VarCachePlugin breaks plugins because it skips addHeader calls
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
New |
Extension |
VarCachePlugin |
|
That is the reason TwistyPlugin does not work with VarCachePlugin enabled: the necessary css and js are not loaded.
--
TWiki:Main/ArthurClemens - 03 Mar 2008
Ah, that explains why. This plugin predates the addHeader feature, the plugin needs to be updated.
--
TWiki:Main.PeterThoeny - 04 Mar 2008
Any idea how to accomplish this? The plugin currently only processes blocks that have VARCACHE written in them.
--
TWiki:Main.ArthurClemens - 03 May 2008
I can confirm this issue with the
ZonePlugin: the
ADDTOZONE (adding content to head) works only in the first time. The page
body is cached. In the following requests,
ADDTOZONE is not processed and the content is not added to head.
--
GilmarSantosJr - 23 Jun 2010
At TWiki they have updated the VarCachePlugin to make this work. I have not reviewed or tested their code.
--
ArthurClemens - 23 Jun 2010