]> git.mjollnir.org Git - moodle.git/commit
OK, some big improvements to the logs.
authormoodler <moodler>
Sat, 31 Jan 2004 14:47:57 +0000 (14:47 +0000)
committermoodler <moodler>
Sat, 31 Jan 2004 14:47:57 +0000 (14:47 +0000)
commit69d79bc31f6aaa8842104bc0e27c402c72323232
treeec195bd88554330fd06b0224d980104e46cf5f1f
parentbb0d4590bdd2dc87e788b1624d03451598091ced
OK, some big improvements to the logs.

Logs now include a field called modid which contains the coursemodule id.

This makes it now possible to

   - see complete logs per-activity

   - do backup/restore of logs

The upgrade process will currently try to scan all the old logs and
rebuild this field based on available data (especially forums).

STILL TO DO:  alter all the non-forum modules to send the coursemodule id
16 files changed:
course/lib.php
course/log.php
lib/datalib.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
lib/weblib.php
mod/forum/discuss.php
mod/forum/lib.php
mod/forum/post.php
mod/forum/subscribe.php
mod/forum/subscribers.php
mod/forum/version.php
mod/forum/view.php
version.php