Page MenuHomePhabricator

Extension:WikiArticleFeeds 1) non-article pages have wrong auto-discovery links in page header; 2) missing rss feed icons in toolbar
Closed, ResolvedPublic

Description

The current http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiArticleFeeds/WikiArticleFeeds.php?view=markup&pathrev=60868 does not support the correct generation of auto-discovery links (in the page header) for non-article namespace pages (such as User: pages or subpages to them).

This function needs to be modified
/**

  • Adds the Wiki feed link headers.
  • Usage: $wgHooks['OutputPageBeforeHTML'][] = 'wfAddWikiFeedHeaders';
  • @param $out Handle to an OutputPage object (presumably $wgOut).
  • @param $text Article/Output text. */

function wfAddWikiFeedHeaders( $out, $text )

Also missing are the small feed icon images next to "rss atom" in the navigation / toolbar.

If community requests, I can submit a working patch for (attention) MediaWiki version 1.15.1 . Otherwise. I'll wait until 1.16 release.


Version: unspecified
Severity: normal
URL: http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds

Details

Reference
bz22143

Event Timeline

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

This is solved in my svn version.