r53128 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53127‎ | r53128 | r53129 >
Date:00:30, 12 July 2009
Author:catrope
Status:resolved
Tags:
Comment:
Bump $wgStyleVersion for all the Vector-related fixes made in the past week or so.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1531,7 +1531,7 @@
15321532 * to ensure that client-side caches do not keep obsolete copies of global
15331533 * styles.
15341534 */
1535 -$wgStyleVersion = '229';
 1535+$wgStyleVersion = '230';
15361536
15371537
15381538 # Server-side caching:
@@ -2014,6 +2014,7 @@
20152015 * See Language.php for a list of namespaces.
20162016 */
20172017 $wgNamespacesWithSubpages = array(
 2018+ NS_SPECIAL => true,
20182019 NS_TALK => true,
20192020 NS_USER => true,
20202021 NS_USER_TALK => true,

Follow-up revisions

RevisionCommit summaryAuthorDate
r53129Revert unintended change from r53128catrope00:31, 12 July 2009
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log