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
/
Bugzilla
/
Product.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-28
Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying the...
Byron Jones
1
-2
/
+2
2011-12-21
merged with bmo/4.0
Dave Lawrence
1
-2
/
+2
2011-10-05
more porting work
David Lawrence
1
-2
/
+3
2011-09-29
Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes Bugzilla
Frédéric Buclin
1
-2
/
+2
2011-08-04
Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...
Frédéric Buclin
1
-4
/
+6
2010-10-20
Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes fr...
Frédéric Buclin
1
-11
/
+35
2010-07-07
Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...
Frédéric Buclin
1
-25
/
+7
2010-07-05
Bug 514618: Allow restricting the visibility and values of fields by
Kent Rogers
1
-0
/
+16
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
1
-6
/
+0
2010-05-14
Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, and
Max Kanat-Alexander
1
-2
/
+2
2010-03-16
Bug 526189: Refactor the way that groups are checked for being validly
Max Kanat-Alexander
1
-6
/
+22
2010-02-23
Bug 526184: Allow groups to be specified when creating bugs using email_in.pl
Max Kanat-Alexander
1
-11
/
+96
2010-02-20
Bug 547428: SQL error when deleting a product and its related series when it ...
Bodo-Merle Sandor
1
-1
/
+3
2010-02-16
Bug 372979: Make voting into an extension
Max Kanat-Alexander
1
-147
/
+0
2010-02-02
Bug 487508: Allow restricting the visibility of custom fields and values by c...
Max Kanat-Alexander
1
-15
/
+2
2010-02-02
Bug 514970: Clean up duplicates.cgi and make it use Bug objects
Max Kanat-Alexander
1
-0
/
+11
2009-12-18
Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...
mkanat%bugzilla.org
1
-0
/
+6
2009-12-13
Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to th...
mkanat%bugzilla.org
1
-6
/
+0
2009-11-30
Bug 523411: Hook: product-end_of_create
mkanat%bugzilla.org
1
-0
/
+3
2009-11-23
Bug 451716: Deleting a product does not remove its entries from the 'Series' ...
lpsolit%gmail.com
1
-3
/
+26
2009-10-24
Bug 522404: Allow Bugzilla::Product->create to create multiple products in on...
mkanat%bugzilla.org
1
-0
/
+2
2009-10-23
Bug 522396: Bugzilla::Product->create should do better with missing input fields
mkanat%bugzilla.org
1
-2
/
+5
2009-07-01
Bug 500900: Confirming bugs requires NEW state to exist - Patch by FrédÃÂ...
lpsolit%gmail.com
1
-2
/
+1
2009-05-21
Bug 493090 - Product disallownew should be converted to isactive
ghendricks%novell.com
1
-6
/
+6
2009-04-10
Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...
lpsolit%gmail.com
1
-1
/
+1
2009-03-31
Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...
lpsolit%gmail.com
1
-4
/
+3
2009-02-08
Bug 371995: Allow the Product field to restrict visibility of custom fields
mkanat%bugzilla.org
1
-1
/
+23
2009-01-02
Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...
lpsolit%gmail.com
1
-2
/
+1
2008-10-18
Bug 460509: Deleting a product with bugs fails because it hasn't loaded Bugzi...
mkanat%bugzilla.org
1
-0
/
+1
2008-10-03
Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi...
mkanat%bugzilla.org
1
-2
/
+2
2008-08-14
Bug 448593: Move code to edit product group settings from editproducts.cgi to...
lpsolit%gmail.com
1
-18
/
+215
2008-08-07
Bug 449390: "Add Product" fails with software error "Column 'defaultmilestone...
lpsolit%gmail.com
1
-3
/
+3
2008-08-06
Bug 449248: Improve $product->group_controls - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-4
/
+5
2008-07-31
Bug 313122: Implement Product->create, $product->update and $product->remove_...
lpsolit%gmail.com
1
-15
/
+404
2008-03-27
Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi when...
mkanat%bugzilla.org
1
-4
/
+39
2008-01-12
Bug 401965: Move groups updating from process_bug.cgi to Bugzilla::Bug
mkanat%bugzilla.org
1
-0
/
+70
2006-12-19
Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...
lpsolit%gmail.com
1
-9
/
+4
2006-12-19
Bug 339385: Make Bugzilla::Version use Bugzilla::Object
mkanat%bugzilla.org
1
-7
/
+3
2006-12-19
Bug 339380: Make Bugzilla::Component use Bugzilla::Object
mkanat%bugzilla.org
1
-5
/
+1
2006-11-11
Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-1
/
+4
2006-08-04
Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav Vitter...
lpsolit%gmail.com
1
-3
/
+4
2006-07-25
Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...
lpsolit%gmail.com
1
-0
/
+28
2006-07-21
Bug 322848: Extremely slow performance with a lot of products (~1800) and sec...
mkanat%bugzilla.org
1
-0
/
+26
2006-07-19
Bug 339379: Make Bugzilla::Product use Bugzilla::Object
mkanat%bugzilla.org
1
-84
/
+15
2006-07-09
Bug 342238: There is a dependency loop between Bugzilla::User and Bugzilla::C...
mkanat%bugzilla.org
1
-1
/
+1
2005-10-28
Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of...
lpsolit%gmail.com
1
-1
/
+4
2005-10-20
Bug 313008 Lists of products, milestones, etc... should be sorted
bugreport%peshkin.net
1
-3
/
+6
2005-10-18
Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...
lpsolit%gmail.com
1
-0
/
+23
2005-10-14
Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...
lpsolit%gmail.com
1
-58
/
+0
2005-10-12
Bug 311419: Update the group_controls method from Product.pm to use Group.pm ...
lpsolit%gmail.com
1
-9
/
+8
[next]