summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Series.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander1-0/+5
r=LpSolit, a=LpSolit
2009-10-04Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com1-6/+31
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-08-18Bug 389396: Do not list series you cannot plot - Patch by Frédéric ↵lpsolit%gmail.com1-18/+14
Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2008-08-22Bug 247936: Creating a product/component which already existed crashes when ↵lpsolit%gmail.com1-0/+4
adding series - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com1-1/+0
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com1-2/+2
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-20Bug 346241: Make series.creator nullable in the DB and use NULL for series ↵lpsolit%gmail.com1-6/+3
with creator 0 - Patch by Rémi Zara <remi_zara@mac.com> r=wicked a=myk
2006-06-15Bug 341453: Bugzilla::Series looks for functions in global scope that are ↵mkanat%bugzilla.org1-8/+9
not global functions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2005-09-23Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com1-5/+6
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org1-1/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com1-1/+3
unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-2/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2004-08-30Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net1-66/+38
cleanups. Patch by gerv; r=joel, a=justdave.
2004-07-09Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm ↵timeless%mozdev.org1-1/+0
when adding a component patch by bugzilla@glob.com.au r=joel a=justdave
2004-02-13Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net1-5/+18
including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
2003-12-08Bug 226682 - make it possible to edit series. This also changes the Series ↵gerv%gerv.net1-85/+93
object interface a bit. Patch by gerv; r=kiko, a=justdave.
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net1-10/+14
public. Patch by gerv; r=kiko, a=justdave.
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+262