Moodle

Tag Activity is Not Logged

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.9.5
  • Fix Version/s: 1.9.7
  • Component/s: Tags
  • Labels:
    None
  • Environment:
    All
  • Database:
    Any
  • Difficulty:
    Moderate
  • Affected Branches:
    MOODLE_19_STABLE
  • Fixed Branches:
    MOODLE_19_STABLE

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.

Activity

Hide
Martin Dougiamas added a comment -

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.

Show
Martin Dougiamas added a comment - 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.
Hide
Eloy Lafuente (stronk7) added a comment -

Don't forget to merge to HEAD... and remember that, in HEAD, we have moved from install.xml SENTENCES to install.php update_log_display_entry()

Just a reminder. Ciao

Show
Eloy Lafuente (stronk7) added a comment - Don't forget to merge to HEAD... and remember that, in HEAD, we have moved from install.xml SENTENCES to install.php update_log_display_entry() Just a reminder. Ciao
Hide
Sam Hemelryk added a comment -

All looks good thanks Rossi

Show
Sam Hemelryk added a comment - All looks good thanks Rossi

Dates

  • Created:
    Updated:
    Resolved: