Skip to content
Snippets Groups Projects
Verified Commit d807c37c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent 5532a166
No related branches found
No related tags found
1 merge request!36merge f-boot-tour to dev
Pipeline #8789 passed with warnings
......@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added (for new features, dependecies etc.)
* `ext_cosmetics` module which converts http(s) uris in property values into
clickable links.
* Displaying and interacting with the entity state.
* Change password functionality for users of the internal user source.
* Visually highlighted drop zones for properties and parents in the edit_mode.
......
......@@ -30,6 +30,7 @@ var cosmetics = new function () {
var _linkify = function () {
$('.caosdb-f-property-text-value').each(function (index) {
// TODO also extract and convert links surrounded by other text
if (/^https?:\/\//.test(this.innerText)) {
var uri = this.innerText;
var text = uri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment