aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-9/+7
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-7/+6
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 302936: Reject the requestee if he cannot access private attachments - ↵lpsolit%gmail.com2005-10-191-1/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-09-061-1/+2
| | | | <LpSolit@gmail.com> r=wicked a=justdave
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-011-22/+29
| | | | Attachment class; r=lpsolit
* Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2005-08-311-46/+60
| | | | 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
* Bug 305771: Cannot create request flags with no requestee - Patch by Myk ↵lpsolit%gmail.com2005-08-261-2/+3
| | | | Melez <myk@mozilla.org> r=LpSolit a=justdave
* Fix for bug 292022: accepts multiple requestees in the requestee field for a ↵myk%mozilla.org2005-08-211-19/+44
| | | | 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
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-3/+1
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by ↵lpsolit%gmail.com2005-08-161-7/+8
| | | | Bugzilla::Flag::process() - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-3/+2
| | | | r=mkanat,wicked a=justdave
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com2005-07-261-6/+9
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com2005-07-081-41/+83
| | | | | | to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
* Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc ↵lpsolit%gmail.com2005-07-081-3/+1
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 289042: Implicit joins should be replaced by explicit joins - installment Bmkanat%kerio.com2005-07-021-10/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=joel, a=justdave
* Bug 180792: Setting and/or updating flags does not update last changed date ↵lpsolit%gmail.com2005-06-211-0/+3
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Backing out bug 180792. A table is locked as READ while my patch tries to ↵lpsolit%gmail.com2005-06-211-3/+0
| | | | write in it :(
* Bug 180792: Setting and/or updating flags does not update last changed date ↵lpsolit%gmail.com2005-06-211-0/+3
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 266159: It's possible to create multiple flags by reloading, even if ↵lpsolit%gmail.com2005-06-111-10/+37
| | | | flag is not multiplicable - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a = myk
* Fix for bug 291391: allows users to rerequest set flags even if they don't ↵myk%mozilla.org2005-04-221-3/+3
| | | | have the privilege to set them; r=lpsolit; a=myk
* Bug 288603: Allow users in the request group to remove pending requests made ↵lpsolit%gmail.com2005-04-201-2/+5
| | | | by others - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
* Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ↵lpsolit%gmail.com2005-04-131-2/+5
| | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 238878: Make hidden-fields template, User Matching and Flags use direct ↵lpsolit%gmail.com2005-04-081-25/+25
| | | | CGI instead of [% form.foo %] - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-3/+4
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 283230: POD for Bugzilla::Flagmkanat%kerio.com2005-03-161-55/+295
| | | | Patch By Kevin Benton <kevin.benton@amd.com> r=mkanat, a=myk
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-2/+5
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Fix nits on bug 180652 - Frederic Buclintravis%sedsystems.ca2005-03-161-10/+4
|
* Bug 180652 : Marking an attachment as obsolete should cancel all unfulfilled ↵travis%sedsystems.ca2005-03-151-44/+95
| | | | | | requests Patch by Frederic Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Patch for bug 277622: Move DiffStrings() out of globals.pl into ↵jocuri%softhome.net2005-01-161-1/+1
| | | | Bugzilla/Util.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk.
* Patch for bug 277389: Modify flag notification code so it doesn't append ↵jocuri%softhome.net2005-01-091-1/+1
| | | | emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave.
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-6/+3
| | | | r=gerv,vladd; a=justdave.
* Patch for bug 276283: Users should be able to cancel their own flag ↵jocuri%softhome.net2004-12-311-1/+1
| | | | requests; patch by me, r=LpSolit (Frederic), a=justdave.
* Patch for bug 273339: Make attachment.cgi consistent with its activity log ↵jocuri%softhome.net2004-12-291-2/+6
| | | | timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-0/+19
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Patch for bug 212017: Should be able to change a bug if it has a flag ↵jocuri%softhome.net2004-11-031-1/+3
| | | | requested that is no longer requestable; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, vladd, a=myk.
* Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann ↵jocuri%softhome.net2004-09-031-1/+3
| | | | <wurblzap@gmail.com>; r=kiko; a=myk.
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-2/+2
| | | | | r=kiko a=justdave
* Bug 250967: Fix spurious updates to requesteeless flagsbugreport%peshkin.net2004-07-141-14/+23
| | | | | | patch by jouni r=kiko,joel a=justdave
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-10/+29
| | | | | r=joel, justdave a=justdave
* Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that ↵jocuri%softhome.net2004-04-011-2/+2
| | | | causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave.
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-3/+2
| | | | | | | 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
* Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the ↵myk%mozilla.org2004-01-311-3/+3
| | | | | | | | semantically equivalent INNER JOIN over a comma (,). Patch by mkanat@kerio.com. r=myk a=myk
* Fix for bug 183788: make request mail go out when a request is created and ↵myk%mozilla.org2003-10-251-3/+3
| | | | there's no requestee but there is a cc: list
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-5/+5
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-22/+18
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-9/+86
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com2002-11-201-4/+4
| | | | | r=myk a=myk
* Fix for bug 180632: corrects reference flag->is_requesteeble to ↵myk%mozilla.org2002-11-181-4/+5
| | | | | | | flag->type->is_requesteeble r=bbaetz a=myk