summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
AgeCommit message (Expand)AuthorFilesLines
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-0/+19
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com1-1/+2
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
2006-09-04Bug 351182: Odd number of elements in anonymous hash in editusers.cgi - Patch...lpsolit%gmail.com1-5/+5
2006-08-26Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org1-30/+8
2006-08-25Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cg...lpsolit%gmail.com1-15/+7
2006-08-11Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-08-09Bug 347269: Deleting a user account displays incoherent comments - Patch by F...lpsolit%gmail.com1-5/+5
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com1-2/+0
2006-08-04Bug 347272: Deleting a user account crashes Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-4/+2
2006-07-30Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com1-4/+14
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com1-3/+26
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-2/+6
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-3/+4
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-5/+4
2006-06-08Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...lpsolit%gmail.com1-3/+3
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com1-2/+1
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-2/+2
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...lpsolit%gmail.com1-1/+1
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-12/+2
2006-02-26Bug 225162: We need a UI for viewing the profiles_activity table - Patch by G...lpsolit%gmail.com1-0/+25
2006-02-23Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at t...mkanat%kerio.com1-1/+1
2006-02-22Patch for bug 237683: Allow for more flexible user searching such as real nam...jocuri%softhome.net1-4/+18
2006-01-03Bug 322082: Clean up user selection SQL.wurblzap%gmail.com1-5/+9
2005-12-31Bug 318171: Looking for group members finds grant right holders, too.wurblzap%gmail.com1-1/+2
2005-12-21Bug 320436: New self-created accounts dont get regexp group memberships - Pat...lpsolit%gmail.com1-2/+2
2005-12-14Bug 319942: Preferences not deleted along with user accounts.wurblzap%gmail.com1-0/+12
2005-11-30Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ...lpsolit%gmail.com1-40/+67
2005-11-04Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive comparis...lpsolit%gmail.com1-1/+1
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+1
2005-10-18Bug 305979: Removing a user account who was requested to set a flag at least ...lpsolit%gmail.com1-1/+1
2005-09-26Bug 303784: Visibility can keep admin from administering groups - Patch by Jo...lpsolit%gmail.com1-12/+3
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-1/+1
2005-09-06Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+2
2005-09-05Bug 304268: edit users form should have an item for "edit this user" - Patch ...lpsolit%gmail.com1-13/+30
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com1-4/+6
2005-08-26Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc ...lpsolit%gmail.com1-15/+95
2005-08-23Bug 305476: Group membership inheritance broken in editusers.cgi (regression)...lpsolit%gmail.com1-6/+9
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-14/+14
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com1-6/+9
2005-08-14Bug 284263: Inherited bless permissions without inherited membership do not w...lpsolit%gmail.com1-44/+4
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+0
2005-08-05Bug 302723: Deleting a user account when this user is the assignee or QA cont...lpsolit%gmail.com1-7/+39
2005-07-25Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Sch...lpsolit%gmail.com1-55/+24
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-2/+2
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+0
2005-06-25Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User...lpsolit%gmail.com1-26/+1
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch...lpsolit%gmail.com1-1/+1