DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:task_recentchanges_trim

TASK_RECENTCHANGES_TRIM

Description:
Modify the list of recent changes
Preventable:
no
Added:
2018-05-17

This event is signalled by runTrimRecentChanges() in inc/TaskRunner.php when the TaskRunner trims the list of recent changes, handlers can use it to modify the list or perform other actions.

Passed Data

  • $event->data['isMedia']: true if these are media changes, false if these are page changes
  • $event->data['trimmedChangelogLines']: array of the remaining lines of the changelog
  • $event->data['removedChangelogLines']: array of the lines that have been removed from the changelog

See also

devel/event/task_recentchanges_trim.txt · Last modified: 2020-06-26 21:44 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki