r61037 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61036‎ | r61037 | r61038 >
Date:01:31, 14 January 2010
Author:mah
Status:ok
Tags:
Comment:
follow up r61026 - use Atom by default
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2949,7 +2949,7 @@
29502950 * Which feed types should we provide by default? This can include 'rss',
29512951 * 'atom', neither, or both.
29522952 */
2953 -$wgAdvertisedFeedTypes = array( 'rss' );
 2953+$wgAdvertisedFeedTypes = array( 'atom' );
29542954
29552955 /**
29562956 * Additional namespaces. If the namespaces defined in Language.php and

Follow-up revisions

RevisionCommit summaryAuthorDate
r61038Update RELEASE-NOTES to match r61037simetrical01:39, 14 January 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61026Only advertise RSS feeds by default, not Atom...simetrical21:29, 13 January 2010

Status & tagging log