Actions
Bug #22852
closedDeprecate page and branch versioning, disable them by default
Start date:
2010-06-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hey,
as discussed by the new workspaces team, and approved by Kasper, I created a patch to disable the "old" versioning methods as only "element-based" versioning will be supported in the future.
Kasper already deprecated the "branch" and "pages" versioning in 4.2, even introduced a configuration parameter to disable them right away. We want to deprecate them "for real" now and disable them by default. If anyone still needs it, he/she/it can enable the option again. This also means that everyone should read the NEWS.txt when upgrading to 4.4. In any case, we can safely remove both versioning type options in 4.6 then, if we deprecate them now.
(issue imported from #M14679)
Files
Updated by Peter Niederlag over 14 years ago
added _v2 of the patch
- strip unrelated change in NEWS.txt
- add dropdown in versioning module on pages only if elementVersioningOnly==FALSE
- add hint in config_default.php on newPagesVersioningType to set elementVersioningOnly to FALSE
Actions