Re: [TYPO3] useCacheHash = 1 and caching

2008-10-04 Thread Steffen Müller
On 03.10.2008 20:32 Ronald Steiner wrote: > Steffen Müller schrieb: >> Hi. >> >> On 28.09.2008 01:22 Ronald Steiner wrote: >>> now I face this problem: >>> If there is no additional query string to add (addQueryString = 1) the >>> cHash is appended (useCacheHash) unnecessarily to the generated link

Re: [TYPO3] useCacheHash = 1 and caching

2008-10-03 Thread Ronald Steiner
Steffen Müller schrieb: > Hi. > > On 28.09.2008 01:22 Ronald Steiner wrote: >> now I face this problem: >> If there is no additional query string to add (addQueryString = 1) the >> cHash is appended (useCacheHash) unnecessarily to the generated link. > > Just guessing, but I hope this patch helps

Re: [TYPO3] useCacheHash = 1 and caching

2008-10-02 Thread Steffen Müller
Hi. On 28.09.2008 01:22 Ronald Steiner wrote: > > now I face this problem: > If there is no additional query string to add (addQueryString = 1) the > cHash is appended (useCacheHash) unnecessarily to the generated link. Just guessing, but I hope this patch helps: http://bugs.typo3.org/view.php?i

[TYPO3] useCacheHash = 1 and caching

2008-09-27 Thread Ronald Steiner
Hi List, for a language switch I use this TS-code to generate the link: typolink { parameter.data = page:uid no_cache = 0 useCacheHash = 1 addQueryString = 1 addQueryString.method = GET additionalParams = &L=2 } now I face this problem: If there is no additional que