Changes between Version 20 and Version 21 of SCS_ISSUE_TRACKER_SETUP_R2


Ignore:
Timestamp:
02/20/09 15:06:14 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_SETUP_R2

    v20 v21  
    139139Create a ticket from an anonymous account. Explain what is done. 
    140140= Design = 
     141 * Install the plug-ins listed in the implementation idea. 
     142 * Research them and the way they work 
     143  * deletion of accounts is possible with the proper plug-in 
     144   * the trac admin can delete tickets and to assign such role to other team members 
     145  * TicketSubmitPolicyPlugin is useless for making description field required, it can only be used to show or hide different fields. 
    141146 * To change default ticket's type to bug and to make the default component of tickets "uncategorized" change following part of trac.ini: 
    142147[ticket][[BR]] 
     
    157162restrict_owner = false[[BR]] 
    158163workflow = ConfigurableTicketWorkflow,CodeReviewActionController,TicketWorkflowOpOwnerReporter[[BR]] 
    159  * To make description field required: 
    160   * install following plug in http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin 
    161   * add following part in trac.ini 
    162 {{{ 
    163 [ticket-submit-policy] 
    164 policy.requires = description 
    165 }}} 
    166164 
    167165