openaire-library/utils
konstantina.galouni c20391f3fc [Trunk | Library]:
1. src/assets/common-assets/common/custom.css: Add 'font-display: swap;' in '@font-face' css rules - improve performance.
2. dataProvider.component.html & organizations.component.html & project.component.html & resultLanding.component.html: Add check if 'indexUpdateDate' is initialized.
3. dataProvider.component.ts & organization.component.ts & project.component.ts & resultLanding.component.ts: 
	Initialize 'indexUpdateDate' and tabs counts only if "typeof document !== 'undefined'" (javascript is enabled) - improve performance.
4. resultLanding.component.ts: Get "provenanceActionVocabulary" and "altMetrics" only if "typeof document !== 'undefined'" (javascript is enabled) - improve performance.
5. organization.component.ts: [Bug fix] Get 'indexUpdateDate' from service (not properties) if available.
6. project.component.ts: [Bug fix] Call 'getProjectInfo()' only once (was called twice).
7. project.service.ts: [Bug fix] Add check for rels.rel.to.class=="hasParticipant" (when not array).
8. metrics.component.ts: Get metrics if "typeof document !== 'undefined'" (javascript is enabled) | Show charts only if user clicked on metrics badge | Do not set "width" for <i-frame> elements.
9. iframe.component.ts: Add case when only height is sent as input.
10. searchDataProviders.component.ts & searchOrganizations.component.ts: [Bug fix] Set "firstLoad" to false after getting results (was asking refine filters in paging too). 
11. search-tab.component.ts: [Bug fix]: In method "getEntityName()" add cases when 'entityType == "project"' and 'entityType == "dataprovider"' and fix case when 'entityType == "result"'.
12. navigationBar.component.ts: [Bug fix] Do not initialize navbar inside route.queryParams subscription - !!! check it carefully when deployed in all portals !!! .


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58874 d315682c-612b-4755-9ff5-7f18f6832af3
2020-06-10 11:05:59 +00:00
..
authors [Library | Trunk]: Landing: 1. Remove uk-text-small from Results. 2. Revert copyright policy link on Journal. 3. Add tag free text keywords on subjects 2020-05-26 14:42:47 +00:00
breadcrumbs [Library|Trunk] 2020-04-28 10:46:23 +00:00
click [Library | Trunk]: Add openaire metrics. 2020-05-05 10:37:36 +00:00
configuration [Trunk | Library]: 2020-04-07 11:15:28 +00:00
email [Library | Trunk]: Add adminPortalURL property for composer.ts 2020-05-08 15:01:59 +00:00
entities [Library|Trunk] 2020-05-25 12:24:48 +00:00
entitiesAutoComplete [Trunk | Library]: 2020-04-15 18:54:56 +00:00
fetchEntitiesClasses [Trunk | Library]: fetchResearchResults.class.ts: Add methods 'getResultsForCommunity()' and 'getNumForCommunity()' - used in community first page. 2020-05-31 11:28:12 +00:00
gif-slider [Library|Trunk] 2019-07-22 14:15:23 +00:00
helper [Library | Trunk]: Add breadcrumbs. Fix space on check icons. Remove reset from contact us 2020-04-23 15:58:04 +00:00
manage [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
metaTags Comment out MetaService 2018-04-17 14:03:15 +00:00
modal [Library | Trunk]: Modal remove animation and add animation-fast to avoid onClose bug 2020-05-25 10:50:17 +00:00
modal-select [Library | Trunk]: Add modal-select directive for modal mat-selects. 2020-05-20 12:54:02 +00:00
my-date-picker [Library|Trunk] 2019-06-03 13:20:36 +00:00
pipes [Library | Trunk]: Add breadcrumbs. Fix space on check icons. Remove reset from contact us 2020-04-23 15:58:04 +00:00
piwik [Trunk | Library]: piwik.service.ts: Change responseType from default (json) to blob (piwik returns image/gif) 2019-08-02 15:49:41 +00:00
properties [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00
rangeFilter [Library|Trunk] 2020-05-14 14:38:50 +00:00
result-preview [Library | Trunk]: Remove active from tabs. Change tabs, authos and funded by to work on js disable. 2020-05-25 18:58:13 +00:00
staticAutoComplete [Library|Trunk] 2020-05-21 13:17:28 +00:00
subscribe [Trunk | Library]: 2020-05-05 08:46:10 +00:00
tabs [Trunk | Library]: 2020-06-10 11:05:59 +00:00
theme [Library|Trunk] 2020-06-03 09:49:18 +00:00
HelperFunctions.class.ts [Library|Trunk] 2020-05-21 13:17:28 +00:00
altmetrics.component.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
altmetrics.js Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
altmetrics.module.ts Add a module for safeHTMLPipe 2018-04-17 13:46:17 +00:00
autoComplete.component.css Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
can-exit.guard.ts [Library]: Add can exit guard 2019-12-04 18:24:40 +00:00
errorMessages.component.ts [Trunk|Library]: Remove missing content error 2019-04-15 10:48:58 +00:00
errorMessages.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
exportCSV.class.ts [trunk]: Remove unnecessary logs from library. 2019-02-14 10:15:44 +00:00
iframe.component.ts [Trunk | Library]: 2020-06-10 11:05:59 +00:00
iframe.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
indexInfo.service.ts [Library | Trunk]: Change landing-header base on new mocks. Add indexInfoService on result landing. 2020-05-19 15:33:47 +00:00
indexInfoService.module.ts [Library|Trunk] 2019-07-23 12:23:12 +00:00
number-utils.class.ts [Trunk | Library]: number-utils.class.ts: [Bug fix]: thousands (K) calculation: if num greater or equal to 1000 & 'mi' renamed to 'M'. 2019-11-02 01:27:34 +00:00
pageURLResolver.component.ts [Library | Trunk]: Fix redirect URL of research-outcomes. Fix orcid-popup to have research-outcomes button. 2020-03-30 08:45:08 +00:00
pageURLResolver.module.ts [Library|Trunk] 2020-05-18 12:01:31 +00:00
paging.module.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
pagingFormatter.component.ts [Trunk | Library]: 2020-02-24 13:33:34 +00:00
pagingFormatterNoLoad.component.ts [Library | Trunk]: Merge search results from branch. 2020-03-12 13:49:10 +00:00
routerHelper.class.ts [Library|Trunk] 2020-04-03 16:00:19 +00:00
string-utils.class.ts [Library | Trunk]: 1. Change name of communitesSearchResults to PortalSearchResults. 2. Add method on string utils to check if a word exists on a text. 3. Add description on stakeholder and create StakeholderInfo which extends Stakholder 2020-06-05 12:56:28 +00:00