Changeset 5818

Show
Ignore:
Timestamp:
04/26/07 10:10:16 (1 year ago)
Author:
tarjei
Message:

Fix error in manifest.inc

Files:

Legend:

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

    r5808 r5818  
    66  'privileges' =>  
    77  array ( 
    8     'moderation' => 'MIDCOM_PRIVILEGE_DENY'
     8    'moderation' => MIDCOM_PRIVILEGE_DENY
    99  ), 
    1010  'class_definitions' =>  
  • trunk/src/midcom.admin.folder/config/manifest.inc

    r5808 r5818  
    66  'privileges' =>  
    77  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
    1010  ), 
    1111  'package.xml' =>  
  • trunk/src/midcom.services.at/config/manifest.inc

    r5808 r5818  
    3838      array ( 
    3939        'handler' => 'midcom_services_at_cron_check', 
    40         'recurrence' => 'MIDCOM_CRON_MINUTE'
     40        'recurrence' => MIDCOM_CRON_MINUTE
    4141      ), 
    4242    ), 
  • trunk/src/net.nehmer.account/config/manifest.inc

    r5808 r5818  
    3333      array ( 
    3434        'handler' => 'net_nehmer_account_cron_cleanup', 
    35         'recurrence' => 'MIDCOM_CRON_DAY'
     35        'recurrence' => MIDCOM_CRON_DAY
    3636      ), 
    3737    ), 
  • trunk/src/net.nehmer.buddylist/config/manifest.inc

    r5808 r5818  
    1414        0 => 'midgard_person', 
    1515      ), 
    16       'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     16      'operations' => MIDCOM_OPERATION_DBA_DELETE
    1717    ), 
    1818  ), 
  • trunk/src/net.nehmer.comments/config/manifest.inc

    r5808 r5818  
    1111    array ( 
    1212      'classes' => NULL, 
    13       'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     13      'operations' => MIDCOM_OPERATION_DBA_DELETE
    1414    ), 
    1515  ), 
  • trunk/src/net.nehmer.jobmarket/config/manifest.inc

    r5808 r5818  
    1515        0 => 'midgard_person', 
    1616      ), 
    17       'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     17      'operations' => MIDCOM_OPERATION_DBA_DELETE
    1818    ), 
    1919  ), 
     
    2525      array ( 
    2626        'handler' => 'net_nehmer_jobmarket_cron_cleanup', 
    27         'recurrence' => 'MIDCOM_CRON_DAY'
     27        'recurrence' => MIDCOM_CRON_DAY
    2828      ), 
    2929    ), 
  • trunk/src/net.nehmer.marketplace/config/manifest.inc

    r5808 r5818  
    1414        0 => 'midgard_person', 
    1515      ), 
    16       'operations' => 'MIDCOM_OPERATION_DBA_DELETE'
     16      'operations' => MIDCOM_OPERATION_DBA_DELETE
    1717    ), 
    1818  ), 
     
    2424      array ( 
    2525        'handler' => 'net_nehmer_marketplace_cron_cleanup', 
    26         'recurrence' => 'MIDCOM_CRON_DAY'
     26        'recurrence' => MIDCOM_CRON_DAY
    2727      ), 
    2828    ), 
  • trunk/src/net.nemein.approvenotifier/config/manifest.inc

    r5808 r5818  
    3434      array ( 
    3535        'handler' => 'net_nemein_approvenotifier_cron_checkexpiries', 
    36         'recurrence' => 'MIDCOM_CRON_DAY'
     36        'recurrence' => MIDCOM_CRON_DAY
    3737      ), 
    3838    ), 
  • trunk/src/net.nemein.beaexporter/config/manifest.inc

    r5808 r5818  
    3939        0 => 'midcom_baseclasses_database_article', 
    4040      ), 
    41       'operations' => 'MIDCOM_OPERATION_DBA_ALL'
     41      'operations' => MIDCOM_OPERATION_DBA_ALL
    4242    ), 
    4343  ), 
  • trunk/src/net.nemein.discussion/config/manifest.inc

    r5808 r5818  
    66  'privileges' =>  
    77  array ( 
    8     'moderation' => 'MIDCOM_PRIVILEGE_DENY'
     8    'moderation' => MIDCOM_PRIVILEGE_DENY
    99  ), 
    1010  'class_definitions' =>  
  • trunk/src/net.nemein.ping/config/manifest.inc

    r5808 r5818  
    1818        0 => 'midcom_baseclasses_database_article', 
    1919      ), 
    20       'operations' => 'MIDCOM_OPERATION_DBA_WREATE'
     20      'operations' => MIDCOM_OPERATION_DBA_WREATE
    2121    ), 
    2222  ), 
  • trunk/src/net.nemein.registrations/config/manifest.inc

    r5808 r5818  
    66  'privileges' =>  
    77  array ( 
    8     'manage' => 'MIDCOM_PRIVILEGE_DENY'
     8    'manage' => MIDCOM_PRIVILEGE_DENY
    99  ), 
    1010  'class_definitions' =>  
  • trunk/src/net.nemein.tag/config/manifest.inc

    r5808 r5818  
    4444      array ( 
    4545        'handler' => 'net_nemein_tag_cron_clean', 
    46         'recurrence' => 'MIDCOM_CRON_DAY'
     46        'recurrence' => MIDCOM_CRON_DAY
    4747      ), 
    4848    ), 
  • trunk/src/org.openpsa.calendar/config/manifest.inc

    r5808 r5818  
    44  'privileges' =>  
    55  array ( 
    6     'read' => 'MIDCOM_PRIVILEGE_ALLOW'
    7     'reserve' => 'MIDCOM_PRIVILEGE_ALLOW'
     6    'read' => MIDCOM_PRIVILEGE_ALLOW
     7    'reserve' => MIDCOM_PRIVILEGE_ALLOW
    88  ), 
    99  'class_definitions' =>  
     
    7070      array ( 
    7171        'handler' => 'org_openpsa_calendar_cron_reporthours', 
    72         'recurrence' => 'MIDCOM_CRON_HOUR'
     72        'recurrence' => MIDCOM_CRON_HOUR
    7373      ), 
    7474    ), 
  • trunk/src/org.openpsa.contacts/config/manifest.inc

    r5808 r5818  
    7171      array ( 
    7272        'handler' => 'org_openpsa_contacts_cron_duplicates_mark', 
    73         'recurrence' => 'MIDCOM_CRON_DAY'
     73        'recurrence' => MIDCOM_CRON_DAY
    7474      ), 
    7575      1 =>  
    7676      array ( 
    7777        'handler' => 'org_openpsa_contacts_cron_duplicates_clean', 
    78         'recurrence' => 'MIDCOM_CRON_DAY'
     78        'recurrence' => MIDCOM_CRON_DAY
    7979      ), 
    8080    ), 
  • trunk/src/org.openpsa.directmarketing/config/manifest.inc

    r5808 r5818  
    8181      array ( 
    8282        'handler' => 'org_openpsa_directmarketing_cron_updatemembers', 
    83         'recurrence' => 'MIDCOM_CRON_DAY'
     83        'recurrence' => MIDCOM_CRON_DAY
    8484      ), 
    8585      1 =>  
    8686      array ( 
    8787        'handler' => 'org_openpsa_directmarketing_cron_cleartokens', 
    88         'recurrence' => 'MIDCOM_CRON_DAY'
     88        'recurrence' => MIDCOM_CRON_DAY
    8989      ), 
    9090    ), 
     
    9898        0 => 'net_nemein_discussion_post_dba', 
    9999      ), 
    100       'operations' => 'MIDCOM_OPERATION_DBA_CREATE'
     100      'operations' => MIDCOM_OPERATION_DBA_CREATE
    101101    ), 
    102102  ), 
  • trunk/src/org.openpsa.reports/config/manifest.inc

    r5808 r5818  
    5454      array ( 
    5555        'handler' => 'org_openpsa_reports_cron_clearold', 
    56         'recurrence' => 'MIDCOM_CRON_DAY'
     56        'recurrence' => MIDCOM_CRON_DAY
    5757      ), 
    5858    ), 
  • trunk/src/org.routamc.gallery/config/manifest.inc

    r5808 r5818  
    5656      array ( 
    5757        'handler' => 'org_routamc_gallery_cron_gallery_sync', 
    58         'recurrence' => 'MIDCOM_CRON_DAY'
     58        'recurrence' => MIDCOM_CRON_DAY
    5959      ), 
    6060    ), 
  • trunk/src/org.routamc.photostream/config/manifest.inc

    r5808 r5818  
    5656      array ( 
    5757        'handler' => 'org_routamc_photostream_cron_fetchflickr', 
    58         'recurrence' => 'MIDCOM_CRON_HOUR'
     58        'recurrence' => MIDCOM_CRON_HOUR
    5959      ), 
    6060    ), 
  • trunk/src/org.routamc.positioning/config/manifest.inc

    r5808 r5818  
    4747      array ( 
    4848        'handler' => 'org_routamc_positioning_cron_fetchplazes', 
    49         'recurrence' => 'MIDCOM_CRON_HOUR'
     49        'recurrence' => MIDCOM_CRON_HOUR
    5050      ), 
    5151      1 =>  
    5252      array ( 
    5353        'handler' => 'org_routamc_positioning_cron_fetchicbm', 
    54         'recurrence' => 'MIDCOM_CRON_HOUR'
     54        'recurrence' => MIDCOM_CRON_HOUR
    5555      ), 
    5656      2 =>  
    5757      array ( 
    5858        'handler' => 'org_routamc_positioning_cron_fetchgeorss', 
    59         'recurrence' => 'MIDCOM_CRON_HOUR'
     59        'recurrence' => MIDCOM_CRON_HOUR
    6060      ), 
    6161    ), 
  • trunk/src/org.routamc.statusmessage/config/manifest.inc

    r5808 r5818  
    4444      array ( 
    4545        'handler' => 'org_routamc_statusmessage_cron_fetchtwitter', 
    46         'recurrence' => 'MIDCOM_CRON_MINUTE'
     46        'recurrence' => MIDCOM_CRON_MINUTE
    4747      ), 
    4848      1 =>  
    4949      array ( 
    5050        'handler' => 'org_routamc_statusmessage_cron_fetchjaiku', 
    51         'recurrence' => 'MIDCOM_CRON_MINUTE'
     51        'recurrence' => MIDCOM_CRON_MINUTE
    5252      ), 
    5353    ),