index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editproducts.cgi
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-06
Backing out fix for bug 287325 (initial implementation of custom fields): tur...
myk%mozilla.org
1
-1
/
+0
2006-01-06
Bug 287325: an initial implementation of custom fields, including the ability...
myk%mozilla.org
1
-0
/
+1
2005-12-12
Bug 271596: editcomponents priv allows you to see/edit products you don't hav...
lpsolit%gmail.com
1
-15
/
+38
2005-10-31
Bug 153445: Do not display bug counts by default when listing products in edi...
lpsolit%gmail.com
1
-5
/
+5
2005-10-31
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-3
/
+3
2005-10-28
Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi ...
lpsolit%gmail.com
1
-262
/
+261
2005-10-25
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
1
-1
/
+3
2005-10-25
Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...
mkanat%kerio.com
1
-2
/
+3
2005-10-18
Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...
lpsolit%gmail.com
1
-428
/
+200
2005-09-28
Bug 308318: Can create a product without description but cannot remove an exi...
lpsolit%gmail.com
1
-0
/
+6
2005-09-17
Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and t...
lpsolit%gmail.com
1
-158
/
+51
2005-09-16
Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...
lpsolit%gmail.com
1
-2
/
+1
2005-09-13
Bug 308150: admin/products/deleted.html.tmpl doesn't include admin/products/f...
lpsolit%gmail.com
1
-0
/
+1
2005-09-12
Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by Gabri...
lpsolit%gmail.com
1
-31
/
+13
2005-09-09
Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch b...
lpsolit%gmail.com
1
-59
/
+107
2005-09-02
Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and t...
lpsolit%gmail.com
1
-229
/
+72
2005-08-27
Bug 306060: Adding a new product should make it clear that a component is als...
lpsolit%gmail.com
1
-0
/
+5
2005-08-23
Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ...
lpsolit%gmail.com
1
-8
/
+20
2005-08-13
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-9
/
+9
2005-08-10
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
1
-1
/
+0
2005-08-09
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
1
-9
/
+9
2005-08-09
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-9
/
+9
2005-07-22
Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...
lpsolit%gmail.com
1
-8
/
+8
2005-07-14
Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - P...
lpsolit%gmail.com
1
-178
/
+0
2005-07-14
Bug 300620: Deletion of a product yields "Insecure dependency in parameter 3"...
lpsolit%gmail.com
1
-0
/
+3
2005-07-08
Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch b...
lpsolit%gmail.com
1
-177
/
+112
2005-06-07
Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel <ko...
lpsolit%gmail.com
1
-2
/
+2
2005-05-17
Bug 294368: Wrong tense used in sentence in delete components/products - Patc...
lpsolit%gmail.com
1
-2
/
+2
2005-05-04
Bug 287136: Missing validations in editproducts.cgi - Patch by Frédéric Buc...
lpsolit%gmail.com
1
-5
/
+6
2005-05-03
Bug 289043: Implicit joins should be replaced by explicit joins - installment C
mkanat%kerio.com
1
-11
/
+12
2005-04-17
Bug 290511: Move RemoveVotes() out of globals.pl - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-0
/
+1
2005-04-09
Bug 289373: Remove %FORM from editproducts.cgi - Patch by Teemu Mannermaa <wi...
lpsolit%gmail.com
1
-50
/
+45
2005-04-06
Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...
lpsolit%gmail.com
1
-59
/
+37
2005-03-24
Bug 272321: action should default to edit in editproducts.cgi if a product is...
lpsolit%gmail.com
1
-18
/
+25
2005-03-17
Bug 282384: Templatize the 'select classification' bit of editproducts - Patc...
lpsolit%gmail.com
1
-25
/
+19
2005-03-16
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...
mkanat%kerio.com
1
-19
/
+28
2005-03-16
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
1
-1
/
+1
2005-03-12
Bug 285692: lastdiffed should use NULL instead of the "beginning of time"
mkanat%kerio.com
1
-2
/
+2
2005-03-12
Bug 285678: NOT(integer) not supported by postgres
mkanat%kerio.com
1
-1
/
+1
2005-03-09
Bug 284975: Any code after Throw*Error is a dead code.
mkanat%kerio.com
1
-2
/
+0
2005-02-19
Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function call
mkanat%kerio.com
1
-4
/
+2
2005-02-18
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
1
-30
/
+35
2005-02-17
Bug 280412: Templatize the 'list products' bit of editproducts
mkanat%kerio.com
1
-43
/
+57
2005-02-09
Bug 257315 : type of delta_ts in bugs table should not be timestamp
travis%sedsystems.ca
1
-8
/
+8
2005-02-09
Bug 276838 : Eliminate use of $::unconfirmedstate
travis%sedsystems.ca
1
-2
/
+1
2005-01-30
Backing out the checking from bug 257315 until it gets corrected. It prevent...
justdave%bugzilla.org
1
-8
/
+8
2005-01-29
Bug 257315 : type of delta_ts in bugs table should not be timestamp
travis%sedsystems.ca
1
-8
/
+8
2005-01-16
Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...
jocuri%softhome.net
1
-9
/
+4
2005-01-09
Patch for bug 240250: Shouldn't receive an unfriendly error when editing grou...
jocuri%softhome.net
1
-0
/
+2
2004-12-11
Patch for bug 271474: Fix SQL syntax error when updating max votes per bug in...
jocuri%softhome.net
1
-10
/
+15
[prev]
[next]