Changes between Version 22 and Version 23 of SCS_ISSUE_TRACKER_SETUP_R2


Ignore:
Timestamp:
03/06/09 12:37:53 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_SETUP_R2

    v22 v23  
    162162restrict_owner = false[[BR]] 
    163163workflow = ConfigurableTicketWorkflow,CodeReviewActionController,TicketWorkflowOpOwnerReporter[[BR]] 
    164  * For now making the description required field is not possible, or at least we haven't found a proper plug-in to do that. Policies plug-in is applicable only for displaying and hiding certain fields, but it can not make them required. 
    165  * The spam filter also can't satisfy our requirements. We're going to search for other approaches on this issue. 
    166  * Restrictions requirement could be partially fulfilled, because some aspects of them are blocked by the two previous requirements. 
    167164 
    168165= Implementation = 
    169 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     166 * Installed the plug-ins listed in the implementation idea. 
     167 * Research them and the way they work 
     168  * deletion of accounts is possible with the proper plug-in 
     169   * the trac admin can delete tickets and to assign such role to other team members 
     170  * TicketSubmitPolicyPlugin is useless for making description field required, it can only be used to show or hide different fields. 
     171  * For now making the description required field is not possible, or at least we haven't found a proper plug-in to do that. Policies plug-in is applicable only for displaying and hiding certain fields, but it can not make them required. 
     172  * The spam filter also can't satisfy our requirements. We're going to search for other approaches on this issue. 
     173 * Restrictions requirement could be partially fulfilled, because some aspects of them are blocked by the two previous requirements. 
     174 * Now default ticket's type is "bug" and the default component of the tickets is "uncategorized". 
    170175 
    171176= Testing =