http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73388
Revision: 73388
Author: tparscal
Date: 2010-09-20 17:54:30 +0000 (Mon, 20 Sep 2010)
Log Message:
-----------
Fixed issues in r72940 - missing $ in release notes and remnant of
ResourceLoaderUserPreferencesModule which is now ResourceLoaderUserOptionsModule
Modified Paths:
--------------
trunk/phase3/RELEASE-NOTES
trunk/phase3/includes/OutputPage.php
Modified: trunk/phase3/RELEASE-NOTES
===================================================================
--- trunk/phase3/RELEASE-NOTES 2010-09-20 17:35:16 UTC (rev 73387)
+++ trunk/phase3/RELEASE-NOTES 2010-09-20 17:54:30 UTC (rev 73388)
@@ -59,7 +59,7 @@
requests.
* $wgResourceLoaderVersionedClientMaxage,
$wgResourceLoaderVersionedServerMaxage,
$wgResourceLoaderUnversionedClientMaxage and
- wgResourceLoaderUnversionedServerMaxage were added to specify maxage and
+ $wgResourceLoaderUnversionedServerMaxage were added to specify maxage and
smaxage times for responses from ResourceLoader based on whether the
request's
URL contained a version parameter or not.
Modified: trunk/phase3/includes/OutputPage.php
===================================================================
--- trunk/phase3/includes/OutputPage.php 2010-09-20 17:35:16 UTC (rev
73387)
+++ trunk/phase3/includes/OutputPage.php 2010-09-20 17:54:30 UTC (rev
73388)
@@ -2309,7 +2309,7 @@
$module = ResourceLoader::getModule(
$name );
if (
$module instanceof
ResourceLoaderWikiModule ||
- $module instanceof
ResourceLoaderUserPreferencesModule
+ $module instanceof
ResourceLoaderUserOptionsModule
) {
$timestamp = max(
$timestamp,
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs