aboutsummaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+39
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-1/+1
* Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT)mkanat%kerio.com2005-02-251-20/+33
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-1/+2
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-1/+2
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-3/+4
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+2
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-1/+2
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-22/+0
* Patch for bug 275788: Provide a line of code that defines legal query formats...jocuri%softhome.net2004-12-311-6/+12
* Bug 274397 - Editing a saved search should now work even after clicking "Show...jake%bugzilla.org2004-12-231-1/+16
* Bug 251837: Add UI to add/remove 'My Bugs' link in footerbugreport%peshkin.net2004-07-271-0/+6
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-131-1/+16
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-1/+3
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-7/+7
* Bug 232176 - Add a preferences panel for saved searches, to allow management ...gerv%gerv.net2004-03-081-0/+12
* 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 cha...jocuri%softhome.net2004-03-031-2/+1
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ...gerv%gerv.net2003-11-091-68/+0
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+7
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+5
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-1/+2
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=b...gerv%gerv.net2002-10-111-3/+1
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net2002-10-061-29/+12
* Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th...myk%mozilla.org2002-09-291-1/+1
* Fixing build bustage. Incorrect usage "foreach my $foo qw(bar baz)" where th...myk%mozilla.org2002-09-291-1/+1
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-291-0/+9
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-14/+14
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...gerv%gerv.net2002-09-131-2/+1
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 160710 - Taint checking causes problem with rename functionbbaetz%student.usyd.edu.au2002-08-131-0/+5
* Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org2002-07-031-1/+1
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+2
* 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 ge...gerv%gerv.net2002-04-251-18/+1
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net2002-04-241-3/+2
* Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com2002-04-021-19/+76
* Fix for bug 133833. Error in templatized version of userprefs.cgi. Errordkl%redhat.com2002-04-021-2/+2
* Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.myk%mozilla.org2002-03-051-5/+1
* Fix for bug 128437: correctly display default values for new preferences on t...myk%mozilla.org2002-03-011-20/+25
* Fix for bug 128422: Fixes serious tree horkage where everyone gets email on a...myk%mozilla.org2002-03-011-7/+15
* Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and...gerv%gerv.net2002-02-281-500/+196
* Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au2002-02-041-0/+2
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
* Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org2001-11-081-2/+2
* 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
* Fix for bug 93388: Full name should be trimmed of whitespace before goingzach%zachlipton.com2001-09-241-2/+2