aboutsummaryrefslogtreecommitdiffstats
path: root/collectstats.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to prevent...Gervase Markham2015-01-211-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-161-2/+1
* Bug 824640: The product name generated by collectstats.pl is brokenFrédéric Buclin2013-01-021-4/+6
* Bug 604388 - Filenames used to store data for Old Charts should be based on p...Marc Schumann2012-10-161-35/+21
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-24/+5
* Bug 368250: collectstats.pl creates files with wrong ownershipFrédéric Buclin2011-11-261-20/+14
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-0/+1
* Bug 285466: Add documentation for --regenerate option to collectstats.plFrédéric Buclin2011-07-261-15/+46
* Bug 672173: Calling collectstats.pl with arguments passes the first argument ...Frédéric Buclin2011-07-181-1/+1
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, a...Frédéric Buclin2010-11-031-3/+4
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-1/+1
* Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander2010-07-151-1/+1
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-7/+11
* Bug 577058: Make collectstats.pl --regenerate work on PostgreSQL.Max Kanat-Alexander2010-07-061-1/+1
* Bug 510147: Some product names can trigger "Wide character in print" warnings...Frédéric Buclin2010-05-221-0/+8
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-80/+0
* Bug 286625: Make collectstats.pl --regenerate WAY faster and make it correctl...mkanat%bugzilla.org2009-08-311-47/+64
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-1/+1
* Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org2008-12-161-3/+0
* Bug 461756: [Oracle] collectstats.pl --regenerate uses PL/SQL reserved word i...lpsolit%gmail.com2008-10-281-3/+3
* Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)mkanat%bugzilla.org2008-06-281-1/+1
* Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by...lpsolit%gmail.com2008-05-211-26/+0
* Bug 429379: collectstats.pl fails if ./graphs is a symlinkjustdave%bugzilla.org2008-04-171-1/+5
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by F...lpsolit%gmail.com2007-08-201-12/+9
* Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs -...lpsolit%gmail.com2007-05-161-0/+1
* Bug 344969: Remove hardcoded bug statuses from collectstats.pl and reports.cg...lpsolit%gmail.com2007-04-101-16/+20
* Bug 373492: Data in data/mining/* is corrupted - Patch by Frédéric Bucl...lpsolit%gmail.com2007-03-121-2/+5
* Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org2007-01-081-1/+1
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-2/+3
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-3/+3
* Bug 339379: Make Bugzilla::Product use Bugzilla::Objectmkanat%bugzilla.org2006-07-191-1/+1
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail...lpsolit%gmail.com2006-07-141-61/+134
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+9
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-2/+0
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-2/+7
* Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman <...lpsolit%gmail.com2006-06-151-2/+2
* Bug 303690: Eliminate deprecated Bugzilla::DB routines from collectstats.pl a...lpsolit%gmail.com2006-04-071-81/+89
* Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...lpsolit%gmail.com2006-03-161-6/+5
* Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...lpsolit%gmail.com2005-12-231-7/+7
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-4/+2
* Bug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@g...lpsolit%gmail.com2005-07-191-5/+4
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-17/+19
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-4/+5
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-4/+7
* Fix for bug 265240: make collectstats generate valid RDF by not cutting off t...myk%mozilla.org2004-10-211-1/+1
* Bug 225687 - add group controls to charts, along with various other cleanups....gerv%gerv.net2004-08-301-35/+22