Project

General

Profile

Statistics
| Revision:
  • svn:ignore: node_modules dist

# Date Author Comment
59137 15/07/2020 04:14 PM Konstantina Galouni

[Trunk | Library]: configuration.service.ts: In "initCommunityInformation" when community parameter is null do not query for /communityFull.

59136 15/07/2020 04:11 PM Konstantina Galouni

[Trunk | Library]:
1. newSearchPage.component.html: Do not show "Filters" label when no results and no selected filters | [Bug fix] Check "filter.values" not "filter.values.lenght" - change detection error.
2. searchFilter.component.ts: [Bug fix] Set filter.radioValue also in ngOnChanges - filter value did not seem selected even if it was....

59134 15/07/2020 03:59 PM Argiro Kokogiannaki

[Library|Trunk]

JSONLD changes:
Add id in every jsonld
Home page:
remove search action from Organization
Add description in Organization
Add Website with search action
Add Organization and Website in every page
In every search page add is part of the Website...

59131 15/07/2020 01:59 PM Konstantina Galouni

[Trunk | Library]: Removed old, unused folders "deposit/datasets", "deposit/publications" and files "deposit.component", "deposit.module" | Removed references to deleted files from app.module and app-routing.module.

59125 15/07/2020 01:32 PM Konstantinos Triantafyllou

[Library | Trunk]: Update annotation list if something changes on the iframe

59124 15/07/2020 01:25 PM Konstantina Galouni

[Trunk | Library]:
1. parsingFunctions.class.ts: [ticket #3796] When hostedby name is "Unknown repository" or "other resources" show part or url as name.
2. organization.service.ts & searchOrganizations.service.ts: [ticket #5753] Compatibility limitation in landing page removed | Compatibility "openaire-cris_1.1" added in search organizations.

59123 15/07/2020 12:36 PM Konstantina Galouni

[Trunk | Library]: isRouteEnabled.guard.ts: Remove print message for debugging.

59121 15/07/2020 10:19 AM Argiro Kokogiannaki

[Connect|Trunk]

Connect Helper: read community from domain for production

Add extra properties file for real production environment (environment.prop.prod.ts)

Add new piwik ids

59117 14/07/2020 05:18 PM Argiro Kokogiannaki

[Library | Trunk]

Search Filter - radio input:
make it work for radio and make unique selection
add field radioValue
initiate it (in parse refine results) and clear it properly (from new search page)

59115 14/07/2020 03:13 PM Konstantina Galouni

[Trunk | Library]:
1. advancedSearchForm.component.html & searchPaging.component.ts & pagingFormatter.component.ts
& searchResultsPerPage.component.ts & searchSorting.component.ts & searchFilter.component.html & rangeFilter.component.html:
Update/ impove "disabled" view (when results/ filters are loading)....

59113 14/07/2020 02:41 PM Konstantinos Triantafyllou

[Library | Trunk]: Add onchanges function on search filter

59108 14/07/2020 12:18 PM Konstantinos Triantafyllou

[Library | Trunk]: Change organization meta tag title

59107 14/07/2020 12:09 PM Konstantinos Triantafyllou

[Library | Trunk]: Add checkbox and radio class on view more filters

59105 14/07/2020 11:57 AM Konstantinos Triantafyllou

[Library | Trunk]: Change organization parsing. Remove unknown countries

59099 14/07/2020 12:22 AM Konstantina Galouni

[Trunk | Library]: newSearchPage.component.html: Show label "Filters" always in filters left column.

59093 13/07/2020 05:23 PM Argiro Kokogiannaki

[Library|Trunk]

NewSearchPage Component - Custom filter:
add custom filter in selected filters if not hidden and there in not in the refine fields
use parameter cf=true to enable the filter

59092 13/07/2020 05:05 PM Konstantinos Triantafyllou

[Library | Trunk]: Result Landing fix organization url

59090 13/07/2020 04:42 PM Konstantinos Triantafyllou

[Library | Trunk]: Replace static links with property url

59087 13/07/2020 01:48 PM Konstantina Galouni

[Trunk | Library]: parsingFunctions.class.ts: [Bug fix] Parsing for "pid" field updated - group identifiers by "classid" not "classname".

59085 13/07/2020 12:13 PM Konstantina Galouni

[Trunk | Library]:
configuration.service.ts & ISVocabularies.service.ts: [Bug fix] Inside promise, when subscribing to request, resolve in error case as well (otherwise it never returns).

59082 13/07/2020 11:52 AM Konstantinos Triantafyllou

[Library | Trunk]: Add uikit classes on inputs

59081 13/07/2020 11:52 AM Konstantinos Triantafyllou

[Library | Assets]: Add alert css file for alert functionallity

59078 13/07/2020 11:15 AM Argiro Kokogiannaki

[Library | Trunk]

Dashboard Sidebar:
pass query params for search
add is activeURL method
add mini_Title to be visible in mini_sidebar view

New Search page: include changes for dashboard search
- filters on the right
- selected filters on top of the results...

59074 13/07/2020 12:19 AM Konstantina Galouni

[Trunk | Library]:
1. configuration.service.ts: Use "useLongCache" property for communityFull | Add BehaviorSubject for communityFull | Add filtering methods to check if route is enabled from communityFull info.
2. isRouteEnabled.guard.ts: Get properties from environment (no service needed) | Foreach route do not query API but check if enabled by communityFull info (BehaviorSubject)....

59073 13/07/2020 12:14 AM Konstantina Galouni

[Trunk | Library]:
1. curator.service.ts: Use "useLongCache" property for curators.
2. helper.service.ts: Use "useLongCache" property for helptexts.
3. env-properties.ts: Add "useLongCache" property.

59072 13/07/2020 12:10 AM Konstantina Galouni

[Trunk | Library]:
1. resultLanding.component.ts: Get provenanceAction vocabulary from ISVocabulariesService.
2. resultLanding.service.ts: Remove methods for "provenanceAction" vocabulary | [Bug fix] Do not stringify "dateofacceptance" when undefined.
3. ISVocabularies.service.ts: Add BehaviorSubjects for vocabularies | Add methods for provenanceAction vocabulary (called by result landing pages)....

59071 13/07/2020 12:06 AM Konstantina Galouni

[Trunk | Library]:
1. showIdentifiers.component.ts: [Bug fix] Replace <li> tag with <div> (component is not inside <ul> element).
2. cookie-law.html: [Bug fix] Add missing closing <div> element.

59068 10/07/2020 01:29 PM Konstantinos Triantafyllou

[Library | Trunk]: Change organization link base on property, on Projects

59064 10/07/2020 10:50 AM Konstantinos Triantafyllou

[Library | Trunk]: Add suffix on library.scss imports

59063 10/07/2020 10:48 AM Argiro Kokogiannaki

[Library |Trunk]

Landing: metrics charts -- > change size to 200 values

59060 10/07/2020 10:37 AM Konstantinos Triantafyllou

[Library | Trunk]: Changes for adding search and langing pages to monitor dashboard

59059 10/07/2020 10:36 AM Konstantinos Triantafyllou

[Library | Trunk]: Create new css files for every functionality. Import them to library.css

59057 10/07/2020 10:16 AM Argiro Kokogiannaki

[Library|Trunk]
range filter component:
min, max year can be passed as input
both start/ end year can be mandatory
add directive to check if both fields are filled

59055 07/07/2020 03:50 PM Argiro Kokogiannaki

[Library|Trunk]

Stakeholder:
- add filteredApplied in indicator path.
- add IndicatorFilterUtils

Sidebar: enable search

59049 06/07/2020 07:46 PM Konstantina Galouni

[Trunk | Library]: resultLanding.component.html & project.component.html: [Bug fix] On modal for linking, when linking option was clicked, modal was not closing.

59047 03/07/2020 05:19 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix multi line ellipsis

59046 03/07/2020 05:08 PM Konstantinos Triantafyllou

[Library | Trunk]: Not fixed.

59045 03/07/2020 05:05 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix multi line ellipsis

59044 03/07/2020 04:20 PM Konstantinos Triantafyllou

[Library ]

59042 02/07/2020 05:53 PM Argiro Kokogiannaki

[Library|Trunk]

Search: createKeywordQuery() add properly the operator when it is needed.

LAnding result: set properly the type when the route changes and it is result.

59041 02/07/2020 05:02 PM Konstantinos Triantafyllou

[Library | Trunk]: Revert parameter to user Info back

59040 02/07/2020 04:51 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove parameter from userInfo.

59039 02/07/2020 11:54 AM Konstantina Galouni

[Trunk | Library]: availableOn.component.ts & result-preview.component.html: Improve view for hostedby elements (Download from section in landing page & result preview - e.g. in versions).

59038 01/07/2020 02:11 PM Konstantina Galouni

[Trunk | Library]:
1. result-preview.ts & resultLanding.service.ts & deletedByInference.service.ts: Add "icon" field in HostedByCollectedFrom interface.
2. availableOn.component.ts: Access mode icons set at parsing (not here).
3. result-preview.component.html: Add access mode icon & remove external link functionality for collected from (provider)....

59037 01/07/2020 11:11 AM Argiro Kokogiannaki

[Library|Trunk]

Result Landing: Fix issue reading the parameter id when the type changes. Read it based on the param name instead of the type.

59028 30/06/2020 05:56 PM Argiro Kokogiannaki

[Library|Trunk]
communities:
add const prodReadyCommunities
communities search results: in production show link to beta or prod based on the list of prodReadyCommunities

59027 30/06/2020 05:55 PM Argiro Kokogiannaki

[Library|Trunk]

Clean up custom.css: remove anything related to joomla ++ commented out css

59011 29/06/2020 04:19 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix all content bug not shown

59010 29/06/2020 03:35 PM Argiro Kokogiannaki

[Library|Trunk]

Sidebar:
add search link

59007 29/06/2020 03:15 PM Konstantinos Triantafyllou

[Library | Trunk]: 1. Contact us css changes. 2. Search for monitor. 3. Landing for monitor

59006 29/06/2020 03:14 PM Konstantinos Triantafyllou

[Library | Trunk]: Change portal background color to important

59003 29/06/2020 01:10 PM Argiro Kokogiannaki

[Library | Trunk]

Search:
1. advanced link in home and /search/find
2. DOI issue in /search/find/
3. update of numbers in tabs when there is an error in /search/find/
4. order of filters in search outcomes
5. In Landingpages: rename "Publication Summary" --> "Summary" kai "Related outcomes" --> "Related research"...

58991 25/06/2020 11:52 AM Konstantinos Triantafyllou

[Library | Trunk]: Remove unused import

58989 24/06/2020 08:20 PM Konstantinos Triantafyllou

[Library | Trunk]: Add setItem to localStorage for directLink.

58982 23/06/2020 10:50 PM Konstantinos Triantafyllou

[Library | Trunk]: Add new contact fields for monitor contact

58981 23/06/2020 10:49 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove header css

58979 23/06/2020 10:27 AM Konstantina Galouni

[Trunk | Library]: stakeholder.service.ts: Monitor change - in "deleteElement()" method add parameter "childrenAction: string = null" to add options:
- delete default element and all elements based on this default (and their contents).
- delete default element and for all elements (and theis contents) based in this default remove connection with this default which is deleted.

58959 18/06/2020 01:48 PM Argiro Kokogiannaki

[Library|Trunk]

Project Service: fixed issue in parsing #5682

58955 17/06/2020 04:31 PM Konstantinos Triantafyllou

[Library | Trunk]: Full page slider add new arrows

58951 17/06/2020 12:32 PM Konstantina Galouni

[Trunk | Library]: resultLanding.component: Load <citeThis> component, only if button to open modal is clicked (this will load javascript for cite this when needed) - improve performance.

58949 17/06/2020 12:27 PM Konstantinos Triantafyllou

[Library | Trunk]: Some changes on sliders

58944 16/06/2020 09:59 PM Konstantinos Triantafyllou

[Library | Trunk]: FP Slider: Add navigation menu on the left

58941 16/06/2020 07:07 PM Konstantinos Triantafyllou

[Library | Trunk]: Full page slider add param for initial state

58940 16/06/2020 06:42 PM Argiro Kokogiannaki

[Library|Trunk]

Landing pages: add check for openaire id

Search Page: support quoted queries only if the number is even

58920 15/06/2020 09:03 PM Konstantinos Triantafyllou

[Library | Trunk]: Add usage statistcis logo

58919 15/06/2020 09:02 PM Konstantinos Triantafyllou

[Library | Trunk]: Create full page slider component

58907 12/06/2020 04:37 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix load environment on properties

58905 12/06/2020 04:12 PM Konstantinos Triantafyllou

[Library | Trunk]: Custom css remove font size 18 from menu

58902 12/06/2020 03:22 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove dashboard menu on usage-statistics.

58900 12/06/2020 11:56 AM Argiro Kokogiannaki

[Library|Trunk]

Change Topic.iconUrl to icon

58896 12/06/2020 11:36 AM Konstantina Galouni

[Trunk | Library]: common/custom.css & library.css: [Bug fix] Fixes in css rules (';' removed before '!important', multiple '}' removed).

58894 12/06/2020 11:32 AM Argiro Kokogiannaki

[Library|Trunk]

Update link to beta monitor

58891 11/06/2020 07:03 PM Konstantinos Triantafyllou

[Library | Trunk]: Add subject to contact is form.

58889 11/06/2020 06:59 PM Argiro Kokogiannaki

[Library|Trunk]

Sidebar:
add beta badge in sidebar
add svg icons

58888 11/06/2020 06:13 PM Konstantinos Triantafyllou

[Library | Trunk]: Get properties from enviroment

58882 11/06/2020 03:53 PM Konstantinos Triantafyllou

[Library | Trunk]: Make EnvProperties interface and make all fields optional. Set domain property on properties service.

58880 11/06/2020 12:11 PM Konstantinos Triantafyllou

[Library | Trunk]: Add iconUrl to topic

58874 10/06/2020 01:05 PM Konstantina Galouni

[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....

58873 10/06/2020 11:21 AM Konstantinos Triantafyllou

[Library | Trunk]: Session methods change condition if user is undefined not not equal to null, to avoid error on server

58868 09/06/2020 10:57 AM Konstantinos Triantafyllou

[Library | Trunk]: Portal search result: Some html changes to fit in small screens

58866 05/06/2020 06:29 PM Konstantinos Triantafyllou

[Library | Trunk]: Localstorage service typo fixed

58864 05/06/2020 04:48 PM Konstantinos Triantafyllou

[Library | Trunk]: Dashboard inpout fix a bug with required

58860 05/06/2020 02:56 PM Konstantinos Triantafyllou

[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

58859 05/06/2020 02:32 PM Konstantinos Triantafyllou

[Library | Trunk]: Add screen size on css rules

58844 04/06/2020 08:30 PM Argiro Kokogiannaki

[Library|Trunk]

Dashboard:
sidebar: add headerLink

58840 04/06/2020 01:39 PM Konstantinos Triantafyllou

[Library | Trunk]: Move portalSearchCard to library.css

58839 04/06/2020 01:39 PM Konstantinos Triantafyllou

[Library | Trunk]: Change communityCard to portalSearchCard

58836 04/06/2020 01:21 PM Argiro Kokogiannaki

[Library|Trunk]

Dashboard:

Layout service: add mini menu option, front page option
Sidebar: updates accorrding to the new mocks

58834 04/06/2020 12:00 AM Konstantinos Triantafyllou

[Library | Trunk]: Move search png to common-assets

58833 03/06/2020 11:59 PM Konstantinos Triantafyllou

[Library | Trunk]: Move search png to common-assets

58831 03/06/2020 11:54 PM Konstantinos Triantafyllou

[Library | Trunk]: Change all headers to Open Sans

58830 03/06/2020 11:53 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove unused import from stakeholder service. Some changes on contact-us

58828 03/06/2020 03:43 PM Konstantinos Triantafyllou

[Library | Trunk]: Add stakeholder class and service to library

58826 03/06/2020 11:49 AM Argiro Kokogiannaki

[Library|Trunk]

ThemeComponent: add it in library - contains sample html and css

58822 02/06/2020 12:51 PM Argiro Kokogiannaki

[Library|Trunk]

login Helper: add method isMonitorCurator

58820 02/06/2020 10:40 AM Argiro Kokogiannaki

[Library|Trunk]

Impact factors:
add a check for identifiers
add showImpactFactors input in search-tab

58818 01/06/2020 03:17 PM Konstantina Galouni

[Trunk | Library]: project.component.html: [Bug fix - again] <ul> tag missing.

58817 01/06/2020 03:10 PM Konstantina Galouni

[Trunk | Library]: project.component.html: [Bug fix] <ul> tag missing (probably deleted in previous commit).

58815 01/06/2020 11:02 AM Argiro Kokogiannaki

[Library|Trunk]

Search:
move quick selections to the left together with the filters
QuickSelections component: create vertical layout, similar to search
use parameter for delay time

58814 31/05/2020 03:51 PM Konstantina Galouni

[Trunk | Library]: dataProvider.component.html & organization.component.html & project.component.html: Remove old commented code from previous designs of landing pages.