summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-5/+4
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-08Bug 312935: User Account Log should start with a creation date - Patch by ↵lpsolit%gmail.com1-3/+3
Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk
2006-05-17Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com1-2/+1
FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com1-2/+2
into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-15Bug 322285: Cancelling a flag should remove it completely from the DB - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-12/+2
<LpSolit@gmail.com> r=wurblzap a=justdave
2006-02-26Bug 225162: We need a UI for viewing the profiles_activity table - Patch by ↵lpsolit%gmail.com1-0/+25
GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2006-02-23Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at ↵mkanat%kerio.com1-1/+1
the beginning Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
2006-02-22Patch for bug 237683: Allow for more flexible user searching such as real ↵jocuri%softhome.net1-4/+18
name, email, and userid, in editusers; patch by David Lawrence <dkl@redhat.com>, r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org.
2006-01-03Bug 322082: Clean up user selection SQL.wurblzap%gmail.com1-5/+9
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2005-12-31Bug 318171: Looking for group members finds grant right holders, too.wurblzap%gmail.com1-1/+2
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2005-12-21Bug 320436: New self-created accounts dont get regexp group memberships - ↵lpsolit%gmail.com1-2/+2
Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
2005-12-14Bug 319942: Preferences not deleted along with user accounts.wurblzap%gmail.com1-0/+12
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2005-11-30Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com1-40/+67
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-11-04Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive ↵lpsolit%gmail.com1-1/+1
comparison - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-18Bug 305979: Removing a user account who was requested to set a flag at least ↵lpsolit%gmail.com1-1/+1
once may return wrong information - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-09-26Bug 303784: Visibility can keep admin from administering groups - Patch by ↵lpsolit%gmail.com1-12/+3
Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com1-1/+1
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-09-06Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+2
<LpSolit@gmail.com> r=wicked a=justdave
2005-09-05Bug 304268: edit users form should have an item for "edit this user" - Patch ↵lpsolit%gmail.com1-13/+30
by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-08-31Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com1-4/+6
string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-26Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc ↵lpsolit%gmail.com1-15/+95
Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-08-23Bug 305476: Group membership inheritance broken in editusers.cgi ↵lpsolit%gmail.com1-6/+9
(regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap a=justdave
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-14/+14
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com1-6/+9
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-08-14Bug 284263: Inherited bless permissions without inherited membership do not ↵lpsolit%gmail.com1-44/+4
work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+0
r=mkanat,wicked a=justdave
2005-08-05Bug 302723: Deleting a user account when this user is the assignee or QA ↵lpsolit%gmail.com1-7/+39
contact of a bug should reassign this bug to the default ones - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-25Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc ↵lpsolit%gmail.com1-55/+24
Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+2
<LpSolit@gmail.com> r=mkanat a=myk
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-06-25Bug 284273: Move productResponsibilities from editusers.cgi to ↵lpsolit%gmail.com1-26/+1
Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com1-1/+1
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-05-03Bug 289043: Implicit joins should be replaced by explicit joins - installment Cmkanat%kerio.com1-3/+4
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-04-20Bug 290372: Missing locked tables in editusers.cgi - Patch by Frédéric ↵lpsolit%gmail.com1-1/+3
Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2005-04-17Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann ↵lpsolit%gmail.com1-40/+54
<wurblzap@gmail.com> r=LpSolit a=justdave
2005-04-13Bug 290000: lock email settings table before adding new userbugreport%peshkin.net1-0/+1
Patch by bugreport@peshkin.net r=glob,a=justdave
2005-04-13Bug 289062: editusers.cgi is querying for groups twice on update - Patch by ↵lpsolit%gmail.com1-7/+6
Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, joel a=justdave
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-4/+3
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-08Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca1-46/+37
Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-03-08Bug 284155 : New editusers.cgi broke group visibilitytravis%sedsystems.ca1-1/+1
Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com1-11/+7
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca1-787/+681
Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
2005-02-25Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User functionmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-2/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-17Bug 280495: Replace "REGEXP" with Bugzilla::DB function callmkanat%kerio.com1-3/+3
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, a=myk
2005-02-11Bug 281845 : Possible to delete users who are initial QA contacts ↵travis%sedsystems.ca1-1/+1
(Regression from bug 43600) Patch by Shane H. W. Travis <travis@sedsystems.ca> r=justdave, a=justdave
2005-02-09Bug 280994 : Move ValidateNewUser out of globals.pltravis%sedsystems.ca1-1/+1
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave