|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext "opendocs". 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>Open Documents', 00015 'description' => 'Shows opened documents by the user. This concept is more widely used with the "Classic Backend".', 00016 'category' => 'module', 00017 'shy' => 0, 00018 'dependencies' => '', 00019 'conflicts' => '', 00020 'priority' => '', 00021 'loadOrder' => '', 00022 'module' => 'mod', 00023 'doNotLoadInFE' => 1, 00024 'state' => 'stable', 00025 'internal' => 0, 00026 'uploadfolder' => 0, 00027 'createDirs' => '', 00028 'modify_tables' => '', 00029 'clearCacheOnLoad' => 1, 00030 'lockType' => '', 00031 'author' => 'Benjamin Mack', 00032 'author_email' => 'mack@xnos.org', 00033 'author_company' => '', 00034 'CGLcompliance' => '', 00035 'CGLcompliance_note' => '', 00036 'version' => '1.0.0', 00037 '_md5_values_when_last_written' => 'a:13:{s:21:"class.tx_opendocs.php";s:4:"90e7";s:21:"ext_conf_template.txt";s:4:"967e";s:12:"ext_icon.gif";s:4:"fdf4";s:14:"ext_tables.php";s:4:"f56d";s:22:"locallang_opendocs.xml";s:4:"0326";s:12:"opendocs.css";s:4:"c0f4";s:11:"opendocs.js";s:4:"613f";s:12:"opendocs.png";s:4:"08b3";s:23:"registerToolbarItem.php";s:4:"520e";s:26:"toolbar_item_active_bg.png";s:4:"5623";s:12:"mod/conf.php";s:4:"69b8";s:16:"mod/document.gif";s:4:"fdf4";s:21:"mod/locallang_mod.xml";s:4:"7240";}', 00038 'constraints' => array( 00039 'depends' => array( 00040 'php' => '5.1.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