Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
284d2c7b
Commit
284d2c7b
authored
Jul 25, 2007
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 363908 Consistently name the Settings control panel (User Preferences)
r=wicked a=lpsolit thanks to wicked for updating this patch
parent
e6acfe2d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
9 deletions
+13
-9
rel_notes.txt
docs/rel_notes.txt
+6
-4
faq.xml
docs/xml/faq.xml
+4
-2
admin.html.tmpl
template/en/default/admin/admin.html.tmpl
+1
-1
updated.html.tmpl
template/en/default/admin/settings/updated.html.tmpl
+1
-1
sidebar.xul.tmpl
template/en/default/sidebar.xul.tmpl
+1
-1
No files found.
docs/rel_notes.txt
View file @
284d2c7b
...
@@ -274,11 +274,13 @@ It now:
...
@@ -274,11 +274,13 @@ It now:
* Is much more forgiving about small problems in the XML
* Is much more forgiving about small problems in the XML
Adding Individual Bugs to Saved Searches
Adding Individual Bugs to Saved Searches
(Tagging)
----------------------------------------
----------------------------------------
----------
Users now have the option of adding an individual bug to any
Users now have the option of adding an individual bug to any
particular Saved Search. If you don't like having the entry box in
particular Saved Search. Individual users that disagree with the site
your footer for this feature, you can disable it in your Preferences.
default can add or remove this feature (which appears as an entry box
visible in the footer) by changing the General Preferences setting
called "Enable tags for bugs".
Attach URLs
Attach URLs
...
...
docs/xml/faq.xml
View file @
284d2c7b
...
@@ -1390,8 +1390,10 @@ password=mypassword
...
@@ -1390,8 +1390,10 @@ password=mypassword
</question>
</question>
<answer>
<answer>
<para>
<para>
New in 2.16 - go to the Account section of the Preferences. You
New in 2.16 - you can change it from the Name and Password
will be emailed at both addresses for confirmation.
section in Preferences. You will be emailed at both addresses for
confirmation. 'Administrative Policies' must have the
'allowemailchange' parameter set to
<quote>
On
</quote>
.
</para>
</para>
</answer>
</answer>
</qandaentry>
</qandaentry>
...
...
template/en/default/admin/admin.html.tmpl
View file @
284d2c7b
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
the mail transfer agent to send email notifications, choose which group of
the mail transfer agent to send email notifications, choose which group of
users can use charts and share queries, and much more.</dd>
users can use charts and share queries, and much more.</dd>
<dt class="[% class %]"><a href="editsettings.cgi">
User
Preferences</a></dt>
<dt class="[% class %]"><a href="editsettings.cgi">
Default
Preferences</a></dt>
<dd class="[% class %]">Set the default user preferences. These are the values
<dd class="[% class %]">Set the default user preferences. These are the values
which will be used by default for all users. Users will be able to edit their
which will be used by default for all users. Users will be able to edit their
own preferences from the <a href="userprefs.cgi?tab=settings">Preferences</a>.</dd>
own preferences from the <a href="userprefs.cgi?tab=settings">Preferences</a>.</dd>
...
...
template/en/default/admin/settings/updated.html.tmpl
View file @
284d2c7b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#%]
#%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
title = "Preferences Updated"
title = "
Default
Preferences Updated"
%]
%]
Your changes to the Default Preferences have been saved.<br>
Your changes to the Default Preferences have been saved.<br>
...
...
template/en/default/sidebar.xul.tmpl
View file @
284d2c7b
...
@@ -72,7 +72,7 @@ function normal_keypress_handler( aEvent ) {
...
@@ -72,7 +72,7 @@ function normal_keypress_handler( aEvent ) {
<text
class=
"text-link"
onclick=
"load_relative_url('userprefs.cgi')"
value=
"edit prefs"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('userprefs.cgi')"
value=
"edit prefs"
/>
[%- IF user.groups.tweakparams %]
[%- IF user.groups.tweakparams %]
<text
class=
"text-link"
onclick=
"load_relative_url('editparams.cgi')"
value=
"edit params"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('editparams.cgi')"
value=
"edit params"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('editsettings.cgi')"
value=
"edit
user setting
s"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('editsettings.cgi')"
value=
"edit
default preference
s"
/>
[%- END %]
[%- END %]
[%- IF user.groups.editusers || user.can_bless %]
[%- IF user.groups.editusers || user.can_bless %]
<text
class=
"text-link"
onclick=
"load_relative_url('editusers.cgi')"
value=
"edit users"
/>
<text
class=
"text-link"
onclick=
"load_relative_url('editusers.cgi')"
value=
"edit users"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment