Go to file
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
claims [Library|Trunk] 2020-05-14 14:40:20 +00:00
connect [Library|Trunk] 2020-05-12 13:23:23 +00:00
contact-us [Library | Trunk]: Remove unused import from stakeholder service. Some changes on contact-us 2020-06-03 21:53:59 +00:00
dashboard [Library | Trunk]: Dashboard inpout fix a bug with required 2020-06-05 14:48:12 +00:00
deposit [Library|Trunk] 2020-05-11 11:05:02 +00:00
error [Trunk | Library]: (Changes needed for community background in connect portal) 2020-05-07 17:20:33 +00:00
landingPages [Trunk | Library]: 2020-06-10 11:05:59 +00:00
login [Library | Trunk]: Session methods change condition if user is undefined not not equal to null, to avoid error on server 2020-06-10 09:21:12 +00:00
monitor [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
reload [Library|Trunk] 2020-05-20 11:50:32 +00:00
searchPages [Trunk | Library]: 2020-06-10 11:05:59 +00:00
services [Library | Trunk]: Localstorage service typo fixed 2020-06-05 16:29:06 +00:00
shared Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
sharedComponents [Trunk | Library]: 2020-06-10 11:05:59 +00:00
test [Library|Trunk] 2019-06-03 13:20:36 +00:00
utils [Trunk | Library]: 2020-06-10 11:05:59 +00:00
app-routing.module.ts [Trunk | Library]: app-routing.module & entities.module: Bug fixes in imports after merging research results. 2019-09-11 11:45:35 +00:00
app.component.ts [Library|Trunk] 2019-06-12 08:59:10 +00:00
app.module.ts [Trunk | Library]: 2019-09-11 09:45:54 +00:00
app.server.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
http-interceptor.service.ts [Trunk | Library]: Add file 'http-interceptor.service.ts' for not repeating in client requests of server. 2019-09-30 10:48:26 +00:00