summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-10-11Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net1-3/+1
r=bbaetz.
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-29/+12
Patch by gerv; r=burnus.
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org1-1/+1
the qw construct needs to be surrounded by parentheses.
2002-09-29Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org1-1/+1
the qw construct needs to be surrounded by parentheses.
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-0/+9
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-14/+14
r=bbaetz, gerv
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net1-2/+1
Patch by gerv; r=bbaetz.
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-13Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au1-0/+5
r=joel, preed
2002-07-03Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org1-1/+1
r=jouni
2002-06-17Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au1-0/+2
early enough r=mattyt, jouni
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net1-0/+3
2002-04-25Bug 137183 - tab names should be in the template not in the .cgi. Patch by ↵gerv%gerv.net1-18/+1
gerv; r=afranke, myk.
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-3/+2
afranke.
2002-04-02Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com1-19/+76
commit didn't pick these up.
2002-04-02Fix for bug 133833. Error in templatized version of userprefs.cgi. Errordkl%redhat.com1-2/+2
with ExcludeSelf form variable being all lowercase. Patch by David Lawrence <dkl@rehat.com> 2xr=gerv@mozilla.org
2002-03-05Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.myk%mozilla.org1-5/+1
Patch by Myk Melez <myk@mozilla.org> r=gerv x 2
2002-03-01Fix for bug 128437: correctly display default values for new preferences on ↵myk%mozilla.org1-20/+25
the "email preferences" tab. Fix by Myk Melez <myk@mozilla.org>. r=jake,justdave
2002-03-01Fix for bug 128422: Fixes serious tree horkage where everyone gets email on ↵myk%mozilla.org1-7/+15
all changes regardless of email preferences. Fix by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug.
2002-02-28Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs ↵gerv%gerv.net1-500/+196
and a properly-tabulated email prefs section.
2002-02-04Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au1-0/+2
the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-11-08Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org1-2/+2
Patch by Jake <jake@acutex.net>. r=bbaetz,myk
2001-10-19Bug 72177 - reword checkbox to make it consistent with the others on the page.gerv%gerv.net1-1/+1
2001-10-10Bugzilla Bug 51521 Broken HTML on user permissions pagetimeless%mac.com1-1/+2
patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
2001-09-24Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com1-2/+2
into database. r1=Zach Lipton <zach@zachlipton.com> r2=Andreas Franke <afranke@ags.uni-sb.de>. Patch by Christopher Aillon <caillon@returnzero.com>.
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵justdave%syndicomm.com1-6/+13
in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com, jake@acutex.net
2001-06-20Fix for bug 45918: the old password field on the userprefs page is now used ↵justdave%syndicomm.com1-4/+5
to log you back in if you try to change your password with cookies turned off, which avoids the confusing login screen after entering your new password in which you used to have to enter your old password one more time in order to let it set your new password (yes, it used to be as confusing as that just sounded :) r= tara@tequilarista.org
2001-06-06Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).jake%acutex.net1-1/+1
2001-05-24Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net1-142/+36
r= justdave@syndicomm.com
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-1/+1
2001-04-08Fix for bug 71808: Can't set email preferences for voters (which caused ↵justdave%syndicomm.com1-2/+16
voters to get OldEmailTech notifications. Patch by jake@acutex.net r= justdave
2001-04-08Fix for bug 71912: changes email pref for "If I'm removed from that ↵justdave%syndicomm.com1-1/+1
capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave
2001-03-09Re-fix for bug 17464: oldemailtech prefs work again.dave%intrec.com1-3/+5
2001-02-15fix for bug found in original 17464 patch, where removal from the CC list ↵dmose%mozilla.org1-0/+5
was not generating a mail. r=donm@bluemartini.com
2001-01-25patch from bug 17464 to give user some control over what sorts of bug mail ↵dmose%mozilla.org1-45/+347
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
2000-12-23changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org1-7/+7
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
2000-09-13fix for 51521: Broken HTML on user permissions page, patch by ↵cyeh%bluemartini.com1-2/+2
john.beranek@pace.co.uk
2000-06-24add voters to textcyeh%bluemartini.com1-2/+3
2000-04-22change field name to more accurately reflect what it iscyeh%bluemartini.com1-1/+1
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-0/+67
2000-03-10Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.terry%mozilla.org1-0/+1
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-3/+43
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-02-05The "put this named query in the footer" feature was choking if theterry%mozilla.org1-8/+24
name of the query had a space in it.
2000-01-25Fixed minor grammatical typo.terry%mozilla.org1-1/+1
2000-01-25Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org1-0/+298
bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes.