|
TYPO3 API
SVNRelease
|
00001 <?php 00002 00003 ######################################################################## 00004 # Extension Manager/Repository config file for ext "impexp". 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' => 'Import/Export', 00015 'description' => 'Import and Export of records from TYPO3 in a custom serialized format (.T3D) for data exchange with other TYPO3 systems.', 00016 'category' => 'be', 00017 'shy' => 1, 00018 'conflicts' => '', 00019 'priority' => '', 00020 'loadOrder' => '', 00021 'module' => 'app', 00022 'doNotLoadInFE' => 1, 00023 'state' => 'beta', 00024 'internal' => 0, 00025 'uploadfolder' => 0, 00026 'createDirs' => '', 00027 'modify_tables' => '', 00028 'clearCacheOnLoad' => 0, 00029 'lockType' => '', 00030 'author' => 'Kasper Skaarhoj', 00031 'author_email' => 'kasperYYYY@typo3.com', 00032 'author_company' => 'Curby Soft Multimedia', 00033 'CGLcompliance' => '', 00034 'CGLcompliance_note' => '', 00035 'version' => '0.3.0', 00036 '_md5_values_when_last_written' => 'a:45:{s:19:"class.tx_impexp.php";s:4:"6171";s:29:"class.tx_impexp_clickmenu.php";s:4:"2f97";s:10:"export.gif";s:4:"e13a";s:16:"ext_autoload.php";s:4:"e335";s:14:"ext_tables.php";s:4:"dd1f";s:14:"ext_tables.sql";s:4:"c4c7";s:10:"import.gif";s:4:"374c";s:17:"locallang_csh.xml";s:4:"241e";s:20:"locallang_csh_45.xml";s:4:"c187";s:13:"app/clear.gif";s:4:"cc11";s:12:"app/conf.php";s:4:"6593";s:13:"app/index.php";s:4:"f8e6";s:17:"app/locallang.xml";s:4:"a173";s:17:"app/template.html";s:4:"29f0";s:22:"cshimages/diffview.png";s:4:"32b9";s:24:"cshimages/excludebox.png";s:4:"40c0";s:20:"cshimages/export.png";s:4:"a96f";s:21:"cshimages/export1.png";s:4:"cf47";s:21:"cshimages/export2.png";s:4:"afec";s:20:"cshimages/extdep.png";s:4:"3e6b";s:24:"cshimages/fileformat.png";s:4:"7acd";s:21:"cshimages/htmlcss.png";s:4:"a407";s:20:"cshimages/impexp.png";s:4:"49b3";s:25:"cshimages/impexp_misc.png";s:4:"46e4";s:26:"cshimages/impexp_misc1.png";s:4:"f303";s:26:"cshimages/impexp_misc2.png";s:4:"e6a5";s:26:"cshimages/impexp_misc3.png";s:4:"388c";s:26:"cshimages/impexp_misc4.png";s:4:"ed04";s:20:"cshimages/import.png";s:4:"83c4";s:31:"cshimages/import_selectfile.png";s:4:"0bf7";s:22:"cshimages/metadata.png";s:4:"e462";s:25:"cshimages/pagetreecfg.png";s:4:"bc11";s:20:"cshimages/phpext.png";s:4:"17ca";s:24:"cshimages/references.png";s:4:"b643";s:25:"cshimages/references1.png";s:4:"5661";s:25:"cshimages/references2.png";s:4:"004b";s:26:"cshimages/singlerecord.png";s:4:"c010";s:20:"cshimages/static.png";s:4:"8724";s:21:"cshimages/static1.png";s:4:"8668";s:23:"cshimages/tablelist.png";s:4:"7fa4";s:20:"cshimages/update.png";s:4:"7a80";s:12:"doc/TODO.txt";s:4:"1967";s:37:"modfunc1/class.tx_impexp_modfunc1.php";s:4:"41a9";s:22:"modfunc1/locallang.xml";s:4:"3fe4";s:29:"task/class.tx_impexp_task.php";s:4:"bede";}', 00037 'constraints' => array( 00038 'depends' => array( 00039 'php' => '5.1.0-0.0.0', 00040 'typo3' => '4.4.0-0.0.0', 00041 ), 00042 'conflicts' => array( 00043 ), 00044 'suggests' => array( 00045 ), 00046 ), 00047 'suggests' => array( 00048 ), 00049 ); 00050 00051 ?>
1.8.0