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