https://bugzilla.wikimedia.org/show_bug.cgi?id=34655
--- Comment #2 from T. Gries <[email protected]> 2012-02-27 07:22:24 UTC --- I suggest to upgrade the version in MediaWiki to at least the extension RSS version 2.10 as committed in r112467 and to set parameters as indicated. The current version used on MediaWiki (1.90) is outdated. The 2.10 version fixes many bugs, and allows to parse ATOM feeds. The custom parameters should be: <pre> $wgRSSUrlWhitelist = array( "*" ); // or a list of actually used feeds, see for example page http://www.mediawiki.org/wiki/User:Subfader/RSS $wgRSSUrlNumberOfAllowedRedirects = 1; $wgRSSFetchTimeout=15; </pre> -- 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
