aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 303784: Visibility can keep admin from administering groups - Patch by Jo...lpsolit%gmail.com2005-09-261-12/+3
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-1/+1
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-061-1/+2
* Bug 304268: edit users form should have an item for "edit this user" - Patch ...lpsolit%gmail.com2005-09-051-13/+30
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-311-4/+6
* Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc ...lpsolit%gmail.com2005-08-261-15/+95
* Bug 305476: Group membership inheritance broken in editusers.cgi (regression)...lpsolit%gmail.com2005-08-231-6/+9
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-14/+14
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-161-6/+9
* Bug 284263: Inherited bless permissions without inherited membership do not w...lpsolit%gmail.com2005-08-141-44/+4
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+0
* Bug 302723: Deleting a user account when this user is the assignee or QA cont...lpsolit%gmail.com2005-08-051-7/+39
* Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Sch...lpsolit%gmail.com2005-07-251-55/+24
* Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-211-2/+2
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-1/+0
* Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User...lpsolit%gmail.com2005-06-251-26/+1
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com2005-06-211-1/+1
* Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com2005-05-031-3/+4
* Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric Bucl...lpsolit%gmail.com2005-04-201-1/+3
* Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblza...lpsolit%gmail.com2005-04-161-40/+54
* Bug 290000: lock email settings table before adding new userbugreport%peshkin.net2005-04-131-0/+1
* Bug 289062: editusers.cgi is querying for groups twice on update - Patch by T...lpsolit%gmail.com2005-04-131-7/+6
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-4/+3
* Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca2005-03-081-46/+37
* Bug 284155 : New editusers.cgi broke group visibilitytravis%sedsystems.ca2005-03-081-1/+1
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-11/+7
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-787/+681
* Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com2005-02-251-2/+2
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+2
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-2/+1
* Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com2005-02-171-3/+3
* Bug 281845 : Possible to delete users who are initial QA contacts (Regression...travis%sedsystems.ca2005-02-111-1/+1
* Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca2005-02-091-1/+1
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-2/+3
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net2005-01-161-47/+24
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-1/+2
* Patch for bug 261434: implement functionality to delete a user semi-properly ...jocuri%softhome.net2004-10-171-1/+3
* Patch for bug 253360: replace IF() with CASE WHEN for database compatibility;...jocuri%softhome.net2004-07-311-3/+3
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-1/+3
* Bug 253088: Fix ability of users with bless privileges to bless usersbugreport%peshkin.net2004-07-271-1/+1
* Bug 252190: Fix unitialized value in editusers.cgibugreport%peshkin.net2004-07-221-3/+3
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-19/+4
* 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
* Bug 244272: Remove editusers 'query' parameterbugreport%peshkin.net2004-07-101-3/+0
* Bug 233486: Only process groups user is supposed to be able to bless in editg...bugreport%peshkin.net2004-07-101-1/+2
* Bug 236650: html_quote and validate email addresses in editueser.cgibugreport%peshkin.net2004-07-101-1/+9
* 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
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1