index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editusers.cgi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
Bug 978146: activity entry when setting flags isn't split across multiple rows
Byron Jones
1
-8
/
+3
2014-06-06
Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ...
Simon Green
1
-85
/
+10
2014-05-28
Bug 993939: Bugzilla::User::Setting::groups() should use memcached
Byron Jones
1
-0
/
+1
2014-01-31
Bug 956233: enable USE_MEMCACHE on most objects
Byron Jones
1
-0
/
+5
2013-09-04
Bug 331529 - editusers list should let me search for disabled users
Sunil Joshi
1
-4
/
+5
2013-01-30
Bug 272407: Send an e-mail when the administrator creates a new account for a...
Hugo Seabrook
1
-0
/
+10
2012-11-12
Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...
Frédéric Buclin
1
-1
/
+1
2012-10-14
Bug 163890: editusers.cgi incorrectly treats "_" (underscore) as a wildcard
Sunil Joshi
1
-2
/
+1
2012-09-01
Bug 787529: Use |use 5.10.1| everywhere
Frédéric Buclin
1
-0
/
+1
2012-03-09
Bug 730794 - Need new hook edituser page
Francisco Donalisio
1
-0
/
+3
2012-01-24
Bug 240437: Add a "last seen date" column to the profiles table
Byron Jones
1
-1
/
+2
2012-01-11
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...
Frédéric Buclin
1
-19
/
+5
2011-09-30
Bug 315451: Add 'Enabled user accounts only' filter when searching for
Tiago Mello
1
-0
/
+7
2011-08-30
Bug 628806: user selection field in editusers should strip leading and traili...
timeless
1
-1
/
+1
2011-08-30
Bug 682747: Wrong check in editusers.cgi
Frédéric Buclin
1
-1
/
+1
2011-07-05
Bug 658929 - User autocomplete is very slow when there are lots of users in t...
David Lawrence
1
-1
/
+1
2011-04-28
Bug 423612 - Allow editing extern_id for users from the admin interface
Jochen Wiedmann
1
-1
/
+5
2010-05-20
Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...
Frédéric Buclin
1
-2
/
+1
2010-05-07
Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...
Reed Loden
1
-1
/
+1
2010-02-16
Bug 372979: Make voting into an extension
Max Kanat-Alexander
1
-4
/
+0
2009-12-30
Bug 483987: Administrators can't create user accounts when using the Env auth...
lpsolit%gmail.com
1
-1
/
+6
2009-08-05
Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...
lpsolit%gmail.com
1
-31
/
+31
2009-01-25
Bug 405355: Move flatten_group_membership() from User.pm to Group.pm - Patch ...
lpsolit%gmail.com
1
-1
/
+1
2008-12-03
Bug 463688: editusers.cgi no longer lets you search for users using regular e...
lpsolit%gmail.com
1
-8
/
+13
2008-11-22
Bug 453681: Do not display the "Yes, delete" button if deleting a user accoun...
lpsolit%gmail.com
1
-0
/
+9
2008-11-11
Bug 463677: editusers.cgi: Use of uninitialized value in string eq - Patch by...
lpsolit%gmail.com
1
-1
/
+1
2008-10-03
Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...
mkanat%bugzilla.org
1
-3
/
+3
2008-08-20
Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ...
mkanat%bugzilla.org
1
-3
/
+3
2008-05-24
Bug 435250: In the "View User Account Log" page, the information in the "What...
lpsolit%gmail.com
1
-1
/
+1
2008-02-04
Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()...
lpsolit%gmail.com
1
-2
/
+2
2007-11-19
Bug 395924: Deleting a user account may delete other user's whine - Patch by ...
lpsolit%gmail.com
1
-9
/
+2
2007-10-19
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
mkanat%bugzilla.org
1
-1
/
+1
2007-10-10
Bug 398976: edit*.cgi scripts should use transactions for database interactio...
lpsolit%gmail.com
1
-41
/
+4
2007-03-11
Bug 354868: Race condition when changing user privs in editusers.cgi - Patch ...
lpsolit%gmail.com
1
-9
/
+12
2006-11-11
Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-1
/
+0
2006-10-21
Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updates
mkanat%bugzilla.org
1
-68
/
+10
2006-10-21
Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...
wurblzap%gmail.com
1
-5
/
+2
2006-10-15
Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...
lpsolit%gmail.com
1
-0
/
+19
2006-09-23
Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...
lpsolit%gmail.com
1
-1
/
+2
2006-09-05
Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group
mkanat%bugzilla.org
1
-1
/
+1
2006-09-04
Bug 351182: Odd number of elements in anonymous hash in editusers.cgi - Patch...
lpsolit%gmail.com
1
-5
/
+5
2006-08-26
Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...
mkanat%bugzilla.org
1
-30
/
+8
2006-08-25
Bug 349766: Use of uninitialized value in pattern match (m//) at editusers.cg...
lpsolit%gmail.com
1
-15
/
+7
2006-08-11
Bug 347291: Make Bugzilla::User use Bugzilla::Object
mkanat%bugzilla.org
1
-1
/
+1
2006-08-09
Bug 347269: Deleting a user account displays incoherent comments - Patch by F...
lpsolit%gmail.com
1
-5
/
+5
2006-08-05
Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...
lpsolit%gmail.com
1
-2
/
+0
2006-08-04
Bug 347272: Deleting a user account crashes Bugzilla - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-4
/
+2
2006-07-30
Bug 100953: Move data/nomail into the DB and implement a UI to edit it
karl.kornel%mindspeed.com
1
-4
/
+14
2006-07-26
Bug 339382: Make Bugzilla::Field use Bugzilla::Object
mkanat%bugzilla.org
1
-1
/
+1
2006-07-14
Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...
wurblzap%gmail.com
1
-3
/
+26
[next]