[TYPO3-core] RFC: adminpanel and caching problems

rupert germann rupi at gmx.li
Tue May 9 08:55:10 CEST 2006


On Monday 08 May 2006 22:19, Martin Kutschker wrote:
> We didn't come to any conclusion, so I suggest we use a modified version
> of Rupert's patch:
>
> - if (!t3lib_div::inList('id,type,no_cache,cHash,MP,ftu',$pKV[0]))
> + if (!t3lib_div::inList('id,type,no_cache,cHash,MP,ftu',$pKV[0]) &&
> strncmp('TSFE_ADMIN_PANEL',$pKV[0],16))
>
> That is we omit all arguments starting with TSFE_ADMIN_PANEL.

yes, that would solve the caching problem but there is still the anoying 
problem with the not working submit buttons when the url contains an anchor. 
That's the reason why I vote for completely reverting the GETvars admin panel 
to POSTvars.

greets
rupert
 



More information about the TYPO3-team-core mailing list