Changeset 15057

Show
Ignore:
Timestamp:
02/16/08 21:20:24 (7 months ago)
Author:
rambo
Message:

merging manifest fixes from branch-28, part 2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/fi.mik.lentopaikkakisa/config/manifest.inc

    r15038 r15057  
    55'privileges' => array 
    66( 
    7     'moderation' => 'MIDCOM_PRIVILEGE_DENY'
     7    'moderation' => MIDCOM_PRIVILEGE_DENY
    88), 
    99'class_definitions' => array 
  • trunk/midcom/midcom.admin.folder/config/manifest.inc

    r15038 r15057  
    66'privileges' => array 
    77( 
    8     'topic_management' => 'MIDCOM_PRIVILEGE_DENY'
    9     'template_management' => 'MIDCOM_PRIVILEGE_DENY'
     8    'topic_management' => MIDCOM_PRIVILEGE_DENY
     9    'template_management' => MIDCOM_PRIVILEGE_DENY
    1010), 
    1111'package.xml' => array 
  • trunk/midcom/midcom.services.at/config/manifest.inc

    r15038 r15057  
    3333        ( 
    3434            'handler' => 'midcom_services_at_cron_check', 
    35             'recurrence' => 'MIDCOM_CRON_MINUTE', 
     35            'recurrence' => MIDCOM_CRON_MINUTE, 
     36        ), 
     37        array 
     38        ( 
     39            'handler' => 'midcom_services_at_cron_clean', 
     40            'recurrence' => MIDCOM_CRON_DAY, 
    3641        ), 
    3742    ), 
  • trunk/midcom/midgard.admin.asgard/config/manifest.inc

    r15038 r15057  
    66'privileges' => array 
    77( 
    8     'access' => 'MIDCOM_PRIVILEGE_DENY'
     8    'access' => MIDCOM_PRIVILEGE_DENY
    99), 
    1010'class_definitions' => array(), 
  • trunk/midcom/net.nehmer.account/config/manifest.inc

    r15038 r15057  
    5151        ( 
    5252            'handler' => 'net_nehmer_account_cron_cleanup', 
    53             'recurrence' => 'MIDCOM_CRON_DAY'
     53            'recurrence' => MIDCOM_CRON_DAY
    5454        ), 
    5555        array 
    5656        ( 
    5757            'handler' => 'net_nehmer_account_cron_karma', 
    58             'recurrence' => 'MIDCOM_CRON_DAY'
     58            'recurrence' => MIDCOM_CRON_DAY
    5959        ), 
    6060    ), 
  • trunk/midcom/net.nehmer.branchenbuch/config/manifest.inc

    r15038 r15057  
    77'privileges' => array 
    88( 
    9     'manage_categories' => 'MIDCOM_PRIVILEGE_DENY'
    10     'view_entries' => 'MIDCOM_PRIVILEGE_DENY'
     9    'manage_categories' => MIDCOM_PRIVILEGE_DENY
     10    'view_entries' => MIDCOM_PRIVILEGE_DENY
    1111), 
    1212'watches' => array 
     
    1818            'midgard_person', 
    1919        ), 
    20         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     20        'operations' => MIDCOM_OPERATION_DBA_DELETE
    2121    ), 
    2222), 
  • trunk/midcom/net.nehmer.buddylist/config/manifest.inc

    r15038 r15057  
    1313            'midgard_person', 
    1414        ), 
    15         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     15        'operations' => MIDCOM_OPERATION_DBA_DELETE
    1616    ), 
    1717), 
  • trunk/midcom/net.nehmer.comments/config/manifest.inc

    r15038 r15057  
    99    array 
    1010    ( 
    11         'classes' => ''
    12         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     11        'classes' => array()
     12        'operations' => MIDCOM_OPERATION_DBA_DELETE
    1313    ), 
    1414), 
  • trunk/midcom/net.nehmer.jobmarket/config/manifest.inc

    r15038 r15057  
    1414            'midgard_person', 
    1515        ), 
    16         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     16        'operations' => MIDCOM_OPERATION_DBA_DELETE
    1717    ), 
    1818), 
     
    2424        ( 
    2525            'handler' => 'net_nehmer_jobmarket_cron_cleanup', 
    26             'recurrence' => 'MIDCOM_CRON_DAY'
     26            'recurrence' => MIDCOM_CRON_DAY
    2727        ), 
    2828    ), 
  • trunk/midcom/net.nehmer.mail/config/manifest.inc

    r15038 r15057  
    3737'privileges' => array 
    3838( 
    39     'ignore_quota' => 'MIDCOM_PRIVILEGE_DENY'
    40     'browse_other_mailboxes' => 'MIDCOM_PRIVILEGE_DENY'
     39    'ignore_quota' => MIDCOM_PRIVILEGE_DENY
     40    'browse_other_mailboxes' => MIDCOM_PRIVILEGE_DENY
    4141    'list_mails' => array 
    4242    ( 
    43         'MIDCOM_PRIVILEGE_DENY'
    44         'MIDCOM_PRIVILEGE_ALLOW'
     43        MIDCOM_PRIVILEGE_DENY
     44        MIDCOM_PRIVILEGE_ALLOW
    4545    ), 
    4646), 
     
    5353            'midgard_person', 
    5454        ), 
    55         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     55        'operations' => MIDCOM_OPERATION_DBA_DELETE
    5656    ), 
    5757), 
  • trunk/midcom/net.nehmer.marketplace/config/manifest.inc

    r15038 r15057  
    1313            'midgard_person', 
    1414        ), 
    15         'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     15        'operations' => MIDCOM_OPERATION_DBA_DELETE
    1616    ), 
    1717), 
     
    2323        ( 
    2424            'handler' => 'net_nehmer_marketplace_cron_cleanup', 
    25             'recurrence' => 'MIDCOM_CRON_DAY'
     25            'recurrence' => MIDCOM_CRON_DAY
    2626        ), 
    2727    ), 
  • trunk/midcom/net.nemein.alphabeticalindex/config/manifest.inc

    r15038 r15057  
    1717            'midcom_baseclasses_database_article', 
    1818        ), 
    19         'operations' => 'MIDCOM_OPERATION_DBA_WWMETE', 
     19        'operations' => MIDCOM_OPERATION_DBA_CREATE  
     20                    | MIDCOM_OPERATION_DBA_UPDATE  
     21                    | MIDCOM_OPERATION_DBA_DELETE, 
    2022    ), 
    2123), 
  • trunk/midcom/net.nemein.approvenotifier/config/manifest.inc

    r15038 r15057  
    2929        ( 
    3030            'handler' => 'net_nemein_approvenotifier_cron_checkexpiries', 
    31             'recurrence' => 'MIDCOM_CRON_DAY'
     31            'recurrence' => MIDCOM_CRON_DAY
    3232        ), 
    3333    ), 
  • trunk/midcom/net.nemein.attention/config/manifest.inc

    r15038 r15057  
    5555        ( 
    5656            'handler' => 'net_nemein_attention_cron_fetchdelicious', 
    57             'recurrence' => 'MIDCOM_CRON_DAY'
     57            'recurrence' => MIDCOM_CRON_DAY
    5858        ), 
    5959        array 
    6060        ( 
    6161            'handler' => 'net_nemein_attention_cron_fetchfavourites', 
    62             'recurrence' => 'MIDCOM_CRON_DAY'
     62            'recurrence' => MIDCOM_CRON_DAY
    6363        ), 
    6464        array 
    6565        ( 
    6666            'handler' => 'net_nemein_attention_cron_fetchlastfm', 
    67             'recurrence' => 'MIDCOM_CRON_DAY'
     67            'recurrence' => MIDCOM_CRON_DAY
    6868        ), 
    6969    ), 
  • trunk/midcom/net.nemein.beaexporter/config/manifest.inc

    r15038 r15057  
    3434            'midcom_baseclasses_database_article', 
    3535        ), 
    36         'operations' => 'MIDCOM_OPERATION_DBA_ALL'
     36        'operations' => MIDCOM_OPERATION_DBA_ALL
    3737    ), 
    3838), 
  • trunk/midcom/net.nemein.discussion/config/manifest.inc

    r15038 r15057  
    66'privileges' => array 
    77( 
    8     'moderation' => 'MIDCOM_PRIVILEGE_DENY'
     8    'moderation' => MIDCOM_PRIVILEGE_DENY
    99), 
    1010'class_definitions' => array 
     
    2020            'net_nemein_quickpoll_vote_dba', 
    2121        ), 
    22         'operations' => 'MIDCOM_OPERATION_DBA_CREATE'
     22        'operations' => MIDCOM_OPERATION_DBA_CREATE
    2323    ), 
    2424), 
     
    6969        ( 
    7070            'handler' => 'net_nemein_discussion_cron_eraseunpopular', 
    71             'recurrence' => 'MIDCOM_CRON_DAY'
     71            'recurrence' => MIDCOM_CRON_DAY
    7272        ), 
    7373        array 
    7474        ( 
    7575            'handler' => 'net_nemein_discussion_cron_popularity', 
    76             'recurrence' => 'MIDCOM_CRON_DAY'
     76            'recurrence' => MIDCOM_CRON_DAY
    7777        ), 
    7878    ), 
  • trunk/midcom/net.nemein.ping/config/manifest.inc

    r15038 r15057  
    1313            'midcom_baseclasses_database_article', 
    1414        ), 
    15         'operations' => 'MIDCOM_OPERATION_DBA_WREATE', 
     15        'operations' => MIDCOM_OPERATION_DBA_UPDATE  
     16                    | MIDCOM_OPERATION_DBA_CREATE, 
    1617    ), 
    1718), 
  • trunk/midcom/net.nemein.registrations/config/manifest.inc

    r15038 r15057  
    55'privileges' => array 
    66( 
    7     'manage' => 'MIDCOM_PRIVILEGE_DENY'
     7    'manage' => MIDCOM_PRIVILEGE_DENY
    88), 
    99'class_definitions' => array 
  • trunk/midcom/net.nemein.rss/config/manifest.inc

    r15038 r15057  
    3838        ( 
    3939            'handler' => 'net_nemein_rss_cron_fetchfeeds', 
    40             'recurrence' => 'MIDCOM_CRON_HOUR'
     40            'recurrence' => MIDCOM_CRON_HOUR
    4141        ), 
    4242    ), 
  • trunk/midcom/net.nemein.tag/config/manifest.inc

    r15056 r15057  
    4848        ( 
    4949            'handler' => 'net_nemein_tag_cron_clean', 
    50             'recurrence' => 'MIDCOM_CRON_DAY'
     50            'recurrence' => MIDCOM_CRON_DAY
    5151        ), 
    5252    ), 
  • trunk/midcom/org.maemo.devcodes/config/manifest.inc

    r15038 r15057  
    55'privileges' => array 
    66( 
    7     'manage' => 'MIDCOM_PRIVILEGE_DENY'
    8     'read' => 'MIDCOM_PRIVILEGE_DENY'
     7    'manage' => MIDCOM_PRIVILEGE_DENY
     8    'read' => MIDCOM_PRIVILEGE_DENY
    99), 
    1010'class_definitions' => array 
  • trunk/midcom/org.maemo.gforgeprofileupdater/config/manifest.inc

    r15038 r15057  
    3636            'midcom_org_openpsa_person', 
    3737        ), 
    38         'operations' => 'MIDCOM_OPERATION_DBA_ALL'
     38        'operations' => MIDCOM_OPERATION_DBA_ALL
    3939    ), 
    4040), 
  • trunk/midcom/org.maemo.socialnews/config/manifest.inc

    r15038 r15057  
    1616            'net_nemein_favourites_favourite', 
    1717        ), 
    18         'operations' => 'MIDCOM_OPERATION_DBA_CREATE'
     18        'operations' => MIDCOM_OPERATION_DBA_CREATE
    1919    ), 
    2020), 
     
    4747        ( 
    4848            'handler' => 'org_maemo_socialnews_cron_refreshscores', 
    49             'recurrence' => 'MIDCOM_CRON_HOUR'
     49            'recurrence' => MIDCOM_CRON_HOUR
    5050        ), 
    5151        array 
    5252        ( 
    5353            'handler' => 'org_maemo_socialnews_cron_archive', 
    54             'recurrence' => 'MIDCOM_CRON_DAY'
     54            'recurrence' => MIDCOM_CRON_DAY
    5555        ), 
    5656    ), 
  • trunk/midcom/org.openpsa.calendar/config/manifest.inc

    r15038 r15057  
    33'privileges' => array 
    44( 
    5     'read' => 'MIDCOM_PRIVILEGE_ALLOW'
    6     'reserve' => 'MIDCOM_PRIVILEGE_ALLOW'
     5    'read' => MIDCOM_PRIVILEGE_ALLOW
     6    'reserve' => MIDCOM_PRIVILEGE_ALLOW
    77), 
    88'class_definitions' => array 
     
    5151        ( 
    5252            'handler' => 'org_openpsa_calendar_cron_reporthours', 
    53             'recurrence' => 'MIDCOM_CRON_HOUR'
     53            'recurrence' => MIDCOM_CRON_HOUR
    5454        ), 
    5555    ), 
  • trunk/midcom/org.openpsa.contacts/config/manifest.inc

    r15038 r15057  
    4848        ( 
    4949            'handler' => 'org_openpsa_contacts_cron_duplicates_mark', 
    50             'recurrence' => 'MIDCOM_CRON_DAY'
     50            'recurrence' => MIDCOM_CRON_DAY
    5151        ), 
    5252        array 
    5353        ( 
    5454            'handler' => 'org_openpsa_contacts_cron_duplicates_clean', 
    55             'recurrence' => 'MIDCOM_CRON_DAY'
     55            'recurrence' => MIDCOM_CRON_DAY
    5656        ), 
    5757    ),