You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/02/01 13:36:39 UTC

[10/21] airavata-php-gateway git commit: Merge branch 'AIRAVATA-1397-max-filesize-exceeded-uploads' into develop

Merge branch 'AIRAVATA-1397-max-filesize-exceeded-uploads' into develop

This should fix AIRAVATA-1397


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

Branch: refs/heads/dreg-gateway
Commit: bfd2c06da6a19b3fa2c9dc0acdd481154dc79ce9
Parents: fc04148 561fbe3
Author: Marcus Christie <ma...@apache.org>
Authored: Thu Jan 19 14:50:12 2017 -0500
Committer: Marcus Christie <ma...@apache.org>
Committed: Thu Jan 19 14:50:12 2017 -0500

----------------------------------------------------------------------
 app/config/pga_config.php.template             |  5 --
 app/controllers/ExperimentController.php       | 61 +++++++++++----------
 app/libraries/ExperimentUtilities.php          | 32 ++++++++---
 app/views/experiment/create-complete.blade.php | 11 ++--
 app/views/experiment/create.blade.php          |  7 +++
 app/views/experiment/edit.blade.php            | 29 ++++++++--
 app/views/partials/experiment-info.blade.php   |  2 +-
 app/views/partials/experiment-inputs.blade.php | 12 +---
 public/.htaccess                               |  5 ++
 public/css/bootstrap.min.css                   | 18 ++++++
 public/js/util.js                              | 25 ++++++++-
 11 files changed, 148 insertions(+), 59 deletions(-)
----------------------------------------------------------------------