Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1075578: [SECURITY] Improper filtering of CGI arguments | Frédéric Buclin | 2014-10-06 | 1 | -4/+3 |
| | | | | r=dkl,a=sgreen | ||||
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -0/+1 |
| | | | | r=dkl a=sgreen | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 1 | -0/+26 |
| | | | | r/a=LpSolit | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -2/+3 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -21/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 697699 - (CVE-2011-3657) [SECURITY] XSS when viewing new charts or ↵ | Byron Jones | 2011-12-28 | 1 | -1/+1 |
| | | | | | | tabular and graphical reports in debug mode r=gerv, a=LpSolit | ||||
* | Bug 662070: Use say() instead of print() where appropriate | Frédéric Buclin | 2011-08-17 | 1 | -1/+1 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED, | Max Kanat-Alexander | 2010-07-05 | 1 | -1/+1 |
| | | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat | ||||
* | Bug 389396: Do not list series you cannot plot - Patch by Frédéric ↵ | lpsolit%gmail.com | 2009-08-17 | 1 | -3/+3 |
| | | | | Buclin <LpSolit@gmail.com> r=dkl a=LpSolit | ||||
* | Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵ | mkanat%bugzilla.org | 2008-08-08 | 1 | -2/+1 |
| | | | | Bugzilla::Group objects (instead of a hashref of group ids and names). | ||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 289627: Chart report crashes when there is no series data to plot - ↵ | lpsolit%gmail.com | 2007-02-20 | 1 | -0/+2 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | ||||
* | Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents | mkanat%bugzilla.org | 2006-06-27 | 1 | -2/+3 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave | ||||
* | Bug 342410: Various modules assume functions are in global scope, when none are | mkanat%bugzilla.org | 2006-06-26 | 1 | -3/+4 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-06-20 | 1 | -4/+5 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric ↵ | lpsolit%gmail.com | 2006-01-27 | 1 | -1/+1 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 248581: range of y-axis for graphs is double the max value - r=wicked ↵ | karl%kornel.name | 2005-12-30 | 1 | -0/+59 |
| | | | | a=justdave | ||||
* | Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - ↵ | lpsolit%gmail.com | 2005-11-15 | 1 | -6/+17 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 278268 - make Grand Total line not appear if data set add fails. Patch ↵ | gerv%gerv.net | 2005-04-12 | 1 | -10/+15 |
| | | | | by colin.ogilvie; r=gerv, a=justdave. | ||||
* | Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵ | mkanat%kerio.com | 2005-03-16 | 1 | -1/+2 |
| | | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk | ||||
* | Bug 283973 : Charts broken: DBD::mysql::st execute failed: Unknown column ↵ | travis%sedsystems.ca | 2005-03-01 | 1 | -1/+1 |
| | | | | | | '$datefrom' in 'field list' Patch by Teemu Mannermaa <wicked@etlicon.fi> r=mkanat a=justdave | ||||
* | Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-20 | 1 | -3/+3 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | ||||
* | Bug 225687 - add group controls to charts, along with various other ↵ | gerv%gerv.net | 2004-08-30 | 1 | -18/+30 |
| | | | | cleanups. Patch by gerv; r=joel, a=justdave. | ||||
* | Bug 231391 - make "cumulate" option work on new charts, together with a few ↵ | gerv%gerv.net | 2004-01-22 | 1 | -0/+3 |
| | | | | UI tweaks. Patch by gerv; r=kiko, a=myk. | ||||
* | Bug 221160 - crash if illegal date specified in new charts date range. Patch ↵ | gerv%gerv.net | 2003-11-08 | 1 | -1/+1 |
| | | | | by gerv; r=kiko, a=justdave. | ||||
* | Bug 16009 - generic charting. Patch by gerv; r,a=justdave. | gerv%gerv.net | 2003-06-26 | 1 | -0/+351 |