Bug #32748
closedAdd ['BE']['elementVersioningOnly'] to the Install-Tool
100%
Description
Hi Team,
I get this warning (see Picture) and wanted to fix them.
Unfortunately the Option "$ TYPO3_CONF_VARS ['BE'] ['elementVersioningOnly']" is missing in the Install Tool (TYPO3 4.7.alpha2)
regards
Jonathan
Files
Updated by Markus Klein almost 13 years ago
Hi Jonathan,
elementVersioning is deprecated since TYPO3 4.2. Its removal has been delayed from 4.6 to 4.7 now.
~Markus
Updated by Jonathan Starck almost 13 years ago
Hi,
thx. But it was a new setup of TYPO3 4.7beta1 and after I install Workspaces via the Install-Tool I get this warning. I think it would be better if the install-tool would configured it directly right.
Mfg
Jonathan
Updated by Philipp Gampe almost 13 years ago
No, the warning should be changed to state that the setting should be removed from localconf.php.
I think the Install Tool is currently not able to do this on its own.
Updated by Steffen Gebert almost 13 years ago
- Project changed from TYPO3 Core to 624
- Category deleted (
Install Tool)
Hi workspaces team,
could you please give feedback on this?
Thanks
Updated by Steffen Gebert almost 13 years ago
- Target version deleted (
4.7.0-alpha3)
Updated by Peter Niederlag almost 13 years ago
4.x through 4.6.x¶
$TYPO3_CONF_VARS['BE']['elementVersioningOnly'] = 1; $TYPO3_CONF_VARS['BE']['newPagesVersioningType'] = -1;
- These are the defaults!
- Anything else is unsupported!
- meaning
- "element" type versioning is used and supported
- "branch" and "page" versioning are obsolete/unsupported
4.7.x / master¶
- These settings were removed in master by #97a6f07f8fb990302ce3b0
- sysext/workspaces (and version???) need to be updated
- sysext/workspaces/Classes/Reports/StatusProvider.php
- sysext/tca.php
Updated by Tolleiv Nietsch almost 13 years ago
- Status changed from New to Accepted
- Assignee set to Tolleiv Nietsch
True - going to drop the report because we actually don't even use the values anymore and we really just don't care if there are left configuration values.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8644
Updated by Tolleiv Nietsch almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:428592abc388d0d067c3aa0022a053978cabcb82.
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces