Find a file
Thomas Hochstein 6b95accbb4 groupstats.pl: Refactor query handling.
Don't misuse variables:
- Push other binding vars to (new) @Params instead of
  filling up @GroupList with things it wasn't meant for.
- Replace generic @QueryPart by @QueryGroupList and
  @QueryThreshold, then build $WhereClause from that.
- Don't use $OrderClause for setting level (more or
  less than x), use (new) $Level instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2010-10-31 21:34:04 +01:00
doc README: Fix spelling, small changes. 2010-09-19 13:34:27 +02:00
install install.pl: Change handling of upgrades. 2010-09-19 16:53:07 +02:00
.gitattributes Introduce end-of-line normalization and add .gitattributes. 2010-09-18 20:53:31 +02:00
.gitignore Add .gitignore 2010-09-18 20:45:11 +02:00
feedlog.pl feedlog.pl: Fix annoying logging error. 2010-09-19 13:27:28 +02:00
gatherstats.pl gatherstats.pl: Add documentation of 'disregard' to POD. 2010-09-19 13:32:12 +02:00
groupstats.pl groupstats.pl: Refactor query handling. 2010-10-31 21:34:04 +01:00
newsstats.conf.sample Initial checkin. 2010-09-17 13:49:29 +02:00
NewsStats.pm NewsStats.pm: Fix $VERSION and $PackageVersion. 2010-09-19 00:21:42 +02:00