r112055 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112054‎ | r112055 | r112056 >
Date:22:40, 21 February 2012
Author:catrope
Status:ok
Tags:
Comment:
1.19wmf1: MFT r112052
Modified paths:
  • /branches/wmf/1.19wmf1/includes/resourceloader (modified) (history)
  • /branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoader.php (modified) (history)
  • /branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoaderUserOptionsModule.php (modified) (history)
  • /branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoaderUserTokensModule.php (modified) (history)

Diff [purge]

Property changes on: branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoader.php
___________________________________________________________________
Modified: svn:mergeinfo
11 Merged /trunk/phase3/includes/resourceloader/ResourceLoader.php:r112052
Index: branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoaderUserOptionsModule.php
@@ -80,6 +80,13 @@
8181 }
8282
8383 /**
 84+ * @return bool
 85+ */
 86+ public function supportsURLLoading() {
 87+ return false;
 88+ }
 89+
 90+ /**
8491 * @return string
8592 */
8693 public function getGroup() {
Index: branches/wmf/1.19wmf1/includes/resourceloader/ResourceLoaderUserTokensModule.php
@@ -55,6 +55,13 @@
5656 }
5757
5858 /**
 59+ * @return bool
 60+ */
 61+ public function supportsURLLoading() {
 62+ return false;
 63+ }
 64+
 65+ /**
5966 * @return string
6067 */
6168 public function getGroup() {
Property changes on: branches/wmf/1.19wmf1/includes/resourceloader
___________________________________________________________________
Added: svn:mergeinfo
6269 Merged /branches/new-installer/phase3/includes/resourceloader:r43664-66004
6370 Merged /branches/wmf-deployment/includes/resourceloader:r53381
6471 Merged /branches/JSTesting/includes/resourceloader:r100352-107913
6572 Merged /branches/REL1_15/phase3/includes/resourceloader:r51646
6673 Merged /branches/wmf/1.18wmf1/includes/resourceloader:r97508,111667
6774 Merged /branches/sqlite/includes/resourceloader:r58211-58321
6875 Merged /trunk/phase3/includes/resourceloader:r111029,111034,111067,111085,111128,111144,111251,111397,111571,111574,111597,111658,111673,111695,111697,111750,111827,111965-111967,112021,112052

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112052Adds a supportsURLLoading method which returns false to user tokens and user ...tparscal22:08, 21 February 2012

Status & tagging log