r39838 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39837‎ | r39838 | r39839 >
Date:15:53, 22 August 2008
Author:guyvdb
Status:old
Tags:
Comment:
Apparently there exists a 'wgStyleVersion' :-)
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1382,7 +1382,7 @@
13831383 * to ensure that client-side caches don't keep obsolete copies of global
13841384 * styles.
13851385 */
1386 -$wgStyleVersion = '167';
 1386+$wgStyleVersion = '168';
13871387
13881388
13891389 # Server-side caching:
@@ -1806,7 +1806,7 @@
18071807 'text/x-python', 'text/x-perl', 'text/x-bash', 'text/x-sh', 'text/x-csh',
18081808 # Windows metafile, client-side vulnerability on some systems
18091809 'application/x-msmetafile',
1810 - # A ZIP file may be a valid Java archive containing an applet which exploits the
 1810+ # A ZIP file may be a valid Java archive containing an applet which exploits the
18111811 # same-origin policy to steal cookies
18121812 'application/zip',
18131813 );
@@ -2412,7 +2412,7 @@
24132413 $wgFeedDiffCutoff = 32768;
24142414
24152415 /** Override the site's default RSS/ATOM feed for recentchanges that appears on
2416 - * every page. Some sites might have a different feed they'd like to promote
 2416+ * every page. Some sites might have a different feed they'd like to promote
24172417 * instead of the RC feed (maybe like a "Recent New Articles" or "Breaking news" one).
24182418 * Ex: $wgSiteFeed['format'] = "http://example.com/somefeed.xml"; Format can be one
24192419 * of either 'rss' or 'atom'.
@@ -3155,7 +3155,7 @@
31563156 $wgAllowDisplayTitle = true;
31573157
31583158 /**
3159 - * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key
 3159+ * for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key
31603160 */
31613161 $wgRestrictDisplayTitle = true;
31623162

Status & tagging log