aboutsummaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+39
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com2005-02-251-20/+33
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+2
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-3/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-22/+0
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Patch for bug 275788: Provide a line of code that defines legal query ↵jocuri%softhome.net2004-12-311-6/+12
| | | | formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
* Bug 274397 - Editing a saved search should now work even after clicking ↵jake%bugzilla.org2004-12-231-1/+16
| | | | | | | "Show List" from a bug. Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> r=wurblzap, a=justdave
* Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net2004-07-271-0/+6
| | | | | r=joel a=justdave
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-131-1/+16
| | | | | r=gerv,preed a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-1/+3
| | | | | | | | | | | | | Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-7/+7
| | | | | | | they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
* Bug 232176 - Add a preferences panel for saved searches, to allow management ↵gerv%gerv.net2004-03-081-0/+12
| | | | all in one place. Patch by gerv; r,a=justdave.
* Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.jocuri%softhome.net2004-03-071-22/+26
|
* Patch for bug 123077; improve the ValidatePassword sub so that a password ↵jocuri%softhome.net2004-03-031-2/+1
| | | | change is no longer accepted with a blank second field; r=kiko, a=justdave.
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net2003-11-091-68/+0
| | | | r,a=myk.
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+7
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+5
| | | | r=joel, a=justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-1/+2
| | | | | r=gerv a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; ↵gerv%gerv.net2002-10-111-3/+1
| | | | r=bbaetz.
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-29/+12
| | | | Patch by gerv; r=burnus.
* Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org2002-09-291-1/+1
| | | | the qw construct needs to be surrounded by parentheses.
* Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where ↵myk%mozilla.org2002-09-291-1/+1
| | | | the qw construct needs to be surrounded by parentheses.
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+9
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-14/+14
| | | | r=bbaetz, gerv
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-2/+1
| | | | Patch by gerv; r=bbaetz.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au2002-08-131-0/+5
| | | | r=joel, preed
* Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org2002-07-031-1/+1
| | | | r=jouni
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+2
| | | | | early enough r=mattyt, jouni
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-0/+3
|
* Bug 137183 - tab names should be in the template not in the .cgi. Patch by ↵gerv%gerv.net2002-04-251-18/+1
| | | | gerv; r=afranke, myk.
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵justdave%syndicomm.com2002-04-021-19/+76
| | | | commit didn't pick these up.
* Fix for bug 133833. Error in templatized version of userprefs.cgi. Errordkl%redhat.com2002-04-021-2/+2
| | | | | with ExcludeSelf form variable being all lowercase. Patch by David Lawrence <dkl@rehat.com> 2xr=gerv@mozilla.org
* Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.myk%mozilla.org2002-03-051-5/+1
| | | | | Patch by Myk Melez <myk@mozilla.org> r=gerv x 2
* Fix for bug 128437: correctly display default values for new preferences on ↵myk%mozilla.org2002-03-011-20/+25
| | | | | | | the "email preferences" tab. Fix by Myk Melez <myk@mozilla.org>. r=jake,justdave
* Fix for bug 128422: Fixes serious tree horkage where everyone gets email on ↵myk%mozilla.org2002-03-011-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.
* Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs ↵gerv%gerv.net2002-02-281-500/+196
| | | | and a properly-tabulated email prefs section.
* Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au2002-02-041-0/+2
| | | | | | | the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org2001-11-081-2/+2
| | | | | Patch by Jake <jake@acutex.net>. r=bbaetz,myk
* Bug 72177 - reword checkbox to make it consistent with the others on the page.gerv%gerv.net2001-10-191-1/+1
|
* Bugzilla Bug 51521 Broken HTML on user permissions pagetimeless%mac.com2001-10-101-1/+2
| | | | patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
* Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com2001-09-241-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>.