mediawiki-extensions-Echo/includes/model
Stephane Bisson 61a839315a Use echo_event.event_page_id to find events to moderate
When pages are deleted or undeleted, their associated
Echo notifications also need to be marked as deleted
or undeleted. This is done by looking up the
echo_target_page table.

With this change, echo_event.event_page_id is also included
in the search. This way, all the events that don't use
target pages are also moderated when needed.

Bug: T217452
Change-Id: I277fca68ce088ab564e76ed9dfb2134ab3be4c4a
2019-04-11 10:48:49 -04:00
..
AbstractEntity.php Move all PHP code into includes/ 2015-06-07 18:54:14 -07:00
Event.php Use echo_event.event_page_id to find events to moderate 2019-04-11 10:48:49 -04:00
Notification.php Remove notification_bundle_display_hash 2019-03-06 10:29:05 -08:00
TargetPage.php Merge "Use "false" as type hint in PHPDoc tags" 2018-08-16 01:00:05 +00:00