Feature #47435
closedEpic #77909: Enhance EXT:form
Epic #69410: EXT:form - Flexibilize forms using hooks, signal slots and custom post processors
EXT:form - Missing Hooks in Form Wizard
0%
Description
Hi,
i am a developer for the wt_spamshield extension.
Since TYPO3 4.6 "form" is rewritten. We miss Hooks to integrate wt_spamshield.
It would be great if the function showForm() in Classes/Controller/Form.php (for TYPO3 4.x) and FormController.php (for TYPO3 6.x)
could provide a Hook to manipulate the mail sending process.
I attached 2 patches for TYPO3 4.x and TYPO3 6.x
Files
Updated by Philipp Gampe over 11 years ago
Hooks are features and as such may only go into the dev branches (6.2 after release of 6.1).
IMHO the hook should return $show
.
Would you please push your patch to gerrit: http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Updated by Patrick Broens over 11 years ago
- Target version set to 6.2.0
- TYPO3 Version changed from 4.7 to 6.2
As Philipp mentioned, this hook is a new feature and should not go into older versions than 6.2.
The goal is to have Slot/Signal instead of hooks in 6.x. I would like to see this one as a Signal Slot as well.
I'll have a look if I can find the time soon to get this done.
Updated by Patrick Broens over 11 years ago
- File FormController.php.6.x.diff added
Could you try the Signal Slot I've provided?
Updated by Patrick Broens over 11 years ago
Sorry, forgot the $submittedByPrefix parameter
Updated by Patrick Broens over 11 years ago
- File deleted (
FormController.php.6.x.diff)
Updated by Ernesto Baschny about 11 years ago
- Target version deleted (
6.2.0)
Sadly work stalled on this signal slot, let's try to not forget about it for future versions.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Björn Jacob about 9 years ago
- Subject changed from missing Hooks in Form Wizard to EXT:form - Missing Hooks in Form Wizard
- Status changed from New to Closed
- Target version deleted (
8 LTS)
Obsolete with rewrite since 7.5.