|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext "sys_action". 00005 # 00006 # Auto generated 26-01-2011 20:08 00007 # 00008 # Manual updates: 00009 # Only the data in the array - everything else is removed by next 00010 # writing. "version" and "dependencies" must not be touched! 00011 ######################################################################## 00012 00013 $EM_CONF[$_EXTKEY] = array( 00014 'title' => 'User>Task Center, Actions', 00015 'description' => 'Actions are \'programmed\' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.', 00016 'category' => 'module', 00017 'shy' => 0, 00018 'dependencies' => 'taskcenter', 00019 'conflicts' => '', 00020 'priority' => '', 00021 'loadOrder' => '', 00022 'module' => '', 00023 'doNotLoadInFE' => 1, 00024 'state' => 'stable', 00025 'internal' => 0, 00026 'uploadfolder' => 0, 00027 'createDirs' => '', 00028 'modify_tables' => '', 00029 'clearCacheOnLoad' => 0, 00030 'lockType' => '', 00031 'author' => 'Kasper Skaarhoj', 00032 'author_email' => 'kasperYYYY@typo3.com', 00033 'author_company' => 'Curby Soft Multimedia', 00034 'CGLcompliance' => '', 00035 'CGLcompliance_note' => '', 00036 'version' => '2.0.0', 00037 '_md5_values_when_last_written' => 'a:15:{s:16:"ext_autoload.php";s:4:"9b72";s:12:"ext_icon.gif";s:4:"804a";s:14:"ext_tables.php";s:4:"cd52";s:14:"ext_tables.sql";s:4:"c36f";s:13:"locallang.xml";s:4:"1f94";s:27:"locallang_csh_sysaction.xml";s:4:"a1d4";s:17:"locallang_tca.xml";s:4:"abe1";s:7:"tca.php";s:4:"1604";s:16:"x-sys_action.png";s:4:"8076";s:14:"doc/manual.sxw";s:4:"5228";s:32:"task/class.tx_sysaction_task.php";s:4:"62e6";s:46:"toolbarmenu/class.tx_sysaction_toolbarmenu.php";s:4:"96e5";s:35:"toolbarmenu/registerToolbarItem.php";s:4:"58a6";s:29:"toolbarmenu/tx_sysactions.css";s:4:"e1fa";s:28:"toolbarmenu/tx_sysactions.js";s:4:"f7da";}', 00038 'constraints' => array( 00039 'depends' => array( 00040 'taskcenter' => '2.0.0-0.0.0', 00041 'typo3' => '4.4.0-0.0.0', 00042 ), 00043 'conflicts' => array( 00044 ), 00045 'suggests' => array( 00046 ), 00047 ), 00048 'suggests' => array( 00049 ), 00050 ); 00051 00052 ?>
1.8.0