Yaron Koren has uploaded a new change for review.

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

Change subject: Removed testing code
......................................................................

Removed testing code

Change-Id: I7f5fc73befe5c542dce225525b45dd8018b8d402
---
M specials/CargoRecreateData.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/78/204778/1

diff --git a/specials/CargoRecreateData.php b/specials/CargoRecreateData.php
index ed1ce11..5e852c5 100644
--- a/specials/CargoRecreateData.php
+++ b/specials/CargoRecreateData.php
@@ -109,7 +109,7 @@
        }
        $("#recreateDataProgress").html( "<p>" + progressImage + "</p>" );
        var queryStringData = {
-               //action: "cargorecreatedata",
+               action: "cargorecreatedata",
                table: tableName,
                template: templateName,
                offset: numPagesHandled
@@ -148,7 +148,7 @@
        $("#recreateTableProgress").html( "<img src=\"" + cargoScriptPath + 
"/skins/loading.gif\" />" );
        $.get(
                "/w/api.php",
-               { /*action: "cargorecreatetables",*/ template: templateName }
+               { action: "cargorecreatetables", template: templateName }
        )
        .done(function( msg ) {
                $("#recreateTableProgress").html( "<p>" + recreateTableDoneMsg 
+ "</p>" );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f5fc73befe5c542dce225525b45dd8018b8d402
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to