Page MenuHomePhabricator

hook to page links in categorypage.php
Closed, ResolvedPublic

Description

I am learning the MediaWiki codes to make a extension that add a small image to each page link in a category page to indicate the stage of development of each article. The problem is that there is no hook to modify the page links as the OutputPageMakeCategoryLinks hook modify the subcategories links. To make the extension I need a "CategoryPageMakePageLinks" hook, and as I'm a newbie in MediaWiki I don't know how to add this hook.
(sorry for my bad english)


Version: 1.21.x
Severity: enhancement

Details

Reference
bz21463

Event Timeline

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

Hi Danilo! Sorry that nobody has taken a look at this report yet and given feedback.

Looking at
./docs/hooks.txt
./includes/OutputPage.php
this still seems to be valid, but sounds like an enhancement request.