index
:
bugs
master
bugs.mageia.org
Frédéric "LpSolit" Buclin [lpsolit]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editflagtypes.cgi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 364216: Flag::retarget() is broken (again) - Patch by Frédéric Bucl...
lpsolit%gmail.com
2007-01-05
1
-11
/
+8
*
Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...
lpsolit%gmail.com
2006-10-15
1
-9
/
+29
*
Bug 345354: editflagtypes.cgi should remove requestees when a flagtype is no ...
lpsolit%gmail.com
2006-09-05
1
-0
/
+7
*
Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new
mkanat%bugzilla.org
2006-08-12
1
-3
/
+3
*
Bug 339383: Make Bugzilla::Group use Bugzilla::Object
mkanat%bugzilla.org
2006-08-08
1
-2
/
+2
*
Bug 347521: flagtypes.id should be an auto-increment field - Patch by Frédé...
lpsolit%gmail.com
2006-08-08
1
-6
/
+6
*
Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...
lpsolit%gmail.com
2006-07-25
1
-109
/
+91
*
Bug 345359: Prevent Flag::clear from deleting a deleted flag when checking th...
lpsolit%gmail.com
2006-07-25
1
-2
/
+3
*
Bug 339379: Make Bugzilla::Product use Bugzilla::Object
mkanat%bugzilla.org
2006-07-19
1
-1
/
+1
*
Bug 173629: Clean up "my" variable scoping issues for mod_perl
mkanat%bugzilla.org
2006-07-06
1
-7
/
+8
*
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...
lpsolit%gmail.com
2006-06-21
1
-3
/
+1
*
Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin <LpSol...
lpsolit%gmail.com
2006-06-19
1
-9
/
+17
*
Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...
lpsolit%gmail.com
2006-06-18
1
-9
/
+19
*
Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...
lpsolit%gmail.com
2006-06-15
1
-27
/
+69
*
Bug 337054: Remove get_component_id() and get_component_name() from globals.p...
lpsolit%gmail.com
2006-05-30
1
-25
/
+27
*
Bug 322285: Cancelling a flag should remove it completely from the DB - Patch...
lpsolit%gmail.com
2006-04-14
1
-4
/
+1
*
Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...
lpsolit%gmail.com
2006-03-16
1
-21
/
+24
*
Patch for bug 325567: display more information when listing flag types in edi...
jocuri%softhome.net
2006-03-02
1
-0
/
+14
*
Bug 243268: Cannot remove several flag inclusions/exclusions at once - Patch ...
lpsolit%gmail.com
2006-01-11
1
-2
/
+4
*
Bug 278414: Cannot add 'cc' notification for Flags when using emailsuffixes -...
lpsolit%gmail.com
2005-12-14
1
-2
/
+10
*
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
2005-10-25
1
-1
/
+2
*
Bug 303703: Eliminate deprecated Bugzilla::DB routines from editflagtypes.cgi...
lpsolit%gmail.com
2005-09-23
1
-97
/
+107
*
Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...
lpsolit%gmail.com
2005-09-16
1
-3
/
+2
*
Bug 275608: The group selection when editing flag types should be a listbox w...
lpsolit%gmail.com
2005-08-30
1
-2
/
+6
*
Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...
lpsolit%gmail.com
2005-08-16
1
-1
/
+4
*
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
2005-08-13
1
-1
/
+1
*
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
2005-08-10
1
-1
/
+1
*
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
2005-08-09
1
-1
/
+1
*
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
2005-08-09
1
-1
/
+1
*
Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...
lpsolit%gmail.com
2005-07-21
1
-1
/
+2
*
Bug 288663: The inclusion and exclusion lists behave incorrectly when a produ...
lpsolit%gmail.com
2005-05-06
1
-27
/
+64
*
Bug 289372: Remove %FORM from editflagtypes.cgi - Patch by Teemu Mannermaa <w...
lpsolit%gmail.com
2005-04-10
1
-107
/
+116
*
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com
2005-04-05
1
-6
/
+10
*
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
2005-03-16
1
-0
/
+1
*
Bug 238802 : Input filter for integer sort key gives bad error output
travis%sedsystems.ca
2005-03-02
1
-2
/
+6
*
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-18
1
-19
/
+29
*
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...
jocuri%softhome.net
2005-01-16
1
-2
/
+3
*
Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by...
jocuri%softhome.net
2004-12-14
1
-1
/
+1
*
Patch for bug 182375: Do not permit flags with spaces or commas; patch by FrÃ...
jocuri%softhome.net
2004-12-09
1
-0
/
+1
*
Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...
jocuri%softhome.net
2004-11-24
1
-5
/
+34
*
Fix for bug 252739: moves inclusion/exclusion action names to button name ins...
myk%mozilla.org
2004-09-24
1
-6
/
+9
*
Patch for bug 257152: make flag type deletion not crash when JavaScript is sw...
jocuri%softhome.net
2004-09-03
1
-2
/
+2
*
Bug 223878: Flag system dies when changing a deleted flag.
jouni%heikniemi.net
2004-07-06
1
-1
/
+4
*
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
2004-03-27
1
-4
/
+2
*
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
2003-05-05
1
-8
/
+9
*
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
jake%bugzilla.org
2003-03-27
1
-1
/
+1
*
Bug 192182 - editflagtypes uses ^ instead of **
bbaetz%acm.org
2003-02-08
1
-1
/
+1
*
Fix for bug 171475: make new flags include all categories (product/component ...
myk%mozilla.org
2002-11-06
1
-2
/
+4
*
Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...
myk%mozilla.org
2002-09-29
1
-0
/
+494