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 "lowlevel".
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' => 'Tools>Config+DBint',
00015     'description' => 'Enables the \'Config\' and \'DBint\' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.',
00016     'category' => 'module',
00017     'shy' => 1,
00018     'dependencies' => '',
00019     'conflicts' => '',
00020     'priority' => '',
00021     'loadOrder' => '',
00022     'module' => 'config,dbint,dbint/cli',
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' => '1.2.1',
00037     '_md5_values_when_last_written' => 'a:33:{s:38:"HOWTO_clean_up_TYPO3_installations.txt";s:4:"1cb7";s:13:"admin_cli.php";s:4:"539d";s:32:"class.tx_lowlevel_admin_core.php";s:4:"b43e";s:29:"class.tx_lowlevel_cleaner.php";s:4:"a497";s:34:"class.tx_lowlevel_cleaner_core.php";s:4:"8aa2";s:12:"ext_icon.gif";s:4:"4bcb";s:17:"ext_localconf.php";s:4:"d273";s:14:"ext_tables.php";s:4:"ad58";s:30:"clmods/class.cleanflexform.php";s:4:"0974";s:24:"clmods/class.deleted.php";s:4:"02eb";s:29:"clmods/class.double_files.php";s:4:"5833";s:27:"clmods/class.lost_files.php";s:4:"2aef";s:30:"clmods/class.missing_files.php";s:4:"d0cd";s:34:"clmods/class.missing_relations.php";s:4:"97b5";s:31:"clmods/class.orphan_records.php";s:4:"9cdb";s:27:"clmods/class.rte_images.php";s:4:"ebcd";s:23:"clmods/class.syslog.php";s:4:"9d7e";s:25:"clmods/class.versions.php";s:4:"6ace";s:16:"config/clear.gif";s:4:"cc11";s:15:"config/conf.php";s:4:"1434";s:17:"config/config.gif";s:4:"2d41";s:16:"config/index.php";s:4:"aa60";s:20:"config/locallang.xml";s:4:"a734";s:24:"config/locallang_mod.xml";s:4:"5fe4";s:15:"dbint/clear.gif";s:4:"cc11";s:14:"dbint/conf.php";s:4:"9a7b";s:12:"dbint/db.gif";s:4:"4bcb";s:15:"dbint/index.php";s:4:"d8fb";s:19:"dbint/locallang.xml";s:4:"227f";s:23:"dbint/locallang_mod.xml";s:4:"cf60";s:25:"dbint/cli/cleaner_cli.php";s:4:"91f9";s:26:"dbint/cli/refindex_cli.php";s:4:"2d2e";s:12:"doc/TODO.txt";s:4:"4dcc";}',
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 ?>