Commit Graph

3307 Commits (7a71110033d9fa03ce2f809fc8eac7db06f73d68)
 

Author SHA1 Message Date
Konstantina Galouni 7bdfcb70af Created common component for rich text editor configuration & added rich text for dmp and dataset description.
1. library/rich-text-editor: [NEW] Common component which configures a rich text editor.
2. dataset-editor.component.html & main-info.component.html: Use <rich-text-editor-component> to allow rich text in dataset and dmp description.
3. dataset-overview.component.html & dmp-overview.component.html: Show dataset and dmp description as innerHTML.
4. dataset.module.ts & dmp.module.ts: Imported RichTextEditorModule.
3 years ago
George Kalampokis 6ff9ea2d05 When exporting to word/PDF HTML styled text, make <br> tag to be parsed once 3 years ago
George Kalampokis 0010ad846a When exporting to word/PDF HTML styled text, it will be preperly indented and it can read the change line character 3 years ago
George Kalampokis 5a66754cbd Make DMP language Mandatory and set default language to English 3 years ago
George Kalampokis fd26e2a742 Fix issue with DMP index not updating after a new user is invited 3 years ago
George Kalampokis 900a377d5f Fix critical issue with RDA Comoon Standard text load 3 years ago
George Kalampokis 93baa4a281 Add support for more html tags on the Document/PDF exporter 3 years ago
George Kalampokis 2c29469590 Allow to configure the path of the email templates (ref #7122) 3 years ago
Kristian Ntavidi ae0618d5be Fix multiplicty bug on Admin Template Editor. 3 years ago
George Kalampokis 8e2fea2ea0 Merge remote-tracking branch 'origin/Development' into Development 3 years ago
George Kalampokis e66362ec38 Add prometheus metric for the number of grants used based on DMP status (ref #6462) 3 years ago
George Kalampokis 35c4ec821e Add a special query logic with group by and count 3 years ago
Konstantinos Triantafyllou 81a5964a55 Remove google client id, commited by mistake 3 years ago
Konstantinos Triantafyllou 7a3f3f2fd5 Add reordering for inputs in a dataset template 3 years ago
Konstantina Galouni eeb5479a98 form-composite-title.component.html: [Bug fix] Show "view more/less" functionality only if there is extendedDescription. 3 years ago
Diamantis Tziotzios c3f28936af Dockerfile update 3 years ago
Diamantis Tziotzios 887789d9e5 Dockerfiile update 3 years ago
George Kalampokis e8366aa61a Fix critical issue with dataset pagination 3 years ago
George Kalampokis 942782fe3c Use metrics predifined names instead of plain Strings 3 years ago
George Kalampokis d0d918682b Refactor remote fetcher and made it independent of sun libraries 3 years ago
George Kalampokis 65644c3a35 Add extra sanity checks 3 years ago
George Kalampokis 045dd51014 Prevent the selection of an already selected dataset Templates 3 years ago
George Kalampokis 32e299fc45 Merge remote-tracking branch 'origin/Development' into Development 3 years ago
Konstantina Galouni f9bf688085 dataset-wizard.component.html: Added in dropdown list "Save & Continue" option (same as Save). | assets/i18n/: Added DATASET-WIZARD.ACTIONS.SAVE-AND-CONTINUE in language files. 3 years ago
George Kalampokis a4fef8e462 Refactor PDF conversion 3 years ago
Konstantina Galouni 198061aeaa Description boxes in admin forms replaced with rich text editor <angular-editor>.
1. dataset-profile-editor-composite-field.component.ts & dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts: Initialize AngularEditorConfig.
2. dataset-profile-editor-composite-field.component.html & dataset-profile-editor-section.component.html & dataset-profile-editor.component.html: Use <angular-editor> in description.
3. multiple-auto-complete.component.html & dataset-profile-listing.component.html & form-section.component.html: Show description as html.
4. dataset-profile.module.ts: Imported HttpClientModule, AngularEditorModule (needed for <angular-editor>).
5. available-profiles.component.html: Show description as html, under the Dataset Template title, not as tooltip (matTooltip does not receive html).
6. available-profiles.component.ts: Added styleUrls: ['available-profiles.component.scss'].
7. available-profiles.component.scss: [NEW] Added css for class "list-option" to cut description if too long.
8. form-composite-title.component.html: Show description and extendedDescription as html | Add view more/less functionality to show/hide extendedDescription.
9. form-composite-title.component.ts: Added "public showExtendedDescription: boolean = false;" field.
10. form-composite-title.component.scss: Added css for "more" class, to make "view more/less" seem like link.
11. assets/i18n/: In language files added DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-MORE (-LESS).
12. assets/styles.css: Added css for <angular-editor>, to be similar to the other text areas and forms.
3 years ago
George Kalampokis 1a821179db Even more Fixes over dashboard's sorting 3 years ago
George Kalampokis 6de12fd0e8 Fix issue with RDA Common Standards 3 years ago
George Kalampokis 29919f981a Fix issue with recent activity sorting 3 years ago
George Kalampokis 7fe84d7de5 Eliminate Duplicate user when making a new version 3 years ago
George Kalampokis a3af8ce3a5 Merge branch 'spring-update' into Development
# Conflicts:
#	dmp-backend/web/src/main/java/eu/eudat/controllers/Admin.java
#	dmp-backend/web/src/main/java/eu/eudat/controllers/Login.java
#	dmp-backend/web/src/main/java/eu/eudat/controllers/UserGuideController.java
#	dmp-backend/web/src/main/java/eu/eudat/logic/managers/DataManagementPlanManager.java
#	dmp-backend/web/src/main/java/eu/eudat/logic/managers/DatasetManager.java
#	dmp-backend/web/src/main/java/eu/eudat/logic/managers/DatasetProfileManager.java
#	dmp-backend/web/src/main/java/eu/eudat/logic/managers/MetricsManager.java
3 years ago
George Kalampokis 0e97e6c0a8 Fix issues with external sources 3 years ago
George Kalampokis 1d48ee81b9 Add additional null check for Elastic's Dmp Repository 3 years ago
George Kalampokis 9919886c26 Fix issues with dataset sorting on Dashboard with Elasticsearch 3 years ago
George Kalampokis 77d50773b8 Merge branch 'improved_queries' into Development
# Conflicts:
#	dmp-backend/web/src/main/java/eu/eudat/logic/managers/DataManagementPlanManager.java
3 years ago
George Kalampokis 0506f2d3a3 Merge remote-tracking branch 'origin/Development' into Development 3 years ago
George Kalampokis 524cededb6 Fix issue when exporting to docx/pdf 3 years ago
Kristian Ntavidi 74ec2126f0 Visibility Rules fix
* Reduce sourceValue visibility value based on logic.
3 years ago
George Kalampokis cb1d7b5340 Replace altChunk html to docx with direct parsing (manual) 3 years ago
George Kalampokis ef5e6a92e0 Fix critical issue with Dataset Template xml import 3 years ago
George Kalampokis 70538850a2 Merge remote-tracking branch 'origin/Development' into Development 3 years ago
George Kalampokis 407961e137 Fix critical issue with DMP queries without elastic 3 years ago
Kristian Ntavidi 907ad14269 #7028 Text area fields minRows defaults to 3 3 years ago
George Kalampokis 3ec942cfa7 Add support for Html text when exporting to docx (alpha) 3 years ago
George Kalampokis 54c862ecbb Minor metrics refactor 3 years ago
George Kalampokis b66bde871a Fix issue of new DMPs not showing on the user's listing with elasticsearch active (#7010) 3 years ago
George Kalampokis 67b10528e3 Fix db creation scripts for linux 3 years ago
George Kalampokis 0886424b29 Fix db creation scripts for linux 3 years ago
George Kalampokis 91729bab6d Optimize queries 3 years ago
George Kalampokis defac6afcc Fix issue with date formats on RDA import 3 years ago