ePages 6.14.0 - DE_EPAGES/Object/API/Cartridge.pm

Package DE_EPAGES::Object::API::Cartridge

This is the main cartridge class for install/patch/uninstall.

Base
DE_EPAGES::Object::API::ObjectInstaller

Functions

_activateLocales
transformLocalizedTextAttributeToLocalizedStringAttribute_patch_6_12_3
transformTextAttributeToStringAttribute_patch_6_12_3

_activateLocales

Activates languages, locales and currenies for a new database. The defaults can be overloaded by setting environment variables, e.g.: EPAGES_LANGUAGES=de en EPAGES_LOCALES=de_DE de_AT en_GB en_US EPAGES_CURRENCIES=EUR GBP USD

Syntax
$self->_activateLocales();

transformLocalizedTextAttributeToLocalizedStringAttribute_patch_6_12_3

move data from tble stringattribute to table textattribute.

Syntax
$Installer->transformLocalizedTextAttributeToLocalizedStringAttribute_patch_6_12_3();

transformTextAttributeToStringAttribute_patch_6_12_3

move data from tble stringattribute to table textattribute.

Syntax
$Installer->transformTextAttributeToStringAttribute_patch_6_12_3();