Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
3daa7ac2
Verified
Commit
3daa7ac2
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update changelog
parent
f0818b7e
No related branches found
No related tags found
2 merge requests
!59
REL: release 0.4.1
,
!48
ENH: docs link in footer
Pipeline
#15500
passed
3 years ago
Stage: linting
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+13
-0
13 additions, 0 deletions
CHANGELOG.md
build.properties.d/00_default.properties
+12
-12
12 additions, 12 deletions
build.properties.d/00_default.properties
with
25 additions
and
12 deletions
CHANGELOG.md
+
13
−
0
View file @
3daa7ac2
...
...
@@ -9,13 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added (for new features, dependecies etc.)
*
Documentation link in standard footer
*
Build properties for footer elements:
*
`BUILD_FOOTER_CONTACT_HREF`
*
`BUILD_FOOTER_IMPRINT_HREF`
*
`BUILD_FOOTER_DOCS_HREF`
*
`BUILD_FOOTER_SOURCES_HREF`
*
`BUILD_FOOTER_LICENCE_HREF`
See
`build.properties.d/00_default.properties`
for more information
### Changed (for changes in existing functionality)
*
Default footer elements contain invalid links for imprint, contact, and data-policy now
### Deprecated (for soon-to-be removed features)
### Removed (for now removed features)
*
Build property
`BUILD_CUSTOM_IMPRINT`
. Please use BUILD_FOOTER_IMPRINT_HREF
and link a document instead. You can always put a html page to
`src/ext/html/`
and link to that.
### Fixed (for any bug fixes)
### Security (in case of vulnerabilities)
...
...
This diff is collapsed.
Click to expand it.
build.properties.d/00_default.properties
+
12
−
12
View file @
3daa7ac2
...
...
@@ -79,18 +79,6 @@ BUILD_FAVICON=pics/caosdb_logo_42.png
# Link to the data policy statement document.
BUILD_FOOTER_DATA_POLICY_HREF
=
"Please configure me!"
# Custom footer elements can be placed here (will be placed inside a <div>
# element).
BUILD_FOOTER_CUSTOM_ELEMENT_ONE
=
# BUILD_FOOTER_CUSTOM_ELEMENT_ONE='<p>Some content <img
# src="/webinterface/${BUILD_NUMBER}/pics/some_image.png"/>'
# Files from the `build.properties.files` directory can also be included here
# These files will also have a second step of variable substitution with
# ${BUILD_NUMBER}.
BUILD_FOOTER_CUSTOM_ELEMENT_TWO
=
# BUILD_FOOTER_CUSTOM_ELEMENT_TWO=$(cat footer_element_2.html)
# 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
...
...
@@ -108,6 +96,18 @@ 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).
BUILD_FOOTER_CUSTOM_ELEMENT_ONE
=
# BUILD_FOOTER_CUSTOM_ELEMENT_ONE='<p>Some content <img
# src="/webinterface/${BUILD_NUMBER}/pics/some_image.png"/>'
# Files from the `build.properties.files` directory can also be included here
# These files will also have a second step of variable substitution with
# ${BUILD_NUMBER}.
BUILD_FOOTER_CUSTOM_ELEMENT_TWO
=
# BUILD_FOOTER_CUSTOM_ELEMENT_TWO=$(cat footer_element_2.html)
##############################################################################
# ext_trigger_crawler_form properties
##############################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment