Project

General

Profile

Actions

Bug #32748

closed

Add ['BE']['elementVersioningOnly'] to the Install-Tool

Added by Jonathan Starck almost 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Workspaces
Target version:
-
Start date:
2011-12-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

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

Actions #2

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

Actions #3

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.

Actions #4

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

Actions #5

Updated by Steffen Gebert almost 13 years ago

  • Target version deleted (4.7.0-alpha3)
Actions #6

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
Actions #7

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.

Actions #8

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

Actions #9

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.

Actions #10

Updated by Michael Stucki almost 11 years ago

  • Category set to Workspaces
Actions #11

Updated by Michael Stucki almost 11 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #12

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF