From 80fc3c6435509cb526abd405d0a7c8485ce3a861 Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Fri, 3 May 2013 08:43:13 +0000 Subject: [PATCH] SP-555 / BIS-366 : openbis.js - delete utilities.js files and use openbis-action-deferrer.js - move all webapps to core-plugins folder SVN: 28976 --- .../1/as/webapps/downloader/html}/body-style.css | 0 .../1/as/webapps/downloader/html}/button.css | 0 .../downloader/1/as/webapps/downloader/html}/d3.js | 0 .../1/as/webapps/downloader/html}/d3.layout.js | 0 .../1/as/webapps/downloader/html}/d3.time.js | 0 .../downloader/html}/images/openBIS_Logo.svg | 0 .../1/as/webapps/downloader/html}/images/sprite.png | Bin .../1/as/webapps/downloader/html/index.html | 9 +++++++++ .../downloader/html}/openbis-dsu-downloader.html | 2 +- .../1/as/webapps/downloader/html}/openbis-dsu.js | 0 .../1/as/webapps/downloader/html}/tree.css | 0 .../1/as/webapps/downloader/plugin.properties | 3 +++ .../1/as/webapps}/laneStatistics/html/d3.layout.js | 0 .../1/as/webapps}/laneStatistics/html/d3.v3.min.js | 0 .../1/as/webapps}/laneStatistics/html/index.html | 0 .../as/webapps}/laneStatistics/html/openbis-dsu.js | 0 .../1/as/webapps}/laneStatistics/html/pie.js | 0 .../1/as/webapps}/laneStatistics/plugin.properties | 0 18 files changed, 13 insertions(+), 1 deletion(-) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/body-style.css (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/button.css (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/d3.js (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/d3.layout.js (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/d3.time.js (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/images/openBIS_Logo.svg (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/images/sprite.png (100%) create mode 100644 deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/index.html rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/openbis-dsu-downloader.html (99%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/openbis-dsu.js (100%) rename deep_sequencing_unit/source/{html/downloader => core-plugins/downloader/1/as/webapps/downloader/html}/tree.css (100%) create mode 100644 deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/plugin.properties rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/html/d3.layout.js (100%) rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/html/d3.v3.min.js (100%) rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/html/index.html (100%) rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/html/openbis-dsu.js (100%) rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/html/pie.js (100%) rename deep_sequencing_unit/source/{html => core-plugins/laneStatistics/1/as/webapps}/laneStatistics/plugin.properties (100%) diff --git a/deep_sequencing_unit/source/html/downloader/body-style.css b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/body-style.css similarity index 100% rename from deep_sequencing_unit/source/html/downloader/body-style.css rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/body-style.css diff --git a/deep_sequencing_unit/source/html/downloader/button.css b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/button.css similarity index 100% rename from deep_sequencing_unit/source/html/downloader/button.css rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/button.css diff --git a/deep_sequencing_unit/source/html/downloader/d3.js b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.js similarity index 100% rename from deep_sequencing_unit/source/html/downloader/d3.js rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.js diff --git a/deep_sequencing_unit/source/html/downloader/d3.layout.js b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.layout.js similarity index 100% rename from deep_sequencing_unit/source/html/downloader/d3.layout.js rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.layout.js diff --git a/deep_sequencing_unit/source/html/downloader/d3.time.js b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.time.js similarity index 100% rename from deep_sequencing_unit/source/html/downloader/d3.time.js rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/d3.time.js diff --git a/deep_sequencing_unit/source/html/downloader/images/openBIS_Logo.svg b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/images/openBIS_Logo.svg similarity index 100% rename from deep_sequencing_unit/source/html/downloader/images/openBIS_Logo.svg rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/images/openBIS_Logo.svg diff --git a/deep_sequencing_unit/source/html/downloader/images/sprite.png b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/images/sprite.png similarity index 100% rename from deep_sequencing_unit/source/html/downloader/images/sprite.png rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/images/sprite.png diff --git a/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/index.html b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/index.html new file mode 100644 index 00000000000..f7fb7d9adfb --- /dev/null +++ b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <meta HTTP-EQUIV="REFRESH" content="0; url=openbis-dsu-downloader.html"> +</head> +<body> +</body> +</html> diff --git a/deep_sequencing_unit/source/html/downloader/openbis-dsu-downloader.html b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/openbis-dsu-downloader.html similarity index 99% rename from deep_sequencing_unit/source/html/downloader/openbis-dsu-downloader.html rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/openbis-dsu-downloader.html index c3552196197..081ee156543 100644 --- a/deep_sequencing_unit/source/html/downloader/openbis-dsu-downloader.html +++ b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/openbis-dsu-downloader.html @@ -21,7 +21,7 @@ <!-- <script type="text/javascript" src="/openbis/resources/js/openbis-request-cache.js"></script> --> <script> -dsu = new openbis_dsu('https://openbis-dsu.ethz.ch/openbis/openbis', 'https://openbis-dsu.ethz.ch/datastore_server'); +dsu = new openbis_dsu('/openbis/openbis', '/datastore_server'); //After logout the URL redirected to, just go to current URL in this case var logouturl = $(location).attr('href'); diff --git a/deep_sequencing_unit/source/html/downloader/openbis-dsu.js b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/openbis-dsu.js similarity index 100% rename from deep_sequencing_unit/source/html/downloader/openbis-dsu.js rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/openbis-dsu.js diff --git a/deep_sequencing_unit/source/html/downloader/tree.css b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/tree.css similarity index 100% rename from deep_sequencing_unit/source/html/downloader/tree.css rename to deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/html/tree.css diff --git a/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/plugin.properties b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/plugin.properties new file mode 100644 index 00000000000..cb40f34f644 --- /dev/null +++ b/deep_sequencing_unit/source/core-plugins/downloader/1/as/webapps/downloader/plugin.properties @@ -0,0 +1,3 @@ +# The properties file for an example webapps plugin +# This file has no properties defined because none need to be defined. +webapp-folder = html diff --git a/deep_sequencing_unit/source/html/laneStatistics/html/d3.layout.js b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/d3.layout.js similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/html/d3.layout.js rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/d3.layout.js diff --git a/deep_sequencing_unit/source/html/laneStatistics/html/d3.v3.min.js b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/d3.v3.min.js similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/html/d3.v3.min.js rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/d3.v3.min.js diff --git a/deep_sequencing_unit/source/html/laneStatistics/html/index.html b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/index.html similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/html/index.html rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/index.html diff --git a/deep_sequencing_unit/source/html/laneStatistics/html/openbis-dsu.js b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/openbis-dsu.js similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/html/openbis-dsu.js rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/openbis-dsu.js diff --git a/deep_sequencing_unit/source/html/laneStatistics/html/pie.js b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/pie.js similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/html/pie.js rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/html/pie.js diff --git a/deep_sequencing_unit/source/html/laneStatistics/plugin.properties b/deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/plugin.properties similarity index 100% rename from deep_sequencing_unit/source/html/laneStatistics/plugin.properties rename to deep_sequencing_unit/source/core-plugins/laneStatistics/1/as/webapps/laneStatistics/plugin.properties -- GitLab