0de2ac90d7[develop | DONE | FIXED]: funders.component.ts: Fixed funder ids in staticLogos (name and shortname were cut, but they are needed eventually).Konstantina Galouni2024-07-18 18:37:45 +0300
8bed072023[develop | DONE | CHANGED]: funders.component: Added shortName field in "fundersMap" and set it funder shortName or (if short name not available) with stakeholder alias.Konstantina Galouni2024-07-18 15:41:05 +0300
16838a3d51[develop | DONE | FIXED]: uploadService.js: Fixed funder id format (keep it as it is on the index so that search queries & links work) and parsing from the Funders API & Added check also with stakeholder's name and shortname to get the correct stakeholder (funder) from the Monitor API when there are more than one with the same index id & Added shortname as a different field for funders.Konstantina Galouni2024-07-18 14:03:13 +0300
5102e4e444[angular-18 | WIP] upgrade angular material to v18Alex Martzios2024-07-15 11:38:40 +0300
ff3e56465e[develop | DONE | ADDED]: funders.component.ts: Adding sorting options by Research products and by Projects & Renamed typo for descending order (desc instead of dsc) | funders.component.less: Commented css rule for "custom-view-button" class (now available on general.less).Konstantina Galouni2024-07-11 15:32:48 +0300
7a863e3d4b[develop | DONE | FIXED]: Initialize properties on field definition (files: contact.component.ts & funders.component.ts)Konstantina Galouni2024-07-05 15:55:12 +0300
faad25e780[develop | DONE | ADDED]: package.json: Added on dependencies "flag-icons": "^7.2.1" (library to show flag icon according to country code) | funders.component.less: Import "flag-icons/css/flag-icons.min.css" | funders.component.ts: Added for funders fields "websiteUrl", "country", "registered" & added sorting option by country (asc) | funders.component.html: Display new fundes info ("websiteUrl", "country", "registered").Konstantina Galouni2024-06-20 16:23:51 +0300
1494f44362[develop | DONE | CHANGED]: utils-service: beta-properties.file & production-properties.file & properties.file: Added property fundersServiceAPIUrl | uploadService.js: Added query and parsing of funders from new Funders API (created by CNR) for extra info (country, websiteUrl, registered, etc..)Konstantina Galouni2024-06-20 15:36:56 +0300
ba83087b59[develop | DONE | CHANGED]: uploadService.js: In endpoint "/explore/search", added in projects count query &fq=projectcode<>"unidentified" | In endpoint "/explore/funders", replaced fq=projecttitle with fq=projectcode, to exclude unidentified projects based on their code.Konstantina Galouni2024-05-28 15:44:49 +0300
55469cc2bc[develop | DONE | CHANGED]: CHANGELOG.md: Updated changelog to include [production-release-may-2024] - 2024/05/23.Konstantina Galouni2024-05-27 11:21:17 +0300
5789293ffeMerge pull request 'Merge on-push-strategy branch into develop (on push strategy in result-preview component, i.e. search result cards)' (#15) from on-push-strategy into developKonstantina Galouni2024-05-21 12:16:29 +0200
ccae7b03a5[develop | DONE | CHANGED]: funders.component.ts: Added alt attribute on funders image and removed loading="lazy" | home.component.html: Updated header elements to make them as sequential as possible (SEO & PageSpeed).Konstantina Galouni2024-04-16 12:41:13 +0300
215c3fbc83[develop | DONE | FIXED]: home.module.ts: Moved HomeRoutingModule first to make sure that this routing is loaded in Home page.Konstantina Galouni2024-03-04 17:04:01 +0200
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).Konstantina Galouni2024-03-04 17:02:33 +0200
463410a135[develop | DONE | CHANGED]: Removed "PreviousRouteRecorder", "IsRouteEnabled", "PiwikService", "LoginGuard", "EmailService" from providers array declared in module.ts & removed import of "PiwikServiceModule".Konstantina Galouni2024-02-28 16:49:50 +0200
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).Konstantina Galouni2024-02-28 14:41:39 +0200
f3115b9f98[develop | DONE | CHANGED] change footer text and update submodulesAlex Martzios2024-02-20 13:38:46 +0200
f226482ba3[develop | DONE | CHANGED] compress all .png and .jpg images on explore-assets and exploreLogosAlex Martzios2024-02-20 12:46:45 +0200
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.Konstantina Galouni2024-02-20 12:12:42 +0200
c81c6196c0[ develop | DONE | ADDED] Utils servise: add a method to get counts for results, use the same method in /explore/home
argirok
2024-02-20 11:39:49 +0200
c51b2b58f4[develop | DONE | CHANGED]: app.component.ts: Added check, not to add "My ORCID Links" user menu item in beta environment.Konstantina Galouni2024-02-13 17:34:29 +0200
3797ddcc3aMerge branch 'develop' of code-repo.d4science.org:MaDgIK/explore-services into developKonstantinos Triantafyllou2024-02-12 14:47:16 +0200
e57f1b02ed[develop]: Split style of deposit and funders to new css files and use rootClass to appy style in htmlKonstantinos Triantafyllou2024-02-12 14:47:02 +0200
4258055e51Merge pull request 'Production release February 2024 - Home page logos update' (#12) from develop into masterKonstantina Galouni2024-02-12 08:08:29 +0100
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.
#12
Konstantina Galouni2024-02-12 09:04:29 +0200
134c21d6beMerge pull request 'Production release February 2024 - Fix' (#11) from develop into masterKonstantina Galouni2024-02-08 18:44:55 +0100
fbdc3710dc[develop | DONE | FIXED]: cache.js: Updated checks in method "isAllowedToBeCached()" to check for encoded urls.
#11
Konstantina Galouni2024-02-08 19:43:31 +0200
d639261fbe[develop | WIP | FIXED]: Added correct alt on images, width and height in FoS and SDG images and lazy loading everywhere.Konstantina Galouni2024-02-08 18:46:45 +0200
b94006ea99Merge remote-tracking branch 'origin/develop' into develop
argirok
2024-02-08 15:59:59 +0200
b0db89f826[ develop | DONE | CHANGED] Cache: change to LRU cache, remove short/long cache related code and properties, add preload requests in properties to load on init cache (on start, on clear and on daily reset)
argirok
2024-02-08 15:58:43 +0200
07681241c0[develop | DONE | CHANGED]: contact.component.ts: Do not request page help contents (helptexts).Konstantina Galouni2024-02-08 14:20:13 +0200
ee00eaaebfMerge remote-tracking branch 'origin/grouped-queries' into developKonstantina Galouni2024-02-08 12:40:55 +0200