From 489c9b30eafd49c4af52b5b36c70a076ea2fb1fa Mon Sep 17 00:00:00 2001 From: Aditya Bharadwaj Date: Wed, 3 May 2017 17:42:19 -0400 Subject: [PATCH 1/6] FIxed the browse button on upload page --- templates/upload_graph/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/upload_graph/index.html b/templates/upload_graph/index.html index b456d47f..a5cea909 100644 --- a/templates/upload_graph/index.html +++ b/templates/upload_graph/index.html @@ -58,7 +58,7 @@

Upload Graph

- + @@ -75,7 +75,7 @@

Upload Graph

- + From 61e55187deb3986483c480fe0e620bfde27c6259 Mon Sep 17 00:00:00 2001 From: Aditya Bharadwaj Date: Mon, 15 May 2017 10:52:57 -0400 Subject: [PATCH 2/6] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 588b6f73..c5a64c20 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,6 @@ WSGIScriptAlias / /path_to_GraphSpace/graphspace/wsgi.py Refer to https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/ if any problems occur with the setup. -Testing the GraphSpace REST API -================================= - -1. Follow the instructions above to run GraphSpace locally or on Apache2. -2. Navigate to the tests directory in GraphSpace: `cd tests` -2. Enter python command to run test cases: `python restapi_test.py` - -This script will test all the REST API commands supported by the GraphSpace server. If something fails, it will display the error. Contributing ================= From ab00adf6bdbb4fc35a06c85f983471c5a2452dba Mon Sep 17 00:00:00 2001 From: Melvin Mathew Date: Fri, 19 May 2017 11:37:53 -0700 Subject: [PATCH 3/6] change the ID for layout exit modal --- static/js/graphs_page.js | 2 +- templates/graph/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/graphs_page.js b/static/js/graphs_page.js index 02da7544..5b621d0c 100644 --- a/static/js/graphs_page.js +++ b/static/js/graphs_page.js @@ -446,7 +446,7 @@ var graphPage = { $('#exitLayoutEditorBtn').click(function () { $('#exitLayoutBtn').removeClass('hidden'); - $('#saveLayoutModal').modal('show'); + $('#saveOnExitLayoutModal').modal('show'); }); $('#exitLayoutBtn').click(function () { diff --git a/templates/graph/index.html b/templates/graph/index.html index 8eb07ba2..9b0ace03 100644 --- a/templates/graph/index.html +++ b/templates/graph/index.html @@ -75,9 +75,9 @@
- - -