summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/core.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-10-12 17:51:52 +0200
committerlpsolit%gmail.com <>2005-10-12 17:51:52 +0200
commitb8f2c324a9a4133f264254d61993ff8c7e0233a2 (patch)
tree312fb1aba4325c769a93939937a5f79f01fb7e02 /template/en/default/admin/params/core.html.tmpl
parent5eee7ab7fb527d926bfdf5927268862048cd4479 (diff)
downloadbugzilla-b8f2c324a9a4133f264254d61993ff8c7e0233a2.tar.gz
bugzilla-b8f2c324a9a4133f264254d61993ff8c7e0233a2.tar.xz
Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'template/en/default/admin/params/core.html.tmpl')
-rw-r--r--template/en/default/admin/params/core.html.tmpl68
1 files changed, 68 insertions, 0 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl
new file mode 100644
index 000000000..adf527c33
--- /dev/null
+++ b/template/en/default/admin/params/core.html.tmpl
@@ -0,0 +1,68 @@
+[%# 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 = "Required Settings"
+ desc = "Settings that are required for proper operation of $terms.Bugzilla"
+%]
+
+[% param_descs = {
+ maintainer => "The email address of the person who maintains this installation " _
+ "of ${terms.Bugzilla}.",
+
+ 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 => "Controls when $terms.Bugzilla should enforce sessions to use HTTPS by " _
+ "using <tt>sslbase</tt>.",
+
+ cookiedomain => "The domain for $terms.Bugzilla cookies. Normally blank. " _
+ "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.",
+
+ 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.",
+
+ timezone => "The timezone that your database server lives in. If set to '', " _
+ "then the timezone will not be displayed with the timestamps.",
+
+ utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New " _
+ "installations should set this to true to avoid character encoding " _
+ "problems. Existing databases should set this to true only after " _
+ "the data has been converted from existing legacy character " _
+ "encodings to UTF-8.",
+
+ 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." }
+%] \ No newline at end of file