aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2010-05-201-2/+1
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-1/+1
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-4/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 483987: Administrators can't create user accounts when using the Env ↵lpsolit%gmail.com2009-12-301-1/+6
| | | | authentication method - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com2009-08-051-31/+31
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ↵lpsolit%gmail.com2009-01-251-1/+1
| | | | by arbingersys <arbingersys@gmail.com> r/a=LpSolit
* Bug 463688: editusers.cgi no longer lets you search for users using regular ↵lpsolit%gmail.com2008-12-031-8/+13
| | | | expressions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=xiaoou a=LpSolit
* Bug 453681: Do not display the "Yes, delete" button if deleting a user ↵lpsolit%gmail.com2008-11-221-0/+9
| | | | account would cause FK constraint errors - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 463677: editusers.cgi: Use of uninitialized value in string eq - Patch ↵lpsolit%gmail.com2008-11-111-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-031-3/+3
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ↵mkanat%bugzilla.org2008-08-201-3/+3
| | | | | | objects Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 435250: In the "View User Account Log" page, the information in the ↵lpsolit%gmail.com2008-05-241-1/+1
| | | | "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace ↵lpsolit%gmail.com2008-02-041-2/+2
| | | | match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵lpsolit%gmail.com2007-11-191-9/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 398976: edit*.cgi scripts should use transactions for database ↵lpsolit%gmail.com2007-10-101-41/+4
| | | | interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 354868: Race condition when changing user privs in editusers.cgi - Patch ↵lpsolit%gmail.com2007-03-111-9/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-1/+0
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-211-68/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 340538: Insecure dependency in exec while running with -T switch at ↵wurblzap%gmail.com2006-10-211-5/+2
| | | | | | | /usr/lib/perl5/site_perl/5.8.6/Mail/Mailer/sendmail.pm line 16. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-0/+19
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com2006-09-231-1/+2
| | | | 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 351182: Odd number of elements in anonymous hash in editusers.cgi - ↵lpsolit%gmail.com2006-09-041-5/+5
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-30/+8
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349766: Use of uninitialized value in pattern match (m//) at ↵lpsolit%gmail.com2006-08-251-15/+7
| | | | editusers.cgi line 270 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=myk
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 347269: Deleting a user account displays incoherent comments - Patch by ↵lpsolit%gmail.com2006-08-091-5/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com2006-08-051-2/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 347272: Deleting a user account crashes Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2006-08-041-4/+2
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 100953: Move data/nomail into the DB and implement a UI to edit itkarl.kornel%mindspeed.com2006-07-301-4/+14
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=wurblzap a=justdave
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-141-3/+26
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-2/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-5/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 312935: User Account Log should start with a creation date - Patch by ↵lpsolit%gmail.com2006-06-081-3/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com2006-05-171-2/+1
| | | | FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com2006-05-081-2/+2
| | | | into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com2006-04-141-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-03-311-12/+2
| | | | <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 225162: We need a UI for viewing the profiles_activity table - Patch by ↵lpsolit%gmail.com2006-02-261-0/+25
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at ↵mkanat%kerio.com2006-02-231-1/+1
| | | | | | the beginning Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
* Patch for bug 237683: Allow for more flexible user searching such as real ↵jocuri%softhome.net2006-02-221-4/+18
| | | | name, email, and userid, in editusers; patch by David Lawrence <dkl@redhat.com>, r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org.
* Bug 322082: Clean up user selection SQL.wurblzap%gmail.com2006-01-031-5/+9
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 318171: Looking for group members finds grant right holders, too.wurblzap%gmail.com2005-12-311-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 320436: New self-created accounts dont get regexp group memberships - ↵lpsolit%gmail.com2005-12-211-2/+2
| | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
* Bug 319942: Preferences not deleted along with user accounts.wurblzap%gmail.com2005-12-141-0/+12
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com2005-11-301-40/+67
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave