]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 363908 Consistently name the Settings control panel (User Preferences)
authortimeless%mozdev.org <>
Wed, 25 Jul 2007 09:49:40 +0000 (09:49 +0000)
committertimeless%mozdev.org <>
Wed, 25 Jul 2007 09:49:40 +0000 (09:49 +0000)
r=wicked a=lpsolit
thanks to wicked for updating this patch

docs/rel_notes.txt
docs/xml/faq.xml
template/en/default/admin/settings/updated.html.tmpl
template/en/default/global/useful-links.html.tmpl
template/en/default/sidebar.xul.tmpl

index 47317d0a33f92db3fea1109e5a0f45b4c6578be1..295a70cff124dee2a660e0b97b2c9e4b5117e215 100644 (file)
@@ -274,11 +274,13 @@ It now:
   * 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
-particular Saved Search. If you don't like having the entry box in
-your footer for this feature, you can disable it in your Preferences.
+particular Saved Search. Individual users that disagree with the site
+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
index 80f41137568cbd9530c064a4dc1ed5d93aeabc1a..870d5c9834ff28a5e69c3113effb71133fb8fb16 100644 (file)
@@ -1390,8 +1390,10 @@ password=mypassword
         </question>
         <answer>
           <para>
-            New in 2.16 - go to the Account section of the Preferences. You
-            will be emailed at both addresses for confirmation.
+            New in 2.16 - you can change it from the Name and Password
+            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>
         </answer>
       </qandaentry>
index 4a569ab8ebe1d44cf90e77fffe7e848f0b7e547f..0b83a27bbf0f532d9235ef3259a42dd93ef3b71c 100644 (file)
@@ -16,7 +16,7 @@
   #%]
 
 [% PROCESS global/header.html.tmpl
-   title = "Preferences Updated"
+   title = "Default Preferences Updated"
  %]
 
 Your changes to the Default Preferences have been saved.<br>
index 299cc7bbf5cdd26227a9edeb92ccf2ef110d1cc9..c0a8ecf45868413a4f187de4b4168ce50e128588 100644 (file)
@@ -48,7 +48,7 @@
         [% IF user.groups.tweakparams %]
           <li>[% '<span class="separator">| </span>' IF print_pipe %]<a href="editparams.cgi">Parameters</a></li>
           [% print_pipe = 1 %]
-          <li>[% '<span class="separator">| </span>' IF print_pipe %]<a href="editsettings.cgi">User Preferences</a></li>
+          <li>[% '<span class="separator">| </span>' IF print_pipe %]<a href="editsettings.cgi">Default Preferences</a></li>
         [% END %]
         [% IF user.groups.editcomponents %]
           <li>[% '<span class="separator">| </span>' IF print_pipe %]<a href="sanitycheck.cgi">Sanity Check</a></li>
index 6742889da1d1ed3525683519d60916473b1718cb..a93312f2296cd85b9914791e94eab489d3698ec1 100644 (file)
@@ -72,7 +72,7 @@ function normal_keypress_handler( aEvent ) {
       <text class="text-link" onclick="load_relative_url('userprefs.cgi')" value="edit prefs"/>
   [%- 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('editsettings.cgi')" value="edit user settings"/>
+      <text class="text-link" onclick="load_relative_url('editsettings.cgi')" value="edit default preferences"/>
   [%- END %]
   [%- IF user.groups.editusers || user.can_bless %]
       <text class="text-link" onclick="load_relative_url('editusers.cgi')" value="edit users"/>