Changeset 5818
- Timestamp:
- 04/26/07 10:10:16 (1 year ago)
- Files:
-
- trunk/src/fi.mik.lentopaikkakisa/config/manifest.inc (modified) (1 diff)
- trunk/src/midcom.admin.folder/config/manifest.inc (modified) (1 diff)
- trunk/src/midcom.services.at/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nehmer.account/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nehmer.buddylist/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nehmer.comments/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nehmer.jobmarket/config/manifest.inc (modified) (2 diffs)
- trunk/src/net.nehmer.marketplace/config/manifest.inc (modified) (2 diffs)
- trunk/src/net.nemein.approvenotifier/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nemein.beaexporter/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nemein.discussion/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nemein.ping/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nemein.registrations/config/manifest.inc (modified) (1 diff)
- trunk/src/net.nemein.tag/config/manifest.inc (modified) (1 diff)
- trunk/src/org.openpsa.calendar/config/manifest.inc (modified) (2 diffs)
- trunk/src/org.openpsa.contacts/config/manifest.inc (modified) (1 diff)
- trunk/src/org.openpsa.directmarketing/config/manifest.inc (modified) (2 diffs)
- trunk/src/org.openpsa.reports/config/manifest.inc (modified) (1 diff)
- trunk/src/org.routamc.gallery/config/manifest.inc (modified) (1 diff)
- trunk/src/org.routamc.photostream/config/manifest.inc (modified) (1 diff)
- trunk/src/org.routamc.positioning/config/manifest.inc (modified) (1 diff)
- trunk/src/org.routamc.statusmessage/config/manifest.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/fi.mik.lentopaikkakisa/config/manifest.inc
r5808 r5818 6 6 'privileges' => 7 7 array ( 8 'moderation' => 'MIDCOM_PRIVILEGE_DENY',8 'moderation' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => trunk/src/midcom.admin.folder/config/manifest.inc
r5808 r5818 6 6 'privileges' => 7 7 array ( 8 'topic_management' => 'MIDCOM_PRIVILEGE_DENY',9 'template_management' => 'MIDCOM_PRIVILEGE_DENY',8 'topic_management' => MIDCOM_PRIVILEGE_DENY, 9 'template_management' => MIDCOM_PRIVILEGE_DENY, 10 10 ), 11 11 'package.xml' => trunk/src/midcom.services.at/config/manifest.inc
r5808 r5818 38 38 array ( 39 39 'handler' => 'midcom_services_at_cron_check', 40 'recurrence' => 'MIDCOM_CRON_MINUTE',40 'recurrence' => MIDCOM_CRON_MINUTE, 41 41 ), 42 42 ), trunk/src/net.nehmer.account/config/manifest.inc
r5808 r5818 33 33 array ( 34 34 'handler' => 'net_nehmer_account_cron_cleanup', 35 'recurrence' => 'MIDCOM_CRON_DAY',35 'recurrence' => MIDCOM_CRON_DAY, 36 36 ), 37 37 ), trunk/src/net.nehmer.buddylist/config/manifest.inc
r5808 r5818 14 14 0 => 'midgard_person', 15 15 ), 16 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',16 'operations' => MIDCOM_OPERATION_DBA_DELETE, 17 17 ), 18 18 ), trunk/src/net.nehmer.comments/config/manifest.inc
r5808 r5818 11 11 array ( 12 12 'classes' => NULL, 13 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',13 'operations' => MIDCOM_OPERATION_DBA_DELETE, 14 14 ), 15 15 ), trunk/src/net.nehmer.jobmarket/config/manifest.inc
r5808 r5818 15 15 0 => 'midgard_person', 16 16 ), 17 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',17 'operations' => MIDCOM_OPERATION_DBA_DELETE, 18 18 ), 19 19 ), … … 25 25 array ( 26 26 'handler' => 'net_nehmer_jobmarket_cron_cleanup', 27 'recurrence' => 'MIDCOM_CRON_DAY',27 'recurrence' => MIDCOM_CRON_DAY, 28 28 ), 29 29 ), trunk/src/net.nehmer.marketplace/config/manifest.inc
r5808 r5818 14 14 0 => 'midgard_person', 15 15 ), 16 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',16 'operations' => MIDCOM_OPERATION_DBA_DELETE, 17 17 ), 18 18 ), … … 24 24 array ( 25 25 'handler' => 'net_nehmer_marketplace_cron_cleanup', 26 'recurrence' => 'MIDCOM_CRON_DAY',26 'recurrence' => MIDCOM_CRON_DAY, 27 27 ), 28 28 ), trunk/src/net.nemein.approvenotifier/config/manifest.inc
r5808 r5818 34 34 array ( 35 35 'handler' => 'net_nemein_approvenotifier_cron_checkexpiries', 36 'recurrence' => 'MIDCOM_CRON_DAY',36 'recurrence' => MIDCOM_CRON_DAY, 37 37 ), 38 38 ), trunk/src/net.nemein.beaexporter/config/manifest.inc
r5808 r5818 39 39 0 => 'midcom_baseclasses_database_article', 40 40 ), 41 'operations' => 'MIDCOM_OPERATION_DBA_ALL',41 'operations' => MIDCOM_OPERATION_DBA_ALL, 42 42 ), 43 43 ), trunk/src/net.nemein.discussion/config/manifest.inc
r5808 r5818 6 6 'privileges' => 7 7 array ( 8 'moderation' => 'MIDCOM_PRIVILEGE_DENY',8 'moderation' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => trunk/src/net.nemein.ping/config/manifest.inc
r5808 r5818 18 18 0 => 'midcom_baseclasses_database_article', 19 19 ), 20 'operations' => 'MIDCOM_OPERATION_DBA_WREATE',20 'operations' => MIDCOM_OPERATION_DBA_WREATE, 21 21 ), 22 22 ), trunk/src/net.nemein.registrations/config/manifest.inc
r5808 r5818 6 6 'privileges' => 7 7 array ( 8 'manage' => 'MIDCOM_PRIVILEGE_DENY',8 'manage' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => trunk/src/net.nemein.tag/config/manifest.inc
r5808 r5818 44 44 array ( 45 45 'handler' => 'net_nemein_tag_cron_clean', 46 'recurrence' => 'MIDCOM_CRON_DAY',46 'recurrence' => MIDCOM_CRON_DAY, 47 47 ), 48 48 ), trunk/src/org.openpsa.calendar/config/manifest.inc
r5808 r5818 4 4 'privileges' => 5 5 array ( 6 'read' => 'MIDCOM_PRIVILEGE_ALLOW',7 'reserve' => 'MIDCOM_PRIVILEGE_ALLOW',6 'read' => MIDCOM_PRIVILEGE_ALLOW, 7 'reserve' => MIDCOM_PRIVILEGE_ALLOW, 8 8 ), 9 9 'class_definitions' => … … 70 70 array ( 71 71 'handler' => 'org_openpsa_calendar_cron_reporthours', 72 'recurrence' => 'MIDCOM_CRON_HOUR',72 'recurrence' => MIDCOM_CRON_HOUR, 73 73 ), 74 74 ), trunk/src/org.openpsa.contacts/config/manifest.inc
r5808 r5818 71 71 array ( 72 72 'handler' => 'org_openpsa_contacts_cron_duplicates_mark', 73 'recurrence' => 'MIDCOM_CRON_DAY',73 'recurrence' => MIDCOM_CRON_DAY, 74 74 ), 75 75 1 => 76 76 array ( 77 77 'handler' => 'org_openpsa_contacts_cron_duplicates_clean', 78 'recurrence' => 'MIDCOM_CRON_DAY',78 'recurrence' => MIDCOM_CRON_DAY, 79 79 ), 80 80 ), trunk/src/org.openpsa.directmarketing/config/manifest.inc
r5808 r5818 81 81 array ( 82 82 'handler' => 'org_openpsa_directmarketing_cron_updatemembers', 83 'recurrence' => 'MIDCOM_CRON_DAY',83 'recurrence' => MIDCOM_CRON_DAY, 84 84 ), 85 85 1 => 86 86 array ( 87 87 'handler' => 'org_openpsa_directmarketing_cron_cleartokens', 88 'recurrence' => 'MIDCOM_CRON_DAY',88 'recurrence' => MIDCOM_CRON_DAY, 89 89 ), 90 90 ), … … 98 98 0 => 'net_nemein_discussion_post_dba', 99 99 ), 100 'operations' => 'MIDCOM_OPERATION_DBA_CREATE',100 'operations' => MIDCOM_OPERATION_DBA_CREATE, 101 101 ), 102 102 ), trunk/src/org.openpsa.reports/config/manifest.inc
r5808 r5818 54 54 array ( 55 55 'handler' => 'org_openpsa_reports_cron_clearold', 56 'recurrence' => 'MIDCOM_CRON_DAY',56 'recurrence' => MIDCOM_CRON_DAY, 57 57 ), 58 58 ), trunk/src/org.routamc.gallery/config/manifest.inc
r5808 r5818 56 56 array ( 57 57 'handler' => 'org_routamc_gallery_cron_gallery_sync', 58 'recurrence' => 'MIDCOM_CRON_DAY',58 'recurrence' => MIDCOM_CRON_DAY, 59 59 ), 60 60 ), trunk/src/org.routamc.photostream/config/manifest.inc
r5808 r5818 56 56 array ( 57 57 'handler' => 'org_routamc_photostream_cron_fetchflickr', 58 'recurrence' => 'MIDCOM_CRON_HOUR',58 'recurrence' => MIDCOM_CRON_HOUR, 59 59 ), 60 60 ), trunk/src/org.routamc.positioning/config/manifest.inc
r5808 r5818 47 47 array ( 48 48 'handler' => 'org_routamc_positioning_cron_fetchplazes', 49 'recurrence' => 'MIDCOM_CRON_HOUR',49 'recurrence' => MIDCOM_CRON_HOUR, 50 50 ), 51 51 1 => 52 52 array ( 53 53 'handler' => 'org_routamc_positioning_cron_fetchicbm', 54 'recurrence' => 'MIDCOM_CRON_HOUR',54 'recurrence' => MIDCOM_CRON_HOUR, 55 55 ), 56 56 2 => 57 57 array ( 58 58 'handler' => 'org_routamc_positioning_cron_fetchgeorss', 59 'recurrence' => 'MIDCOM_CRON_HOUR',59 'recurrence' => MIDCOM_CRON_HOUR, 60 60 ), 61 61 ), trunk/src/org.routamc.statusmessage/config/manifest.inc
r5808 r5818 44 44 array ( 45 45 'handler' => 'org_routamc_statusmessage_cron_fetchtwitter', 46 'recurrence' => 'MIDCOM_CRON_MINUTE',46 'recurrence' => MIDCOM_CRON_MINUTE, 47 47 ), 48 48 1 => 49 49 array ( 50 50 'handler' => 'org_routamc_statusmessage_cron_fetchjaiku', 51 'recurrence' => 'MIDCOM_CRON_MINUTE',51 'recurrence' => MIDCOM_CRON_MINUTE, 52 52 ), 53 53 ),
