Changeset 15052
- Timestamp:
- 02/16/08 18:21:35 (10 months ago)
- Files:
-
- branches/MidCOM_2_8/fi.mik.lentopaikkakisa/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/midcom.admin.folder/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/midcom.helper.replicator/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/midcom.services.at/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/midgard.admin.asgard/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nehmer.account/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nehmer.branchenbuch/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/net.nehmer.buddylist/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nehmer.comments/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nehmer.jobmarket/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/net.nehmer.mail/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/net.nehmer.marketplace/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/net.nemein.alphabeticalindex/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.approvenotifier/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.attention/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.beaexporter/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.discussion/config/manifest.inc (modified) (3 diffs)
- branches/MidCOM_2_8/net.nemein.ping/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.registrations/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.rss/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.tag/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/org.maemo.devcodes/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/org.maemo.gforgeprofileupdater/config/manifest.inc (modified) (1 diff)
- branches/MidCOM_2_8/org.maemo.socialnews/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/org.openpsa.calendar/config/manifest.inc (modified) (2 diffs)
- branches/MidCOM_2_8/org.openpsa.contacts/config/manifest.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/fi.mik.lentopaikkakisa/config/manifest.inc
r15034 r15052 5 5 'privileges' => array 6 6 ( 7 'moderation' => 'MIDCOM_PRIVILEGE_DENY',7 'moderation' => MIDCOM_PRIVILEGE_DENY, 8 8 ), 9 9 'class_definitions' => array branches/MidCOM_2_8/midcom.admin.folder/config/manifest.inc
r15034 r15052 5 5 'privileges' => array 6 6 ( 7 'topic_management' => 'MIDCOM_PRIVILEGE_DENY',8 'template_management' => 'MIDCOM_PRIVILEGE_DENY',7 'topic_management' => MIDCOM_PRIVILEGE_DENY, 8 'template_management' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'package.xml' => array branches/MidCOM_2_8/midcom.helper.replicator/config/manifest.inc
r15034 r15052 13 13 ( 14 14 'classes' => '', 15 'operations' => 'MIDCOM_OPERATION_DBA_WWMETE', 15 'operations' => MIDCOM_OPERATION_DBA_CREATE 16 | MIDCOM_OPERATION_DBA_UPDATE 17 | MIDCOM_OPERATION_DBA_DELETE, 16 18 ), 17 19 ), … … 57 59 ( 58 60 'handler' => 'midcom_helper_replicator_cron_processqueue', 59 'recurrence' => 'MIDCOM_CRON_MINUTE',61 'recurrence' => MIDCOM_CRON_MINUTE, 60 62 ), 61 63 array 62 64 ( 63 65 'handler' => 'midcom_helper_replicator_cron_queuenondba', 64 'recurrence' => 'MIDCOM_CRON_HOUR',66 'recurrence' => MIDCOM_CRON_HOUR, 65 67 ), 66 68 ), branches/MidCOM_2_8/midcom.services.at/config/manifest.inc
r15034 r15052 33 33 ( 34 34 'handler' => 'midcom_services_at_cron_check', 35 'recurrence' => 'MIDCOM_CRON_MINUTE',35 'recurrence' => MIDCOM_CRON_MINUTE, 36 36 ), 37 37 array 38 38 ( 39 39 'handler' => 'midcom_services_at_cron_clean', 40 'recurrence' => 'MIDCOM_CRON_DAY',40 'recurrence' => MIDCOM_CRON_DAY, 41 41 ), 42 42 ), branches/MidCOM_2_8/midgard.admin.asgard/config/manifest.inc
r15034 r15052 6 6 'privileges' => array 7 7 ( 8 'access' => 'MIDCOM_PRIVILEGE_DENY',8 'access' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => array(), branches/MidCOM_2_8/net.nehmer.account/config/manifest.inc
r15034 r15052 51 51 ( 52 52 'handler' => 'net_nehmer_account_cron_cleanup', 53 'recurrence' => 'MIDCOM_CRON_DAY',53 'recurrence' => MIDCOM_CRON_DAY, 54 54 ), 55 55 array 56 56 ( 57 57 'handler' => 'net_nehmer_account_cron_karma', 58 'recurrence' => 'MIDCOM_CRON_DAY',58 'recurrence' => MIDCOM_CRON_DAY, 59 59 ), 60 60 ), branches/MidCOM_2_8/net.nehmer.branchenbuch/config/manifest.inc
r15034 r15052 7 7 'privileges' => array 8 8 ( 9 'manage_categories' => 'MIDCOM_PRIVILEGE_DENY',10 'view_entries' => 'MIDCOM_PRIVILEGE_DENY',9 'manage_categories' => MIDCOM_PRIVILEGE_DENY, 10 'view_entries' => MIDCOM_PRIVILEGE_DENY, 11 11 ), 12 12 'watches' => array … … 18 18 'midgard_person', 19 19 ), 20 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',20 'operations' => MIDCOM_OPERATION_DBA_DELETE, 21 21 ), 22 22 ), branches/MidCOM_2_8/net.nehmer.buddylist/config/manifest.inc
r15034 r15052 13 13 'midgard_person', 14 14 ), 15 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',15 'operations' => MIDCOM_OPERATION_DBA_DELETE, 16 16 ), 17 17 ), branches/MidCOM_2_8/net.nehmer.comments/config/manifest.inc
r15034 r15052 9 9 array 10 10 ( 11 'classes' => '',12 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',11 'classes' => array(), 12 'operations' => MIDCOM_OPERATION_DBA_DELETE, 13 13 ), 14 14 ), branches/MidCOM_2_8/net.nehmer.jobmarket/config/manifest.inc
r15034 r15052 14 14 'midgard_person', 15 15 ), 16 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',16 'operations' => MIDCOM_OPERATION_DBA_DELETE, 17 17 ), 18 18 ), … … 24 24 ( 25 25 'handler' => 'net_nehmer_jobmarket_cron_cleanup', 26 'recurrence' => 'MIDCOM_CRON_DAY',26 'recurrence' => MIDCOM_CRON_DAY, 27 27 ), 28 28 ), branches/MidCOM_2_8/net.nehmer.mail/config/manifest.inc
r15034 r15052 7 7 'privileges' => array 8 8 ( 9 'ignore_quota' => 'MIDCOM_PRIVILEGE_DENY',10 'browse_other_mailboxes' => 'MIDCOM_PRIVILEGE_DENY',9 'ignore_quota' => MIDCOM_PRIVILEGE_DENY, 10 'browse_other_mailboxes' => MIDCOM_PRIVILEGE_DENY, 11 11 'list_mails' => array 12 12 ( 13 'MIDCOM_PRIVILEGE_DENY',14 'MIDCOM_PRIVILEGE_ALLOW',13 MIDCOM_PRIVILEGE_DENY, 14 MIDCOM_PRIVILEGE_ALLOW, 15 15 ), 16 16 ), … … 23 23 'midgard_person', 24 24 ), 25 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',25 'operations' => MIDCOM_OPERATION_DBA_DELETE, 26 26 ), 27 27 ), branches/MidCOM_2_8/net.nehmer.marketplace/config/manifest.inc
r15034 r15052 13 13 'midgard_person', 14 14 ), 15 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',15 'operations' => MIDCOM_OPERATION_DBA_DELETE, 16 16 ), 17 17 ), … … 23 23 ( 24 24 'handler' => 'net_nehmer_marketplace_cron_cleanup', 25 'recurrence' => 'MIDCOM_CRON_DAY',25 'recurrence' => MIDCOM_CRON_DAY, 26 26 ), 27 27 ), branches/MidCOM_2_8/net.nemein.alphabeticalindex/config/manifest.inc
r15034 r15052 17 17 'midcom_baseclasses_database_article', 18 18 ), 19 'operations' => 'MIDCOM_OPERATION_DBA_WWMETE', 19 'operations' => MIDCOM_OPERATION_DBA_CREATE 20 | MIDCOM_OPERATION_DBA_UPDATE 21 | MIDCOM_OPERATION_DBA_DELETE, 20 22 ), 21 23 ), branches/MidCOM_2_8/net.nemein.approvenotifier/config/manifest.inc
r15034 r15052 29 29 ( 30 30 'handler' => 'net_nemein_approvenotifier_cron_checkexpiries', 31 'recurrence' => 'MIDCOM_CRON_DAY',31 'recurrence' => MIDCOM_CRON_DAY, 32 32 ), 33 33 ), branches/MidCOM_2_8/net.nemein.attention/config/manifest.inc
r15034 r15052 55 55 ( 56 56 'handler' => 'net_nemein_attention_cron_fetchdelicious', 57 'recurrence' => 'MIDCOM_CRON_DAY',57 'recurrence' => MIDCOM_CRON_DAY, 58 58 ), 59 59 array 60 60 ( 61 61 'handler' => 'net_nemein_attention_cron_fetchfavourites', 62 'recurrence' => 'MIDCOM_CRON_DAY',62 'recurrence' => MIDCOM_CRON_DAY, 63 63 ), 64 64 array 65 65 ( 66 66 'handler' => 'net_nemein_attention_cron_fetchlastfm', 67 'recurrence' => 'MIDCOM_CRON_DAY',67 'recurrence' => MIDCOM_CRON_DAY, 68 68 ), 69 69 ), branches/MidCOM_2_8/net.nemein.beaexporter/config/manifest.inc
r15034 r15052 34 34 'midcom_baseclasses_database_article', 35 35 ), 36 'operations' => 'MIDCOM_OPERATION_DBA_ALL',36 'operations' => MIDCOM_OPERATION_DBA_ALL, 37 37 ), 38 38 ), branches/MidCOM_2_8/net.nemein.discussion/config/manifest.inc
r15034 r15052 6 6 'privileges' => array 7 7 ( 8 'moderation' => 'MIDCOM_PRIVILEGE_DENY',8 'moderation' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => array … … 20 20 'net_nemein_quickpoll_vote_dba', 21 21 ), 22 'operations' => 'MIDCOM_OPERATION_DBA_CREATE',22 'operations' => MIDCOM_OPERATION_DBA_CREATE, 23 23 ), 24 24 ), … … 63 63 ( 64 64 'handler' => 'net_nemein_discussion_cron_eraseunpopular', 65 'recurrence' => 'MIDCOM_CRON_DAY',65 'recurrence' => MIDCOM_CRON_DAY, 66 66 ), 67 67 array 68 68 ( 69 69 'handler' => 'net_nemein_discussion_cron_popularity', 70 'recurrence' => 'MIDCOM_CRON_DAY',70 'recurrence' => MIDCOM_CRON_DAY, 71 71 ), 72 72 ), branches/MidCOM_2_8/net.nemein.ping/config/manifest.inc
r15034 r15052 13 13 'midcom_baseclasses_database_article', 14 14 ), 15 'operations' => 'MIDCOM_OPERATION_DBA_WREATE', 15 'operations' => MIDCOM_OPERATION_DBA_UPDATE 16 | MIDCOM_OPERATION_DBA_CREATE, 16 17 ), 17 18 ), branches/MidCOM_2_8/net.nemein.registrations/config/manifest.inc
r15034 r15052 5 5 'privileges' => array 6 6 ( 7 'manage' => 'MIDCOM_PRIVILEGE_DENY',7 'manage' => MIDCOM_PRIVILEGE_DENY, 8 8 ), 9 9 'class_definitions' => array branches/MidCOM_2_8/net.nemein.rss/config/manifest.inc
r15034 r15052 38 38 ( 39 39 'handler' => 'net_nemein_rss_cron_fetchfeeds', 40 'recurrence' => 'MIDCOM_CRON_HOUR',40 'recurrence' => MIDCOM_CRON_HOUR, 41 41 ), 42 42 ), branches/MidCOM_2_8/net.nemein.tag/config/manifest.inc
r15034 r15052 13 13 array 14 14 ( 15 'classes' => '',16 'operations' => 'MIDCOM_OPERATION_DBA_DELETE',15 'classes' => array(), 16 'operations' => MIDCOM_OPERATION_DBA_DELETE, 17 17 ), 18 18 ), … … 48 48 ( 49 49 'handler' => 'net_nemein_tag_cron_clean', 50 'recurrence' => 'MIDCOM_CRON_DAY',50 'recurrence' => MIDCOM_CRON_DAY, 51 51 ), 52 52 ), branches/MidCOM_2_8/org.maemo.devcodes/config/manifest.inc
r15034 r15052 5 5 'privileges' => array 6 6 ( 7 'manage' => 'MIDCOM_PRIVILEGE_DENY',8 'read' => 'MIDCOM_PRIVILEGE_DENY',7 'manage' => MIDCOM_PRIVILEGE_DENY, 8 'read' => MIDCOM_PRIVILEGE_DENY, 9 9 ), 10 10 'class_definitions' => array branches/MidCOM_2_8/org.maemo.gforgeprofileupdater/config/manifest.inc
r15034 r15052 36 36 'midcom_org_openpsa_person', 37 37 ), 38 'operations' => 'MIDCOM_OPERATION_DBA_ALL',38 'operations' => MIDCOM_OPERATION_DBA_ALL, 39 39 ), 40 40 ), branches/MidCOM_2_8/org.maemo.socialnews/config/manifest.inc
r15034 r15052 16 16 'net_nemein_favourites_favourite', 17 17 ), 18 'operations' => 'MIDCOM_OPERATION_DBA_CREATE',18 'operations' => MIDCOM_OPERATION_DBA_CREATE, 19 19 ), 20 20 ), … … 47 47 ( 48 48 'handler' => 'org_maemo_socialnews_cron_refreshscores', 49 'recurrence' => 'MIDCOM_CRON_HOUR',49 'recurrence' => MIDCOM_CRON_HOUR, 50 50 ), 51 51 array 52 52 ( 53 53 'handler' => 'org_maemo_socialnews_cron_archive', 54 'recurrence' => 'MIDCOM_CRON_DAY',54 'recurrence' => MIDCOM_CRON_DAY, 55 55 ), 56 56 ), branches/MidCOM_2_8/org.openpsa.calendar/config/manifest.inc
r15034 r15052 3 3 'privileges' => array 4 4 ( 5 'read' => 'MIDCOM_PRIVILEGE_ALLOW',6 'reserve' => 'MIDCOM_PRIVILEGE_ALLOW',5 'read' => MIDCOM_PRIVILEGE_ALLOW, 6 'reserve' => MIDCOM_PRIVILEGE_ALLOW, 7 7 ), 8 8 'class_definitions' => array … … 51 51 ( 52 52 'handler' => 'org_openpsa_calendar_cron_reporthours', 53 'recurrence' => 'MIDCOM_CRON_HOUR',53 'recurrence' => MIDCOM_CRON_HOUR, 54 54 ), 55 55 ), branches/MidCOM_2_8/org.openpsa.contacts/config/manifest.inc
r15034 r15052 48 48 ( 49 49 'handler' => 'org_openpsa_contacts_cron_duplicates_mark', 50 'recurrence' => 'MIDCOM_CRON_DAY',50 'recurrence' => MIDCOM_CRON_DAY, 51 51 ), 52 52 array 53 53 ( 54 54 'handler' => 'org_openpsa_contacts_cron_duplicates_clean', 55 'recurrence' => 'MIDCOM_CRON_DAY',55 'recurrence' => MIDCOM_CRON_DAY, 56 56 ), 57 57 ),
