[TYPO3-ect] Done: TS configurable action pipeline
Elmar Hinz
elmar07 at googlemail.com
Tue Sep 4 09:48:00 CEST 2007
Hello users of lib,
last night I updated lib and bananas in svn, to introduce the first
extension, fully controlled by the action pipeline.
You also can use the "official" names and acronymes:
TS action pipeline (TSAP)
TS controlled pipeline of processors (tsPop)
Changelog:
* I needed to adapt several processor of lib, especially the captcha.
* Many properties have changed to the pattern: keyOfSomething.
* There are several usefull new methods in tx_lib_processor.
* There is also a new processor now: tx_lib_redirectProcessor.
HINT:
The methods of tx_lib_processor should always be used set and get
properties/configurations in the processors. This enables a common handling
of all properties, keeps the amount of code low and encreases the
readability of the code, once you get accainted with the style to handle
processor properties. It should work in almoust all situations.
TODO:
Before making this 'alpha final' a few steps are still needed:
* Making it work without user written controller classes at all.
* Making non-processor classes fitting better to the style of TsPop
NOTE:
You still will be able to write your controller classes in PHP. TsPop is
just an alternative.
Hava a nice day
Elmar
More information about the TYPO3-team-extension-coordination
mailing list