[TYPO3-core] RFC #11828: There's no possibility to hide versioning and workspaces

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Aug 31 19:38:27 CEST 2009


Rupert Germann schrieb:

> (...)
> This is done by moving it from $TYPO3_CONF_VARS['EXT']['requiredExt ']
> to $TYPO3_CONF_VARS['EXT']['extList'] but that raises some other problems:
> Having 'version' in extList will do fine for new installations but the
> more common case is updating an existing installation (with an existing
> 'extList' in localconf.php) to TYPO3 4.3. Then the changed extList from
> config_default.php will be ignored, resulting in versioning/ws being
> disabled after update.
> Solution for this: add a function to the update wizard in install tool
> (...)

We have had this problem already in some other new features, e.g. #8492,
where Steffen moved two old-school modules to sysext (about and
cshmanual) [1].

So the upgrade-process for this use-case is already coded [2], you might
try just to add "version" to the list there to see if it works as expected.

Cheers,
Ernesto


[1] http://forge.typo3.org/repositories/diff/typo3v4-core?rev=4590
[2]
http://forge.typo3.org/repositories/changes/typo3v4-core/trunk/typo3/sysext/install/updates/class.tx_coreupdates_installsysexts.php


More information about the TYPO3-team-core mailing list