summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r--template/en/default/admin/params/admin.html.tmpl41
-rw-r--r--template/en/default/admin/params/advanced.html.tmpl81
-rw-r--r--template/en/default/admin/params/attachment.html.tmpl76
-rw-r--r--template/en/default/admin/params/auth.html.tmpl129
-rw-r--r--template/en/default/admin/params/authenv.html.tmpl29
-rw-r--r--template/en/default/admin/params/bugchange.html.tmpl57
-rw-r--r--template/en/default/admin/params/bugfields.html.tmpl61
-rw-r--r--template/en/default/admin/params/bugmove.html.tmpl49
-rw-r--r--template/en/default/admin/params/common.html.tmpl143
-rw-r--r--template/en/default/admin/params/core.html.tmpl48
-rw-r--r--template/en/default/admin/params/dependencygraph.html.tmpl49
-rw-r--r--template/en/default/admin/params/editparams.html.tmpl121
-rw-r--r--template/en/default/admin/params/general.html.tmpl86
-rw-r--r--template/en/default/admin/params/groupsecurity.html.tmpl56
-rw-r--r--template/en/default/admin/params/index.html.tmpl51
-rw-r--r--template/en/default/admin/params/ldap.html.tmpl58
-rw-r--r--template/en/default/admin/params/mta.html.tmpl78
-rw-r--r--template/en/default/admin/params/patchviewer.html.tmpl64
-rw-r--r--template/en/default/admin/params/query.html.tmpl58
-rw-r--r--template/en/default/admin/params/radius.html.tmpl54
-rw-r--r--template/en/default/admin/params/shadowdb.html.tmpl49
-rw-r--r--template/en/default/admin/params/usermatch.html.tmpl42
22 files changed, 0 insertions, 1480 deletions
diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl
deleted file mode 100644
index dd83ebb..0000000
--- a/template/en/default/admin/params/admin.html.tmpl
+++ /dev/null
@@ -1,41 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Administrative Policies"
- desc = "Set up account policies"
-%]
-
-[% param_descs = {
- allowbugdeletion => "The pages to edit products and components can delete all " _
- "associated $terms.bugs when you delete a product (or component). " _
- "Since that is a pretty scary idea, you have to turn on " _
- "this option before any such deletions will ever happen.",
-
- allowemailchange => "Users can change their own email address through the preferences. " _
- "Note that the change is validated by emailing both addresses, so " _
- "switching this option on will not let users use an invalid address.",
-
- allowuserdeletion => "The user editing pages are capable of letting you delete user accounts. " _
- "$terms.Bugzilla will issue a warning in case you'd run into inconsistencies " _
- "when you're about to do so, but such deletions remain kinda scary. " _
- "So, you have to turn on this option before any such deletions " _
- "will ever happen." }
-%] \ No newline at end of file
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl
deleted file mode 100644
index a8e8a29..0000000
--- a/template/en/default/admin/params/advanced.html.tmpl
+++ /dev/null
@@ -1,81 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-
-[%
- title = "Advanced"
- desc = "Settings for advanced configurations."
-%]
-
-[% sts_desc = BLOCK %]
- Enables the sending of the
- <a href="http://en.wikipedia.org/wiki/Strict_Transport_Security">Strict-Transport-Security</a>
- header along with HTTP responses on SSL connections. This adds greater
- security to your SSL connections by forcing the browser to always
- access your domain over SSL and never accept an invalid certificate.
- However, it should only be used if you have the <code>ssl_redirect</code>
- parameter turned on, [% terms.Bugzilla %] is the only thing running
- on its domain (i.e., your <code>urlbase</code> is something like
- <code>http://bugzilla.example.com/</code>), and you never plan to disable
- the <code>ssl_redirect</code> parameter.
- <ul>
- <li>
- off - Don't send the Strict-Transport-Security header with requests.
- </li>
- <li>
- this_domain_only - Send the Strict-Transport-Security header with all
- requests, but only support it for the current domain.
- </li>
- <li>
- include_subdomains - Send the Strict-Transport-Security header along
- with the <code>includeSubDomains</code> flag, which will apply the
- security change to all subdomains. This is especially useful when
- combined with an <code>attachment_base</code> that exists as (a)
- subdomain(s) under the main [% terms.Bugzilla %] domain.
- </li>
- </ul>
-[% END %]
-
-[% param_descs = {
- cookiedomain =>
- "If your website is at 'www.foo.com', setting this to"
- _ " '.foo.com' will also allow 'bar.foo.com' to access"
- _ " $terms.Bugzilla cookies. This is useful if you have more than"
- _ " one hostname pointing at the same web server, and you"
- _ " want them to share the $terms.Bugzilla cookie.",
-
- inbound_proxies =>
- "When inbound traffic to $terms.Bugzilla goes through a proxy,"
- _ " $terms.Bugzilla thinks that the IP address of every single"
- _ " user is the IP address of the proxy. If you enter a comma-separated"
- _ " list of IPs in this parameter, then $terms.Bugzilla will trust any"
- _ " <code>X-Forwarded-For</code> header sent from those IPs,"
- _ " and use the value of that header as the end user's IP address.",
-
- proxy_url =>
- "$terms.Bugzilla may have to access the web to get notifications about"
- _ " new releases (see the <tt>upgrade_notification</tt> parameter)."
- _ " If your $terms.Bugzilla server is behind a proxy, it may be"
- _ " necessary to enter its URL if the web server cannot access the"
- _ " HTTP_PROXY environment variable. If you have to authenticate,"
- _ " use the <code>http://user:pass@proxy_url/</code> syntax.",
-
- strict_transport_security => sts_desc,
-} %]
diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl
deleted file mode 100644
index 12fd491..0000000
--- a/template/en/default/admin/params/attachment.html.tmpl
+++ /dev/null
@@ -1,76 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Attachments"
- desc = "Set up attachment options"
-%]
-
-[% param_descs = {
- allow_attachment_display =>
- "If this option is on, users will be able to view attachments from"
- _ " their browser, if their browser supports the attachment's MIME type."
- _ " If this option is off, users are forced to download attachments,"
- _ " even if the browser is able to display them."
- _ "<p>This is a security restriction for installations where untrusted"
- _ " users may upload attachments that could be potentially damaging if"
- _ " viewed directly in the browser.</p>"
- _ "<p>It is highly recommended that you set the <tt>attachment_base</tt>"
- _ " parameter if you turn this parameter on.",
-
- attachment_base =>
- "When the <tt>allow_attachment_display</tt> parameter is on, it is "
- _ " possible for a malicious attachment to steal your cookies or"
- _ " perform an attack on $terms.Bugzilla using your credentials."
- _ "<p>If you would like additional security on attachments to avoid"
- _ " this, set this parameter to an alternate URL for your $terms.Bugzilla"
- _ " that is not the same as <tt>urlbase</tt> or <tt>sslbase</tt>."
- _ " That is, a different domain name that resolves to this exact"
- _ " same $terms.Bugzilla installation.</p>"
- _ "<p>Note that if you have set the"
- _ " <a href=\"editparams.cgi?section=advanced#cookiedomain_desc\"><tt>cookiedomain</tt>"
- _" parameter</a>, you should set <tt>attachment_base</tt> to use a"
- _ " domain that would <em>not</em> be matched by"
- _ " <tt>cookiedomain</tt>.</p>"
- _ "<p>For added security, you can insert <tt>%bugid%</tt> into the URL,"
- _ " which will be replaced with the ID of the current $terms.bug that"
- _ " the attachment is on, when you access an attachment. This will limit"
- _ " attachments to accessing only other attachments on the same"
- _ " ${terms.bug}. Remember, though, that all those possible domain names "
- _ " (such as <tt>1234.your.domain.com</tt>) must point to this same"
- _ " $terms.Bugzilla instance.",
-
- allow_attachment_deletion => "If this option is on, administrators will be able to delete " _
- "the content of attachments.",
-
- allow_attach_url => "If this option is on, it will be possible to " _
- "specify a URL when creating an attachment and " _
- "treat the URL itself as if it were an attachment.",
-
- maxattachmentsize => "The maximum size (in kilobytes) of attachments. " _
- "$terms.Bugzilla will not accept attachments greater than this number " _
- "of kilobytes in size. Setting this parameter to 0 will prevent " _
- "attaching files to ${terms.bugs}.",
-
- maxlocalattachment => "The maximum size (in megabytes) of attachments identified by " _
- "the user as 'Big Files' to be stored locally on the webserver. " _
- "If set to zero, attachments will never be kept on the local " _
- "filesystem." }
-%]
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl
deleted file mode 100644
index 35bddf1..0000000
--- a/template/en/default/admin/params/auth.html.tmpl
+++ /dev/null
@@ -1,129 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- # Marc Schumann <wurblzap@gmail.com>
- #%]
-[%
- title = "User Authentication"
- desc = "Set up your authentication policies"
-%]
-
-[% param_descs = {
- auth_env_id => "Environment variable used by external authentication system " _
- "to store a unique identifier for each user. Leave it blank " _
- "if there isn't one or if this method of authentication " _
- "is not being used.",
-
- auth_env_email => "Environment variable used by external authentication system " _
- "to store each user's email address. This is a required " _
- "field for environmental authentication. Leave it blank " _
- "if you are not going to use this feature.",
-
- auth_env_realname => "Environment variable used by external authentication system " _
- "to store the user's real name. Leave it blank if there " _
- "isn't one or if this method of authentication is not being " _
- "used.",
-
- user_info_class => "Mechanism(s) to be used for gathering a user's login information.
- More than one may be selected. If the first one returns nothing,
- the second is tried, and so on.<br>
- The types are:
- <dl>
- <dt>CGI</dt>
- <dd>
- Asks for username and password via CGI form interface.
- </dd>
- <dt>Env</dt>
- <dd>
- Info for a pre-authenticated user is passed in system
- environment variables.
- </dd>
- </dl>",
-
- user_verify_class => "Mechanism(s) to be used for verifying (authenticating) information
- gathered by user_info_class.
- More than one may be selected. If the first one cannot find the
- user, the second is tried, and so on.<br>
- The types are:
- <dl>
- <dt>DB</dt>
- <dd>
- ${terms.Bugzilla}'s built-in authentication. This is the most common
- choice.
- </dd>
- <dt>RADIUS</dt>
- <dd>
- RADIUS authentication using a RADIUS server.
- Please see the $terms.Bugzilla documentation for
- more information.
- Using this method requires
- <a href=\"?section=radius\">additional
- parameters</a> to be set.
- </dd>
- <dt>LDAP</dt>
- <dd>
- LDAP authentication using an LDAP server.
- Please see the $terms.Bugzilla documentation
- for more information. Using this method requires
- <a href=\"?section=ldap\">additional
- parameters</a> to be set.
- </dd>
- </dl>",
-
- rememberlogin => "Controls management of session cookies
- <ul>
- <li>
- on - Session cookies never expire (the user has to login only
- once per browser).
- </li>
- <li>
- off - Session cookies last until the users session ends (the user
- will have to login in each new browser session).
- </li>
- <li>
- defaulton/defaultoff - Default behavior as described
- above, but user can choose whether $terms.Bugzilla will remember his
- login or not.
- </li>
- </ul>",
-
- requirelogin => "If this option is set, all access to the system beyond the " _
- "front page will require a login. No anonymous users will " _
- "be permitted.",
-
- emailregexp => "This defines the regexp to use for legal email addresses. The " _
- "default tries to match fully qualified email addresses. Another " _
- "popular value to put here is <tt>^[^@]+$</tt>, which means " _
- "'local usernames, no @ allowed.'",
-
- emailregexpdesc => "This describes in English words what kinds of legal addresses " _
- "are allowed by the <tt>emailregexp</tt> param.",
-
- emailsuffix => "This is a string to append to any email addresses when actually " _
- "sending mail to that address. It is useful if you have changed " _
- "the <tt>emailregexp</tt> param to only allow local usernames, " _
- "but you want the mail to be delivered to username@my.local.hostname.",
-
- createemailregexp => "This defines the regexp to use for email addresses that are " _
- "permitted to self-register using a 'New Account' feature. The " _
- "default (.*) permits any account matching the emailregexp " _
- "to be created. If this parameter is left blank, no users " _
- "will be permitted to create their own accounts and all accounts " _
- "will have to be created by an administrator." }
-%]
diff --git a/template/en/default/admin/params/authenv.html.tmpl b/template/en/default/admin/params/authenv.html.tmpl
deleted file mode 100644
index b57aae3..0000000
--- a/template/en/default/admin/params/authenv.html.tmpl
+++ /dev/null
@@ -1,29 +0,0 @@
-[%# 1.0@bugzilla.org %]
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "AuthEnv Extension"
- desc = "Set up your Bugzilla::AuthEnv extension"
-%]
-
-[% param_descs = {
- allowloginid => "Enable or disable maintenance of the login ID." }
-%]
diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl
deleted file mode 100644
index 15d4f1e..0000000
--- a/template/en/default/admin/params/bugchange.html.tmpl
+++ /dev/null
@@ -1,57 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "$terms.Bug Change Policies"
- desc = "Set up $terms.bug change policies"
-%]
-
-[% PROCESS "global/field-descs.none.tmpl" %]
-
-[% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %]
-
-[% param_descs = {
- duplicate_or_move_bug_status => "When $terms.abug is marked as a duplicate of another one " _
- "or is moved to another installation, use this $terms.bug status."
-
- letsubmitterchoosepriority => "If this is on, then people submitting $terms.bugs can " _
- "choose an initial priority for that ${terms.bug}. " _
- "If off, then all $terms.bugs initially have the default " _
- "priority selected below.",
-
- letsubmitterchoosemilestone => "If this is on, then people submitting $terms.bugs can " _
- "choose the Target Milestone for that ${terms.bug}. " _
- "If off, then all $terms.bugs initially have the default " _
- "milestone for the product being filed in.",
-
- musthavemilestoneonaccept =>
- "If you are using ${field_descs.target_milestone}, do you want to require"
- _ " that the milestone be set in order for a user to set"
- _ " ${terms.abug}'s status to ${accept_status}?",
-
- commentonchange_resolution => "If this option is on, the user needs to enter a short " _
- "comment if the resolution of the $terms.bug changes.",
-
- commentonduplicate => "If this option is on, the user needs to enter a short comment " _
- "if the $terms.bug is marked as duplicate.",
-
- noresolveonopenblockers => "Don\'t allow $terms.bugs to be resolved as fixed " _
- "if they have unresolved dependencies." }
-%]
diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl
deleted file mode 100644
index 58b08f6..0000000
--- a/template/en/default/admin/params/bugfields.html.tmpl
+++ /dev/null
@@ -1,61 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "$terms.Bug Fields"
- desc = "Choose fields you want to display"
-%]
-
-[% param_descs = {
- useclassification => "If this is on, $terms.Bugzilla will associate each product with a " _
- "specific classification. But you must have 'editclassification' " _
- "permissions enabled in order to edit classifications.",
-
- usetargetmilestone => "Do you wish to use the Target Milestone field?",
-
- useqacontact => "Do you wish to use the QA Contact field?",
-
- usestatuswhiteboard => "Do you wish to use the Status Whiteboard field?",
-
- usebugaliases => "Do you wish to use $terms.bug aliases, which allow you to assign " _
- "$terms.bugs an easy-to-remember name by which you can refer to them?",
-
- use_see_also =>
- "Do you wish to use the See Also field? It allows you refer to"
- _ " $terms.bugs in other installations. Even if you disable this field,"
- _ " $terms.bug relationships (URLs) already set on $terms.bugs will"
- _ " still appear and can be removed.",
-
- defaultpriority => "This is the priority that newly entered $terms.bugs are set to.",
-
- defaultseverity => "This is the severity that newly entered $terms.bugs are set to.",
-
- defaultplatform => "This is the platform that is preselected on the $terms.bug " _
- "entry form.<br> " _
- "You can leave this empty: " _
- "$terms.Bugzilla will then use the platform that the browser " _
- "reports to be running on as the default.",
-
- defaultopsys => "This is the operating system that is preselected on the $terms.bug " _
- "entry form.<br> " _
- "You can leave this empty: " _
- "$terms.Bugzilla will then use the operating system that the browser " _
- "reports to be running on as the default." }
-%]
diff --git a/template/en/default/admin/params/bugmove.html.tmpl b/template/en/default/admin/params/bugmove.html.tmpl
deleted file mode 100644
index 911bc33..0000000
--- a/template/en/default/admin/params/bugmove.html.tmpl
+++ /dev/null
@@ -1,49 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "$terms.Bug Moving"
- desc = "Set up parameters to move $terms.bugs to/from another installation"
-%]
-
-[% param_descs = {
- "move-enabled" => "If this is on, $terms.Bugzilla will allow certain people " _
- "to move $terms.bugs to the defined database.",
-
- "move-button-text" => "The text written on the Move button. Explain where the $terms.bug is " _
- "being moved to.",
-
- "move-to-url" => "The URL of the database we allow some of our $terms.bugs to be moved to.",
-
- "move-to-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _
- "the email address that database uses to listen for incoming ${terms.bugs}.",
-
- "moved-from-address" => "To move ${terms.bugs}, an email is sent to the target database. This is " _
- "the email address from which this mail, and error messages are sent.",
-
- movers => "A list of people with permission to move $terms.bugs and reopen moved " _
- "${terms.bugs} (in case the move operation fails).",
-
- "moved-default-product" => "$terms.Bugs moved from other databases to here are assigned " _
- "to this product.",
-
- "moved-default-component" => "$terms.Bugs moved from other databases to here are assigned " _
- "to this component." }
-%]
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl
deleted file mode 100644
index d86da0d..0000000
--- a/template/en/default/admin/params/common.html.tmpl
+++ /dev/null
@@ -1,143 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
- # Marc Schumann <wurblzap@gmail.com>
- #%]
-[%# INTERFACE:
- # panel: hash representing the current panel.
- #%]
-
-[% PROCESS "global/field-descs.none.tmpl" %]
-
-[% sortlist_separator = '---' %]
-
-<dl>
- [% FOREACH param = panel.param_list %]
- <dt id="[% param.name FILTER html %]_desc">[% param.name FILTER html %]</dt>
- <dd>[% panel.param_descs.${param.name} FILTER none %]
- <p>
- [% IF param.type == "t" %]
- <input type="text" size="80" name="[% param.name FILTER html %]"
- id="[% param.name FILTER html %]" value="[% Param(param.name) FILTER html %]">
- [% ELSIF param.type == "p" %]
- <input type="password" size="80" name="[% param.name FILTER html %]"
- id="[% param.name FILTER html %]" value="[% Param(param.name) FILTER html %]"
- autocomplete="off">
- [% ELSIF param.type == "l" %]
- <textarea name="[% param.name FILTER html %]" id="[% param.name FILTER html %]"
- rows="10" cols="80">[% Param(param.name) FILTER html %]</textarea>
- [% ELSIF param.type == "b" %]
- <input type="radio" name="[% param.name FILTER html %]" id="[% param.name FILTER html %]-on"
- value=1 [% "checked=\"checked\"" IF Param(param.name) %]>
- <label for="[% param.name FILTER html %]-on">On</label>
- <input type="radio" name="[% param.name FILTER html %]" id="[% param.name FILTER html %]-off"
- value=0 [% "checked=\"checked\"" IF !Param(param.name) %]>
- <label for="[% param.name FILTER html %]-off">Off</label>
- [% ELSIF param.type == "m" %]
- [% boxSize = 5 %]
- [% boxSize = param.choices.size IF param.choices.size < 5 %]
-
- <select multiple="multiple" size="[% boxSize FILTER html %]"
- name="[% param.name FILTER html %]" id="[% param.name FILTER html %]">
- [% FOREACH item = param.choices %]
- <option value="[% item FILTER html %]"
- [% " selected=\"selected\"" IF lsearch(Param(param.name), item) != -1 %]>
- [% item FILTER html %]
- </option>
- [% END %]
- </select>
- [% ELSIF param.type == "o" %]
- <input id="input_[% param.name FILTER html %]" size="80"
- name="[% param.name FILTER html %]"
- value="[% Param(param.name) FILTER html %]"><br>
- [% boxSize = 7 %]
- [% boxSize = 3 + param.choices.size IF param.choices.size < 7 %]
- [% plist = Param(param.name).split(',') %]
-
- <table id="table_[% param.name FILTER html %]" class="bz_default_hidden">
- <tr>
- <td rowspan="2">
- <select id="select_[% param.name FILTER html %]"
- name="select_[% param.name FILTER html %]"
- size="[% boxSize FILTER html %]">
- [% FOREACH item = plist %]
- <option value="[% item FILTER html %]">[% item FILTER html %]</option>
- [% END %]
- <option class="sortlist_separator" disabled="disabled"
- value="[% sortlist_separator %]">active&uarr;&nbsp;&darr;inactive</option>
- [% FOREACH item = param.choices %]
- [% IF lsearch(plist, item) == -1 %]
- <option value="[% item FILTER html %]">[% item FILTER html %]</option>
- [% END %]
- [% END %]
- </select>
- </td>
- <td style="vertical-align: bottom">
- <button type="button"
- onClick="sortedList_moveItem('[% param.name FILTER html %]', -1, '[% sortlist_separator %]');">&uarr;</button>
- </td>
- </tr>
-
- <tr>
- <td style="vertical-align: top">
- <button type="button"
- onClick="sortedList_moveItem('[% param.name FILTER html %]', +1, '[% sortlist_separator %]');">&darr;</button>
- </td>
- </tr>
- </table>
-
- <script type="text/javascript">
- bz_toggleClass("input_[% param.name FILTER html %]", "bz_default_hidden");
- bz_toggleClass("table_[% param.name FILTER html %]", "bz_default_hidden");
- </script>
- [% ELSIF param.type == "s" %]
- <select name="[% param.name FILTER html %]" id="[% param.name FILTER html %]">
- [% FOREACH item = param.choices %]
- <option value="[% item FILTER html %]"
- [% " selected=\"selected\"" IF item == Param(param.name) %]>
- [% IF param.name == "defaultseverity" %]
- [% display_value("bug_severity", item) FILTER html %]
- [% ELSIF param.name == "defaultplatform" %]
- [% display_value("rep_platform", item) FILTER html %]
- [% ELSIF param.name == "defaultopsys" %]
- [% display_value("op_sys", item) FILTER html %]
- [% ELSIF param.name == "duplicate_or_move_bug_status" %]
- [% display_value("bug_status", item) FILTER html %]
- [% ELSE %]
- [% item FILTER html %]
- [% END %]
- </option>
- [% END %]
- </select>
- [% ELSE %]
- <font color="red">
- <blink>Unknown param type [% param.type FILTER html %]!!!</blink>
- </font>
- [% END %]
- </p>
- [% UNLESS param.no_reset %]
- <p>
- <input type="checkbox" name="reset-[% param.name FILTER html %]"
- id="reset-[% param.name FILTER html %]">
- <label for="reset-[% param.name FILTER html %]">Reset</label>
- </p>
- [% END %]
- <hr>
- </dd>
- [% END %]
-</dl>
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl
deleted file mode 100644
index b1578f4..0000000
--- a/template/en/default/admin/params/core.html.tmpl
+++ /dev/null
@@ -1,48 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-
-[%
- title = "Required Settings"
- desc = "Settings that are required for proper operation of $terms.Bugzilla"
-%]
-
-[% param_descs = {
- urlbase => "The URL that is the common initial leading part of all $terms.Bugzilla " _
- "URLs.",
-
- sslbase => "The URL that is the common initial leading part of all HTTPS " _
- "(SSL) $terms.Bugzilla URLs.",
-
- ssl_redirect =>
- "When this is enabled, $terms.Bugzilla will ensure that every page is"
- _ " accessed over SSL, by redirecting any plain HTTP requests to HTTPS"
- _ " using the <tt>sslbase</tt> parameter. Also, when this is enabled,"
- _ " $terms.Bugzilla will send out links using <tt>sslbase</tt> in emails"
- _ " instead of <tt>urlbase</tt>.",
-
- cookiepath => "Path, relative to your web document root, to which to restrict " _
- "$terms.Bugzilla cookies. Normally this is the URI portion of your URL " _
- "base. Begin with a / (single slash mark). For instance, if " _
- "$terms.Bugzilla serves from 'http://www.somedomain.com/bugzilla/', set " _
- "this parameter to /bugzilla/. Setting it to / will allow " _
- "all sites served by this web server or virtual host to read " _
- "$terms.Bugzilla cookies.",
-} %]
diff --git a/template/en/default/admin/params/dependencygraph.html.tmpl b/template/en/default/admin/params/dependencygraph.html.tmpl
deleted file mode 100644
index 4cf22d5..0000000
--- a/template/en/default/admin/params/dependencygraph.html.tmpl
+++ /dev/null
@@ -1,49 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Dependency Graphs"
- desc = "Optional setup for dependency graphing"
-%]
-
-[% param_descs = {
- webdotbase => "It is possible to show graphs of dependent ${terms.bugs}. You may set
- this parameter to any of the following:
- <ul>
- <li>
- A complete file path to 'dot' (part of
- <a href=\"http://www.graphviz.org\">GraphViz</a>) will
- generate the graphs locally.
- </li>
- <li>
- A URL prefix pointing to an installation of the
- <a href=\"http://www.research.att.com/~north/cgi-bin/webdot.cgi\">webdot
- package</a> will generate the graphs remotely.
- </li>
- <li>
- A blank value will disable dependency graphing.
- </li>
- </ul>
- The default value is a publicly-accessible webdot server. If you change
- this value, make certain that the webdot server can read files from your
- webdot directory. On Apache you do this by editing the .htaccess file,
- for other systems the needed measures may vary. You can run <kbd>checksetup.pl</kbd>
- to recreate the .htaccess file if it has been lost."}
-%]
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl
deleted file mode 100644
index 8d6a987..0000000
--- a/template/en/default/admin/params/editparams.html.tmpl
+++ /dev/null
@@ -1,121 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%# INTERFACE:
- # panels: array of hashes representing the panels available.
- # param_changed: array of parameters which have been changed.
- # shutdown_is_active: boolean; is true when 'shutdownhtml' has been turned on.
- #%]
-
-[% PROCESS global/variables.none.tmpl %]
-
-[% curpanel = -1 %]
-[% panels = panels.nsort('sortkey') %]
-
-[% FOREACH panel = panels %]
- [% PROCESS "admin/params/${panel.name}.html.tmpl"
- params = panel.param_list %]
- [% panel.title = title %]
- [% panel.desc = desc %]
- [% panel.param_descs = param_descs %]
- [% IF panel.current %][% curpanel = loop.index %][% END %]
-[% END %]
-
-[% current_panel = panels.$curpanel %]
-
-[%# We cannot call header.html.tmpl earlier as we have to know
- which panel is active first, in order to get its title %]
-
-[% title = BLOCK %]
- [% IF curpanel == -1 %]
- Parameters: Index
- [% ELSE %]
- Configuration:
- [%+ current_panel.title FILTER html %]
- [% END %]
-[% END %]
-
-[% PROCESS global/header.html.tmpl
- title = title
- message = message
- style_urls = ['skins/standard/params.css']
- javascript_urls = ['js/params.js', 'js/util.js']
- doc_section = "parameters.html"
-%]
-
-<table border="0" width="100%">
- <tr>
- <td>
- [%# NAVIGATION BAR %]
- <table id="menu">
- <tr>
- <td class="index">
- <a href="editparams.cgi?section=index" title="Show all parameters">Index</a>
- </td>
- </tr>
- [% FOREACH panel = panels %]
- <tr>
- [% IF panel.current %]
- <td class="selected_section">
- <span title="[% panel.desc FILTER html %]">[% panel.title FILTER html %]</span>
- </td>
- [% ELSE %]
- <td>
- <a href="editparams.cgi?section=[% panel.name FILTER url_quote %]"
- title="[% panel.desc FILTER html %]">[% panel.title FILTER html %]</a>
- </td>
- [% END %]
- </tr>
- [% END %]
- </table>
- </td>
- <td>
- [% IF curpanel == -1 %]
- [% PROCESS admin/params/index.html.tmpl panels = panels %]
- [% ELSE %]
-
- <div class="contribute"><strong>Note:</strong>
- [%+ terms.Bugzilla %] is developed entirely by volunteers. The
- best way to give back to the [% terms.Bugzilla %] project is
- to <a href="http://www.bugzilla.org/contribute/">contribute</a>
- yourself! You don't have to be a programmer to contribute, there are
- lots of things that we need.
- </div>
-
- <p>
- This lets you edit the basic operating parameters of [% terms.Bugzilla %].
- Be careful!<br>
- Any item you check "Reset" on will get reset to its default value.
- </p>
-
- [%# CONTENT PANEL %]
- <form method="post" action="editparams.cgi">
- [% PROCESS admin/params/common.html.tmpl panel = current_panel %]
- <input type="hidden" name="section" value="[% current_panel.name FILTER html %]">
- <input type="hidden" name="action" value="save">
- <input type="hidden" name="token" value="[% token FILTER html %]">
- <input type="submit" name="action" value="Save Changes">
- </form>
- [% END %]
- </td>
- </tr>
-</table>
-
-[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/admin/params/general.html.tmpl b/template/en/default/admin/params/general.html.tmpl
deleted file mode 100644
index c19cf14..0000000
--- a/template/en/default/admin/params/general.html.tmpl
+++ /dev/null
@@ -1,86 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-
-[%
- title = "General"
- desc = "Miscellaneous general settings that are not required."
-%]
-
-[% param_descs = {
- maintainer =>
- "The email address of the person who maintains this installation "
- _ " of ${terms.Bugzilla}.",
-
- docs_urlbase =>
- "The URL that is the common initial leading part of all"
- _ " $terms.Bugzilla documentation URLs. It may be an absolute URL,"
- _ " or a URL relative to the <tt>urlbase</tt> parameter. Leave this"
- _ " empty to suppress links to the documentation."
- _ "'%lang%' will be replaced by user's preferred language (if"
- _ " documentation is available in that language).",
-
- utf8 =>
- "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New"
- _ " installations should set this to true to avoid character encoding"
- _ " problems. <strong>Existing databases should set this to true"
- _ " only after the data has been converted from existing legacy"
- _ " character encodings to UTF-8, using the <kbd>contrib/recode.pl</kbd>"
- _ " script</strong>."
- _ " <p>Note that if you turn this parameter from &quot;off&quot; to"
- _ " &quot;on&quot;, you must re-run <kbd>checksetup.pl</kbd> immediately"
- _ " afterward.</p>",
-
- shutdownhtml =>
- "If this field is non-empty, then $terms.Bugzilla will be completely"
- _ " disabled and this text will be displayed instead of all the"
- _ " $terms.Bugzilla pages.",
-
- announcehtml =>
- "If this field is non-empty, then $terms.Bugzilla will"
- _ " display whatever is in this field at the top of every"
- _ " HTML page. The HTML you put in this field is not wrapped or"
- _ " enclosed in anything. You might want to wrap it inside a"
- _ "<tt>&lt;div&gt;</tt>. Give the div <em>id=\"message\"</em> to get"
- _ " green text inside a red box, or <em>class=\"bz_private\"</em> for"
- _ " dark red on a red background. Anything defined in "
- _ " <tt>skins/standard/global.css</tt> or <tt>skins/custom/global.css</tt>"
- _ " will work. To get centered text, use <em>style=\"text-align: "
- _ " center;\"</em>.",
-
- upgrade_notification =>
- "$terms.Bugzilla can inform you when a new release is available."
- _ " The notification will appear on the $terms.Bugzilla homepage,"
- _ " for administrators only."
- _ " <ul><li>'development_snapshot' notifies you about the development "
- _ " snapshot that has been released.</li>"
- _ " <li>'latest_stable_release' notifies you about the most recent"
- _ " release available on the most recent stable branch. This branch"
- _ " may be different from the branch your installation is based on.</li>"
- _ " <li>'stable_branch_release' notifies you only about new releases"
- _ " corresponding to the branch your installation is based on."
- _ " If you are running a release candidate, you will get a notification"
- _ " for newer release candidates too.</li>"
- _ " <li>'disabled' will never notify you about new releases and no"
- _ " connection will be established to a remote server.</li></ul>"
- _ " <p>Note that if your $terms.Bugzilla server requires a proxy to"
- _ " access the Internet, you may also need to set the <tt>proxy_url</tt>"
- _ " parameter in the Advanced section.</p>",
-} %]
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl
deleted file mode 100644
index ab39a91..0000000
--- a/template/en/default/admin/params/groupsecurity.html.tmpl
+++ /dev/null
@@ -1,56 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Group Security"
- desc = "Decide how you will use Security Groups"
-%]
-
-[% param_descs = {
- makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _
- "with each product in the database, and use it for querying ${terms.bugs}.",
-
- chartgroup => "The name of the group of users who can use the 'New Charts' " _
- "feature. Administrators should ensure that the public categories " _
- "and series definitions do not divulge confidential information " _
- "before enabling this for an untrusted population. If left blank, " _
- "no users will be able to use New Charts.",
-
- insidergroup => "The name of the group of users who can see/change private " _
- "comments and attachments.",
-
- timetrackinggroup => "The name of the group of users who can see/change time tracking " _
- "information.",
-
- querysharegroup => "The name of the group of users who can share their " _
- "saved searches with others.",
-
- usevisibilitygroups => "Do you wish to restrict visibility of users to members of " _
- "specific groups?",
-
- strict_isolation => "Don't allow users to be assigned to, " _
- "be qa-contacts on, " _
- "be added to CC list, " _
- "or make or remove dependencies " _
- "involving any bug that is in a product on which that " _
- "user is forbidden to edit.",
-
- }
-%]
diff --git a/template/en/default/admin/params/index.html.tmpl b/template/en/default/admin/params/index.html.tmpl
deleted file mode 100644
index 9f80245..0000000
--- a/template/en/default/admin/params/index.html.tmpl
+++ /dev/null
@@ -1,51 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
- # Nitish Bezzala <nbezzala@yahoo.com>
- #%]
-
-<p>
- All parameters are displayed below, per section.
- If you cannot find one from here, then the parameter does not exist.
-</p>
-
-<div align="center">
- <table>
- <tr>
- <th>Parameter</th>
- <th>Section</th>
- </tr>
- [% FOREACH panel = panels %]
- [% FOREACH param = panel.param_list.sort('name') %]
- <tr>
- <td>
- <a href="editparams.cgi?section=
- [%- panel.name FILTER url_quote %]#[% param.name FILTER url_quote %]_desc">
- [% param.name FILTER html %]</a>
- </td>
- <td>
- [% panel.title FILTER html %]
- </td>
- </tr>
- [% END %]
- <tr>
- <td>&nbsp;</td><td>&nbsp;</td>
- </tr>
- [% END %]
- </table>
-</div>
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
deleted file mode 100644
index cdc585d..0000000
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ /dev/null
@@ -1,58 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "LDAP"
- desc = "Configure this first before choosing LDAP as an authentication method"
-%]
-
-[% param_descs = {
- LDAPserver => "The name (and optionally port) of your LDAP server " _
- "(e.g. ldap.company.com, or ldap.company.com:portnum). " _
- "URI syntax can also be used, such as "_
- "ldaps://ldap.company.com (for a secure connection) or " _
- "ldapi://%2fvar%2flib%2fldap_sock (for a socket-based " _
- "local connection. Multiple hostnames or URIs can be comma " _
- "separated; each will be tried in turn until a connection is " _
- "established.",
-
- LDAPstarttls => "Whether to require encrypted communication once a normal " _
- "LDAP connection is achieved with the server.",
-
- LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _
- "instead of binding anonymously, enter it here " _
- "(e.g. cn=default,cn=user:password). " _
- "Leave this empty for the normal case of an anonymous bind.",
-
- LDAPBaseDN => "The BaseDN for authenticating users against " _
- "(e.g. ou=People,o=Company).",
-
- LDAPuidattribute => "The name of the attribute containing the user's login name.",
-
- LDAPmailattribute => "The name of the attribute of a user in your " _
- "directory that contains the email address, to be " _
- "used as $terms.Bugzilla username. If this parameter " _
- "is empty, $terms.Bugzilla will use the LDAP username"_
- " as the $terms.Bugzilla username. You may also want" _
- " to set the \"emailsuffix\" parameter, in this case.",
-
- LDAPfilter => "LDAP filter to AND with the <tt>LDAPuidattribute</tt> for " _
- "filtering the list of valid users." }
-%]
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl
deleted file mode 100644
index 05c4485..0000000
--- a/template/en/default/admin/params/mta.html.tmpl
+++ /dev/null
@@ -1,78 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Email"
- desc = "How will outgoing mail be delivered?"
-%]
-
-[% param_descs = {
- mail_delivery_method => "Defines how email is sent, or if it is sent at all.<br>
- <ul>
- <li>
- 'Sendmail', 'SMTP' and 'Qmail' are all MTAs.
- You need to install a third-party sendmail replacement if
- you want to use sendmail on Windows.
- </li>
- <li>
- 'Test' is useful for debugging: all email is stored
- in 'data/mailer.testfile' instead of being sent.
- </li>
- <li>
- 'none' will completely disable email. $terms.Bugzilla continues
- to act as though it is sending mail, but nothing is sent or
- stored.
- </li>
- </ul>",
-
- mailfrom => "The email address of the $terms.Bugzilla mail daemon. Some email systems " _
- "require this to be a valid email address.",
-
- use_mailer_queue => "In a large $terms.Bugzilla installation, updating"
- _ " $terms.bugs can be very slow, because $terms.Bugzilla sends all"
- _ " email at once. If you enable this parameter, $terms.Bugzilla will"
- _ " queue all mail and then send it in the background. This requires"
- _ " that you have installed certain Perl modules (as listed by"
- _ " <kbd>checksetup.pl</kbd> for this feature), and that you are"
- _ " running the <code>jobqueue.pl</code> daemon (otherwise your mail"
- _ " won't get sent). This affects all mail sent by $terms.Bugzilla,"
- _ " not just $terms.bug updates.",
-
- smtpserver => "The SMTP server address (if using SMTP for mail delivery).",
-
- smtp_username => "The username to pass to the SMTP server for SMTP authentication. " _
- "Leave this field empty if your SMTP server doesn't require authentication.",
-
- smtp_password => "The password to pass to the SMTP server for SMTP authentication. " _
- "This field has no effect if the smtp_username parameter is left empty.",
-
- smtp_debug => "If enabled, this will print detailed information to your" _
- " web server's error log about the communication between" _
- " $terms.Bugzilla and your SMTP server. You can use this to" _
- " troubleshoot email problems.",
-
- whinedays => "The number of days that we'll let a $terms.bug sit untouched in a CONFIRMED " _
- "state before our cronjob will whine at the owner.<br> " _
- "Set to 0 to disable whining.",
-
- globalwatchers => "A comma-separated list of users who should receive a " _
- "copy of every notification mail the system sends." }
-
-%]
diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl
deleted file mode 100644
index 389acc1..0000000
--- a/template/en/default/admin/params/patchviewer.html.tmpl
+++ /dev/null
@@ -1,64 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Patch Viewer"
- desc = "Set up third-party applications to run with PatchViewer"
-%]
-
-[% param_descs = {
- cvsroot => "The <a href=\"http://www.cvshome.org\">CVS</a> root that most " _
- "users of your system will be using for 'cvs diff'. Used in " _
- "Patch Viewer ('Diff' option on patches) to figure out where " _
- "patches are rooted even if users did the 'cvs diff' from " _
- "different places in the directory structure. (NOTE: if your " _
- "CVS repository is remote and requires a password, you must " _
- "either ensure the $terms.Bugzilla user has done a 'cvs login' or " _
- "specify the password " _
- "<a href=\"http://www.cvshome.org/docs/manual/cvs_2.html#SEC26\">as " _
- "part of the CVS root</a>.) Leave this blank if you have no " _
- "CVS repository.",
-
- cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _
- "Some installations may want to mirror their CVS repository on " _
- "the $terms.Bugzilla server or even have it on that same server, and " _
- "thus the repository can be the local file system (and much " _
- "faster). Make this the same as cvsroot if you don't " _
- "understand what this is (if cvsroot is blank, make this blank too).",
-
- bonsai_url => "The URL to a <a href=\"http://www.mozilla.org/bonsai.html\">Bonsai</a> " _
- "server containing information about your CVS repository. " _
- "Patch Viewer will use this information to create links to " _
- "bonsai's blame for each section of a patch (it will append " _
- "'/cvsblame.cgi?...' to this url). Leave this blank if you " _
- "don't understand what this is.",
-
- lxr_url => "The URL to an <a href=\"http://sourceforge.net/projects/lxr\">LXR</a> server " _
- "that indexes your CVS repository. Patch Viewer will use this " _
- "information to create links to LXR for each file in a patch. " _
- "Leave this blank if you don't understand what this is.",
-
- lxr_root => "Some LXR installations do not index the CVS repository from the root -- " _
- "<a href=\"http://lxr.mozilla.org/mozilla\">Mozilla's</a>, for " _
- "example, starts indexing under <code>mozilla/</code>. This " _
- "means URLs are relative to that extra path under the root. " _
- "Enter this if you have a similar situation. Leave it blank " _
- "if you don't know what this is." }
-%]
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl
deleted file mode 100644
index 34ea043..0000000
--- a/template/en/default/admin/params/query.html.tmpl
+++ /dev/null
@@ -1,58 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Query Defaults"
- desc = "Default options for query and $terms.bug lists"
-%]
-
-[% param_descs = {
- quip_list_entry_control => "Controls how easily users can add entries to the quip list.
- <ul>
- <li>
- open - Users may freely add to the quip list, and
- their entries will immediately be available for viewing.
- </li>
- <li>
- moderated - quips can be entered, but need to be approved
- by an admin before they will be shown.
- </li>
- <li>
- closed - no new additions to the quips list are allowed.
- </li>
- </ul>",
-
- mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _
- "<a href=\"duplicates.cgi\">most frequently reported $terms.bugs page</a>. " _
- "If you have a large database and this page takes a long time to " _
- "load, try increasing this number.",
-
- mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _
- "list for a user. %userid% will get replaced with the login name of a user.",
-
- defaultquery => "This is the default query that initially comes up when you " _
- "access the advanced query page. It's in URL parameter " _
- "format, which makes it hard to read. Sorry!",
-
- specific_search_allow_empty_words =>
- "Whether to allow a search on the 'Simple Search' page with an empty"
- _ " 'Words' field.",
-
-} %]
diff --git a/template/en/default/admin/params/radius.html.tmpl b/template/en/default/admin/params/radius.html.tmpl
deleted file mode 100644
index f12e581..0000000
--- a/template/en/default/admin/params/radius.html.tmpl
+++ /dev/null
@@ -1,54 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Marc Schumann.
- # Portions created by Marc Schumann are Copyright (c) 2007 Marc Schumann.
- # All rights reserved.
- #
- # Contributor(s): Marc Schumann <wurblzap@gmail.com>
- #%]
-[%
- title = "RADIUS"
- desc = "Configure this first before choosing RADIUS as an authentication method"
-%]
-
-[% param_descs = {
- RADIUS_server => "The name (and optionally port) of your RADIUS server " _
- "(e.g. <code>radius.company.com</code>, or " _
- "<code>radius.company.com:portnum</code>).<br>" _
- "Required only if " _
- "<a href=\"?section=auth#user_verify_class_desc\">the " _
- "<code>user_verify_class</code> parameter</a> contains " _
- "<code>RADIUS</code>.",
-
- RADIUS_secret => "Your RADIUS server's secret.<br>" _
- "Required only if " _
- "<a href=\"?section=auth#user_verify_class_desc\">the " _
- "<code>user_verify_class</code> parameter</a> contains " _
- "<code>RADIUS</code>.",
-
- RADIUS_NAS_IP => "The NAS-IP-Address attribute to be used when exchanging " _
- "data with your RADIUS server. " _
- "If unspecified, <code>127.0.0.1</code> will be used.<br>" _
- "Useful only if " _
- "<a href=\"?section=auth#user_verify_class_desc\">the " _
- "<code>user_verify_class</code> parameter</a> " _
- "contains <code>RADIUS</code>.",
-
- RADIUS_email_suffix => "Suffix to append to a RADIUS user name to form an " _
- "e-mail address.<br>" _
- "Useful only if " _
- "<a href=\"?section=auth#user_verify_class_desc\">the " _
- "<code>user_verify_class</code> parameter</a> " _
- "contains <code>RADIUS</code>.",
- }
-%]
diff --git a/template/en/default/admin/params/shadowdb.html.tmpl b/template/en/default/admin/params/shadowdb.html.tmpl
deleted file mode 100644
index c812284..0000000
--- a/template/en/default/admin/params/shadowdb.html.tmpl
+++ /dev/null
@@ -1,49 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "Shadow Database"
- desc = "An optional hack to increase database performance"
-%]
-
-[% param_descs = {
- shadowdbhost => "The host the shadow database is on.",
-
- shadowdbport => "The port the shadow database is on. Ignored if " _
- "<tt>shadowdbhost</tt> is blank. Note: if the host is the local " _
- "machine, then MySQL will ignore this setting, and you must " _
- "specify a socket below.",
-
- shadowdbsock => "The socket used to connect to the shadow database, if the host " _
- "is the local machine. This setting is required because MySQL " _
- "ignores the port specified by the client and connects using " _
- "its compiled-in socket path (on unix machines) when connecting " _
- "from a client to a local server. If you leave this blank, and " _
- "have the database on localhost, then the <tt>shadowdbport</tt> " _
- "will be ignored.",
-
- shadowdb => "If non-empty, then this is the name of another database in " _
- "which $terms.Bugzilla will use as a read-only copy of everything. " _
- "This is done so that long slow read-only operations can be used " _
- "against this db, and not lock up things for everyone else. This " _
- "database is on the <tt>shadowdbhost</tt>, and must exist. " _
- "$terms.Bugzilla does not update it, if you use this parameter, then " _
- "you need to set up replication for your database." }
-%]
diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl
deleted file mode 100644
index d574edc..0000000
--- a/template/en/default/admin/params/usermatch.html.tmpl
+++ /dev/null
@@ -1,42 +0,0 @@
-[%# The contents of this file are subject to the Mozilla Public
- # License Version 1.1 (the "License"); you may not use this file
- # except in compliance with the License. You may obtain a copy of
- # the License at http://www.mozilla.org/MPL/
- #
- # Software distributed under the License is distributed on an "AS
- # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- # implied. See the License for the specific language governing
- # rights and limitations under the License.
- #
- # The Original Code is the Bugzilla Bug Tracking System.
- #
- # The Initial Developer of the Original Code is Netscape Communications
- # Corporation. Portions created by Netscape are
- # Copyright (C) 1998 Netscape Communications Corporation. All
- # Rights Reserved.
- #
- # Contributor(s): Dave Miller <justdave@bugzilla.org>
- # Frédéric Buclin <LpSolit@gmail.com>
- #%]
-[%
- title = "User Matching"
- desc = "Set up your user matching policies"
-%]
-
-[% param_descs = {
- usemenuforusers => "If this option is set, $terms.Bugzilla will offer you a list " _
- "to select from (instead of a text entry field) where a user " _
- "needs to be selected. This option should not be enabled on " _
- "sites where there are a large number of users.",
-
- ajax_user_autocompletion => "If this option is set, typing characters in a certain user " _
- "fields will display a list of matches that can be selected from.",
-
- maxusermatches => "Search for no more than this many matches.<br> " _
- "If set to '1', no users will be displayed on ambiguous matches. " _
- "This is useful for user privacy purposes.<br> " _
- "A value of zero means no limit.",
-
- confirmuniqueusermatch => "Whether a confirmation screen should be displayed when only " _
- "one user matches a search entry." }
-%]