Skip to content
Snippets Groups Projects

REL: release 0.4.1

Merged Henrik tom Wörden requested to merge release-0.4.1 into main
19 files
+ 553
51
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -60,6 +60,8 @@ BUILD_MODULE_USER_MANAGEMENT_CHANGE_OWN_PASSWORD_REALM=CaosDB
BUILD_MODULE_EXT_RESOLVE_REFERENCES=ENABLED
BUILD_EXT_REFERENCES_CUSTOM_RESOLVER=person_reference
BUILD_MODULE_EXT_EDITMODE_WYSIWYG_TEXT=DISABLED
##############################################################################
# Navbar properties
##############################################################################
@@ -77,7 +79,24 @@ BUILD_FAVICON=pics/caosdb_logo_42.png
##############################################################################
# Link to the data policy statement document.
BUILD_FOOTER_DATA_POLICY_HREF=https://missing-domain.com/missing-page
BUILD_FOOTER_DATA_POLICY_HREF="Please configure me!"
# Contact mail or link to contact information for the responsible administrator of this caosdb server instance.
BUILD_FOOTER_CONTACT_HREF="Please configure me!"
#BUILD_FOOTER_CONTACT_HREF=mailto:info@indiscale.com
# Link to imprint for this caosdb server instance.
BUILD_FOOTER_IMPRINT_HREF="Please configure me!"
#BUILD_FOOTER_IMPRINT_HREF=https://www.indiscale.com/imprint/
# Link to docs (should rarely be changed (maybe for additional docs))
BUILD_FOOTER_DOCS_HREF="https://docs.indiscale.com"
# Link to sources (should almost never be changed (maybe for additional sources))
BUILD_FOOTER_SOURCES_HREF="https://gitlab.com/caosdb"
# Link to license (should almost never be changed (maybe for other languages))
BUILD_FOOTER_LICENCE_HREF="https://www.gnu.org/licenses/agpl-3.0.en.html"
# Custom footer elements can be placed here (will be placed inside a <div>
# element).
@@ -90,7 +109,6 @@ BUILD_FOOTER_CUSTOM_ELEMENT_ONE=
# ${BUILD_NUMBER}.
BUILD_FOOTER_CUSTOM_ELEMENT_TWO=
# BUILD_FOOTER_CUSTOM_ELEMENT_TWO=$(cat footer_element_2.html)
BUILD_CUSTOM_IMPRINT='<p> Put an imprint note here </p>'
##############################################################################
# ext_trigger_crawler_form properties
@@ -157,4 +175,6 @@ MODULE_DEPENDENCIES=(
qrcode.js
ext_qrcode.js
form_panel.js
ckeditor.js
ext_editmode_wysiwyg_text.js
)
Loading