Bug #23146 ยป 16307.patch
typo3/sysext/version/ext_localconf.php (working copy) | ||
---|---|---|
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain');
|
||
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['moveRecordClass'][] = t3lib_extMgm::extPath('version', 'class.tx_version_tcemain.php:&tx_version_tcemain');
|
||
// Register the autopublishing task
|
||
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_version_tasks_AutoPublish'] = array(
|
||
'extension' => $_EXTKEY,
|
||
'title' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:autopublishTask.name',
|
||
'description' => 'LLL:EXT:' . $_EXTKEY . '/locallang.xml:autopublishTask.description'
|
||
);
|
||
if (TYPO3_MODE == 'BE') {
|
||
// add default notification options to every page
|
typo3/sysext/version/ext_tables.php (working copy) | ||
---|---|---|
);
|
||
t3lib_extMgm::addModule('web', 'txversionM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'cm1/');
|
||
t3lib_extMgm::addModule('user', 'ws', '', t3lib_extMgm::extPath($_EXTKEY) . 'ws/');
|
||
}
|
||