From 47ccfae733814388b9f7676ba94558575ae98b0c Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 8 May 2023 20:17:35 +0200 Subject: [PATCH] WIP: Rename caosdb -> linkahead --- CHANGELOG.md | 4 +-- Makefile | 2 +- README_SETUP.md | 2 +- RELEASE_GUIDELINES.md | 2 +- build.properties.d/00_default.properties | 4 +-- doc/WelcomePanel.md | 2 +- misc/ext_bottom_line_test_data.py | 2 +- misc/ext_cosmetics_test_data.py | 2 +- misc/install_comment_datamodel.py | 2 +- misc/merge_js.sh | 6 ++-- misc/merge_xsl.sh | 6 ++-- misc/select_query_test_data.py | 2 +- misc/unit_test_http_server.py | 16 ++++++----- misc/versioning_test_data.py | 2 +- .../css/{webcaosdb.css => weblinkahead.css} | 2 +- src/core/html/imprint.html | 2 +- src/core/js/annotation.js | 2 +- src/core/js/caosdb.js | 4 +-- src/core/js/edit_mode.js | 2 +- src/core/js/ext_applicable.js | 2 +- src/core/js/ext_autocomplete.js | 2 +- src/core/js/ext_bookmarks.js | 2 +- src/core/js/ext_bottom_line.js | 4 +-- src/core/js/ext_cosmetics.js | 2 +- src/core/js/ext_editmode_wysiwyg_text.js | 2 +- src/core/js/ext_entity_acl.js | 2 +- src/core/js/ext_entity_state.js | 2 +- src/core/js/ext_file_download.js | 2 +- src/core/js/ext_jupyterdrag.js | 2 +- src/core/js/ext_map.js | 2 +- src/core/js/ext_prop_display.js | 4 +-- src/core/js/ext_qrcode.js | 2 +- src/core/js/ext_references.js | 2 +- src/core/js/ext_table_preview.js | 2 +- src/core/js/ext_trigger_crawler_form.js | 2 +- src/core/js/ext_version_history.js | 2 +- src/core/js/ext_xls_download.js | 4 +-- src/core/js/fileupload.js | 2 +- src/core/js/form_elements.js | 2 +- src/core/js/form_panel.js | 2 +- src/core/js/query_shortcuts.js | 2 +- .../caosdb_default_person.js | 2 +- src/core/js/tour.js | 2 +- src/core/js/{webcaosdb.js => weblinkahead.js} | 4 +-- src/core/owner.css | 2 +- src/core/owner.xsl | 2 +- src/core/permissions.css | 2 +- src/core/permissions.xsl | 2 +- src/core/{webcaosdb.xsl => weblinkahead.xsl} | 2 +- src/core/xsl/annotation.xsl | 2 +- src/core/xsl/common.xsl | 2 +- src/core/xsl/entity.xsl | 2 +- src/core/xsl/filesystem.xsl | 2 +- src/core/xsl/footer.xsl | 2 +- src/core/xsl/main.xsl | 4 +-- src/core/xsl/messages.xsl | 2 +- src/core/xsl/navbar.xsl | 2 +- src/core/xsl/parent.xsl | 2 +- src/core/xsl/property.xsl | 2 +- src/core/xsl/query.xsl | 2 +- src/core/xsl/server_properties.xsl | 2 +- src/core/xsl/welcome.xsl | 2 +- src/doc/Makefile | 2 +- src/doc/administration/static-snapshots.md | 2 +- src/doc/extension/xslt-debugging.md | 2 +- .../ext_file_download/zip_files.py | 2 +- .../ext_table_preview/pandas_table_preview.py | 2 +- test/core/index.html | 6 ++-- test/core/js/modules/annotation.xsl.js | 2 +- test/core/js/modules/common.xsl.js | 2 +- test/core/js/modules/edit_mode.js.js | 4 +-- test/core/js/modules/entity.xsl.js | 2 +- test/core/js/modules/ext_applicable.js.js | 2 +- test/core/js/modules/ext_autocomplete.js.js | 2 +- test/core/js/modules/ext_bookmarks.js.js | 2 +- test/core/js/modules/ext_bottom_line.js.js | 2 +- test/core/js/modules/ext_cosmetics.js.js | 2 +- test/core/js/modules/ext_file_download.js.js | 2 +- test/core/js/modules/ext_map.js.js | 2 +- test/core/js/modules/ext_prop_display.js.js | 2 +- test/core/js/modules/ext_qrcode.js.js | 2 +- test/core/js/modules/ext_references.js.js | 4 +-- test/core/js/modules/ext_sss_markdown.js.js | 2 +- .../js/modules/ext_trigger_crawler_form.js.js | 2 +- test/core/js/modules/ext_xls_download.js.js | 2 +- test/core/js/modules/form_elements.js.js | 4 +-- test/core/js/modules/form_panel.js.js | 2 +- test/core/js/modules/navbar.xsl.js | 2 +- test/core/js/modules/query.xsl.js | 2 +- test/core/js/modules/query_shortcuts.js.js | 4 +-- test/core/js/modules/tour.js.js | 2 +- test/core/js/modules/webcaosdb.js.js | 28 +++++++++---------- test/core/js/modules/welcome.xsl.js | 2 +- test/core/js/setup.js | 2 +- test/core/xml/test_case_file_preview.xml | 2 +- .../xml/test_case_list_of_myrecordtype.xml | 2 +- test/core/xml/test_case_preview_entities.xml | 2 +- test/core/xml/test_sss_output.xml | 2 +- test/ext/js/modules/fileupload.js.js | 2 +- .../test_pandas_table_preview.py | 2 +- tools/copy_into_docker.sh | 2 +- 101 files changed, 140 insertions(+), 138 deletions(-) rename src/core/css/{webcaosdb.css => weblinkahead.css} (99%) rename src/core/js/{webcaosdb.js => weblinkahead.js} (99%) rename src/core/{webcaosdb.xsl => weblinkahead.xsl} (98%) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabd0f69..41c93fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -546,7 +546,7 @@ This is the last Bootstrap-3 compatible release. the unit of the property as the value. The new implementation produces an empty `<span>` (no child text node) which is more appropriate and also fixes the buggy `getPropertyFromElement` without touching it. -* In [webcaosdb.js](./src/core/js/webcaosdb.js), `markdown` module: The +* In [weblinkahead.js](./src/core/js/weblinkahead.js), `markdown` module: The markdown module is very generell and small now. The logic for converting comments (aka CommentAnnotations) to markdown is implemented in the `annotation` module now (which uses the `markdown` module as back-end, tho). @@ -562,7 +562,7 @@ This is the last Bootstrap-3 compatible release. ### Removed (for now removed features) -* Removed non-informative tests for webcaosdb.css +* Removed non-informative tests for weblinkahead.css * Hard-coded image and video preview in the entity panel. The preview of images and videos is controlled by the `ext_bottom_line` module now. diff --git a/Makefile b/Makefile index 81f13eb7..78acb4bb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/README_SETUP.md b/README_SETUP.md index 195e2f72..c80dc5b3 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -1,6 +1,6 @@ <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 Timm Fitschen (t.fitschen@indiscale.com) * Copyright (C) 2019 IndiScale GmbH (info@indiscale.com) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 00f044e1..3fbf3e99 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -1,7 +1,7 @@ # Release Guidelines for the CaosDB Web Interface This document specifies release guidelines in addition to the generel release -guidelines of the CaosDB Project +guidelines of the LinkAhead Project ([RELEASE_GUIDELINES.md](https://gitlab.com/caosdb/caosdb/blob/dev/RELEASE_GUIDELINES.md)) ## General Prerequisites diff --git a/build.properties.d/00_default.properties b/build.properties.d/00_default.properties index d21943b6..48863f06 100644 --- a/build.properties.d/00_default.properties +++ b/build.properties.d/00_default.properties @@ -1,6 +1,6 @@ # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2019 Timm Fitschen (t.fitschen@indiscale.com) # Copyright (C) 2019 IndiScale GmbH (info@indiscale.com) @@ -169,7 +169,7 @@ MODULE_DEPENDENCIES=( dropzone.js loglevel.js plotly.js - webcaosdb.js + weblinkahead.js query_form.js pako.js utif.js diff --git a/doc/WelcomePanel.md b/doc/WelcomePanel.md index 87688032..8eae4463 100644 --- a/doc/WelcomePanel.md +++ b/doc/WelcomePanel.md @@ -1,6 +1,6 @@ <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/misc/ext_bottom_line_test_data.py b/misc/ext_bottom_line_test_data.py index 1a43094e..3335485c 100755 --- a/misc/ext_bottom_line_test_data.py +++ b/misc/ext_bottom_line_test_data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/misc/ext_cosmetics_test_data.py b/misc/ext_cosmetics_test_data.py index 786f46c2..1d9f067b 100755 --- a/misc/ext_cosmetics_test_data.py +++ b/misc/ext_cosmetics_test_data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/misc/install_comment_datamodel.py b/misc/install_comment_datamodel.py index b8204811..e169576c 100755 --- a/misc/install_comment_datamodel.py +++ b/misc/install_comment_datamodel.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/misc/merge_js.sh b/misc/merge_js.sh index 506a6586..ba2d9fd1 100755 --- a/misc/merge_js.sh +++ b/misc/merge_js.sh @@ -1,7 +1,7 @@ #!/bin/bash # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2021 IndiScale GmbH # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> @@ -25,7 +25,7 @@ # # call: `./merge_js.sh [JS_FILE]*` # where the JS_FILE are the files which will be merged into the resulting -# `public/webcaosdb.dist.js` in the order they appear in the command line +# `public/weblinkahead.dist.js` in the order they appear in the command line # call. See `Makefile` for an example. # # All other files in `public/js` are appended to the resulting file in no @@ -34,7 +34,7 @@ CORE_MODULES=$@ PUBLIC_JS_DIR=public/js/ -DIST_BUNDLE=webcaosdb.dist.js +DIST_BUNDLE=weblinkahead.dist.js DIST_BUNDLE_TARGET=public/${DIST_BUNDLE} JSHEADER_TARGET=public/xsl/jsheader.xsl ALL_SOURCES=() diff --git a/misc/merge_xsl.sh b/misc/merge_xsl.sh index e88bf6de..c175e992 100755 --- a/misc/merge_xsl.sh +++ b/misc/merge_xsl.sh @@ -1,7 +1,7 @@ #!/bin/bash # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH # Copyright (C) 2020 Timm Fitschen (t.fitschen@indiscale.com) @@ -22,11 +22,11 @@ # ** end header # This file can be used to merge xsl files together. It replaces include -# directives in the webcaosdb.xsl with the content of the included xsl file, +# directives in the weblinkahead.xsl with the content of the included xsl file, # resulting in one, big(ish) stand-alone xsl file. # # The resulting file can be tested (least for syntax) with -# `xsltproc public/webcaosdb.xsl test/core/xml/test_case_preview_entities.xml`. +# `xsltproc public/weblinkahead.xsl test/core/xml/test_case_preview_entities.xml`. SOURCE_DIR=public/ diff --git a/misc/select_query_test_data.py b/misc/select_query_test_data.py index 3ecf0a47..dd5d6f63 100755 --- a/misc/select_query_test_data.py +++ b/misc/select_query_test_data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/misc/unit_test_http_server.py b/misc/unit_test_http_server.py index 56205df8..3cae33bf 100755 --- a/misc/unit_test_http_server.py +++ b/misc/unit_test_http_server.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -26,7 +26,7 @@ # """unit_test_http_server -For running and logging the unit test suite of webcaosdb. +For running and logging the unit test suite of weblinkahead. """ import sys import os @@ -35,10 +35,12 @@ from http.server import SimpleHTTPRequestHandler, HTTPServer os.chdir(sys.argv[4]) counter = 0 + + class UnitTestsHandler(SimpleHTTPRequestHandler): """UnitTestsHandler - Handles GET requests and return the source files of webcaosdb or the test + Handles GET requests and return the source files of weblinkahead or the test suite and POST requests for the logger. """ @@ -52,10 +54,10 @@ class UnitTestsHandler(SimpleHTTPRequestHandler): path = self.path[1:] if path in ["done", "log"]: getattr(self, path)() - #return HTTP status: 204 No Content + # return HTTP status: 204 No Content self.send_response(204) else: - #return HTTP status: 404 Not Found + # return HTTP status: 404 Not Found self.send_response(404) def send_response(self, code, message=None): @@ -105,7 +107,7 @@ class UnitTestsHandler(SimpleHTTPRequestHandler): class UnitTestHTTPServer(HTTPServer): """UnitTestHTTPServer - A HTTP server which handles the request to the webcaosdb sources and the + A HTTP server which handles the request to the weblinkahead sources and the tests and servers as a logger when POST request are send to the `log` resource. @@ -150,7 +152,7 @@ class UnitTestHTTPServer(HTTPServer): self.handle_request() print(self._exit_message) - os._exit(self._exit_code)#pylint: disable=protected-access + os._exit(self._exit_code) # pylint: disable=protected-access UnitTestHTTPServer(server_address=('0.0.0.0', int(sys.argv[1])), diff --git a/misc/versioning_test_data.py b/misc/versioning_test_data.py index 5ec7073a..92ee515b 100755 --- a/misc/versioning_test_data.py +++ b/misc/versioning_test_data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/css/webcaosdb.css b/src/core/css/weblinkahead.css similarity index 99% rename from src/core/css/webcaosdb.css rename to src/core/css/weblinkahead.css index 248f3444..963d6bc2 100644 --- a/src/core/css/webcaosdb.css +++ b/src/core/css/weblinkahead.css @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/html/imprint.html b/src/core/html/imprint.html index 6ae3813e..ac5a5a82 100644 --- a/src/core/html/imprint.html +++ b/src/core/html/imprint.html @@ -7,7 +7,7 @@ <script src="/webinterface/${BUILD_NUMBER}/js/footer.js"></script> <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/bootstrap.css"> - <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/webcaosdb.css"> + <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/weblinkahead.css"> <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/dropzone.css"> <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/tour.css"> <link rel="stylesheet" href="https://localhost:10443/webinterface/${BUILD_NUMBER}/css/leaflet.css"> diff --git a/src/core/js/annotation.js b/src/core/js/annotation.js index 42b4217c..06d9d932 100644 --- a/src/core/js/annotation.js +++ b/src/core/js/annotation.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH (info@indiscale.com) * Copyright (C) 2019 Timm Fitschen (t.fitschen@indiscale.com) diff --git a/src/core/js/caosdb.js b/src/core/js/caosdb.js index 39109d44..b7b206e0 100644 --- a/src/core/js/caosdb.js +++ b/src/core/js/caosdb.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018-2020 Alexander Schlemmer * Copyright (C) 2018 Research Group Biomedical Physics, @@ -29,7 +29,7 @@ * JavaScript client for CaosDB * * Dependency: jquery - * Dependency: webcaosdb + * Dependency: weblinkahead * * TODO: * - Check whether everything works when previews are opened. diff --git a/src/core/js/edit_mode.js b/src/core/js/edit_mode.js index ba478dcd..81ae9185 100644 --- a/src/core/js/edit_mode.js +++ b/src/core/js/edit_mode.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/js/ext_applicable.js b/src/core/js/ext_applicable.js index 6e4ae94f..b41c916a 100644 --- a/src/core/js/ext_applicable.js +++ b/src/core/js/ext_applicable.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_autocomplete.js b/src/core/js/ext_autocomplete.js index 02ae1199..388d0dc4 100644 --- a/src/core/js/ext_autocomplete.js +++ b/src/core/js/ext_autocomplete.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH, Henrik tom Wörden * diff --git a/src/core/js/ext_bookmarks.js b/src/core/js/ext_bookmarks.js index d9da4636..e1c4b9e8 100644 --- a/src/core/js/ext_bookmarks.js +++ b/src/core/js/ext_bookmarks.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020,2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_bottom_line.js b/src/core/js/ext_bottom_line.js index 2f40cd5c..f267bbb2 100644 --- a/src/core/js/ext_bottom_line.js +++ b/src/core/js/ext_bottom_line.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> @@ -63,7 +63,7 @@ * @requires resolve_references.is_in_viewport_vertically (funtion from ext_references.js) * @requires load_config (function from caosdb.js) * @requires getEntityPath (function from caosdb.js) - * @requires connection (module from webcaosdb.js) + * @requires connection (module from weblinkahead.js) * @requires UTIF (from utif.js library) * @requires ext_table_preview (module from ext_table_preview.js) */ diff --git a/src/core/js/ext_cosmetics.js b/src/core/js/ext_cosmetics.js index c29f07e4..43d2e1ce 100644 --- a/src/core/js/ext_cosmetics.js +++ b/src/core/js/ext_cosmetics.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021-2023 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_editmode_wysiwyg_text.js b/src/core/js/ext_editmode_wysiwyg_text.js index d5cd88a8..fa09d155 100644 --- a/src/core/js/ext_editmode_wysiwyg_text.js +++ b/src/core/js/ext_editmode_wysiwyg_text.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Florian Spreckelsen <f.spreckelsen@indiscale.com> diff --git a/src/core/js/ext_entity_acl.js b/src/core/js/ext_entity_acl.js index 9fef31fa..01be80bd 100644 --- a/src/core/js/ext_entity_acl.js +++ b/src/core/js/ext_entity_acl.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_entity_state.js b/src/core/js/ext_entity_state.js index 101c3800..159da316 100644 --- a/src/core/js/ext_entity_state.js +++ b/src/core/js/ext_entity_state.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_file_download.js b/src/core/js/ext_file_download.js index 477349b4..1287a8d9 100644 --- a/src/core/js/ext_file_download.js +++ b/src/core/js/ext_file_download.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> diff --git a/src/core/js/ext_jupyterdrag.js b/src/core/js/ext_jupyterdrag.js index 0d055170..68c67532 100644 --- a/src/core/js/ext_jupyterdrag.js +++ b/src/core/js/ext_jupyterdrag.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_map.js b/src/core/js/ext_map.js index 6dd9b963..735b4fd3 100644 --- a/src/core/js/ext_map.js +++ b/src/core/js/ext_map.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH (info@indiscale.com) * Copyright (C) 2019 Timm Fitschen (t.fitschen@indiscale.com) diff --git a/src/core/js/ext_prop_display.js b/src/core/js/ext_prop_display.js index 3a8c616f..82d4bfff 100644 --- a/src/core/js/ext_prop_display.js +++ b/src/core/js/ext_prop_display.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2022-2023 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2022-2023 Florian Spreckelsen <f.spreckelsen@indiscale.com> @@ -26,7 +26,7 @@ * * @requires jQuery (library) * @requires log (singleton from loglevel library) - * @requires load_config (function from webcaosdb.js) + * @requires load_config (function from weblinkahead.js) */ var prop_display = new function ($, edit_mode, getEntityName, getEntityRole, getPropertyElements, getPropertyName, getUserName, getUserRoles, logger, load_config, preview, query) { diff --git a/src/core/js/ext_qrcode.js b/src/core/js/ext_qrcode.js index d075ef88..2bf50ed7 100644 --- a/src/core/js/ext_qrcode.js +++ b/src/core/js/ext_qrcode.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_references.js b/src/core/js/ext_references.js index cee574e3..8f2ea20c 100644 --- a/src/core/js/ext_references.js +++ b/src/core/js/ext_references.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Alexander Schlemmer * Copyright (C) 2019-2020 IndiScale GmbH (info@indiscale.com) diff --git a/src/core/js/ext_table_preview.js b/src/core/js/ext_table_preview.js index 708d4da4..e5bd6378 100644 --- a/src/core/js/ext_table_preview.js +++ b/src/core/js/ext_table_preview.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> diff --git a/src/core/js/ext_trigger_crawler_form.js b/src/core/js/ext_trigger_crawler_form.js index a6e1e3a1..9c28b441 100644 --- a/src/core/js/ext_trigger_crawler_form.js +++ b/src/core/js/ext_trigger_crawler_form.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2019 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_version_history.js b/src/core/js/ext_version_history.js index ea654815..240947d7 100644 --- a/src/core/js/ext_version_history.js +++ b/src/core/js/ext_version_history.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019-2022 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2019-2022 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/ext_xls_download.js b/src/core/js/ext_xls_download.js index 5ea29ba3..3880bcca 100644 --- a/src/core/js/ext_xls_download.js +++ b/src/core/js/ext_xls_download.js @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2019 Timm Fitschen <t.fitschen@indiscale.com> @@ -30,7 +30,7 @@ * * The XLS part depends on a server-side executable script. * - * Dependency: webcaosdb + * Dependency: weblinkahead */ var caosdb_table_export = new function () { diff --git a/src/core/js/fileupload.js b/src/core/js/fileupload.js index 8a988e86..acd5db4a 100644 --- a/src/core/js/fileupload.js +++ b/src/core/js/fileupload.js @@ -1,5 +1,5 @@ /* - * ** header v3.0 This file is a part of the CaosDB Project. + * ** header v3.0 This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, Max-Planck-Institute * for Dynamics and Self-Organization Göttingen diff --git a/src/core/js/form_elements.js b/src/core/js/form_elements.js index 20ff4ead..4725937b 100644 --- a/src/core/js/form_elements.js +++ b/src/core/js/form_elements.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/src/core/js/form_panel.js b/src/core/js/form_panel.js index a745f949..f0d8a23f 100644 --- a/src/core/js/form_panel.js +++ b/src/core/js/form_panel.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/src/core/js/query_shortcuts.js b/src/core/js/query_shortcuts.js index a0a7f877..57d8a744 100644 --- a/src/core/js/query_shortcuts.js +++ b/src/core/js/query_shortcuts.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Alexander Schlemmer * Copyright (C) 2018 Research Group Biomedical Physics, diff --git a/src/core/js/reference_resolver/caosdb_default_person.js b/src/core/js/reference_resolver/caosdb_default_person.js index dc750865..f8aa34c5 100644 --- a/src/core/js/reference_resolver/caosdb_default_person.js +++ b/src/core/js/reference_resolver/caosdb_default_person.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH (info@indiscale.com) * Copyright (C) 2021 Florian Spreckelsen (f.spreckelsen@indiscale.com) diff --git a/src/core/js/tour.js b/src/core/js/tour.js index b8ee3973..d2198cb8 100644 --- a/src/core/js/tour.js +++ b/src/core/js/tour.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/src/core/js/webcaosdb.js b/src/core/js/weblinkahead.js similarity index 99% rename from src/core/js/webcaosdb.js rename to src/core/js/weblinkahead.js index 18387779..fbbb143a 100644 --- a/src/core/js/webcaosdb.js +++ b/src/core/js/weblinkahead.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -29,7 +29,7 @@ /** * Core functionality of the CaosDB web interface. * - * @module webcaosdb + * @module weblinkahead * @global */ diff --git a/src/core/owner.css b/src/core/owner.css index 1a6126b9..654184cf 100644 --- a/src/core/owner.css +++ b/src/core/owner.css @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/owner.xsl b/src/core/owner.xsl index 7f03e7c1..0d3f2c7a 100644 --- a/src/core/owner.xsl +++ b/src/core/owner.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/permissions.css b/src/core/permissions.css index bca557c0..7efa16ce 100644 --- a/src/core/permissions.css +++ b/src/core/permissions.css @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/permissions.xsl b/src/core/permissions.xsl index d4790355..bdc98ad0 100644 --- a/src/core/permissions.xsl +++ b/src/core/permissions.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/webcaosdb.xsl b/src/core/weblinkahead.xsl similarity index 98% rename from src/core/webcaosdb.xsl rename to src/core/weblinkahead.xsl index 38b6461e..d4fc6069 100644 --- a/src/core/webcaosdb.xsl +++ b/src/core/weblinkahead.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/annotation.xsl b/src/core/xsl/annotation.xsl index 1ed1d28f..1ca0f115 100644 --- a/src/core/xsl/annotation.xsl +++ b/src/core/xsl/annotation.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/common.xsl b/src/core/xsl/common.xsl index abaa86e3..63a155af 100644 --- a/src/core/xsl/common.xsl +++ b/src/core/xsl/common.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/entity.xsl b/src/core/xsl/entity.xsl index 3881e722..81999c87 100644 --- a/src/core/xsl/entity.xsl +++ b/src/core/xsl/entity.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/filesystem.xsl b/src/core/xsl/filesystem.xsl index a9249000..5e4adde1 100644 --- a/src/core/xsl/filesystem.xsl +++ b/src/core/xsl/filesystem.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/footer.xsl b/src/core/xsl/footer.xsl index ce491222..d75f6343 100644 --- a/src/core/xsl/footer.xsl +++ b/src/core/xsl/footer.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * Copyright (C) 2019 Daniel Hornung (d.hornung@indiscale.com) diff --git a/src/core/xsl/main.xsl b/src/core/xsl/main.xsl index 1a0bdb81..7b3dd1cc 100644 --- a/src/core/xsl/main.xsl +++ b/src/core/xsl/main.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -52,7 +52,7 @@ <xsl:element name="link"> <xsl:attribute name="rel">stylesheet</xsl:attribute> <xsl:attribute name="href"> - <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/webcaosdb.css')"/> + <xsl:value-of select="concat($basepath,'webinterface/${BUILD_NUMBER}/css/weblinkahead.css')"/> </xsl:attribute> </xsl:element> <xsl:element name="link"> diff --git a/src/core/xsl/messages.xsl b/src/core/xsl/messages.xsl index 42035c99..bd7dc20d 100644 --- a/src/core/xsl/messages.xsl +++ b/src/core/xsl/messages.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/navbar.xsl b/src/core/xsl/navbar.xsl index 2a8c6d4a..725af9b8 100644 --- a/src/core/xsl/navbar.xsl +++ b/src/core/xsl/navbar.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/parent.xsl b/src/core/xsl/parent.xsl index 9dd032b3..6b9156b5 100644 --- a/src/core/xsl/parent.xsl +++ b/src/core/xsl/parent.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/property.xsl b/src/core/xsl/property.xsl index d3524fbd..3396bf45 100644 --- a/src/core/xsl/property.xsl +++ b/src/core/xsl/property.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/query.xsl b/src/core/xsl/query.xsl index 6497cc9c..d1306d4d 100644 --- a/src/core/xsl/query.xsl +++ b/src/core/xsl/query.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/server_properties.xsl b/src/core/xsl/server_properties.xsl index 06790a4c..de7438d2 100644 --- a/src/core/xsl/server_properties.xsl +++ b/src/core/xsl/server_properties.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/core/xsl/welcome.xsl b/src/core/xsl/welcome.xsl index c3c80222..dab4f017 100644 --- a/src/core/xsl/welcome.xsl +++ b/src/core/xsl/welcome.xsl @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/src/doc/Makefile b/src/doc/Makefile index f3519f27..17510cae 100644 --- a/src/doc/Makefile +++ b/src/doc/Makefile @@ -1,5 +1,5 @@ # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com> diff --git a/src/doc/administration/static-snapshots.md b/src/doc/administration/static-snapshots.md index b7f292ad..ac353751 100644 --- a/src/doc/administration/static-snapshots.md +++ b/src/doc/administration/static-snapshots.md @@ -43,7 +43,7 @@ ln -s webui-copy/public webui-copy/public/webinterface You can now use the included xslt stylesheet to convert xml files to html using: ```bash -xsltproc webui-copy/public/webcaosdb.xsl test.xml > test.html +xsltproc webui-copy/public/weblinkahead.xsl test.xml > test.html ``` As the generated html file still contains invalid references to `/webinterface/1602145811` diff --git a/src/doc/extension/xslt-debugging.md b/src/doc/extension/xslt-debugging.md index 80443dd8..eb0cab60 100644 --- a/src/doc/extension/xslt-debugging.md +++ b/src/doc/extension/xslt-debugging.md @@ -30,4 +30,4 @@ So a possible workflow for debugging an xslt script could be: * Save the test response from the server as `test.xml`. * Run `make` in repository `caosdb-webui` * Go to folder `public` in `caosdb-webui` -* Run: `xsltproc webcaosdb.xsl test.xml` +* Run: `xsltproc weblinkahead.xsl test.xml` diff --git a/src/server_side_scripting/ext_file_download/zip_files.py b/src/server_side_scripting/ext_file_download/zip_files.py index 53ea1ca3..60b8b7ea 100755 --- a/src/server_side_scripting/ext_file_download/zip_files.py +++ b/src/server_side_scripting/ext_file_download/zip_files.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2019 IndiScale GmbH # diff --git a/src/server_side_scripting/ext_table_preview/pandas_table_preview.py b/src/server_side_scripting/ext_table_preview/pandas_table_preview.py index c0659d9b..f648750f 100755 --- a/src/server_side_scripting/ext_table_preview/pandas_table_preview.py +++ b/src/server_side_scripting/ext_table_preview/pandas_table_preview.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> diff --git a/test/core/index.html b/test/core/index.html index 0dfea855..4bcb1e12 100644 --- a/test/core/index.html +++ b/test/core/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -24,9 +24,9 @@ <html> <head> <meta charset="utf-8" /> - <title>WebCaosDB Unit Tests</title> + <title>WebLinkAhead Unit Tests</title> <link rel="stylesheet" href="css/qunit.css" /> - <link rel="stylesheet" href="css/webcaosdb.css" /> + <link rel="stylesheet" href="css/weblinkahead.css" /> <link rel="stylesheet" href="css/leaflet.css" /> </head> <body> diff --git a/test/core/js/modules/annotation.xsl.js b/test/core/js/modules/annotation.xsl.js index 3640d93c..0d21c451 100644 --- a/test/core/js/modules/annotation.xsl.js +++ b/test/core/js/modules/annotation.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/modules/common.xsl.js b/test/core/js/modules/common.xsl.js index 16f84caf..7b9a68a6 100644 --- a/test/core/js/modules/common.xsl.js +++ b/test/core/js/modules/common.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/modules/edit_mode.js.js b/test/core/js/modules/edit_mode.js.js index 6f762aaa..0998cb5b 100644 --- a/test/core/js/modules/edit_mode.js.js +++ b/test/core/js/modules/edit_mode.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -20,7 +20,7 @@ * * ** end header */ -/* testing webcaosdb's javascript sources */ +/* testing weblinkahead's javascript sources */ /* SETUP ext_references module */ QUnit.module("edit_mode.js", { diff --git a/test/core/js/modules/entity.xsl.js b/test/core/js/modules/entity.xsl.js index 04ec35a6..b1c131d8 100644 --- a/test/core/js/modules/entity.xsl.js +++ b/test/core/js/modules/entity.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/modules/ext_applicable.js.js b/test/core/js/modules/ext_applicable.js.js index 596f41c9..9a60a209 100644 --- a/test/core/js/modules/ext_applicable.js.js +++ b/test/core/js/modules/ext_applicable.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_autocomplete.js.js b/test/core/js/modules/ext_autocomplete.js.js index aaefd228..c1a1f5e6 100644 --- a/test/core/js/modules/ext_autocomplete.js.js +++ b/test/core/js/modules/ext_autocomplete.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/test/core/js/modules/ext_bookmarks.js.js b/test/core/js/modules/ext_bookmarks.js.js index 8130fe42..81db5cd4 100644 --- a/test/core/js/modules/ext_bookmarks.js.js +++ b/test/core/js/modules/ext_bookmarks.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_bottom_line.js.js b/test/core/js/modules/ext_bottom_line.js.js index 48dc64f2..ed433273 100644 --- a/test/core/js/modules/ext_bottom_line.js.js +++ b/test/core/js/modules/ext_bottom_line.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/test/core/js/modules/ext_cosmetics.js.js b/test/core/js/modules/ext_cosmetics.js.js index f51226ee..f903469c 100644 --- a/test/core/js/modules/ext_cosmetics.js.js +++ b/test/core/js/modules/ext_cosmetics.js.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021-2023 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_file_download.js.js b/test/core/js/modules/ext_file_download.js.js index 1103f613..a4c38aeb 100644 --- a/test/core/js/modules/ext_file_download.js.js +++ b/test/core/js/modules/ext_file_download.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> diff --git a/test/core/js/modules/ext_map.js.js b/test/core/js/modules/ext_map.js.js index 54c8d003..37d12a92 100644 --- a/test/core/js/modules/ext_map.js.js +++ b/test/core/js/modules/ext_map.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/test/core/js/modules/ext_prop_display.js.js b/test/core/js/modules/ext_prop_display.js.js index 8c2c0264..cc12c340 100644 --- a/test/core/js/modules/ext_prop_display.js.js +++ b/test/core/js/modules/ext_prop_display.js.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2022 Florian Spreckelsen <f.spreckelsen@indiscale.com> diff --git a/test/core/js/modules/ext_qrcode.js.js b/test/core/js/modules/ext_qrcode.js.js index d4d50591..2fcc4f09 100644 --- a/test/core/js/modules/ext_qrcode.js.js +++ b/test/core/js/modules/ext_qrcode.js.js @@ -1,5 +1,5 @@ /* - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_references.js.js b/test/core/js/modules/ext_references.js.js index 905b9067..e42c8cbd 100644 --- a/test/core/js/modules/ext_references.js.js +++ b/test/core/js/modules/ext_references.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -20,7 +20,7 @@ * * ** end header */ -/* testing webcaosdb's javascript sources */ +/* testing weblinkahead's javascript sources */ /* SETUP ext_references module */ QUnit.module("ext_references.js", { diff --git a/test/core/js/modules/ext_sss_markdown.js.js b/test/core/js/modules/ext_sss_markdown.js.js index 07199e86..8a76c3f0 100644 --- a/test/core/js/modules/ext_sss_markdown.js.js +++ b/test/core/js/modules/ext_sss_markdown.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_trigger_crawler_form.js.js b/test/core/js/modules/ext_trigger_crawler_form.js.js index e2a4b0c8..43ac5f72 100644 --- a/test/core/js/modules/ext_trigger_crawler_form.js.js +++ b/test/core/js/modules/ext_trigger_crawler_form.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> * Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> diff --git a/test/core/js/modules/ext_xls_download.js.js b/test/core/js/modules/ext_xls_download.js.js index c0343828..6552e9d5 100644 --- a/test/core/js/modules/ext_xls_download.js.js +++ b/test/core/js/modules/ext_xls_download.js.js @@ -1,6 +1,6 @@ /** * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/test/core/js/modules/form_elements.js.js b/test/core/js/modules/form_elements.js.js index f93fde0d..205357cd 100644 --- a/test/core/js/modules/form_elements.js.js +++ b/test/core/js/modules/form_elements.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * @@ -499,7 +499,7 @@ QUnit.test("parse_script_result", function (assert) { var result = str2xml( `<?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="https://localhost:10443/webinterface/webcaosdb.xsl" ?> +<?xml-stylesheet type="text/xsl" href="https://localhost:10443/webinterface/weblinkahead.xsl" ?> <Response username="admin" realm="PAM" srid="256c14970dac2b2b5649973d52e4c06a" timestamp="1570785591824" baseuri="https://localhost:10443"> <UserInfo username="admin" realm="PAM"> <Roles> diff --git a/test/core/js/modules/form_panel.js.js b/test/core/js/modules/form_panel.js.js index a810fb87..551e6565 100644 --- a/test/core/js/modules/form_panel.js.js +++ b/test/core/js/modules/form_panel.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2021 IndiScale GmbH * diff --git a/test/core/js/modules/navbar.xsl.js b/test/core/js/modules/navbar.xsl.js index 78113ce2..dcc78d37 100644 --- a/test/core/js/modules/navbar.xsl.js +++ b/test/core/js/modules/navbar.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/modules/query.xsl.js b/test/core/js/modules/query.xsl.js index e644a674..9b45f355 100644 --- a/test/core/js/modules/query.xsl.js +++ b/test/core/js/modules/query.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/modules/query_shortcuts.js.js b/test/core/js/modules/query_shortcuts.js.js index 3798c5fe..c9377cf5 100644 --- a/test/core/js/modules/query_shortcuts.js.js +++ b/test/core/js/modules/query_shortcuts.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -205,7 +205,7 @@ QUnit.test("make_delete_form", function(assert) { QUnit.test("transform_entities", async function(assert) { var result = str2xml(`<?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="https://localhost:44301/webinterface/webcaosdb.xsl" ?> +<?xml-stylesheet type="text/xsl" href="https://localhost:44301/webinterface/weblinkahead.xsl" ?> <Response username="tf" realm="PAM" srid="e32b9552475ef9ca12a2b5f49aa58c1c" timestamp="1571305648225" baseuri="https://localhost:44301" count="1"> <Record id="2735" name="Test Template (User 1)"> <Info code="10" description="This entity has been deleted successfully." /> diff --git a/test/core/js/modules/tour.js.js b/test/core/js/modules/tour.js.js index f1a2e77a..f2b33572 100644 --- a/test/core/js/modules/tour.js.js +++ b/test/core/js/modules/tour.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH * diff --git a/test/core/js/modules/webcaosdb.js.js b/test/core/js/modules/webcaosdb.js.js index 534dc86c..c4c01f94 100644 --- a/test/core/js/modules/webcaosdb.js.js +++ b/test/core/js/modules/webcaosdb.js.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen @@ -22,11 +22,11 @@ * * ** end header */ -/* testing webcaosdb's javascript sources */ +/* testing weblinkahead's javascript sources */ /* SETUP general module */ -QUnit.module("webcaosdb.js", { +QUnit.module("weblinkahead.js", { before: function (assert) { markdown.init(); connection._init(); @@ -144,7 +144,7 @@ QUnit.test("createErrorNotification", function (assert) { }); /* MODULE connection */ -QUnit.module("webcaosdb.js - connection", { +QUnit.module("weblinkahead.js - connection", { before: function (assert) { assert.ok(connection, "connection module is defined"); } @@ -165,7 +165,7 @@ QUnit.test("get", function (assert) { }); /* MODULE transformation */ -QUnit.module("webcaosdb.js - transformation", { +QUnit.module("weblinkahead.js - transformation", { before: function (assert) { assert.ok(transformation, "transformation module is defined"); } @@ -222,7 +222,7 @@ QUnit.test("mergeXsltScripts", function (assert) { }); /* MODULE transaction */ -QUnit.module("webcaosdb.js - transaction", { +QUnit.module("weblinkahead.js - transaction", { before: function (assert) { assert.ok(transaction, "transaction module is defined"); }, @@ -276,7 +276,7 @@ QUnit.test("retrieveEntityById", function (assert) { }); /* MODULE transaction.update */ -QUnit.module("webcaosdb.js - transaction.update", { +QUnit.module("weblinkahead.js - transaction.update", { before: function (assert) { assert.ok(transaction.update, "transaction.update module is defined"); } @@ -436,7 +436,7 @@ QUnit.test("addErrorNotification", function (assert) { }); /* MODULE preview */ -QUnit.module("webcaosdb.js - preview", { +QUnit.module("weblinkahead.js - preview", { before: function (assert) { // load xmlTestCase var done = assert.async(2); @@ -1108,7 +1108,7 @@ QUnit.test("initEntity", function (assert) { }); /* MODULE queryForm */ -QUnit.module("webcaosdb.js - queryForm", { +QUnit.module("weblinkahead.js - queryForm", { before: function (assert) { assert.ok(queryForm, "queryForm is defined"); assert.notOk(queryForm.initFreeSearch(), "free search reset"); @@ -1279,7 +1279,7 @@ QUnit.test("initFreeSearch", function (assert) { }) /* MODULE paging */ -QUnit.module("webcaosdb.js - paging", { +QUnit.module("weblinkahead.js - paging", { before: function (assert) {} }); @@ -1386,7 +1386,7 @@ QUnit.test("getPageHref", function (assert) { }); /* MODULE annotation */ -QUnit.module("webcaosdb.js - annotation", { +QUnit.module("weblinkahead.js - annotation", { before: function (assert) { markdown.init(); // overwrite (we don't actually want to send any post requests) @@ -1813,7 +1813,7 @@ QUnit.test("annotation module", function (assert) { /* MODULE navbar */ -QUnit.module("webcaosdb.js - navbar", { +QUnit.module("weblinkahead.js - navbar", { before: () => { $(document.body).append('<div id="top-navbar"><ul class="caosdb-navbar"/></div>'); }, @@ -1885,7 +1885,7 @@ QUnit.test("toolbox example", function (assert) { assert.equal($('.caosdb-f-navbar-toolbox[data-toolbox-name="Tools"] button').length, 3, "three 'Tools' buttons"); }); -QUnit.module("webcaosdb.js - version_history", { +QUnit.module("weblinkahead.js - version_history", { before: function (assert) { connection._init(); }, @@ -2031,7 +2031,7 @@ QUnit.test("init_restore_version_buttons", async function (assert) { /* SETUP tests for user_management */ -QUnit.module("webcaosdb.js - user_management", { +QUnit.module("weblinkahead.js - user_management", { afterEach: function (assert) { $(user_management.get_change_password_form()).remove(); }, diff --git a/test/core/js/modules/welcome.xsl.js b/test/core/js/modules/welcome.xsl.js index de59eedc..cebb2168 100644 --- a/test/core/js/modules/welcome.xsl.js +++ b/test/core/js/modules/welcome.xsl.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/js/setup.js b/test/core/js/setup.js index fac4fd78..45462f2d 100644 --- a/test/core/js/setup.js +++ b/test/core/js/setup.js @@ -1,6 +1,6 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/xml/test_case_file_preview.xml b/test/core/xml/test_case_file_preview.xml index 8c2320cf..06ad9425 100644 --- a/test/core/xml/test_case_file_preview.xml +++ b/test/core/xml/test_case_file_preview.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/xml/test_case_list_of_myrecordtype.xml b/test/core/xml/test_case_list_of_myrecordtype.xml index 63587832..1836c35d 100644 --- a/test/core/xml/test_case_list_of_myrecordtype.xml +++ b/test/core/xml/test_case_list_of_myrecordtype.xml @@ -1,6 +1,6 @@ <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/xml/test_case_preview_entities.xml b/test/core/xml/test_case_preview_entities.xml index 1e600004..41828755 100644 --- a/test/core/xml/test_case_preview_entities.xml +++ b/test/core/xml/test_case_preview_entities.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2018 Research Group Biomedical Physics, * Max-Planck-Institute for Dynamics and Self-Organization Göttingen diff --git a/test/core/xml/test_sss_output.xml b/test/core/xml/test_sss_output.xml index 6fad9d3e..548dbfb2 100644 --- a/test/core/xml/test_sss_output.xml +++ b/test/core/xml/test_sss_output.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="../webcaosdb.xsl"?> +<?xml-stylesheet type="text/xsl" href="../weblinkahead.xsl"?> <Response> <script code="0"> <stdout>here are new lines and stuff diff --git a/test/ext/js/modules/fileupload.js.js b/test/ext/js/modules/fileupload.js.js index 20c8ea38..6eb59d07 100644 --- a/test/ext/js/modules/fileupload.js.js +++ b/test/ext/js/modules/fileupload.js.js @@ -1,7 +1,7 @@ /* * ** header v3.0 - * This file is a part of the CaosDB Project. + * This file is a part of the LinkAhead Project. * * Copyright (C) 2019 IndiScale GmbH, Göttingen * diff --git a/test/server_side_scripting/ext_table_preview/test_pandas_table_preview.py b/test/server_side_scripting/ext_table_preview/test_pandas_table_preview.py index c7c0cd3b..eda38046 100644 --- a/test/server_side_scripting/ext_table_preview/test_pandas_table_preview.py +++ b/test/server_side_scripting/ext_table_preview/test_pandas_table_preview.py @@ -2,7 +2,7 @@ # encoding: utf-8 # # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # Copyright (C) 2020 Henrik tom Wörden <h.tomwoerden@indiscale.com> diff --git a/tools/copy_into_docker.sh b/tools/copy_into_docker.sh index efce266a..f2ae9fef 100755 --- a/tools/copy_into_docker.sh +++ b/tools/copy_into_docker.sh @@ -1,7 +1,7 @@ #!/bin/bash # ** header v3.0 -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2019 IndiScale GmbH # -- GitLab