From 8240cb081019b781ea50e5cad84089754ad316c4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 14 Jun 2007 21:30:30 +0000 Subject: Bug 345100: Remove obsolete parameters and "officially" turn on custom bug status workflow - Patch by Frédéric Buclin r=gerv a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/admin.html.tmpl | 13 +++++++---- .../en/default/admin/params/bugchange.html.tmpl | 25 ++-------------------- 2 files changed, 11 insertions(+), 27 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 15316ed64..0555cf0f5 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -75,18 +75,18 @@ can also edit some specific attributes of products such as components, versions and milestones directly. - - - -
[% class = user.groups.editcomponents ? "" : "forbidden" %]
Flags
A flag is a custom 4-states attribute of [% terms.bugs %] and/or attachments. These states are: granted, denied, requested and undefined. You can set as many flags as desired per [% terms.bug %], and define which users are allowed to edit them.
+
+ + +
[% class = user.groups.admin ? "" : "forbidden" %]
Custom Fields
[% terms.Bugzilla %] lets you define fields which are @@ -102,6 +102,11 @@ to some given list. This is also the place where you define legal values for some types of custom fields.
+
[%terms.Bug %] Status Workflow
+
Customize your workflow and choose initial [% terms.bug %] + statuses available on [% terms.bug %] creation and allowed [% terms.bug %] status + transitions when editing existing [% terms.bugs %].
+ [% class = user.groups.creategroups ? "" : "forbidden" %]
Groups
Define groups which will be used in the installation. diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index b9475d41c..022e0cac1 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -38,36 +38,15 @@ musthavemilestoneonaccept => "If you are using Target Milestone, do you want to require that " _ "the milestone be set in order for a user to ACCEPT a ${terms.bug}?", - commentoncreate => "If this option is on, the user needs to enter a description " _ - "when entering a new ${terms.bug}.", - - commentonaccept => "If this option is on, the user needs to enter a short comment if " _ - "he accepts the ${terms.bug}.", - commentonclearresolution => "If this option is on, the user needs to enter a short comment if " _ "the ${terms.bug}'s resolution is cleared.", - commentonconfirm => "If this option is on, the user needs to enter a short comment " _ - "when confirming a ${terms.bug}.", - - commentonresolve => "If this option is on, the user needs to enter a short comment if " _ - "the $terms.bug is resolved.", - - commentonreassign => "If this option is on, the user needs to enter a short comment if " _ - "the $terms.bug is reassigned.", + commentonchange_resolution => "If this option is on, the user needs to enter a short " _ + "comment if the resolution of the $terms.bug changes.", commentonreassignbycomponent => "If this option is on, the user needs to enter a short comment if " _ "the $terms.bug is reassigned by component.", - commentonreopen => "If this option is on, the user needs to enter a short comment if " _ - "the $terms.bug is reopened.", - - commentonverify => "If this option is on, the user needs to enter a short comment if " _ - "the $terms.bug is verified.", - - commentonclose => "If this option is on, the user needs to enter a short comment if " _ - "the $terms.bug is closed.", - commentonduplicate => "If this option is on, the user needs to enter a short comment " _ "if the $terms.bug is marked as duplicate.", -- cgit v1.2.3-24-g4f1b