Show
Ignore:
Timestamp:
06/19/07 14:01:53 (18 months ago)
Author:
dom
Message:

Send email notifications when moderated nodes are edited (fixes #138)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides/Config.pm

    r1088 r1093  
    2222   licence_name licence_url licence_info_url moderation_requires_password 
    2323   enable_node_image enable_common_categories enable_common_locales 
    24    spam_detector_module static_path static_url 
     24   spam_detector_module static_path static_url send_moderation_notifications 
    2525); 
    2626my @questions = map { $_ . "__qu" } @variables; 
     
    110110                     spam_detector_module => "", 
    111111                     static_path => "/usr/local/share/openguides/static", 
     112                     send_moderation_notifications => 1 
    112113                   ); 
    113114 
     
    193194        static_path => "What directory should we install static content (CSS, images, javascript) to?", 
    194195        static_url => "What is the URL corresponding to the static content?", 
     196        send_moderation_notifications => "Should we send email notifications when a moderated node is edited?" 
    195197    ); 
    196198 
     
    323325=item * static_url 
    324326 
     327=item * send_moderation_notifications 
     328 
    325329=back 
    326330