https://bugzilla.wikimedia.org/show_bug.cgi?id=57056

       Web browser: ---
            Bug ID: 57056
           Summary: Flow: Change logging to LifecycleHandler
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Flow
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

To save log entries, Topic.php will do a $logger->log() call. It'd be better to
have logging work similar to RC (Flow\Data\RecentChanges)

This was initially not possible, because:

* moderation notes are needed in log, but not saved in revision object (see bug
57055)
* action names were not accessible

The latter has already been addressed; AbstractRevision::getChangeType() should
return an action name that is known by FlowActions, so the relevant logging
data ('log_type') can be fetched.

Once bug 57055 is resolved, we should probably be able to improve this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to