Konstantina Galouni
45561bddb2
Updating openaireLibrary
2024-03-04 17:04:52 +02:00
Konstantina Galouni
215c3fbc83
[develop | DONE | FIXED]: home.module.ts: Moved HomeRoutingModule first to make sure that this routing is loaded in Home page.
2024-03-04 17:04:01 +02:00
Konstantina Galouni
a79b936629
[develop | DONE | FIXED]: Moved RoutingModule as first imported module with possible routing (advanced search projects & organizations were loading orcid routing instead of their own).
2024-03-04 17:02:33 +02:00
Alex Martzios
b7a05316c0
[develop | DONE | FIXED] update submodule
2024-03-04 10:39:56 +02:00
Konstantina Galouni
a99e6378fc
Updating openaireLibrary
2024-02-28 18:08:10 +02:00
Konstantina Galouni
8949088e0e
[develop | DONE | CHANGED]: funders.component.html: Added loading="lazy" on images (<img> elements).
2024-02-28 17:30:43 +02:00
Konstantina Galouni
463410a135
[develop | DONE | CHANGED]: Removed "PreviousRouteRecorder", "IsRouteEnabled", "PiwikService", "LoginGuard", "EmailService" from providers array declared in module.ts & removed import of "PiwikServiceModule".
2024-02-28 16:49:50 +02:00
Konstantina Galouni
17165e83ae
[develop | DONE | CHANGED]: Removed folders: error, fos, landingPages, login, orcid, reload, sdg (were just calling library components) | app.module.ts: Removed declaration of OpenaireErrorPageComponent | app-routing.module.ts: Updates routes for 'sdgs', 'fields-of-science', 'orcid', 'my-orcid-links', landing pages routes, 'reload', 'user-info' to import library modules instead of intermediate project specific modules & replaced OpenaireErrorPageComponent with ErrorPageComponent (from library).
2024-02-28 14:41:39 +02:00
Alex Martzios
f3115b9f98
[develop | DONE | CHANGED] change footer text and update submodules
2024-02-20 13:38:46 +02:00
Alex Martzios
f226482ba3
[develop | DONE | CHANGED] compress all .png and .jpg images on explore-assets and exploreLogos
2024-02-20 12:46:45 +02:00
Konstantina Galouni
38337e296f
[develop | WIP | CHANGED]: assets/:Restores jpg and png images and deleted their webp version - pngs will be compressed | funders.component & home.component: Updated images - use the png/jpg version again.
2024-02-20 12:12:42 +02:00
Konstantina Galouni
178846353c
[develop | DONE | DELETED]: assets: Deleted unused images: logo-large-explore.webp & logo-sma
...
.
2024-02-19 13:09:22 +02:00
Konstantina Galouni
49dce466ce
[develop | DONE | CHANGED]: assets: Deleted unused images & replaced jpg and png images with their webp version | funders.component & home.component: Updated images - use the webp version.
2024-02-19 13:07:34 +02:00
Konstantina Galouni
e8e4c410dd
Updating openaireLibrary & openaire-theme
2024-02-14 16:48:38 +02:00
Konstantina Galouni
c51b2b58f4
[develop | DONE | CHANGED]: app.component.ts: Added check, not to add "My ORCID Links" user menu item in beta environment.
2024-02-13 17:34:29 +02:00
Konstantinos Triantafyllou
85320e8653
[develop]: Remove userInfoURL property usage
2024-02-13 12:10:20 +02:00
Konstantina Galouni
a762efab08
Merge remote-tracking branch 'origin/develop' into develop
2024-02-12 14:47:59 +02:00
Konstantina Galouni
8cdc423f02
[develop | DONE | CHANGED]: CHANGELOG.md: Added changelogs for [production-release-february-2024].
2024-02-12 14:47:47 +02:00
Konstantinos Triantafyllou
e57f1b02ed
[develop]: Split style of deposit and funders to new css files and use rootClass to appy style in html
2024-02-12 14:47:02 +02:00
Konstantina Galouni
c20002c9e9
[develop | DONE | CHANGED]: home.component & assets/ExploreLogos: Grouped logos of slider in Home page (per slide) into one image and replaced the old logos - better performance.
2024-02-12 09:04:29 +02:00
Konstantina Galouni
1d7a7ae2c4
Updating openaireLibrary & openaire-theme
2024-02-08 18:48:22 +02:00
Konstantina Galouni
d639261fbe
[develop | WIP | FIXED]: Added correct alt on images, width and height in FoS and SDG images and lazy loading everywhere.
2024-02-08 18:46:45 +02:00
Konstantina Galouni
a7d0cc5d4e
[develop | DONE | CHANGED]: app.module.ts: Removed CacheInterceptorService from EXPLORE.
2024-02-08 17:56:42 +02:00
Konstantina Galouni
07681241c0
[develop | DONE | CHANGED]: contact.component.ts: Do not request page help contents (helptexts).
2024-02-08 14:20:13 +02:00
Konstantina Galouni
af50558136
[grouped-queries | DONE | CHANGED] funders.component.ts: Replaced search & stakeholders queries of funders (in Funders page) with grouped query for Funders page of EXPLORE
2024-02-07 22:56:11 +02:00
Konstantina Galouni
36f1ed105d
Updating openaireLibrary & common-assets
2024-02-07 22:53:03 +02:00
Konstantina Galouni
a3c79137aa
[develop | DONE | CHANGED]: Remove preselected "Open Access" filter from search.
...
1. home.component.ts: Set field "resultsQuickFilter" to null.
2. searchAll.component.ts: Set field "quickFilter" to null | In method "entityChanged()" do not set parameter "resultbestaccessright" | [BUG FIX] Clear subscriptions from fetchOrps.
3. searchResearchResults.component.ts: Set field "quickFilter" to null.
4. navigationBar.component.ts: Set field "resultsQuickFilter" to null.
5. app.component.ts: Remove "resultbestaccessright" parameter from menu items of Search research products.
2024-02-07 21:28:45 +02:00
Konstantina Galouni
102f41722e
Updating openaireLibrary & common-assets
2024-02-05 11:55:23 +02:00
Konstantina Galouni
cca45918d8
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/explore-services into develop
2024-02-01 21:48:17 +02:00
Konstantina Galouni
099f6a6ce6
[develop | DONE | CHANGED]: CHANGELOG.md: Added logs for [production-release-january-2024].
2024-02-01 21:47:48 +02:00
Konstantina Galouni
c41cbb6355
Updating openaireLibrary
2024-02-01 21:09:28 +02:00
Konstantina Galouni
5c95fac244
[develop | DONE | FIXED]: routes.ts: Added missing routes for prometheus logs.
2024-01-29 20:01:11 +02:00
Konstantina Galouni
17325b3ab2
[develop | DONE | DELETED]: Removed legacy unused files htmlProjectReport.component.ts & htmlProjectReport-routing.module.ts & libHtmlProjectReport.module.ts & mailPrefs.component.ts & mailPrefs.module.ts & mailPrefs-routing.module.ts | app-routing.module.ts: Deleted legacy routes 'mail-preferences' & 'project-report'.
2024-01-29 20:00:28 +02:00
Konstantina Galouni
6fd19ea661
Updating libraries
2024-01-25 12:36:38 +02:00
Alex Martzios
e01371ff14
[master | DONE | ADDED] update submodules
2024-01-17 11:16:33 +02:00
Konstantina Galouni
96e400552a
[develop | DONE | ADDED]: Added CHANGELOG.md file in the explore folder.
2024-01-15 13:44:23 +02:00
Konstantina Galouni
da33e403f6
Updating openaireLibrary
2024-01-12 14:03:26 +02:00
Konstantina Galouni
9ca57b8f4d
[develop | DONE | CHANGED]: explore-assets/funders/logos: Renamed all funder logos by using only their shortnames | funders.component.ts: For static logos, split funder id and get only their shortname, to get the static logo - Special characters where causing problems in pulling the project in Windows environment.
2024-01-12 14:02:37 +02:00
Konstantina Galouni
5b86f1a4d1
Updating libraries
2023-12-28 16:35:43 +02:00
Konstantina Galouni
c416853045
Updating openaireLibrary
2023-11-28 13:02:55 +02:00
Konstantina Galouni
ec8e6b6938
Updating openaireLibrary
2023-11-27 13:49:04 +02:00
Konstantina Galouni
852c81d834
[develop | DONE | CHANGED]: home.component.html: In home page, get number of funders by numbers.mergedFundersSize (instead of numbers.fundersSize) - all funders that with research products or >1 projects.
2023-11-24 17:01:38 +02:00
Konstantina Galouni
8c9337fd0b
[develop | DONE | FIXED]: funders.component.ts: Updated method called in refine queries from "getRefineFieldsResultsByEntityName()" to "getAllRefineFieldResultsByFieldName()" to be able to get more than 100 funders each time.
2023-11-24 11:45:59 +02:00
Konstantina Galouni
bce47ea21e
[develop | DONE | CHANGED]: data sources landing: Get and parse number of collected fulltexts from a new stats api.
...
1. env-properties.ts: Added property pdfStatisticsAPIURL?: string;
2. environment.ts: Added pdfStatisticsAPIURL property in all environments.
3. dataProvider.service.ts: Uncomment method "getCollectedFulltexts()".
4. dataProvider.component.ts: Call method "getCollectedFulltexts()" instead of "getDataProviderAggregationStatus()".
2023-11-10 19:44:15 +02:00
Konstantina Galouni
2bfb614008
[develop | WIP | CHANGED]: explore-assets/funders/logos: Updated logo for Tara funder.
2023-11-09 15:18:30 +02:00
Konstantina Galouni
5eb3883d6b
[develop | WIP | FIXED]: funders.component.ts: Fixed typo in previous commit causing page crash.
2023-11-09 13:41:21 +02:00
Konstantina Galouni
4fd541f460
[develop | WIP | CHANGED]: explore-assets/funders/logos: Missing logos for production funders added temporarily | funders.component.ts: Added staticLogos field to get missing logos for prod funders from local folder - temporary solution, to be removed asap.
2023-11-09 13:39:01 +02:00
Konstantina Galouni
cfe0cc3b7b
[develop | DONE | FIXED]: environment.beta.ts: Updated piwikSiteId for beta from "109" to "6" (this shouldn't be used - it should be fetched dynamically by admin tools API).
2023-11-08 22:42:28 +02:00
Konstantina Galouni
f1330358f8
[develop | DONE | FIXED]: package.json: Restored uikit version from 3.16.14 to 3.16.24.
2023-11-03 13:26:44 +02:00
argirok
b5b9aa7d24
[ DONE | UPDATED] remove common properties to use the properties from library
2023-11-01 14:27:35 +02:00