index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
collectstats.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-31
Bug 286625: Make collectstats.pl --regenerate WAY faster and make it correctl...
mkanat%bugzilla.org
1
-47
/
+64
2009-07-07
Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...
mkanat%bugzilla.org
1
-1
/
+1
2008-12-16
Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()
mkanat%bugzilla.org
1
-3
/
+0
2008-10-28
Bug 461756: [Oracle] collectstats.pl --regenerate uses PL/SQL reserved word i...
lpsolit%gmail.com
1
-3
/
+3
2008-06-29
Bug 442175: [Oracle] cron script collectstats.pl doesn't work (ORA error)
mkanat%bugzilla.org
1
-1
/
+1
2008-05-21
Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch by...
lpsolit%gmail.com
1
-26
/
+0
2008-04-17
Bug 429379: collectstats.pl fails if ./graphs is a symlink
justdave%bugzilla.org
1
-1
/
+5
2007-10-19
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
mkanat%bugzilla.org
1
-1
/
+1
2007-08-21
Bug 257351: collectstats.pl dies if an invalid series is defined - Patch by F...
lpsolit%gmail.com
1
-12
/
+9
2007-05-16
Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs -...
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
-16
/
+20
2007-03-12
Bug 373492: Data in data/mining/* is corrupted - Patch by Frédéric Bucl...
lpsolit%gmail.com
1
-2
/
+5
2007-01-08
Bug 365256 Period is on the wrong side of a bunch of other parentheses
timeless%mozdev.org
1
-1
/
+1
2006-08-20
Bug 224577: Bugzilla could use a web services interface.
wurblzap%gmail.com
1
-2
/
+3
2006-07-26
Bug 339382: Make Bugzilla::Field use Bugzilla::Object
mkanat%bugzilla.org
1
-3
/
+3
2006-07-19
Bug 339379: Make Bugzilla::Product use Bugzilla::Object
mkanat%bugzilla.org
1
-1
/
+1
2006-07-14
Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail...
lpsolit%gmail.com
1
-61
/
+134
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
-3
/
+9
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-18
Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-2
/
+7
2006-06-15
Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman <...
lpsolit%gmail.com
1
-2
/
+2
2006-04-07
Bug 303690: Eliminate deprecated Bugzilla::DB routines from collectstats.pl a...
lpsolit%gmail.com
1
-81
/
+89
2006-03-16
Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_...
lpsolit%gmail.com
1
-6
/
+5
2005-12-23
Bug 316971: [PostgreSQL] ./collectstats.pl --regenerate fails - Patch by Fré...
lpsolit%gmail.com
1
-7
/
+7
2005-11-14
Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...
lpsolit%gmail.com
1
-4
/
+2
2005-07-19
Bug 300709: Avoid the use of SELECT * - Patch by Frédéric Buclin <LpSolit@g...
lpsolit%gmail.com
1
-5
/
+4
2005-04-05
Bug 286235: Implicit joins should be replaced by explicit joins - installment A
mkanat%kerio.com
1
-17
/
+19
2005-02-20
Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function call
mkanat%kerio.com
1
-4
/
+5
2005-02-19
Bug 280497: Replace "LIMIT" with Bugzilla::DB function call
mkanat%kerio.com
1
-4
/
+7
2004-10-21
Fix for bug 265240: make collectstats generate valid RDF by not cutting off t...
myk%mozilla.org
1
-1
/
+1
2004-08-30
Bug 225687 - add group controls to charts, along with various other cleanups....
gerv%gerv.net
1
-35
/
+22
2004-06-22
Patch for bug 247772: Improve SQL capitalization in collectstats; r=joel; a=j...
jocuri%softhome.net
1
-4
/
+4
2004-05-27
Bug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in col...
justdave%bugzilla.org
1
-11
/
+21
2004-03-27
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
1
-1
/
+0
2004-02-12
Bug 232897 - make collectstats.pl work with shadow databases, by reading from...
gerv%gerv.net
1
-1
/
+9
2004-01-22
Bug 227155 - make sure running collectstats.pl twice in a day, or migrating d...
gerv%gerv.net
1
-0
/
+7
2003-11-22
Bug 208604 - Make data/template dir locations configurable
bbaetz%acm.org
1
-8
/
+9
2003-11-03
Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Pa...
gerv%gerv.net
1
-4
/
+4
2003-06-26
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
gerv%gerv.net
1
-0
/
+73
2003-04-22
Bug 202744: Removing unnecessary output from collectstats.pl cron job
justdave%syndicomm.com
1
-1
/
+2
2003-04-01
Bug 80157 - Add "regenerate" option to collectstats.pl. Patch by rwalters@qua...
gerv%gerv.net
1
-5
/
+202
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-20
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
bbaetz%student.usyd.edu.au
1
-1
/
+1
2002-12-13
Bug 183188: collectstats.pl no longer makes data/mining world-readable
justdave%syndicomm.com
1
-1
/
+1
2002-11-05
Fix for bug 156548: XUL implementation of duplicates report.
myk%mozilla.org
1
-0
/
+17
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
-2
/
+5
[next]