Commit Graph

61 Commits

Author SHA1 Message Date
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
78f46b9719 Bug 331343: The timestamp is quoted twice in Bugzilla::Flag::modify() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-04-04 21:52:36 +00:00
lpsolit%gmail.com
3a7eeca565 Bug 284590: When using SMTP, emails are not sent to the CC list associated with the flag type - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=wicked a=justdave 2005-12-30 00:32:37 +00:00
lpsolit%gmail.com
eebbfae3d6 Bug 266147: Internal error when Flag::notify() ends up with an invalid or empty CC: list and no requestee in restricted bugs - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave 2005-12-13 21:12:24 +00:00
lpsolit%gmail.com
35ecb1a6b0 Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-10-30 21:31:29 +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
7d02bf7d1b Bug 302936: Reject the requestee if he cannot access private attachments - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=jouni a=justdave 2005-10-18 17:45:48 +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
myk%mozilla.org
5f6bb9b0cd Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit 2005-09-01 14:02:30 +00:00
myk%mozilla.org
02d03b2fe6 Fix for bug 305773: fixes regression in flag validation code that let through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit 2005-08-30 22:41:18 +00:00
lpsolit%gmail.com
47d29290a0 Bug 305771: Cannot create request flags with no requestee - Patch by Myk Melez <myk@mozilla.org> r=LpSolit a=justdave 2005-08-26 10:53:23 +00:00
myk%mozilla.org
b63b4e2ccc Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk 2005-08-20 17:02:41 +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
fa9d1a7629 Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzilla::Flag::process() - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-15 18:48:14 +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
39e056ccb5 Bug 301967: Some .pm files have invalid POD syntax - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-07-26 14:09:48 +00:00
mkanat%kerio.com
b256653f16 Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due to a bad check in Flag::validate() and Flag::modify()
Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-08 05:29:15 +00:00
lpsolit%gmail.com
d102f1cf7c Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2005-07-07 18:33:46 +00:00
mkanat%kerio.com
76340e5a88 Bug 289042: Implicit joins should be replaced by explicit joins - installment B
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
2005-07-02 05:23:28 +00:00
lpsolit%gmail.com
0864934e33 Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-06-20 22:46:39 +00:00
lpsolit%gmail.com
fb7fdf3c1a Backing out bug 180792. A table is locked as READ while my patch tries to write in it :( 2005-06-20 22:20:50 +00:00
lpsolit%gmail.com
33e9d27dc8 Bug 180792: Setting and/or updating flags does not update last changed date - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-06-20 20:04:24 +00:00
lpsolit%gmail.com
0fb5196db6 Bug 266159: It's possible to create multiple flags by reloading, even if flag is not multiplicable - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a = myk 2005-06-10 22:57:16 +00:00
myk%mozilla.org
7b6ab0d069 Fix for bug 291391: allows users to rerequest set flags even if they don't have the privilege to set them; r=lpsolit; a=myk 2005-04-22 02:17:14 +00:00
lpsolit%gmail.com
23a19abaa2 Bug 288603: Allow users in the request group to remove pending requests made by others - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=justdave 2005-04-19 18:11:41 +00:00
lpsolit%gmail.com
2025124fde Bug 289729: fix several "uninitialized value" messages - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2005-04-12 20:21:45 +00:00
lpsolit%gmail.com
93d4b2c6af Bug 238878: Make hidden-fields template, User Matching and Flags use direct CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave 2005-04-07 23:37:56 +00:00
gerv%gerv.net
0138acd94b Bug 73665 - migrate email preferences to their own table, and rearchitect email internals. Patch by gerv; r=jake, a=justdave. 2005-03-29 21:43:00 +00:00
mkanat%kerio.com
fe0c3ca47e Bug 283230: POD for Bugzilla::Flag
Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
2005-03-16 02:39:08 +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
ef15d4f129 Fix nits on bug 180652 - Frederic Buclin 2005-03-15 22:08:12 +00:00
travis%sedsystems.ca
f43289d88d Bug 180652 : Marking an attachment as obsolete should cancel all unfulfilled requests
Patch by Frederic Buclin <LpSolit@gmail.com>  r=myk  a=myk
2005-03-15 15:57:19 +00:00
mkanat%kerio.com
c11313b78b Bug 283237: Move DBname_to_id out of globals.pl
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
2005-02-24 23:42:48 +00:00
jocuri%softhome.net
25a26afdfc Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk. 2005-01-16 13:02:35 +00:00
jocuri%softhome.net
cf08bba164 Patch for bug 277389: Modify flag notification code so it doesn't append emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave. 2005-01-08 18:33:49 +00:00
gerv%gerv.net
e8d7480d58 Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
jocuri%softhome.net
d598fc9d21 Patch for bug 276283: Users should be able to cancel their own flag requests; patch by me, r=LpSolit (Frederic), a=justdave. 2004-12-31 10:45:57 +00:00
jocuri%softhome.net
6f1f550358 Patch for bug 273339: Make attachment.cgi consistent with its activity log timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave. 2004-12-28 23:38:03 +00:00
jocuri%softhome.net
0ecd04b79e Patch for bug 180879: Implement privs for bug flags modification; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=joel, a=justdave. 2004-11-23 22:41:44 +00:00
jocuri%softhome.net
6650afa89e Patch for bug 212017: Should be able to change a bug if it has a flag requested that is no longer requestable; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=myk, vladd, a=myk. 2004-11-02 22:59:40 +00:00
jocuri%softhome.net
8ac8e183a6 Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko; a=myk. 2004-09-03 06:49:55 +00:00
bugreport%peshkin.net
4d03d01641 Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
bugreport%peshkin.net
cac87b4492 Bug 250967: Fix spurious updates to requesteeless flags
patch by jouni
r=kiko,joel
a=justdave
2004-07-14 02:37:30 +00:00
jouni%heikniemi.net
a6827b8973 Bug 223878: Flag system dies when changing a deleted flag.
r=joel, justdave
a=justdave
2004-07-06 07:08:02 +00:00
jocuri%softhome.net
7f5d2f3226 Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave. 2004-04-01 08:57:59 +00:00
justdave%syndicomm.com
48a6a62693 Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave
2004-03-18 03:57:05 +00:00
myk%mozilla.org
16681e9a1e Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semantically equivalent INNER JOIN over a comma (,).
Patch by mkanat@kerio.com.
r=myk
a=myk
2004-01-31 00:49:56 +00:00
myk%mozilla.org
faef12b141 Fix for bug 183788: make request mail go out when a request is created and there's no requestee but there is a cc: list 2003-10-25 01:34:33 +00:00
bbaetz%acm.org
bb7609223e Bug 208699 - Move Throw{Code,Template}Error into Error.pm
r,a=justdave
2003-09-14 06:05:23 +00:00
bbaetz%acm.org
c1e4afb682 Bug 180635 - Enhance Bugzilla::User to store additional information
r=myk,jake
2003-06-03 09:48:15 +00:00