Alex Martzios
b355d7b7c1
change breadcrumbs in resources pages
2022-09-19 16:47:52 +03:00
Konstantina Galouni
876b51d420
[Connect Admin | new-theme]: profile.component.ts: [Bug fix] Class is "uk-hidden" instead of "hidden".
2022-09-19 12:45:45 +03:00
argirok
59c09d0295
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-09-16 17:30:43 +03:00
Konstantina Galouni
b373a53e34
[Library | new-theme]: parsingFunctions.class.ts: [Bug fix] Stringify each downloadName and collectedFromName.
2022-09-16 16:12:58 +03:00
Konstantina Galouni
89e769f030
[Library | new-theme]: parsingFunctions.class.ts: [Bug fix - #8074 ] In method "parseResults()", updated how title of each related research is parsed (prioritize classid = "main title").
2022-09-15 16:28:25 +03:00
Alex Martzios
bdce56aff9
text changes/typos for indicator-themes and terminology pages
2022-09-15 11:56:05 +03:00
Alex Martzios
b8ac412137
remove alert-modal footer entirely if alertFooter boolean is false
2022-09-14 16:31:55 +03:00
Konstantinos Triantafyllou
b7a5cf34ab
Fix flickering for linking basket
2022-09-14 09:26:57 +03:00
Alex Martzios
945cee4519
terminology component - make graph text sticky at the bottom of the page
2022-09-13 09:25:10 +03:00
Konstantinos Triantafyllou
896f95366c
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-09-09 12:13:08 +03:00
Konstantinos Triantafyllou
16fd671a5c
Fix parenthesis bug in search queries
2022-09-09 12:13:01 +03:00
Konstantina Galouni
7ef47ab0ef
[Library | new-theme]: Fixes in parsing of "eoscifguidelines" | Added EOSC Subject ("eoscifguidelines") in RESULT ADVANCED FIELDS (not in production for now).
...
1. resultLanding.service.ts: [Bug fix] Spelling error in parsing of "eoscifguidelines" field.
2. showSubjects.component.ts: [Bug fix] Do not show "EOSC" label in classified subjects, when no "eoscSubjects" parsed.
3. searchFields.ts: In RESULT_ADVANCED_FIELDS added "eoscifguidelines" | Added method "getResultAdvancedFields()", which does not include "eoscifguidelines" in "RESULT_ADVANCED_FIELDS" when environment == "production".
4. searchAll.component.ts & searchResearchResults.component.ts: Get searchFields.RESULT_ADVANCED_FIELDS from "getResultAdvancedFields()".
2022-09-09 00:46:44 +03:00
Konstantina Galouni
656a3634e2
[Library | new-theme]: Do not show provenance value if no provenance vocabulary or if no label for this provenance value.
...
1. fundedBy.component.ts: Added local field "provenancesCalculated" to check for each provenance label only once and do not show provenance if no vocabulary or if not label for this value.
2. result-preview.component.ts: Do not show provenance if no vocabulary or if no label for this value.
3. HelperFunctions.class.ts: In method "getVocabularyLabel()" added parameter "returnIfNotFound: boolean = true" to return null if no vocabulary or if no label for this value, when it is false.
2022-09-09 00:35:11 +03:00
Konstantinos Triantafyllou
fa919431d3
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-09-08 16:44:08 +03:00
Konstantinos Triantafyllou
1c4551c408
Remove promise from user management service. Change user component in order to update user-info in case of session expired
2022-09-08 16:43:59 +03:00
argirok
97c11eb0ec
Merge remote-tracking branch 'origin/new-theme' into new-theme
2022-09-08 16:30:58 +03:00
argirok
40154d6ad9
revert previous tests for backet sticky menu
2022-09-08 16:30:40 +03:00
argirok
7ea6bfad7a
add destination parameter in get userinfo
2022-09-07 14:39:54 +03:00
Konstantina Galouni
2261f4ae6f
[Library | new-theme]: orcidWork.ts: [Bug fix] When no resultLandingInfo.types, set work['type'] according to resultLandingInfo.resultType | icons.ts: [Bug fix] Remove unnecessary classes in orcid_add and orcid_bin icons - class had always the value of the first loaded icon (less problem).
2022-09-07 14:08:01 +03:00
Alex Martzios
6d84a2eb58
strip HTML of description in cards - browse communities section
2022-09-07 10:25:56 +03:00
Konstantinos Triantafyllou
523305d79b
Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-library into new-theme
2022-09-06 17:07:19 +03:00
Konstantinos Triantafyllou
3c6fe34f29
Resources Pages: Change root breadcrumb to Dashboard if a dashboard is selected
2022-09-06 17:07:10 +03:00
Alex Martzios
66fecd2f41
make asynchronous calls for vocabularies when getting the result landing info
2022-09-06 16:28:51 +03:00
Konstantinos Triantafyllou
7bb2346ec2
Page Content: Fix replace header behaviour
2022-08-31 13:15:49 +03:00
Konstantinos Triantafyllou
00868405c8
Refix parenthesis in search
2022-08-31 12:55:09 +03:00
Konstantinos Triantafyllou
d45c573a56
Search all: Add margin bottom from tabs. Search: Fix queries for projects, etc with miss parenthesis and fix queries with not includes in all content while DOI is available).
2022-08-31 12:27:20 +03:00
Konstantinos Triantafyllou
29100c8d6f
Page content: Remove observer component vars and add them in subscriptions array.
2022-08-30 13:11:32 +03:00
Konstantina Galouni
2c27854213
[Library | new-theme]: #7963 - Parse field "eoscifguidelines" in result landing page to get eosc subjects.
...
1. resultLanding.service.ts: Added in parsing field "eoscifgiudelines" (resultLandingInfo.eoscSubjects).
2. parsingFunctions.class.ts: Added method "parseEoscSubjects()" | Method "checkAndAddEoscSubject()" updated - do not add eosc subjects in classifiedSubjects.
3. resultLanding.component.html: In <showSubjects> added [eoscSubjects]="resultLandingInfo.eoscSubjects".
4. showSubjects.component.ts: Added @Input() eoscSubjects: any[]; and show them as classifiedSubjects too.
2022-08-30 11:35:42 +03:00
Konstantinos Triantafyllou
27b47975aa
Resources pages: Change breadcrumbs home route
2022-08-29 16:57:04 +03:00
Konstantinos Triantafyllou
81b3a5f8b4
Add breadcrumbs in resources pages. Change hide delay in navbar dropdown
2022-08-29 16:30:12 +03:00
Alex Martzios
89f9bb87bf
remove code for "citations" tag (renamed to "references") - resultLanding service
2022-08-29 16:18:04 +03:00
Alex Martzios
c27227923e
split methodology into 2 pages (terminology & see-how-it-works)
2022-08-29 15:23:33 +03:00
Konstantina Galouni
de78e628bf
[Monitor Dashboard | new-theme]: Updated develop page and added example | Made graph and feedback line sticky in indicators' page.
...
1. develop.component.ts: Added example bullet for research products & Updated view of bullets (removed quotes - type bold).
2. page-content.component.ts:
a. Added <div id="page_content_sticky_footer" #sticky_footer> and <div id="page_content_footer" #footer>.
b. Added methods "ngAfterContentChecked()", "observeStickyFooter()", "calcStickyFooterOffset()" to calculate offset of sticky footer.
3. monitor.component.html: Added graph & feedback line as sticky_footer in >= medium screens and as footer in small screens.
2022-08-29 14:57:05 +03:00
Alex Martzios
f77cfb48f9
remove SharedModule and use library's instead
2022-08-29 14:04:20 +03:00
argirok
8ba0ce7730
Linking: don't show modal when there are no additional paths
...
hide filter when there are no values available
2022-08-12 16:21:54 +03:00
Konstantina Galouni
561c15b8cd
[Connect Admin | Library | new-theme]: Updated call for purging browser cache - through admin tools api.
...
1. environment.ts & environment.beta.ts: Updated property "deleteBrowserCacheUrl" to call admin tools api.
2. clear-cache.service.ts: Used updated property "deleteBrowserCacheUrl" and in GET request added CustomOptions.registryOptions().
3. connect-admin-customization.component.ts: Deleted unnecessary code for deleting layout.
2022-08-11 15:46:55 +03:00
Konstantina Galouni
27d7c7c118
[Connect Admin | Library | new-theme]: Added call to purge browser cache when updating content of community.
...
1. env-properties.ts & environments/: Added property "deleteBrowserCacheUrl".
2. clear-cache.service.ts: Added method "purgeBrowserCache()" to purge browser cache for a specific community.
3. entities.component.ts & menu.component.ts & pages.component.ts & affiliations.component.ts & edit-community.component.ts add-content-providers.component.ts & remove-content-providers.component.ts & add-projects.component.ts & remove-projects.component.ts & subjects-edit-form.component.ts & personal-info.component.ts & customization.component.ts: Call "_clearCacheService.purgeBrowserCache()" when adding/updating/deleting content of a specific community.
4. connect-admin-customization.module.ts: Added CommunitiesService in providers.
5. connect-admin-customization.component.ts: Added button to purge browser cache for all communities and connect.
2022-08-11 12:58:20 +03:00
Konstantina Galouni
ac70b8c260
[Library | new-theme]: resultLanding.component.ts: [Bug fix] Added check if "resultLandingInfo.hostedBy_collectedFrom" is initialized | dropdown-filter.component.ts: [Bug fix] In method "isOpen()" added check if in client side.
2022-08-09 12:31:57 +03:00
Konstantina Galouni
9c194a3a56
[Library | new-theme]: searchPages/: Set default value null to @Input() openaireLink | env-properties.ts: In Dashboard type added "eosc".
2022-08-08 17:45:31 +03:00
Konstantina Galouni
e2792d3be6
[Library | new-theme]: clear-cache.service.ts: Clear cache only if there is the "deleteCacheUrl" property.
2022-08-08 14:14:43 +03:00
argirok
123766d46e
update Customization Options
...
remove unused property portalBuildTime
2022-08-08 13:16:13 +03:00
argirok
7069fe6151
rename layout to customization service, add delete method
2022-08-08 13:01:53 +03:00
argirok
1e3c9d7cba
Eosc explore: latest changes/ corrections before review
2022-08-08 12:47:14 +03:00
Konstantinos Triantafyllou
1bbb064a01
Add Indicator Themes in menu item. Fix link in themes page
2022-08-05 15:50:53 +03:00
Konstantinos Triantafyllou
f8f606ada7
Fix a bug in user.id parsing
2022-08-05 15:23:21 +03:00
Konstantinos Triantafyllou
460cbdfc9a
Revert special item with previous style. Add type managers and members in notification form
2022-08-05 14:59:08 +03:00
Alex Martzios
3756f8df83
create indicator themes page (TODO: menu entry, breadcrumbs and dynamic text links)
2022-08-05 11:34:37 +03:00
Konstantinos Triantafyllou
6fbf67c221
Change size special item icon in sidebar
2022-08-05 10:33:04 +03:00
Konstantinos Triantafyllou
1a89313a13
Change menus page title
2022-08-04 18:43:27 +03:00
Konstantinos Triantafyllou
3f7078db16
Change special menu item style and move it to top
2022-08-04 17:58:45 +03:00