opencontent/ezchangeclass-ls

eZChangeclass (OpenContent 分支)

安装次数: 2,814

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 4

类型:ezpublish-legacy-extension

1.2 2018-04-03 10:40 UTC

This package is auto-updated.

Last update: 2024-08-29 03:58:07 UTC


README

This extension allows to change a content object's content class. Useful when
refactoring an existing installation, i.e. towards organizational entities.

Usage:
Click on the context menu entry of a given node in the admin tree.

Features:
- Two ways to change a content object's class:
- A. Change an existing object's content class without creating a new object (thus
  keeping the existing node). All needed new attributes will be
  created automatically, and all data in it will be copied.
- Mapping between attributes of classes
- Possibilty to map between different datatypes if the same db table
  attribute is used (for ex. data_text -> data_text) - simple
  conversion can be set in changeclass.ini file
- Batch conversion of existing objects, select 'Generate console
  parameters' on step 2 to get all the info.
- Handles archived and other object versions as well.