User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:issue:5887

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:issue:5887 [2020/05/14 08:49] – ↷ Page moved from mantisbt:5887 to mantisbt:issue:5887 dregadmantisbt:issue:5887 [2020/05/14 08:55] (current) – [E-mail Reminders to managers] Link to original issue dregad
Line 1: Line 1:
 +====== E-mail Reminders to managers ======
 +
 +From issue [[mantis>5887]].
 It's a draft that needs to be completed... It's a draft that needs to be completed...
  
  
-====== Introduction ======+===== Introduction =====
  
 This package has been created to send email reminders to the manager (to remember them to assign unassigned bugs) and to the developper (to resolve their assigned bugs). This page describes how to install and configure the reminder package.  This package has been created to send email reminders to the manager (to remember them to assign unassigned bugs) and to the developper (to resolve their assigned bugs). This page describes how to install and configure the reminder package. 
  
-====== Installation ======+===== Installation =====
  
   * Download the reminder package from the issue #5887 (actual package is reminder_new.tar.gz)   * Download the reminder package from the issue #5887 (actual package is reminder_new.tar.gz)
Line 12: Line 15:
   * Copy the reminder_config_inc.php.sample to reminder_config_inc.php   * Copy the reminder_config_inc.php.sample to reminder_config_inc.php
  
-====== Configuration ======+===== Configuration =====
  
-===== Debug features =====+==== Debug features ====
  
 <code>$g_reminder_email_debug = OFF; <code>$g_reminder_email_debug = OFF;
Line 21: Line 24:
 Theses variables are used to debug the reminder package if you have some issues with it. To turn on the debug feature, you must set to ON the $g_reminder_email_debug variable and specify an email address (in the $g_reminder_email_debug_address) where all email will be sent. Theses variables are used to debug the reminder package if you have some issues with it. To turn on the debug feature, you must set to ON the $g_reminder_email_debug variable and specify an email address (in the $g_reminder_email_debug_address) where all email will be sent.
  
-===== Unresolved reminders =====+==== Unresolved reminders ====
  
 <code>$g_first_remind = 15; <code>$g_first_remind = 15;
Line 38: Line 41:
   * ...   * ...
  
-===== Unassigned reminders =====+==== Unassigned reminders ====
  
 <code>$g_first_assign_remind = 7; <code>$g_first_assign_remind = 7;
Line 45: Line 48:
 Theses variables configure the reminder sent to the managers about the unassigned bugs (see Unresolved reminders). Theses variables configure the reminder sent to the managers about the unassigned bugs (see Unresolved reminders).
  
-===== Activation =====+==== Activation ====
  
 <code>$g_reminder_enable = ON; <code>$g_reminder_enable = ON;
Line 69: Line 72:
   * $g_excepted_bug is used to disable the reminder for specific bugs.    * $g_excepted_bug is used to disable the reminder for specific bugs. 
  
-====== Execution/Scheluded task ======+===== Execution/Scheluded task =====
  
 To send the reminder you need to browse the reminder.php page in your browser (no HTML output will be generated) or execute the PHP client with the command: php /installation/directory/reminder.php.  To send the reminder you need to browse the reminder.php page in your browser (no HTML output will be generated) or execute the PHP client with the command: php /installation/directory/reminder.php. 
mantisbt/issue/5887.1589460596.txt.gz · Last modified: 2020/05/14 08:49 by dregad

Driven by DokuWiki