aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com2005-08-311-4/+6
| | | | | | string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
* Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc ↵lpsolit%gmail.com2005-08-261-15/+95
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 305476: Group membership inheritance broken in editusers.cgi ↵lpsolit%gmail.com2005-08-231-6/+9
| | | | (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap a=justdave
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-14/+14
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com2005-08-161-6/+9
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 284263: Inherited bless permissions without inherited membership do not ↵lpsolit%gmail.com2005-08-141-44/+4
| | | | work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+0
| | | | r=mkanat,wicked a=justdave
* Bug 302723: Deleting a user account when this user is the assignee or QA ↵lpsolit%gmail.com2005-08-051-7/+39
| | | | contact of a bug should reassign this bug to the default ones - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc ↵lpsolit%gmail.com2005-07-251-55/+24
| | | | Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-07-211-2/+2
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 284273: Move productResponsibilities from editusers.cgi to ↵lpsolit%gmail.com2005-06-251-26/+1
| | | | Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-211-1/+1
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-3/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
* Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric ↵lpsolit%gmail.com2005-04-201-1/+3
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann ↵lpsolit%gmail.com2005-04-161-40/+54
| | | | <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 290000: lock email settings table before adding new userbugreport%peshkin.net2005-04-131-0/+1
| | | | | Patch by bugreport@peshkin.net r=glob,a=justdave
* Bug 289062: editusers.cgi is querying for groups twice on update - Patch by ↵lpsolit%gmail.com2005-04-131-7/+6
| | | | Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, joel a=justdave
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-4/+3
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca2005-03-081-46/+37
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 284155 : New editusers.cgi broke group visibilitytravis%sedsystems.ca2005-03-081-1/+1
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
* Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com2005-03-051-11/+7
| | | | | | automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-787/+681
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2005-02-171-3/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, a=myk
* Bug 281845 : Possible to delete users who are initial QA contacts ↵travis%sedsystems.ca2005-02-111-1/+1
| | | | | | (Regression from bug 43600) Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave, a=justdave
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-2/+3
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net2005-01-161-47/+24
| | | | by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-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
* Patch for bug 261434: implement functionality to delete a user semi-properly ↵jocuri%softhome.net2004-10-171-1/+3
| | | | (only works for users with no bugs/comments); patch by Ivan Todoroski <grnch@gmx.net>; r=justdave, a=justdave.
* Patch for bug 253360: replace IF() with CASE WHEN for database ↵jocuri%softhome.net2004-07-311-3/+3
| | | | compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-1/+3
| | | | | r=kiko a=justdave
* Bug 253088: Fix ability of users with bless privileges to bless usersbugreport%peshkin.net2004-07-271-1/+1
| | | | | r=kiko a=justdave
* Bug 252190: Fix unitialized value in editusers.cgibugreport%peshkin.net2004-07-221-3/+3
| | | | | r=vlad a=justdave
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-19/+4
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-4/+19
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-19/+4
| | | | | | patch by erik r=joel a=justdave
* Bug 244272: Remove editusers 'query' parameterbugreport%peshkin.net2004-07-101-3/+0
| | | | | r=justdave a=justdave
* Bug 233486: Only process groups user is supposed to be able to bless in ↵bugreport%peshkin.net2004-07-101-1/+2
| | | | | | | editgroups.cgi r=justdave a=justdave
* Bug 236650: html_quote and validate email addresses in editueser.cgibugreport%peshkin.net2004-07-101-1/+9
| | | | | | patch by vlad r=joel,justdave a=justdave
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-161-19/+20
|
* Bug 224021: taint issues in editusers.cgijouni%heikniemi.net2004-05-231-0/+1
| | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
| | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave
* Bug 240439: "Edit user again" link didn't work if the user had a + in their ↵justdave%syndicomm.com2004-04-141-4/+4
| | | | | | email address R= timeless, vladd; a= justdave
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
| | | | | Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-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.