diff --git a/CHANGELOG.md b/CHANGELOG.md index eabd0f69d3867d0443c4082288e2ec375f47210f..41c93fc7ce040c2388fe80d470c785a77a68d595 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 81f13eb7181aeec7067e7789565f2688667b2b40..78acb4bbbb2327eec8a614dd8446e43325074231 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 195e2f729caa98745857ee9b7b3a7b3683d5a34f..c80dc5b3f9019afd6a58d3630dea4058ced0d45b 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 00f044e142a1d89efd764076e3b6c6c079133fc7..3fbf3e99bde27dfd3fd33696ac7bd1ef1d2bdda7 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 d21943b6fc51abf370b2939a7ac8a6bad72e9a04..48863f06818618a7577afe954a12d1075620200c 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 8768803299277a011a0f9a874ddb3a3495af0834..8eae4463baef76eeee082aafa6ddd79cac1f5449 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 1a43094eb6719e2b7b2a6a4ab42d47fcc415d513..3335485c793cf8468a33e95747b30eef5e49e80a 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 786f46c2d6bcd1d55488a15e2c4f50085f331950..1d9f067b92b4722b45529e4e12af3d623316c2a0 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 b8204811d37756c805c9ae8104cd4e58c6f19ab6..e169576c41fe18d2d736eb4b7cc6188591cc5d88 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 506a65866db42c329b4e19c197842f04bdfc4aca..ba2d9fd1ad72481a1a4c1a056e7f7ca59f83f3a7 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 e88bf6de7ea7291dbc9baa74bb3a1db0db63134d..c175e992c2dc19b6d7a03d2b638a56677a36c92e 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 3ecf0a47a56641c1c2a05ea3346e9a4ef2ff0e35..dd5d6f63e8cfa578f100ba5f03339b60aaa6fd8f 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 56205df8d34491b865698742f6b24b1679894df8..3cae33bf55446d1ce8621fdadf6861989895b814 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 5ec7073aeaffc894916ee8a6c4cfdc82bc25a4f1..92ee515b5e2199765f271f32a078e082a412d6a0 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 248f3444962a839193016a42dc4e9f730ba7d448..963d6bc2a4eb920e3a225ca49ce79adb04851b15 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 6ae3813e4d99ad3587ca7d3487fffeecf8ab3b37..ac5a5a82e982c2fd7fca88447c3d8f55b7be226d 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 42b4217cf2a7c2cd1214d0384ba09a23e2cddaf3..06d9d9327ed701d42137fa83fdc878d276214db0 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 39109d444ff4bc8bbd0f2b2811004967565a3361..b7b206e0b0b49cd2b21f59cc51c51fa4d3a0c911 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 ba478dcd90cc9f6899e678f543d1c928129e1df7..81ae91855f42818a1e2cf3c7ff7057016220417e 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 6e4ae94f742e00e46f6cff609f4217100c9f4292..b41c916a5bd398cdd5e8c8ab4cc5fa2c4457cf15 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 02ae1199494ae3634afa16ad417b886f19068ee0..388d0dc49153b64d6f9d93dbb49d72ca1406234a 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 d9da463699ff7021b9f94a877aa3d9379dffb5dc..e1c4b9e87ba073f22a2a9654173c4b613ad19927 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 2f40cd5c822c7153ef9fe8c40e7b06ffe70a3996..f267bbb2ad82619b203d98eff18b336f81a38c71 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 c29f07e42294ff3d8c0b4b86da829865b8a650c5..43d2e1ce041bdac90d59fcf4070261704886a75b 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 d5cd88a85084c76fd92c8710d9845bd80f09fb95..fa09d155b26817f358287a22d0d5e4ed23cb1b3d 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 9fef31fac6f4ff27a4da12f4019d49b0e258f87d..01be80bd95e26b29b3a2ce80291111b259a07325 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 101c3800fc16632f2e36778a9e0468feae43f677..159da3160b5f1c7fd68a4a8571bf0515ea90a572 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 477349b421e03d74aa28fddf6b4748f64ffa9f7b..1287a8d9b9caa9fe0869bc4c22647659d6c6ab91 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 0d055170076e23dfecc3d282ffeee03886b1d15c..68c67532c36fdce08655237161f1a4495b897542 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 6dd9b963d4caa2887f4e680285e7b61a47e97b20..735b4fd309e977f15abc49dc31bec56363ecbe26 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 3a8c616f503caadd4c0df04800bc8c15f0c068b2..82d4bfffce5960f95668d68d10a7e56418eb80a1 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 d075ef884a89d407cb1e79b98f2045c6d4e25a26..2bf50ed7a46b70fb982f1ed611da692fde5e35b2 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 cee574e30c305f719dd041cc05913fa704d2e6d4..8f2ea20c1a3eb9bc2fe956c01d8c2232528e0182 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 708d4da4b69602b4824b46e2aac082e4037b3102..e5bd63783694fd0320668db7a76d6c77056d8bc1 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 a6e1e3a18a3582cc9b3e511880b72d15f730b346..9c28b441c1175101e697512058c4ce2879f6b39d 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 ea65481589c2f95405833f7b4a929f450ea6da96..240947d7b0f5e96b1731d7221b2c723199ca1390 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 5ea29ba38698b7c14ad4329201b2f3104dfe57ab..3880bcca5e52f2427a85264d69cc53165507c2d2 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 8a988e86a6a9b5bbb39f39a37d63b32b144c748d..acd5db4a172ba6c2c1adf5ed16666bd883bc6f5b 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 20ff4ead80d897bd8b90497c7c0f03351c0d92ff..4725937b505d882da0f9efbf8fadc8266e361255 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 a745f949f98d6219e377783d7ca6c854908df573..f0d8a23f1705121a1bc4acea620d779df1ac44df 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 a0a7f877555dc6e2c2617892540c900be12a6a19..57d8a7441fca3d227baddd0565c01fccaace688c 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 dc750865c9ebf7aa01385d8f471d8d051c335fae..f8aa34c5fd15ab582588bfd672209c970f374487 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 b8ee39732eb0542e74ca4bced38a9203469b5aea..d2198cb8ce083a1841a493de4e2223256c7c5b59 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 18387779cfe8a9ee2ac34a1b3e69fa3f1127689f..fbbb143abd45a5e0ccbde482a6b0ff0bad87bb16 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 1a6126b92c1b23ce9f2db29da7451f86ebba90a1..654184cf1bd10af4511da12987d1c8bcd2dd2a44 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 7f03e7c10ebb1edbf0a6fa3879ea0cb840275651..0d3f2c7a89ad9eadbf6addef429a893cd75ddbf5 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 bca557c06d909de6f70febcd90d2e03e77112efc..7efa16ce81f44bd4edfb41e7fb48a4ee75807e5d 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 d47903553a80c88822743cedc69af1791ca49251..bdc98ad03ff6d71a82e10fc03a3cdf8c7277d02a 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 38b6461e8793d9063f1d8f0047df9232c138da54..d4fc606902d95fb1d3a92b5d542ab977aea91d4a 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 1ed1d28fe00cffaa2bde79cd7fef070b49771b38..1ca0f115d9116c1e8c18ad3e8a3e86c689374f07 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 abaa86e34f54e7e59b1df517c177018e4100dea5..63a155af7655e0498eeec8351bcf37a9711b2dd9 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 3881e722608c6013b433a815f2db72a1896cd76e..81999c878333157d377e629f46d3a11d52093040 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 a924900091ca2f2c2b00ed698e144c62d27511d6..5e4adde1eac8794d8674225ba4a547002df02680 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 ce491222ca8e018ced18167bdfc9e934c37fa4d8..d75f63439a32ab8d8bd1ed511f7fa6dd8f2e1387 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 1a0bdb812afb18ad6ab291acb975de994c5d3e47..7b3dd1ccfe741c00079a98f83da6c58c7894926b 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 42035c9942652c78714b46e0d99b2b8138b0eb3c..bd7dc20d418a9040097d89d54322d19eae54637f 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 2a8c6d4a405a7a86da45e5acc44e4ac8909a0525..725af9b8acb369ff1cd8596e1ff57fff71d221e2 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 9dd032b3a9d238e943f3be5e4f0e81a7c6b0d6e7..6b9156b5000f7eb647c333c4d8fe24039c94499f 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 d3524fbdf74ef17f8a2c69554371876dab79eae2..3396bf4556e7d25c949aa300c068bdb3df00603b 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 6497cc9c64f7921c2b26b4ccd6535d181ddfeb4b..d1306d4d750ca911679d132a403d1f94c8e5bc2d 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 06790a4c3a5c3e3017277ea8d256cb4d159ae5b2..de7438d2089ac55156332bd15899d55955af4a11 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 c3c80222492abaf243cbf227b143a9c13546a3f1..dab4f01756c2d9cde4dfd8975b63c308c6f8094a 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 f3519f277badaf083c7f3512c64b18911ddf1f11..17510caebd1f34ed6dc0bc19108cb41fa730de76 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 b7f292ad37d4a35f63aed406600190e988bf84a6..ac353751b8b9e7c797913609ab26618701e61852 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 80443dd8656da5645a5315f83f5ce26dfbbebce0..eb0cab60b5421243615f346e529763904bdc6650 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 53ea1ca3952ef7ec793ae0e53fb851bf1866a39b..60b8b7ea170d82b63a01c4ab5bf200dcd5d8247a 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 c0659d9b1839c43e0629a878d792c414577ea344..f648750ff2fae4f5171c210894f46b4d314dab28 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 0dfea85580fe64d0f7a4676f1d919ec5662dee09..4bcb1e125aa0543dfedb8c5d7ac12ca0e383eb50 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 3640d93c0e1d33c638c92c9e2830c77c0e44ff40..0d21c451151899d9c3a278b3aa2dc6c9e0290a1a 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 16f84cafc3bdb0b48a42cc10a1cdc03445f48541..7b9a68a6768d6ebc232b683686a368ef29f1a034 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 6f762aaa168acfaca79141617f0027726fde7c67..0998cb5b7c4bf6080565dd722b83aa94c09a26e2 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 04ec35a6fc14cbad81c731908e28f788999c3563..b1c131d8cf86e6d0da0f65c5a5a43b458b8ac6c5 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 596f41c9c9a80e47f4a8ebd8268194af4eba1236..9a60a209efae02bd724ab48ab5eee25952712062 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 aaefd228705e12a0c47bf47f1a4e1ce7936d58f6..c1a1f5e6960a22e834a75d796b478a944c0d849d 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 8130fe422a5bd124ef1c6767708b036e2e904f53..81db5cd478be0524dad0205c87ca24138fe1b855 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 48dc64f231c1dc5929eece1f44756d60cb17c0a1..ed433273e6406bb996c04ebbaaa5fe3429825f1a 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 f51226ee01a1607c9ba1580c3760500fdec760b1..f903469c6512779aea4df737e01eadd22a374daa 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 1103f61304c56259cc1a54a94c0c6b6b201d2aa5..a4c38aeb9767a3d00865fc9ee0ee99c5bc1baf29 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 54c8d003029632f13277c05c332b0c4993c35c63..37d12a9277a6a7b3444912d946152df5871f67fc 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 8c2c0264b44810786ed64fc556d21fb21dbe9b1f..cc12c340ed13b34e1c927b67c2e79f794a49f010 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 d4d505913035d17d14cb7b110e8dc67b0a018a44..2fcc4f0906006412acbadff1bd3ff2310b1ad624 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 905b90674c6fdbeb683e42900960d646a0d0a315..e42c8cbdf3c84f93579f6d5aac71faba0bb7eb8a 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 07199e869f56c7042a78dba6938de55e4a36e727..8a76c3f0528aa4dee9b18833f6654a503bdd0659 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 e2a4b0c8a494e43234547de4740ea62dde77beac..43ac5f727cfeeaae35085a351fdeb2654bf39bb6 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 c0343828b3e4df976b006d8375936c8a339ea496..6552e9d5828dd26803d43025d45151ff9d6c6594 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 f93fde0db2d69156312b2a34c3748112619b68eb..205357cd69ab6e916c5fab2f0f29bf61784c1c4d 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 a810fb8711f14bc3b3637297c9f937884022fc15..551e656590488c7a83e32e622c1b505637f6ba5c 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 78113ce2bd7c9ada61205ae5fc3b2e098ee92e8f..dcc78d370b26dbe1436afee94053fa35d1595c28 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 e644a674b6a8e58fd7c1395d1e337d5416c2bc5e..9b45f35505f4cd833d63a0d888e174c0e58981bc 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 3798c5fe81ea6e860cd176797a9a6959a9a64895..c9377cf543bf0a19ec8ebf1ec65e4253aa717eab 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 f1a2e77a2bf6594bce3aa71502aa3d9d154556e2..f2b33572578fa1354eb0f713378452b7d0576d7a 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 534dc86c485ccfac184bb05bac17d595addaa3d6..c4c01f9479d17efc3d1ca5669163337b2ba82b4f 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 de59eedca9bbacdbc4c797f9bfd51d11bb332132..cebb21688949ea8e02209aab0653f18a0b1bad2f 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 fac4fd78d0c867cf213917b16d874513d1871a09..45462f2d500ebdaecf0b6f197a52df6f13ca9fcb 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 8c2320cf1c4eb44fede4ec0e68e55df62f3f38c7..06ad9425dbeebb8aa8d60feca32af082bf2a0a22 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 63587832758049c6de22055225c9dbb9acb7ff48..1836c35d240cb845afcbc998f21a871e20c6e5e3 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 1e600004df0607bfd5ef682d5441027aea536b7a..418287554c64cb478429c223b6b36b73e0cf5910 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 6fad9d3edcc3436b32c0efc2a015fe5ce60a29df..548dbfb236fc73f30bd08b5f6d905d9bcd0762f7 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 20c8ea380d1fc054a8fa5217559cd96745a9fd09..6eb59d07787e95f71441cf3906854554dd90887f 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 c7c0cd3bc22c62ad4f1a214d4ed777718cdbf74a..eda38046ae0baf665b8acfb573e43ce696a2ff47 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 efce266a66cd215eb5db3b7d2cc5d1c0cf13298f..f2ae9fef8b5fc9a8010c50f372e0b31208bfdb0e 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 #