Merge branch 'AIRAVATA-2270-special-chars-in-expid' of https://github.com/machristie/airavata-php-gateway into develop
This closes #54 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/67c21ca6 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/67c21ca6 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/67c21ca6 Branch: refs/heads/develop Commit: 67c21ca667bc6bb1a616da807541c0015fbaf979 Parents: 199c902 98c74de Author: Marcus Christie <[email protected]> Authored: Wed Dec 28 11:53:48 2016 -0500 Committer: Marcus Christie <[email protected]> Committed: Wed Dec 28 11:53:48 2016 -0500 ---------------------------------------------------------------------- app/controllers/ExperimentController.php | 18 ++++++------- app/routes.php | 2 +- app/views/admin/experiment-statistics.blade.php | 9 ------- app/views/admin/manage-experiments.blade.php | 27 +++++++++++++++----- app/views/admin/manage-gateway.blade.php | 2 +- app/views/experiment/create-complete.blade.php | 8 +++--- app/views/experiment/edit.blade.php | 4 +-- .../no-sharing-create-complete.blade.php | 8 +++--- app/views/experiment/no-sharing-edit.blade.php | 2 +- app/views/experiment/summary.blade.php | 4 +-- .../partials/experiment-container.blade.php | 10 ++++---- app/views/partials/experiment-info.blade.php | 24 ++++++++--------- app/views/partials/experiment-inputs.blade.php | 8 +++--- app/views/project/browse.blade.php | 4 +-- app/views/project/no-sharing-browse.blade.php | 8 +++--- app/views/project/no-sharing-summary.blade.php | 6 ++--- app/views/project/summary.blade.php | 6 ++--- public/js/util.js | 12 +++++++++ 18 files changed, 89 insertions(+), 73 deletions(-) ----------------------------------------------------------------------
