You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/08/12 16:15:06 UTC

airavata-php-gateway git commit: Bug fixes

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop e4a20bb83 -> 4bbaad144


Bug fixes


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/4bbaad14
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/4bbaad14
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/4bbaad14

Branch: refs/heads/develop
Commit: 4bbaad14450fac4e357bf6141be6fa0326ecb93d
Parents: e4a20bb
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Fri Aug 12 09:14:14 2016 -0700
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Fri Aug 12 09:14:14 2016 -0700

----------------------------------------------------------------------
 app/controllers/AccountController.php    | 1 -
 app/controllers/AdminController.php      | 2 +-
 app/views/admin/manage-gateway.blade.php | 2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4bbaad14/app/controllers/AccountController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php
index 1e38626..d167148 100644
--- a/app/controllers/AccountController.php
+++ b/app/controllers/AccountController.php
@@ -280,7 +280,6 @@ class AccountController extends BaseController
             $gatewayOfUser = "";
 
             $gatewaysInfo = CRUtilities::getAllGateways();
-            var_dump( $gatewaysInfo); exit;
             foreach ($gatewaysInfo as $index => $gateway) {
                 if ($gateway->emailAddress == $userProfile["email"]) {
                     Session::set("gateway_id", $gateway->gatewayId);

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4bbaad14/app/controllers/AdminController.php
----------------------------------------------------------------------
diff --git a/app/controllers/AdminController.php b/app/controllers/AdminController.php
index cfd6c0f..63a8082 100644
--- a/app/controllers/AdminController.php
+++ b/app/controllers/AdminController.php
@@ -148,7 +148,7 @@ class AdminController extends BaseController {
 		}
 		else
 		{
-			echo ("username doesn't exist only."); exit;
+			echo ("username doesn't exist."); exit;
 		}
 	}
 

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/4bbaad14/app/views/admin/manage-gateway.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-gateway.blade.php b/app/views/admin/manage-gateway.blade.php
index 1d6e36a..127cc90 100644
--- a/app/views/admin/manage-gateway.blade.php
+++ b/app/views/admin/manage-gateway.blade.php
@@ -334,7 +334,9 @@
 @section('scripts')
 @parent
 {{ HTML::script('js/gateway.js') }}
+{{ HTML::script('js/moment.js')}}
 {{ HTML::script('js/datetimepicker.js')}}
+
 <script>
     //make first tab of accordion open by default.
     //temporary fix