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 "scheduler".
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' => 'Scheduler',
00015     'description' => 'The TYPO3 Scheduler let\'s you register tasks to happen at a specific time',
00016     'category' => 'misc',
00017     'shy' => 0,
00018     'version' => '1.1.0',
00019     'dependencies' => '',
00020     'conflicts' => 'gabriel',
00021     'priority' => '',
00022     'loadOrder' => '',
00023     'module' => 'mod1',
00024     'doNotLoadInFE' => 1,
00025     'state' => 'stable',
00026     'uploadfolder' => 0,
00027     'createDirs' => '',
00028     'modify_tables' => '',
00029     'clearcacheonload' => 0,
00030     'lockType' => '',
00031     'author' => 'Francois Suter',
00032     'author_email' => 'francois@typo3.org',
00033     'author_company' => '',
00034     'CGLcompliance' => '',
00035     'CGLcompliance_note' => '',
00036     'constraints' => array(
00037         'depends' => array(
00038             'php' => '5.2.0-0.0.0',
00039             'typo3' => '4.5.0-0.0.0',
00040         ),
00041         'conflicts' => array(
00042             'gabriel' => '',
00043         ),
00044         'suggests' => array(
00045         ),
00046     ),
00047     '_md5_values_when_last_written' => 'a:41:{s:10:"README.txt";s:4:"022a";s:22:"class.tx_scheduler.php";s:4:"bf8f";s:30:"class.tx_scheduler_croncmd.php";s:4:"3d2c";s:40:"class.tx_scheduler_croncmd_normalize.php";s:4:"6c59";s:32:"class.tx_scheduler_execution.php";s:4:"1546";s:47:"class.tx_scheduler_failedexecutionexception.php";s:4:"9a0e";s:27:"class.tx_scheduler_task.php";s:4:"4c6b";s:16:"ext_autoload.php";s:4:"84d0";s:21:"ext_conf_template.txt";s:4:"9e3c";s:12:"ext_icon.gif";s:4:"b5e1";s:17:"ext_localconf.php";s:4:"01a9";s:14:"ext_tables.php";s:4:"0316";s:14:"ext_tables.sql";s:4:"462a";s:13:"locallang.xml";s:4:"8d46";s:30:"cli/scheduler_cli_dispatch.php";s:4:"fc2d";s:14:"doc/manual.sxw";s:4:"6cff";s:41:"examples/class.tx_scheduler_sleeptask.php";s:4:"3ad2";s:65:"examples/class.tx_scheduler_sleeptask_additionalfieldprovider.php";s:4:"9967";s:40:"examples/class.tx_scheduler_testtask.php";s:4:"702c";s:64:"examples/class.tx_scheduler_testtask_additionalfieldprovider.php";s:4:"8531";s:61:"interfaces/interface.tx_scheduler_additionalfieldprovider.php";s:4:"47a5";s:13:"mod1/conf.php";s:4:"ab0d";s:14:"mod1/index.php";s:4:"6291";s:18:"mod1/locallang.xml";s:4:"dd93";s:32:"mod1/locallang_csh_scheduler.xml";s:4:"accb";s:22:"mod1/locallang_mod.xml";s:4:"0867";s:22:"mod1/mod_template.html";s:4:"e450";s:19:"mod1/moduleicon.gif";s:4:"b5e1";s:23:"res/tx_scheduler_be.css";s:4:"32cb";s:22:"res/tx_scheduler_be.js";s:4:"810d";s:27:"res/gfx/status_disabled.png";s:4:"8d8c";s:26:"res/gfx/status_failure.png";s:4:"5b8c";s:23:"res/gfx/status_late.png";s:4:"4b7b";s:26:"res/gfx/status_running.png";s:4:"6bae";s:28:"res/gfx/status_scheduled.png";s:4:"f03a";s:16:"res/gfx/stop.png";s:4:"e6ec";s:62:"tasks/class.tx_scheduler_cachingframeworkgarbagecollection.php";s:4:"7585";s:86:"tasks/class.tx_scheduler_cachingframeworkgarbagecollection_additionalfieldprovider.php";s:4:"38d4";s:60:"tests/tx_scheduler_cachingframeworkgarbagecollectionTest.php";s:4:"c898";s:34:"tests/tx_scheduler_croncmdTest.php";s:4:"a4cf";s:44:"tests/tx_scheduler_croncmd_normalizeTest.php";s:4:"dea2";}',
00048     'suggests' => array(
00049     ),
00050 );
00051 
00052 ?>