[Typo3-dev] bug in simulateStaticDocuments_pEnc with 3.6RC1 and RC2
Kasper Skårhøj
kasper at typo3.com
Tue Apr 20 20:57:25 CEST 2004
I can confirm that this is not a bug, just a case where - and I'm very
sorry - a change has been made but no documentation published about it.
In my working copy of TSref it says for "simulateStaticDocuments_pEnc":
<snip>
NOTICE: From TYPO3 3.6.0 the encoding will work only on parameters that
are manually entered in the list set by
.simulateStaticDocuments_pEnc_onlyP (see right below) or those
parameters that various plugins might allow in addition. This is to
limit the run-away risk when many parameters gets combined.
</snip>
And "simulateStaticDocuments_pEnc_onlyP":
<snip>
A list of variables that may be a part of the md5/base64 encoded part of
a simulate_static_document virtual filename (see property in the row
above).
Example:
simulateStaticDocuments_pEnc_onlyP = tx_maillisttofaq_pi1[pointer], L,
print
-> this will allow the "pointer" parameter for the extension
"maillisttofaq" to be included (in addition to whatever vars the
extension sets itself) and further the parameter "L" (could be language
selection) and "print" (could be print-version).
</snip>
More information about the TYPO3-dev
mailing list