Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-19 | Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -2/+1 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | |||||
2005-02-17 | Bug 280495: Replace "REGEXP" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, a=myk | |||||
2005-02-11 | Bug 281845 : Possible to delete users who are initial QA contacts ↵ | travis%sedsystems.ca | 1 | -1/+1 | |
(Regression from bug 43600) Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave, a=justdave | |||||
2005-02-09 | Bug 280994 : Move ValidateNewUser out of globals.pl | travis%sedsystems.ca | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | |||||
2005-02-01 | Bug 278792 : Move Crypt() to Bugzilla::Auth | travis%sedsystems.ca | 1 | -2/+3 | |
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | |||||
2005-01-16 | Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵ | jocuri%softhome.net | 1 | -47/+24 | |
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk. | |||||
2005-01-08 | Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵ | travis%sedsystems.ca | 1 | -1/+2 | |
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 | |||||
2004-10-17 | Patch for bug 261434: implement functionality to delete a user semi-properly ↵ | jocuri%softhome.net | 1 | -1/+3 | |
(only works for users with no bugs/comments); patch by Ivan Todoroski <grnch@gmx.net>; r=justdave, a=justdave. | |||||
2004-07-31 | Patch for bug 253360: replace IF() with CASE WHEN for database ↵ | jocuri%softhome.net | 1 | -3/+3 | |
compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. | |||||
2004-07-28 | Bug 251837: Extend group_group_map to control which groups can see each other | bugreport%peshkin.net | 1 | -1/+3 | |
r=kiko a=justdave | |||||
2004-07-27 | Bug 253088: Fix ability of users with bless privileges to bless users | bugreport%peshkin.net | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-07-22 | Bug 252190: Fix unitialized value in editusers.cgi | bugreport%peshkin.net | 1 | -3/+3 | |
r=vlad a=justdave | |||||
2004-07-21 | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 1 | -19/+4 | |
patch by erik r=joel, kiko a=myk | |||||
2004-07-12 | Backing out bug 241900 | bugreport%peshkin.net | 1 | -4/+19 | |
2004-07-12 | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 1 | -19/+4 | |
patch by erik r=joel a=justdave | |||||
2004-07-10 | Bug 244272: Remove editusers 'query' parameter | bugreport%peshkin.net | 1 | -3/+0 | |
r=justdave a=justdave | |||||
2004-07-10 | Bug 233486: Only process groups user is supposed to be able to bless in ↵ | bugreport%peshkin.net | 1 | -1/+2 | |
editgroups.cgi r=justdave a=justdave | |||||
2004-07-10 | Bug 236650: html_quote and validate email addresses in editueser.cgi | bugreport%peshkin.net | 1 | -1/+9 | |
patch by vlad r=joel,justdave a=justdave | |||||
2004-06-16 | Bug 240325: Keep regexp-based groups up-to-date | bugreport%peshkin.net | 1 | -19/+20 | |
2004-05-23 | Bug 224021: taint issues in editusers.cgi | jouni%heikniemi.net | 1 | -0/+1 | |
Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave | |||||
2004-05-23 | Bug 141006: Run edit*.cgis in taint mode. | jouni%heikniemi.net | 1 | -1/+1 | |
Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave | |||||
2004-04-14 | Bug 240439: "Edit user again" link didn't work if the user had a + in their ↵ | justdave%syndicomm.com | 1 | -4/+4 | |
email address R= timeless, vladd; a= justdave | |||||
2004-03-27 | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 1 | -4/+0 | |
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+2 | |
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. | |||||
2004-03-27 | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 1 | -4/+4 | |
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. | |||||
2004-03-21 | Patch for bug 238033: eliminate HTML closing tags that haven't been opened ↵ | jocuri%softhome.net | 1 | -3/+1 | |
and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. | |||||
2004-03-17 | Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define | kiko%async.com.br | 1 | -2/+2 | |
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk. | |||||
2004-03-14 | Bug 214457 Updated user page is useless | timeless%mozdev.org | 1 | -10/+28 | |
r=justdave a=justdave | |||||
2003-11-11 | Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk. | jocuri%softhome.net | 1 | -1/+1 | |
2003-09-27 | Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the | kiko%async.com.br | 1 | -5/+7 | |
default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave | |||||
2003-07-20 | Bug 178935: Eliminating the "Add another user" link on the confirmation ↵ | justdave%syndicomm.com | 1 | -2/+5 | |
screen after editing a user if the user doing the editing doesn't have permission to add users. Patch by kniht@us.ibm.com r= justdave, a= justdave | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -4/+9 | |
r=myk,jake | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+1 | |
r=joel, a=justdave | |||||
2003-04-25 | Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bug | bbaetz%acm.org | 1 | -0/+3 | |
patch mostly by justdave, bits by me r=bbaetz,justdave,myk a=justdave | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2003-03-22 | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 1 | -10/+8 | |
r=gerv, justdave a=justdave | |||||
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -150/+136 | |
r=bbaetz, gerv | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -6/+8 | |
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | |||||
2002-06-17 | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 1 | -0/+1 | |
early enough r=mattyt, jouni | |||||
2002-06-01 | Bug 147486 - Fixes cross site scripting issues; first checked in on the ↵ | preed%sigkill.com | 1 | -2/+2 | |
2.14.1 branch, but I forgot the 2.16 branch/trunk (thanks bbaetz); patch=preed, r=bbaetz,myk | |||||
2002-05-02 | Bug 141557 - modification to user deletion code in editusers.cgi - prevent ↵ | gerv%gerv.net | 1 | -0/+2 | |
allowuserdeletion being bypassed. Patch by gerv; 2xr=myk. | |||||
2002-04-30 | Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵ | gerv%gerv.net | 1 | -0/+1 | |
jouni@heikniemi.net; r=bbaetz, gerv. | |||||
2002-04-23 | Bug 139051 - fix misspelling of "privilege". Patch by mental ↵ | gerv%gerv.net | 1 | -2/+2 | |
<xor@ivwnet.com>, 2xr=bbaetz. | |||||
2002-04-02 | Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
commit didn't pick these up. | |||||
2002-03-18 | Bug 92905 - perl error when editing user and no groups defined | bbaetz%student.usyd.edu.au | 1 | -20/+20 | |
r=justdave x 2 | |||||
2002-02-04 | Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies from | bbaetz%student.usyd.edu.au | 1 | -2/+6 | |
the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko | |||||
2001-11-08 | Fix for bug 108821: Prevent users with any blessgroupset privileges from ↵ | myk%mozilla.org | 1 | -1/+4 | |
blessing any group set. Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>. r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion. | |||||
2001-10-27 | Bug 81594 - SQL error after editing user entry when changing numerous things ↵ | jake%acutex.net | 1 | -1/+1 | |
at once (including the login name). Patch by Matthew Tuck <matty@chariot.net.au> r= dkl@redhat.com, jake@acutex.net | |||||
2001-10-13 | Fix for bug 104516: No code changes in this patch, all this checkin does is ↵ | justdave%syndicomm.com | 1 | -99/+99 | |
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2 |