[TYPO3-core] RFC: #10028: overrideWithExtension uses hardcoded urls
Dmitry Dulepov
dmitry at typo3.org
Sun Dec 28 15:45:18 CET 2008
Hi!
Steffen Kamper wrote:
> Attached patch solves that and introduce a possibility to define this
> url by following vars:
>
> $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['newPageWiz']['extension'] =
> 'mod.php?M=web_mymoduleM1';
> $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['newContentWiz']['extension']
> = 'mod.php?M=tx_newcemod';
<neat-picking>Extra space after $GLOBALS should be removed before commit.</neat-picking>
> If the url isn't configured the old url is used to be compatible.
Not in the List module though (typo3/class.db_list_extra.inc, line 780). I think it should be changed too.
Thanks for taking care, Steffen! I planned to do it after introducing new CE&page wizards in TV. It is good to have a helping hand around! :)
--
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
More information about the TYPO3-team-core
mailing list