summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authordmose%mozilla.org <>2000-12-23 08:01:29 +0100
committerdmose%mozilla.org <>2000-12-23 08:01:29 +0100
commitbe610ad922aae00d50bd297fb0dc76a7566ec31f (patch)
tree3adb89e2ced46a5acf903d22c0633a83c02ef676 /userprefs.cgi
parent2f1d13b174e578f154d1e5b36c19a3895fecd57c (diff)
downloadbugzilla-be610ad922aae00d50bd297fb0dc76a7566ec31f.tar.gz
bugzilla-be610ad922aae00d50bd297fb0dc76a7566ec31f.tar.xz
changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi14
1 files changed, 7 insertions, 7 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index c6362a143..d2b5e0db1 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -127,15 +127,15 @@ On which of these bugs would you like email notification of changes?
my $checkedpart = $newemailtech ? "CHECKED" : "";
print qq{
<TR><TD COLSPAN="2"><HR></TD></TR>
-<TR><TD COLSPAN="2"><FONT COLOR="red">New!</FONT>
-Bugzilla has a new email
-notification scheme. It is <b>experimental and bleeding edge</b> and will
-hopefully evolve into a brave new happy world where all the spam and ugliness
-of the old notifications will go away. If you wish to sign up for this (and
-risk any bugs), check here.
+<TR><TD COLSPAN="2"><FONT COLOR="red">Updated!</FONT>
+Bugzilla's new standard email notification scheme allows for the use of
+features such as watching other users and selecting which bug changes you get
+mail about. You can revert to the old notification scheme by unchecking this
+box, but this isn't recommended, because the old scheme is no longer
+supported and will be going away in an upcoming version of Bugzilla.
</TD></TR>
};
- EmitEntry("Check here to sign up (and risk any bugs)",
+ EmitEntry("Uncheck here to revert",
qq{<INPUT TYPE="checkbox" NAME="newemailtech" $checkedpart>New email tech});
}