aboutsummaryrefslogtreecommitdiffstats
path: root/editusers.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1346294: When you try to display only the disabled users, the complete li...Frédéric Buclin2020-02-201-1/+1
* Allow to restrict the users list to direct group membershipFrédéric Buclin2017-10-151-1/+2
* Display the external ID in editusers.cgi (used by LDAP)Frédéric Buclin2017-10-151-1/+3
* Make editusers.cgi list users properly when is_enabled is not defined. r=LpSo...Gervase Markham2015-09-041-2/+4
* Bug 1069363: "show user list again" link does not include is_enabled for show...David Lawrence2014-09-221-1/+3
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 978146: activity entry when setting flags isn't split across multiple rowsByron Jones2014-06-111-8/+3
* Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ...Simon Green2014-06-061-85/+10
* Bug 993939: Bugzilla::User::Setting::groups() should use memcachedByron Jones2014-05-281-0/+1
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-0/+5
* Bug 331529 - editusers list should let me search for disabled usersSunil Joshi2013-09-041-4/+5
* Bug 272407: Send an e-mail when the administrator creates a new account for a...Hugo Seabrook2013-01-301-0/+10
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-1/+1
* Bug 163890: editusers.cgi incorrectly treats "_" (underscore) as a wildcardSunil Joshi2012-10-141-2/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 730794 - Need new hook edituser pageFrancisco Donalisio2012-03-091-0/+3
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-241-1/+2
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 315451: Add 'Enabled user accounts only' filter when searching forTiago Mello2011-09-301-0/+7
* Bug 628806: user selection field in editusers should strip leading and traili...timeless2011-08-301-1/+1
* Bug 682747: Wrong check in editusers.cgiFrédéric Buclin2011-08-301-1/+1
* Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence2011-07-051-1/+1
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-1/+5
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-2/+1
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden2010-05-061-1/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-4/+0
* Bug 483987: Administrators can't create user accounts when using the Env auth...lpsolit%gmail.com2009-12-301-1/+6
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-31/+31
* Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ...lpsolit%gmail.com2009-01-251-1/+1
* Bug 463688: editusers.cgi no longer lets you search for users using regular e...lpsolit%gmail.com2008-12-031-8/+13
* Bug 453681: Do not display the "Yes, delete" button if deleting a user accoun...lpsolit%gmail.com2008-11-221-0/+9
* Bug 463677: editusers.cgi: Use of uninitialized value in string eq - Patch by...lpsolit%gmail.com2008-11-111-1/+1
* Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...mkanat%bugzilla.org2008-10-031-3/+3
* Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ...mkanat%bugzilla.org2008-08-201-3/+3
* Bug 435250: In the "View User Account Log" page, the information in the "What...lpsolit%gmail.com2008-05-241-1/+1
* Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...lpsolit%gmail.com2008-02-041-2/+2
* Bug 395924: Deleting a user account may delete other user's whine - Patch by ...lpsolit%gmail.com2007-11-191-9/+2
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com2007-10-101-41/+4
* Bug 354868: Race condition when changing user privs in editusers.cgi - Patch ...lpsolit%gmail.com2007-03-111-9/+12
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-1/+0
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-211-68/+10
* Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com2006-10-211-5/+2
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-0/+19
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com2006-09-231-1/+2
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
* Bug 351182: Odd number of elements in anonymous hash in editusers.cgi - Patch...lpsolit%gmail.com2006-09-041-5/+5
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org2006-08-261-30/+8
* Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cg...lpsolit%gmail.com2006-08-251-15/+7
* Bug 347291: Make Bugzilla::User use Bugzilla::Objectmkanat%bugzilla.org2006-08-111-1/+1