Details
Description
Students can edit a tag page however the call to edit.php is not is not logged. If a student posts hateful graffiti we have no way of tracing the student.
Maybe all tag pages should have a wiki structure so that admins can see previous versions and revert, in case a great tag page was deleted by a malicious user.
Rosie, we need to call add_to_log function when users edit tag pages (eg http://moodle.org/tag/index.php?id=1826)
There's two parts, that function call and an entry in a log_display table that must be added .... look in lib/db/install.xml for example and we can talk about all this stuff too.