forked from mocdk/moc_message_queue
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·47 lines (44 loc) · 2.68 KB
/
ext_emconf.php
File metadata and controls
executable file
·47 lines (44 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
########################################################################
# Extension Manager/Repository config file for ext "moc_message_queue".
#
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'MOC Message queue',
'description' => 'Extension for maintaining a central message queue. Bundles with a beanstalk implementation of the messaging layer.',
'category' => '',
'shy' => 0,
'version' => '1.1.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'MOC A/S',
'author_email' => 'janerik@moc.net',
'author_company' => 'MOC A/S',
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-6.1.99',
'extbase' => '6.0.0-6.1.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:33:{s:9:"ChangeLog";s:4:"aafe";s:10:"README.txt";s:4:"ee2d";s:21:"ext_conf_template.txt";s:4:"e119";s:12:"ext_icon.gif";s:4:"a555";s:17:"ext_localconf.php";s:4:"f0e7";s:14:"ext_tables.php";s:4:"ec5e";s:14:"ext_tables.sql";s:4:"2bf4";s:7:"tca.php";s:4:"f300";s:29:"tx_mocvarnish_purge_queue.png";s:4:"6bc7";s:18:"user_renderInt.php";s:4:"a71b";s:14:"doc/manual.sxw";s:4:"c608";s:19:"doc/wizard_form.dat";s:4:"abce";s:20:"doc/wizard_form.html";s:4:"77a9";s:55:"lib/tx_mocvarnish_scheduler_additionalfieldprovider.php";s:4:"fddc";s:42:"lib/tx_mocvarnish_scheduler_purgequeue.php";s:4:"4ac0";s:40:"lib/tx_mocvarnish_tcemain_cachehooks.php";s:4:"32a8";s:36:"lib/user_writeLoginSessionCookie.php";s:4:"7c97";s:18:"lib/URL/Finder.php";s:4:"3aea";s:28:"lib/Varnish/CacheManager.php";s:4:"a84e";s:16:"static/setup.txt";s:4:"24ac";s:29:"vcl-examples/esi-forced-5.vcl";s:4:"da4b";s:25:"vcl-examples/esi-full.vcl";s:4:"2b39";s:38:"vcl-examples/esi-header-controlled.vcl";s:4:"dfe7";s:25:"vcl-examples/esi-test.vcl";s:4:"aa7f";s:27:"vcl-examples/production.vcl";s:4:"57e7";s:37:"xclass/class.ux_tslib_content_4-4.php";s:4:"1328";s:37:"xclass/class.ux_tslib_content_4-5.php";s:4:"5822";s:60:"xclass/class.ux_tslib_content_ContentObjectArrayInternal.php";s:4:"9877";s:51:"xclass/class.ux_tslib_content_PhpScriptInternal.php";s:4:"4d26";s:46:"xclass/class.ux_tslib_content_UserInternal.php";s:4:"4e27";s:28:"xclass/class.ux_tslib_fe.php";s:4:"f16b";s:36:"xclass/class.ux_tslib_feuserauth.php";s:4:"0430";s:34:"xclass/class.ux_tx_felogin_pi1.php";s:4:"e238";}',
'suggests' => array(
),
);
?>