| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 339437: Make flag requestee a select box and limit users to requestable o... | lpsolit%gmail.com | 2007-07-05 | 1 | -0/+16 |
* | Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd... | lpsolit%gmail.com | 2006-08-24 | 1 | -137/+0 |
* | Bug 347291: Make Bugzilla::User use Bugzilla::Object | mkanat%bugzilla.org | 2006-08-11 | 1 | -1/+1 |
* | Additional fix for bug 347360: No value returned when calling $flag_type->fla... | lpsolit%gmail.com | 2006-08-04 | 1 | -0/+1 |
* | Bug 347360: Incorrect field name in FlagType.pm - Patch by Frédéric Buclin ... | lpsolit%gmail.com | 2006-08-04 | 1 | -2/+2 |
* | Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje... | lpsolit%gmail.com | 2006-07-25 | 1 | -145/+178 |
* | Bug 345032: Tainted value in request.cgi when restricting the search to a giv... | lpsolit%gmail.com | 2006-07-19 | 1 | -3/+5 |
* | Bug 343338: Eliminate "my" variables from the root level of modules | mkanat%bugzilla.org | 2006-07-14 | 1 | -15/+17 |
* | Bug 232705: FlagType::normalize() not used; remove it - Patch by Frédéric B... | lpsolit%gmail.com | 2006-07-06 | 1 | -49/+0 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -2/+2 |
* | Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ... | lpsolit%gmail.com | 2006-06-03 | 1 | -15/+10 |
* | Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT... | lpsolit%gmail.com | 2006-05-17 | 1 | -50/+39 |
* | Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl... | lpsolit%gmail.com | 2006-05-08 | 1 | -2/+2 |
* | Bug 322285: Cancelling a flag should remove it completely from the DB - Patch... | lpsolit%gmail.com | 2006-04-14 | 1 | -2/+0 |
* | Bug 302936: Reject the requestee if he cannot access private attachments - Pa... | lpsolit%gmail.com | 2005-10-19 | 1 | -0/+3 |
* | Fix for bug 305773: fixes regression in flag validation code that let through... | myk%mozilla.org | 2005-08-31 | 1 | -35/+41 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -2/+1 |
* | Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl... | lpsolit%gmail.com | 2005-07-26 | 1 | -2/+3 |
* | Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t... | mkanat%kerio.com | 2005-07-08 | 1 | -10/+38 |
* | Bug 289042: Implicit joins should be replaced by explicit joins - installment B | mkanat%kerio.com | 2005-07-02 | 1 | -3/+3 |
* | Bug 291539: Flags get duplicated if multiple inclusions apply - Patch by Fré... | lpsolit%gmail.com | 2005-05-22 | 1 | -1/+3 |
* | Bug 288663: The inclusion and exclusion lists behave incorrectly when a produ... | lpsolit%gmail.com | 2005-05-06 | 1 | -17/+25 |
* | Bug 290095: Do not display flag types in show_bug.cgi whose inclusion list is... | lpsolit%gmail.com | 2005-04-15 | 1 | -1/+1 |
* | Bug 238878: Make hidden-fields template, User Matching and Flags use direct C... | lpsolit%gmail.com | 2005-04-08 | 1 | -7/+7 |
* | Bug 285555: FlagType::match uses a HAVING clause that PostgreSQL does not sup... | mkanat%kerio.com | 2005-03-17 | 1 | -19/+11 |
* | Bug 283231: POD for Bugzilla::FlagType | mkanat%kerio.com | 2005-03-16 | 1 | -38/+225 |
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless... | mkanat%kerio.com | 2005-03-16 | 1 | -2/+5 |
* | Patch for bug 180879: Implement privs for bug flags modification; patch by Fr... | jocuri%softhome.net | 2004-11-24 | 1 | -2/+28 |
* | Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates | bugreport%peshkin.net | 2004-08-04 | 1 | -1/+1 |
* | Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator. | jouni%heikniemi.net | 2004-07-20 | 1 | -2/+2 |
* | Bug 223878: Flag system dies when changing a deleted flag. | jouni%heikniemi.net | 2004-07-06 | 1 | -0/+2 |
* | Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the sem... | myk%mozilla.org | 2004-01-31 | 1 | -3/+3 |
* | Fix for bug 226207: Internal Server Error while requesting an attachment | kiko%async.com.br | 2003-11-21 | 1 | -0/+1 |
* | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 2003-09-14 | 1 | -4/+4 |
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -9/+6 |
* | Fix for bug 179510: takes group restrictions into account when sending reques... | myk%mozilla.org | 2003-04-25 | 1 | -4/+55 |
* | Fix for bug 98801: Implementation of the request tracker, a set of enhancemen... | myk%mozilla.org | 2002-09-29 | 1 | -0/+325 |