Page MenuHomePhabricator

Activate hook SpecialRecentChangesQuery also in SpecialRecentchangeslinked.php - should pass $query_options ; and respect return value
Closed, ResolvedPublic

Description

i) Activate hook SpecialRecentChangesQuery (presently commented in the code) SpecialRecentchangeslinked.php
ii) The hook should pass $query_options
iii) the caller should respect a false return value and stop processing

See also Bug 22315 (fixed in http://www.mediawiki.org/wiki/Special:Code/MediaWiki/61670 ) for the hook parameters in SpecialRecentchanges.php . I applied a similar change to the patch.

Or dear expert, is a different name "SpecialRecentChangeslinkedQuery" for the hook needed ? I do not think so but let it up to you.


Version: 1.16.x
Severity: normal

Details

Reference
bz22514

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:58 PM
bzimport set Reference to bz22514.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 7117
patch need-review

Attached:

Please can someone check this in, thanks.