Go to file
Konstantina Galouni f45598b190 [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase.
1. refineResults.class.ts:
   a. Updated method "includeValue()" and include "null" (as a string) check | Call method "includeValue()" when creating filters.
   b. Set filter.countUnfilteredValues to the length of values returned by the service before filtering them out.
   c. Check if filters returned by service before trying to parse anything.
2. searchHelperClasses.class.ts: Added in Filter structure the field "public countUnfilteredValues?: number = 0;", to check if there are more values to be queried (show "view all" link or not).
3. searchFilter.component.ts: Updated check of hasMoreValues to show or not the "view all" link - check filter.countUnfilteredValues | Comment filtering out of filter values - moved to refineResults.class.ts.
2024-02-07 15:55:56 +02:00
claims [develop | DONE | FIXED]: [BUG FIX] claimResultSearchForm.component.ts: In method "checkSelectedFilters()" set "filter.countAllValues = filter.values.length;", because filters were loading forever. 2024-02-07 10:31:42 +02:00
connect [develop | DONE | DELETED]: Deleted legacy unused files mailPrefs.component.html, mailPrefs.component.ts, mailPrefs.module.ts, htmlProjectReport.component.ts, htmlProjectReport.module.ts. 2024-01-29 19:55:26 +02:00
contact-us Contact us: Change class of inputs to flat 2023-07-06 20:01:27 +03:00
dashboard [develop | DONE]: Set header-height to 0px instead of 0 in layout service 2023-11-03 16:52:52 +02:00
deposit [develop | DONE | CHANGED]: In deposit page, move "Go to repository" button to top, aligned with the title when possible. 2023-11-08 22:40:04 +02:00
error Icon component: Add icon input in order to support Icon configuration. Extend Icon with type and preserveColor (optional). Add material-icons.ts with material icons metadata (icons per category). 2023-09-07 19:13:59 +03:00
fos [develop | DONE | CHANGED]: Show code in Fields of Science (FoS) when fos field is queried in filters, or not, when foslabel field is queried. 2024-01-08 15:36:27 +02:00
landingPages [develop | DONE | CHANGED]: availableOn.component.ts: Restored checks, not to display full-text link in production environment - reverted commit fa216cbc07. 2024-02-01 21:35:36 +02:00
login [angular-16 | DONE | FIXED]: Create group was hidden for curators because of new dynamic types. 2023-10-27 17:49:31 +03:00
monitor [develop | DONE]: Move manage stakeholders to library 2023-11-02 11:30:59 +02:00
monitor-admin [develop | FIXED | DONE]: Fix copy indicator to clipboard. 2023-12-12 10:10:22 +02:00
notifications Convert div - uk-toggle to a - uk-toggle for new Uikit. 2023-09-04 15:15:26 +03:00
orcid [develop | DONE | CHANGED]: In deposit page, move "Go to repository" button to top, aligned with the title when possible. 2023-11-08 22:40:04 +02:00
reload Remove logs from reload. Add url variable in order to handle error from guards with the connect path. 2023-06-30 14:39:48 +03:00
role-verification Fix role verification for community members. Modify isPrivate in communityHelper to include membership. 2023-10-10 22:40:01 +03:00
sdg Simplify piwik logic: All work is done in piwik.service. 2023-07-12 15:05:25 +03:00
searchPages [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase. 2024-02-07 15:55:56 +02:00
services [develop | DONE | FIXED]: [BUG FIX] Moved checks for filtering out filter values in parsing phase. 2024-02-07 15:55:56 +02:00
shared [Library]: Move angular 11 to trunk. Remove no needed files. Delete angular upgrade branches 2021-07-14 11:19:57 +00:00
sharedComponents [develop | DONE | CHANGED]: numbers.component.ts: Added in Numbers field "mergedFundersSize", and on init method call refine query for research products (results), to merge refine queries of research products and projects and set the mergedFundersSize (all funders that have research products, or have >1 project). 2023-11-24 16:59:55 +02:00
utils [develop | DONE | FIXED]: [BUG FIX] fetchProjects.class.ts: In method "getResultsForOrganizations()" set "this.filters[i].countAllValues = this.filters[i].values.length;", because filters were loading forever. 2024-02-07 11:57:55 +02:00
.gitignore Add gitignore 2021-07-19 18:19:06 +03:00
LICENSE.txt Added LICENSE.txt file 2023-06-01 15:28:24 +02:00
cache-interceptor.service.ts [develop | DONE | CHANGED]: Moved predefined query checks to "fq" field instead of "query" | Updated cachingRequests | Temporary bug fix in refine fields dependent to static refine fields. 2024-02-01 19:46:34 +02:00
error-interceptor.service.ts Remove logs from reload. Add url variable in order to handle error from guards with the connect path. 2023-06-30 14:39:48 +03:00
http-interceptor.service.ts Update angular to version 16 2023-08-01 14:29:27 +03:00
timeout-interceptor.service.ts Add sources of number indicators in timeout_whitelist in order to avoid timeout error in these requests. 2023-06-14 15:10:49 +03:00