Age | Commit message (Expand) | Author | Files | Lines |
2014-04-10 | Backout of Bug 990982 - backport bug 539894 to bmo (Use <optgroup/> to group ... | David Lawrence | 1 | -0/+6 |
2014-04-07 | Bug 990982 - backport bug 539894 to bmo (Use <optgroup/> to group products in... | David Lawrence | 1 | -6/+0 |
2010-11-03 | Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, a... | Frédéric Buclin | 1 | -70/+52 |
2010-10-13 | Bug 595682: Always generate PNG images for charts | Frédéric Buclin | 1 | -33/+15 |
2009-10-24 | Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c... | mkanat%bugzilla.org | 1 | -8/+7 |
2008-12-14 | Bug 469207: Old chart reports crash if there is no data yet - Patch by Fré... | lpsolit%gmail.com | 1 | -0/+1 |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 |
2007-10-09 | Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by... | lpsolit%gmail.com | 1 | -1/+1 |
2007-05-27 | Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug s... | lpsolit%gmail.com | 1 | -0/+1 |
2007-04-10 | Bug 344969: Remove hardcoded bug statuses from collectstats.pl and reports.cg... | lpsolit%gmail.com | 1 | -1/+1 |
2006-08-04 | Bug 304889: Templatize reports.cgi - Patch by Frédéric Buclin <LpSolit@gmai... | lpsolit%gmail.com | 1 | -140/+74 |
2006-07-25 | Bug 344527: Old Charts are broken using mod_perl | mkanat%bugzilla.org | 1 | -3/+5 |
2006-07-14 | Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail... | lpsolit%gmail.com | 1 | -3/+3 |
2006-07-06 | Bug 173629: Clean up "my" variable scoping issues for mod_perl | mkanat%bugzilla.org | 1 | -4/+7 |
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 |
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 1 | -6/+6 |
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 1 | -2/+0 |
2006-06-04 | Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b... | lpsolit%gmail.com | 1 | -1/+2 |
2006-04-03 | Bug 330698: Remove $::components, @::enterable_products and $::classification... | lpsolit%gmail.com | 1 | -1/+0 |
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi... | lpsolit%gmail.com | 1 | -7/+15 |
2005-09-03 | Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::... | lpsolit%gmail.com | 1 | -2/+3 |
2005-09-02 | Bug 298306: For new products, the charting error message "The tool which gath... | lpsolit%gmail.com | 1 | -1/+5 |
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 1 | -2/+0 |
2005-08-05 | Bug 303303: Data aren't displayed in old charts when the product is closed fo... | lpsolit%gmail.com | 1 | -4/+0 |
2005-07-22 | Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér... | lpsolit%gmail.com | 1 | -4/+5 |
2005-05-12 | Bug 287109: [SECURITY] Names of private products/components can be exposed on... | mkanat%kerio.com | 1 | -3/+1 |
2005-02-23 | Bug 176011 : reports.cgi throws a scary error if collectstats has never been run | travis%sedsystems.ca | 1 | -2/+3 |
2004-07-10 | Bug 237627: Validate dataset name in reports.cgi | bugreport%peshkin.net | 1 | -1/+1 |
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+1 |
2004-03-27 | Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-... | jocuri%softhome.net | 1 | -20/+24 |
2003-11-22 | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 1 | -1/+3 |
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -5/+4 |
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 |
2003-02-07 | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 1 | -1/+1 |
2003-01-15 | Bug 163290 - move DB handling code into a module | bbaetz%student.usyd.edu.au | 1 | -1/+5 |
2002-12-10 | Bug 184081 Change search interfaces to use Viewable products instead of enter... | bugreport%peshkin.net | 1 | -3/+1 |
2002-11-30 | Bug 182512 Charts over time broken | bugreport%peshkin.net | 1 | -1/+2 |
2002-11-25 | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 1 | -19/+7 |
2002-10-17 | Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -539/+33 |
2002-10-06 | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa... | gerv%gerv.net | 1 | -5/+3 |
2002-09-20 | Bug 167476 - unix_timestamp conversion error using MySQL. Patch by finne@stof... | gerv%gerv.net | 1 | -1/+1 |
2002-09-11 | Bug 166821 - reports.cgi broken by recent schema changes. r=bbaetz. | gerv%gerv.net | 1 | -2/+7 |
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 |
2002-08-12 | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 1 | -6/+8 |
2002-07-25 | Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com;... | gerv%gerv.net | 1 | -50/+2 |
2002-04-27 | Move a </center> tag (inserted in bug 129442 in a vain attempt to make this C... | gerv%gerv.net | 1 | -1/+1 |
2002-04-15 | Bug 129442 - make html of a default installation (mostly) HTML 4.01 | bbaetz%student.usyd.edu.au | 1 | -0/+1 |
2002-03-23 | Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by c... | gerv%gerv.net | 1 | -1/+3 |
2002-02-01 | Bug 122744 - charting fails taint checks | bbaetz%student.usyd.edu.au | 1 | -0/+17 |
2002-01-20 | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 1 | -1/+3 |