Task #4006
Default prefix "Tx" vs "F3"
| Status: | Closed | Start date: | 2009-07-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Fabien Udriot | % Done: | 100% |
|
| Category: | Code and Architecture | |||
| Target version: | Stable v1.0 | |||
| Votes: | 0 |
Description
Fabien:
We can go a step forward to the "extbase" direction by changing the "F3" by the "Tx" prefix.
Reinhard:
Yeah, we could do that, but one thing should be taken care of: I would
like to see that F3 is compatible. So that old forms will still work.
New users will read the manual or look at the examples and see Tx_
prefix, so they will use that one. But users who already did have a look
at the extension should not have to change the prefix in al their
forms.
Associated revisions
[Bug 4006] Add getters for the single view page to the category and event type model, r=bernd
History
Updated by Fabien Udriot almost 4 years ago
2009-07-18 01:18 - Reinhard Führicht¶
Related to #3691.
Can we do the changes needed for renaming and the prefx change together and maybe add explanations to the manual and release a news entry to inform about this?
For TypoScript setups we could allow both
F3_MailformPlusPlus
and
Tx_Formhandler
but we should make sure that any existing user knows that from now on Tx_Formhandler will be preferred.
2009-07-21 16:32 - Fabien Udriot
Done! Committed on http://forge.typo3.org/repositories/show/extension-formhandler¶
I had a try in keeping the compatibilty with prefix "F3_MailformPluPlus". My draft is attached in form of 3 patches. It could help... (maybe!)
From Skype:
What I would suggest: I commit a working Formhandler now. Next, you have a look how to integrate the F3_MailformPlusPlus prefix. If you find a nice solution, that's OK.
On the other hand if that burdens the code too much, I would prefer to write an update script, even if this is a bit more risky. We don't need to search / replace every where in the database. Only in the sys_template.setup and the tt_content.flexform.
With a big backup caution message for the webmaster, I think it would be OK.
2009-07-21 18:00 - Fabien Udriot¶
Documentation has been updated with Formhandler's key name. Re-update your repository if not already done.
Updated by Fabien Udriot almost 4 years ago
- File Tx_GimmeFive_Component_Manager.php.diff added
- File Tx_Formhandler_Configuration.php.diff added
- % Done changed from 0 to 80
Updated by Reinhard Führicht almost 4 years ago
+1 from my side.
Migration seems to be finished. Some more testing the next days and we are one step closer to a stable release.
Updated by Reinhard Führicht almost 4 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 80 to 100
Everything seems to work just fine.
Formhandler got released in TER.
Nice work Fabien.