mediawiki-extensions-Echo/includes/mapper
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
..
AbstractMapper.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
EventMapper.php Use echo_event.event_page_id to find events to moderate 2019-04-11 10:48:49 -04:00
NotificationMapper.php Add phan 2019-04-10 18:51:59 +02:00
TargetPageMapper.php Avoid use of IDatabase::insert() return value 2018-10-26 15:44:57 -07:00