2002-07-23 21:44 nickjc * counter.pl (1.18): * changed $main::DEBUGGING to $DEBUGGING, since the assumption that we're in package main is invalid under mod_perl 2002-07-23 21:23 nickjc * counter.pl (1.17): * changed caller(1) to caller(0), preventing a warning if the error page is triggered outside a sub * detaint $count_page, since sysopen() chokes on tainted input under Perl 5.8 2002-06-02 11:05 nickjc * counter.pl (1.16): * don't trust HTTP HOST header 2002-05-01 09:09 gellyfish * counter.pl (1.15): * Added locale stuff to all files that use strftime * Fixed typo in formmail/EXAMPLES * Hand fixed formmail/README.xml 2002-04-23 12:51 gellyfish * README.xml (1.1): Generated XML Files from READMEs 2002-03-27 20:36 davorg * counter.pl (1.14): Removed log tags from all programs - replaced by an auto-generated ChangeLog file. 2002-03-27 20:30 davorg * MANIFEST (1.2): Added ChangeLog file to MANIFESTs 2002-03-09 11:39 gellyfish * counter.pl (1.13): * Changed the URL for blat in FAQ * Had forgotten to import virtual_host() in counter.pl 2002-03-09 10:41 gellyfish * counter.pl (1.12): * Added single counter file facility * Added virtual host support 2002-02-26 20:57 gellyfish * counter.pl (1.11): * Added DOCUMENT_URI to NMSTest::TestRun * Added a default test for textcounter.pl * Made it easier to test textcounter 2002-02-26 08:59 gellyfish * README (1.7), counter.pl (1.10): * Fixed imagecounter to something * fixed typo in textcounter/README * suppressed emission of headers in fatalsToBrowser if already done. 2002-02-11 09:16 gellyfish * README (1.6), counter.pl (1.9): * provided method to turn off emission of headers * Fixed the locking race * Turned off uploads and POST 2002-02-02 22:09 gellyfish * README (1.5): * Fixed typo in README 2002-02-01 00:15 nickjc * README (1.4): typos 2002-01-27 14:13 davorg * README (1.3), counter.pl (1.8): Removed Matt's docs. Removed unnecessary reference to lock file. 2001-12-01 19:45 gellyfish * counter.pl (1.7): * Tested everything with 5.004.04 * Replaced the CGI::Carp with local variant 2001-11-26 19:36 davorg * MANIFEST (1.1): Added MANIFEST file to all packages. 2001-11-26 13:40 nickjc * counter.pl (1.6): Added \Q \E around variables in regexps where metacharacters in the variables shouldn't be interpreted by the regex engine. 2001-11-25 11:39 gellyfish * counter.pl (1.5): * add missing use vars qw($DEBUGGING) from most of the files * sundry other compilation failures 2001-11-14 22:21 davorg * README (1.2): Changed script archive URL to Sourceforge. Added link to support mailing list. 2001-11-13 20:35 gellyfish * counter.pl (1.4): Added the CGI::Carp workaround 2001-11-13 09:19 gellyfish * counter.pl (1.3): Added CGI::Carp 2001-11-11 17:55 davorg * counter.pl (1.2): Small amount of post-import tidying :) 2001-11-11 16:48 davorg * README (1.1), counter.pl (1.1): Initial revision 2001-11-11 16:48 davorg * README (1.1.1.1), counter.pl (1.1.1.1): Initial import