]> git.mjollnir.org Git - moodle.git/commit
MAJOR NEW FEATURE: Tracking of read/unread posts
authormoodler <moodler>
Sat, 29 Jan 2005 09:49:42 +0000 (09:49 +0000)
committermoodler <moodler>
Sat, 29 Jan 2005 09:49:42 +0000 (09:49 +0000)
commitf37da850547e29c577eb532a62a5bdb53c489041
tree143d2b0c26090787208896d92eb2faabca59628e
parentbe37582e3cb5c3d8096e776f31497bebb70d856d
MAJOR NEW FEATURE:  Tracking of read/unread posts

Many thanks to Mike Churchward for his work on this and persevering
with sending updated versions to me.  :-)

Shane and I have polished it up, rewritten a few parts (display-related)
and here it is, finally in CVS!

I think there will still need to be some optimisation for the SQL,
since it's still pretty intensive. Perhaps some sort of caching in
the session that gets modified along with the database whenever
something gets read.

However if there are problems the whole thing can be switched off
in the forum module config so this is not crucially urgent.
13 files changed:
course/lib.php
lang/en/forum.php
mod/forum/config.html
mod/forum/db/mysql.php
mod/forum/db/mysql.sql
mod/forum/db/postgres7.php
mod/forum/db/postgres7.sql
mod/forum/discuss.php
mod/forum/index.php
mod/forum/lib.php
mod/forum/post.php
mod/forum/search.php
mod/forum/version.php