aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 347269: Deleting a user account displays incoherent comments - Patch by F...lpsolit%gmail.com2006-08-091-5/+5
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-2/+0
* Bug 347272: Deleting a user account crashes Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2006-08-041-4/+2
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-4/+14
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-1/+1
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-3/+26
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-2/+6
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+4
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-5/+4
* Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com2006-06-081-3/+3
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com2006-05-171-2/+1
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com2006-05-081-2/+2
* Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com2006-04-141-1/+1
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-03-311-12/+2
* Bug 225162: We need a UI for viewing the profiles_activity table - Patch by G...lpsolit%gmail.com2006-02-261-0/+25
* Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at t...mkanat%kerio.com2006-02-231-1/+1
* Patch for bug 237683: Allow for more flexible user searching such as real nam...jocuri%softhome.net2006-02-221-4/+18
* Bug 322082: Clean up user selection SQL.wurblzap%gmail.com2006-01-031-5/+9
* Bug 318171: Looking for group members finds grant right holders, too.wurblzap%gmail.com2005-12-311-1/+2
* Bug 320436: New self-created accounts dont get regexp group memberships - Pat...lpsolit%gmail.com2005-12-211-2/+2
* Bug 319942: Preferences not deleted along with user accounts.wurblzap%gmail.com2005-12-141-0/+12
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ...lpsolit%gmail.com2005-11-301-40/+67
* Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive comparis...lpsolit%gmail.com2005-11-041-1/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+1
* Bug 305979: Removing a user account who was requested to set a flag at least ...lpsolit%gmail.com2005-10-181-1/+1
* 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