Commit Graph

14 Commits

Author SHA1 Message Date
164d561cba Bumped copyright year to 2009 2008-12-31 07:02:35 +00:00
59865e52e9 \n -> \r : dirty hack to avoid displaying tons of lines 2007-01-18 20:06:45 +00:00
254493084c Check for existance before using some vars. Notices--; 2007-01-18 19:18:11 +00:00
97acdb0c78 oops; fix filename 2005-08-01 00:41:01 +00:00
792081a1b7 rework notes-stats for template system 2005-08-01 00:36:48 +00:00
4d0bf87782 fix resuming 2005-03-27 14:46:14 +00:00
5533af3714 adding transactions to highly improve performance
remove the primary key and associated tricks
#testing in a moment...
2005-03-25 16:48:06 +00:00
7b6939ab6b the note id must be PRIMARY KEY, because there are repeated e-mails about the same note. this way, we prevent having duplicate notes in the DB 2005-02-09 18:26:09 +00:00
5fffaa32e4 Some fixes to allow older notes to get parsed
Allow a fetching resume
and make sure the output is echo'ed to /www/notes_stats.php
2005-02-04 22:10:33 +00:00
75b31b9c7a generate the ouput of the notes stats in the cron job 2005-02-04 11:20:36 +00:00
28a72a5850 remove the index, as it isnt used 2005-02-04 11:05:58 +00:00
5dd8b689a4 major script tuning:
improved speed
remove presentation code from this cron script
now it will generate a DB with all notes. the www/ script should be able to handle this change (for later)
table schema re-design
2005-02-01 17:34:44 +00:00
33781ffae8 Lots of fixes for the Notes stats scripts 2005-01-31 15:32:14 +00:00
891dc26f37 Commiting the notes_stats scripts
I know that this could have been way simpler but I just wanted this working
and it seems to do it's job well
Suggestions and improvements are very welcome, this is more a quit draft.

Updating the script in phpdoc/scripts/ is on my large TODO list, it only
requires the SQLite cache system though..

The first script run should be done by hand. If the script dies with "EOF"
you will have to re-run the script, the news server has disconnected you.
2005-01-30 21:33:00 +00:00