You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/07/17 13:54:26 UTC

airavata-php-gateway git commit: Updating XSEDE 15 tutorial link and removing gateway-id from is config

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/0.15-release-branch cd8012fdb -> 03cb52762


Updating XSEDE 15 tutorial link and removing gateway-id from is config


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/03cb5276
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/03cb5276
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/03cb5276

Branch: refs/heads/0.15-release-branch
Commit: 03cb527623f4bdcd2eb7009de6b704c541bd5cb6
Parents: cd8012f
Author: Suresh Marru <sm...@apache.org>
Authored: Fri Jul 17 07:50:40 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Fri Jul 17 07:50:40 2015 -0400

----------------------------------------------------------------------
 app/config/pga_config.php.template    | 5 -----
 app/controllers/AccountController.php | 1 -
 app/views/home.blade.php              | 4 ++--
 3 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/03cb5276/app/config/pga_config.php.template
----------------------------------------------------------------------
diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template
index 0721b57..ea4f97f 100644
--- a/app/config/pga_config.php.template
+++ b/app/config/pga_config.php.template
@@ -39,11 +39,6 @@ return array(
         'service-url' => 'https://idp.scigap.org:7443/services/',
 
         /**
-         * Gateway domain name
-         */
-        'gateway-id' => 'default',
-
-        /**
          * Path to the server certificate file
          */
         'cafile-path' => app_path() . '/resources/security/idp_scigap_org.pem',

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/03cb5276/app/controllers/AccountController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php
index 368e5b5..586d11e 100755
--- a/app/controllers/AccountController.php
+++ b/app/controllers/AccountController.php
@@ -74,7 +74,6 @@ class AccountController extends BaseController
 
                     CommonUtilities::store_id_in_session($username);
                     CommonUtilities::print_success_message('Login successful! You will be redirected to your home page shortly.');
-                    Session::put("gateway_id", Config::get('pga_config.wsis')['gateway-id']);
                     //TODO::If this option is not safe, have to find a better method to send credentials to identity server on every connection.
                     Session::put("password", $_POST["password"]);
 

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/03cb5276/app/views/home.blade.php
----------------------------------------------------------------------
diff --git a/app/views/home.blade.php b/app/views/home.blade.php
index 158650c..bd63f5e 100755
--- a/app/views/home.blade.php
+++ b/app/views/home.blade.php
@@ -31,8 +31,8 @@
                 </p>
                 <p><a href="https://github.com/apache/airavata-php-gateway"
                         target="_blank">See the code <span class="glyphicon glyphicon-new-window"></span></a></p>
-                <p><a href="https://cwiki.apache.org/confluence/display/AIRAVATA/XSEDE+2014+Tutorial"
-                    target="_blank">View the XSEDE 2014 tutorial documentation <span class="glyphicon glyphicon-new-window"></span></a></p>
+                <p><a href="https://cwiki.apache.org/confluence/display/AIRAVATA/XSEDE+2015+Tutorial"
+                    target="_blank">XSEDE 2015 tutorial documentation <span class="glyphicon glyphicon-new-window"></span></a></p>
             ';
         }
         ?>