https://bugzilla.wikimedia.org/show_bug.cgi?id=22143
Summary: Extension:WikiArticleFeeds 1) non-article pages have
wrong auto-discovery links in page header; 2) missing
rss feed icons in toolbar
Product: MediaWiki extensions
Version: any
Platform: All
URL: http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds
OS/Version: All
Status: NEW
Severity: normal
Priority: Normal
Component: [other]
AssignedTo: [email protected]
ReportedBy: [email protected]
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.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l