TYPO3 API  SVNRelease
ext_emconf.php
Go to the documentation of this file.
00001 <?php
00002 
00003 ########################################################################
00004 # Extension Manager/Repository config file for ext "taskcenter".
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',
00015     'description' => 'The Task Center is the framework for a host of other extensions, see below.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => '',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'doNotLoadInFE' => 1,
00023     'state' => 'stable',
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' => '2.0.0',
00036     '_md5_values_when_last_written' => 'a:20:{s:16:"ext_autoload.php";s:4:"61f4";s:12:"ext_icon.gif";s:4:"7c85";s:14:"ext_tables.php";s:4:"492b";s:13:"locallang.xml";s:4:"26ca";s:38:"classes/class.tx_taskcenter_status.php";s:4:"ac00";s:14:"doc/manual.sxw";s:4:"6598";s:43:"interfaces/interface.tx_taskcenter_task.php";s:4:"bf3c";s:23:"res/item-background.jpg";s:4:"6749";s:21:"res/list-item-act.gif";s:4:"6fa4";s:17:"res/list-item.gif";s:4:"e82d";s:18:"res/mod_styles.css";s:4:"a07d";s:21:"res/mod_template.html";s:4:"eb07";s:15:"res/tasklist.js";s:4:"177b";s:14:"task/clear.gif";s:4:"cc11";s:13:"task/conf.php";s:4:"2c86";s:13:"task/icon.gif";s:4:"7941";s:14:"task/index.php";s:4:"3de4";s:18:"task/locallang.xml";s:4:"d68a";s:22:"task/locallang_mod.xml";s:4:"c0f2";s:13:"task/task.gif";s:4:"5d27";}',
00037     'constraints' => array(
00038         'depends' => array(
00039             'typo3' => '4.4.0-0.0.0',
00040         ),
00041         'conflicts' => array(
00042         ),
00043         'suggests' => array(
00044             'sys_action' => '1.2.0-0.0.0',
00045         ),
00046     ),
00047     'suggests' => array(
00048     ),
00049 );
00050 
00051 ?>