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 "recycler".
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' => 'Recycler',
00015     'description' => 'The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.',
00016     'category' => 'module',
00017     'author' => 'Julian Kleinhans',
00018     'author_email' => 'typo3@kj187.de',
00019     'shy' => '',
00020     'dependencies' => 'cms',
00021     'conflicts' => '',
00022     'priority' => '',
00023     'module' => 'mod1',
00024     'doNotLoadInFE' => 1,
00025     'state' => 'stable',
00026     'internal' => '',
00027     'uploadfolder' => 0,
00028     'createDirs' => '',
00029     'modify_tables' => '',
00030     'clearCacheOnLoad' => 0,
00031     'lockType' => '',
00032     'author_company' => '',
00033     'version' => '1.1.0',
00034     'constraints' => array(
00035         'depends' => array(
00036             'cms' => '',
00037         ),
00038         'conflicts' => array(
00039         ),
00040         'suggests' => array(
00041         ),
00042     ),
00043     '_md5_values_when_last_written' => 'a:34:{s:9:"ChangeLog";s:4:"7b94";s:12:"ext_icon.gif";s:4:"1426";s:17:"ext_localconf.php";s:4:"cee4";s:14:"ext_tables.php";s:4:"1a0d";s:16:"locallang_db.xml";s:4:"a06e";s:56:"classes/controller/class.tx_recycler_controller_ajax.php";s:4:"2189";s:43:"classes/helper/class.tx_recycler_helper.php";s:4:"c622";s:56:"classes/model/class.tx_recycler_model_deletedRecords.php";s:4:"5c5d";s:48:"classes/model/class.tx_recycler_model_tables.php";s:4:"283a";s:54:"classes/view/class.tx_recycler_view_deletedRecords.php";s:4:"08aa";s:14:"doc/manual.sxw";s:4:"3528";s:14:"mod1/clear.gif";s:4:"cc11";s:13:"mod1/conf.php";s:4:"e060";s:14:"mod1/index.php";s:4:"e8b7";s:18:"mod1/locallang.xml";s:4:"7f2d";s:22:"mod1/locallang_mod.xml";s:4:"3a26";s:22:"mod1/mod_template.html";s:4:"7c59";s:19:"mod1/moduleicon.gif";s:4:"7ba2";s:23:"res/css/customExtJs.css";s:4:"32f9";s:20:"res/icons/accept.png";s:4:"e36c";s:24:"res/icons/arrow_redo.png";s:4:"5e7c";s:40:"res/icons/arrow_rotate_anticlockwise.png";s:4:"d471";s:17:"res/icons/bin.png";s:4:"62fd";s:24:"res/icons/bin_closed.png";s:4:"3ed7";s:23:"res/icons/bin_empty.png";s:4:"3979";s:27:"res/icons/database_save.png";s:4:"33b7";s:20:"res/icons/delete.gif";s:4:"1a79";s:26:"res/icons/filter_clear.png";s:4:"fb1a";s:28:"res/icons/filter_refresh.png";s:4:"1d4b";s:21:"res/icons/loading.gif";s:4:"8ae1";s:22:"res/icons/recycler.gif";s:4:"26d8";s:23:"res/icons/recycler2.gif";s:4:"cf3b";s:26:"res/icons/x_toolbar_bg.gif";s:4:"b312";s:21:"res/js/t3_recycler.js";s:4:"f1b4";}',
00044     'suggests' => array(
00045     ),
00046 );
00047 
00048 ?>