Yurik has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/136765

Change subject: Zero API is now duplicated as action=zeroportal
......................................................................

Zero API is now duplicated as action=zeroportal

This will allow a smoother transition to the portal later on,
by letting us adjust the varnish service to use the new action now.

Change-Id: Iec0622f19c5dfabdf2e31e03df9c792b22d8633e
---
M ZeroRatedMobileAccess.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ZeroRatedMobileAccess 
refs/changes/65/136765/1

diff --git a/ZeroRatedMobileAccess.php b/ZeroRatedMobileAccess.php
index d0c723d..5a4a927 100644
--- a/ZeroRatedMobileAccess.php
+++ b/ZeroRatedMobileAccess.php
@@ -146,6 +146,7 @@
        global $wgHooks, $wgZeroRatedMobileAccessEnableZeroConfigPages, 
$wgAPIModules;
 
        $wgAPIModules['zeroconfig'] = 
'Extensions\ZeroRatedMobileAccess\ApiZeroConfig';
+       $wgAPIModules['zeroportal'] = 
'Extensions\ZeroRatedMobileAccess\ApiZeroConfig';
 
        if ( $wgZeroRatedMobileAccessEnableZeroConfigPages === true ) {
                $hook = 'Extensions\ZeroRatedMobileAccess\ConfigPageHooks::';

-- 
To view, visit https://gerrit.wikimedia.org/r/136765
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec0622f19c5dfabdf2e31e03df9c792b22d8633e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess
Gerrit-Branch: master
Gerrit-Owner: Yurik <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to