Merge "Implement mediawiki.cookie module"
authorRobmoen <rmoen@wikimedia.org>
Wed, 14 May 2014 18:17:55 +0000 (18:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 14 May 2014 18:17:55 +0000 (18:17 +0000)
1  2 
RELEASE-NOTES-1.23
includes/resourceloader/ResourceLoaderStartUpModule.php
maintenance/jsduck/categories.json
resources/Resources.php
tests/qunit/QUnitTestResources.php

Simple merge
@@@ -44,11 -44,12 +44,12 @@@ class ResourceLoaderStartUpModule exten
                }
  
                global $wgLoadScript, $wgScript, $wgStylePath, $wgScriptExtension,
 -                      $wgArticlePath, $wgScriptPath, $wgServer, $wgContLang,
 -                      $wgVariantArticlePath, $wgActionPaths, $wgVersion,
 +                      $wgArticlePath, $wgScriptPath, $wgServer, $wgServerName,
 +                      $wgContLang, $wgVariantArticlePath, $wgActionPaths, $wgVersion,
                        $wgEnableAPI, $wgEnableWriteAPI, $wgDBname,
                        $wgSitename, $wgFileExtensions, $wgExtensionAssetsPath,
-                       $wgCookiePrefix, $wgResourceLoaderMaxQueryLength,
+                       $wgCookiePrefix, $wgCookieDomain, $wgCookiePath,
+                       $wgCookieExpiration, $wgResourceLoaderMaxQueryLength,
                        $wgResourceLoaderStorageEnabled, $wgResourceLoaderStorageVersion,
                        $wgSearchType;
  
Simple merge
Simple merge
Simple merge