Граф коммитов

127 Коммитов

Автор SHA1 Сообщение Дата
mkanat%bugzilla.org 858c30b78d Bug 339382: Make Bugzilla::Field use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-25 23:20:42 +00:00
wurblzap%gmail.com 6ab2adb739 Bug 69000: Permit a stored query to be marked "shared" and accessible by other users.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=vladd, a=myk
2006-07-13 20:08:00 +00:00
mkanat%bugzilla.org 41220dc952 Bug 173629: Clean up "my" variable scoping issues for mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06 06:12:05 +00:00
mkanat%bugzilla.org 3eabc93edf Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:42:47 +00:00
mkanat%bugzilla.org 22e445e882 Bug 342869: Use Bugzilla->params everywhere except templates
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:26:22 +00:00
lpsolit%gmail.com 7d976ba23d Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 00:44:48 +00:00
lpsolit%gmail.com bf45735a6e Bug 312935: User Account Log should start with a creation date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk 2006-06-07 20:31:10 +00:00
lpsolit%gmail.com 73f33debbd Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagType.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-05-16 22:49:14 +00:00
lpsolit%gmail.com 33860a25ba Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl into User.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-05-07 20:13:49 +00:00
lpsolit%gmail.com 231f4b3551 Bug 322285: Cancelling a flag should remove it completely from the DB - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-04-14 16:50:47 +00:00
lpsolit%gmail.com c30293f018 Bug 301020: Remove useless locked tables - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-03-31 10:27:26 +00:00
lpsolit%gmail.com 419f34446b Bug 225162: We need a UI for viewing the profiles_activity table - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave 2006-02-25 23:40:30 +00:00
mkanat%kerio.com 3aa5ffc720 Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at the beginning
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
2006-02-22 23:54:13 +00:00
jocuri%softhome.net adc7644fa0 Patch for bug 237683: Allow for more flexible user searching such as real name, email, and userid, in editusers; patch by David Lawrence <dkl@redhat.com>, r=bugzilla@chimpychompy.org, a=justdave@bugzilla.org. 2006-02-21 22:25:52 +00:00
wurblzap%gmail.com 70513f26f3 Bug 322082: Clean up user selection SQL.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
2006-01-03 08:40:45 +00:00
wurblzap%gmail.com 21be55296b Bug 318171: Looking for group members finds grant right holders, too.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
2005-12-30 16:01:43 +00:00
lpsolit%gmail.com 70fef31849 Bug 320436: New self-created accounts dont get regexp group memberships - Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave 2005-12-20 22:16:09 +00:00
wurblzap%gmail.com b568c55000 Bug 319942: Preferences not deleted along with user accounts.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
2005-12-13 20:20:13 +00:00
lpsolit%gmail.com 397b1ac9b0 Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-11-30 12:00:54 +00:00
lpsolit%gmail.com fedb4e58d1 Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive comparison - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-11-04 10:04:47 +00:00
lpsolit%gmail.com b493b5754c Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-10-24 23:11:56 +00:00
lpsolit%gmail.com a05a208a0d Bug 305979: Removing a user account who was requested to set a flag at least once may return wrong information - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-10-17 21:28:16 +00:00
lpsolit%gmail.com 051eecf22e Bug 303784: Visibility can keep admin from administering groups - Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave 2005-09-25 20:51:52 +00:00
lpsolit%gmail.com 4d0de4219f Bug 304696: Replace UserInGroup() by $user->in_group() when checking user privs in edit*.cgi files - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-09-15 22:01:56 +00:00
lpsolit%gmail.com af74ae6b3d Bug 304745: Move GetFieldID() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-09-05 20:41:21 +00:00
lpsolit%gmail.com e0f4f137fb Bug 304268: edit users form should have an item for "edit this user" - Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave 2005-09-04 18:45:11 +00:00
mkanat%kerio.com 22d2251946 Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept string and pattern as arguments
Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
2005-08-31 08:00:25 +00:00
lpsolit%gmail.com 37c69cf443 Bug 303393: Deleting a user omits some bugs_activity logging - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-08-26 10:28:07 +00:00
lpsolit%gmail.com a8ccdd2d86 Bug 305476: Group membership inheritance broken in editusers.cgi (regression) - Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap a=justdave 2005-08-22 20:59:56 +00:00
bugreport%peshkin.net 02bbb51ea9 Bug 304583: Remove all remaining need to rederive inherited groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=mkanat, a=justdave
2005-08-18 20:09:37 +00:00
lpsolit%gmail.com 9bc783cb1d Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-08-15 17:43:38 +00:00
lpsolit%gmail.com c5f3323544 Bug 284263: Inherited bless permissions without inherited membership do not work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave 2005-08-13 20:22:12 +00:00
lpsolit%gmail.com a8d486f572 Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave 2005-08-10 01:30:41 +00:00
lpsolit%gmail.com 93076abb6a Bug 302723: Deleting a user account when this user is the assignee or QA 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-08-04 18:24:09 +00:00
lpsolit%gmail.com 6af859deb4 Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave 2005-07-25 07:56:38 +00:00
lpsolit%gmail.com dcce8e5a29 Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-07-20 21:24:19 +00:00
mkanat%kerio.com 1146841d42 Bug 300336: Bugzilla::Auth should not contain any exported subroutines
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-13 03:57:02 +00:00
lpsolit%gmail.com 90facf63ed Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave 2005-06-24 22:33:05 +00:00
lpsolit%gmail.com 15607a5ffe Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk 2005-06-20 19:16:34 +00:00
mkanat%kerio.com 252d2c0c95 Bug 289043: Implicit joins should be replaced by explicit joins - installment C
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-05-02 18:52:02 +00:00
lpsolit%gmail.com c076b865be Bug 290372: Missing locked tables in editusers.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-04-19 17:36:25 +00:00
lpsolit%gmail.com 19d162e87a Bug 285153: editusers.cgi cleanliness re-do - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-04-16 16:55:32 +00:00
bugreport%peshkin.net 0c1c0d429f Bug 290000: lock email settings table before adding new user
Patch by bugreport@peshkin.net
r=glob,a=justdave
2005-04-12 23:28:47 +00:00
lpsolit%gmail.com 46c0bad1ba Bug 289062: editusers.cgi is querying for groups twice on update - Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=wurblzap, joel a=justdave 2005-04-12 18:08:21 +00:00
mkanat%kerio.com 2aee138325 Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless they are in "aggregate" functions
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16 00:27:15 +00:00
travis%sedsystems.ca 62923c2deb Bug 284262 : Bundle of small editusers.cgi post-checkin fixes
Patch by Marc Schumann <wurblzap@gmail.com>   r=mkanat  a=justdave
2005-03-07 18:11:37 +00:00
travis%sedsystems.ca 9fbaf665dc Bug 284155 : New editusers.cgi broke group visibility
Patch by GavinS <bugzilla@chimpychompy.org>   r=wurblzap a=justdave
2005-03-07 17:45:21 +00:00
mkanat%kerio.com 60fdb390a0 Bug 277782: _throw_error should unlock tables when tables are locked, automatically
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-03-05 00:18:48 +00:00
travis%sedsystems.ca a599c8a816 Bug 119485 : Templatise editusers.cgi
Patch by Marc Schumann <wurblzap@gmail.com>   r=GavinS, mkanat  a=justdave
2005-02-28 20:41:45 +00:00
mkanat%kerio.com 1410f4c35e Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User function
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
2005-02-25 03:07:05 +00:00