
gerrit at wikimedia
Aug 4, 2012, 12:51 PM
Post #1 of 1
(40 views)
Permalink
|
|
[MediaWiki-commits] [Gerrit] SRF Syndication Feed printer (RSS/Atom) - change (mediawiki...SemanticResultFormats[master])
|
|
Mwjames has uploaded a new change for review. Change subject: SRF Syndication Feed printer (RSS/Atom) ...................................................................... SRF Syndication Feed printer (RSS/Atom) ## Description Export results as syndication feed in RSS, and Atom format using MW's Feed class. There's a SMWRSSResultPrinter in SMW which uses a custom made xml/rdf output to represent a RSS feed. ## Notes >> class SMWAskPage line 324 + } elseif ( $this->m_params['format'] !== 'feed' ) { We have to adopt Special:Ask because the header is already sent from the feed class while SMWAskPage tries to sent the header again which creates conflicts. Messages will be add with a subsequent commit otherwise those from l18n lurking around and start messing around ## Patchsets +1 initial commit, added test file Change-Id: Ia3cdc2431853a20d74a5412ba19cdd95990e9d62 --- M SRF_Hooks.php M SRF_Settings.php M SemanticResultFormats.php A formats/feed/SRF_SyndicationFeed.php A tests/phpunit/formats/FeedTest.php 5 files changed, 328 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats refs/changes/66/17666/1 -- To view, visit https://gerrit.wikimedia.org/r/17666 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia3cdc2431853a20d74a5412ba19cdd95990e9d62 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticResultFormats Gerrit-Branch: master Gerrit-Owner: Mwjames <jamesin.hongkong.1 [at] gmail> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
|