Project

General

Profile

Statistics
| Revision:

# Date Author Comment
58164 03/03/2020 03:32 PM Argiro Kokogiannaki

[Library|Trunk]

New search
update keywords query: identify PID, specific query for each pid
Entities selection: change select to angular material select

String utils - Identifiers:
add regex for more PIDs, create class Identifier

58156 28/02/2020 11:05 AM Argiro Kokogiannaki

[Library|Trunk]

New search:
fix issue with quick selections

add Page URL resolver component: to properly redirect old routes to new research outcomes search page

58149 26/02/2020 04:11 PM Konstantina Galouni

[Trunk | Library]: searchOrganizations.component.ts: [Bug fix] links to organizations simple and advanced pages (not projects).

58148 26/02/2020 04:01 PM Konstantina Galouni

[Trunk | Library]:
1. newSearchPage.module.ts: Use relative path for "RangeFilterModule" import.
2. newSearchPage.component.html: Remove <csv-download> from offcanvas (search filters in small screens) | Add "offcanvas-white" class together with "uk-offcanvas-bar" class (search filters in small screens)....

58146 26/02/2020 03:34 PM Konstantina Galouni

[Trunk | Library]: library.css: ".selectedFilterLabel" and ".range-button > button" css always marked as "!important".

58143 26/02/2020 12:24 PM Argiro Kokogiannaki

[Library | Trunk]

Search Queries for datasources & organizations: add Compatibility 4.0

58139 25/02/2020 04:42 PM Argiro Kokogiannaki

[Library|Trunk]

Library.css : New Search pages changes

58138 25/02/2020 04:40 PM Argiro Kokogiannaki

[Library|Trunk]

Search:
old datsource search pages & table view: remove map link

new Datasource search page: 
able to use it for different types (compatible, journal, registries)
create a helper class for selecting proper query, filter, etc depending on the type...
58137 25/02/2020 01:36 PM Konstantina Galouni

[Trunk | Library]: searchFilter.component.ts: [Bug fix] event emitters were commented in previous commit for testing.

58135 24/02/2020 05:27 PM Konstantina Galouni

[Trunk | Library]:
1. newSearchPage.component.ts: In year range filter show "from {year}" or "until {year}" if only one of the is selected.
2. searchFilter.component: (search redesign)
a. Do not show "+" after the values number if >=99
b. In view more results are sorted by name...

58132 24/02/2020 02:45 PM Konstantina Galouni

[Trunk | Library]:
1. searchDataproviders.service.ts & searchOrganizations.service.ts & searchProjects.service.ts: Remove 'type' parameter from request.
2. newSearchPage.component.ts: 'type' parameter is added for every type (not only for results).
3. entitiesSelection.component.ts: [Bug fix] For content providers: value="dataprovider"....

58131 24/02/2020 02:38 PM Konstantina Galouni

[Trunk | Library]:
1. properties/searchFields.ts: Range filter for results & projects renamed to "Year range".
2. string-utils.class.ts: "currentYear" field added.
3. rangeFilter.component: Margin & Placeholder fixes | Button for "This year", "Last 5 years", "Last 10 years" added.

58130 24/02/2020 02:33 PM Konstantina Galouni

[Trunk | Library]:
1. advancedSearchForm.component.html & newSearchPage.component.html & searchDownload.component.ts &
searchPaging.component.ts & searchResultsPerPage.component.ts & searchSorting.component.ts & pagingFormatter.component.ts:
Fix margin, padding and new view according to search redesign....

58128 24/02/2020 02:19 PM Konstantina Galouni

[Trunk | Library]:
1. resultLanding.service.ts & searchResearchResults.service.ts: [Bug Fix] When parsing title, we stringify it. Make sure we do not stringify values: undefined.
2. searchResearchResults.service.ts: Changed "sortby" parameter to match /resources2 api format (search redesign).

58127 24/02/2020 02:14 PM Konstantina Galouni

[Trunk | Library]: library.css: "paging-hr" class added, "range-button > button" styling added (search redesign).

58121 20/02/2020 02:50 PM Konstantinos Triantafyllou

[Library | Trunk]: Add alt metrics api url.

58115 19/02/2020 04:35 PM Argiro Kokogiannaki

[Library|Trunk]

New Search:
add search All component
update Search pages to work from search all component

58105 17/02/2020 03:19 PM Konstantina Galouni

[Trunk | Library]: Filters according to new UI/UX design.
1. utils/rangeFilter/: range filters added to describe year range queries (currently used in types: result & project).
2. utils/properties/searchFields.ts:
'uniqueValue: boolean' changed to 'filterType: string' with value among: null (if this is not a range/refine filter), radio, checkbox, range....

58104 17/02/2020 03:03 PM Konstantina Galouni

[Trunk | Library]: Library.css: Class "selectedFilterLabel" added.

58102 14/02/2020 04:08 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix entity type in parse results.

58093 13/02/2020 03:44 PM Argiro Kokogiannaki

[Library|Trunk]

New Search pages:
1. update queries to use new method in API /resources2?type={publications,datasets,software,other,projects,organizations, datasources}
2. add Entities Selection component and add it Simple, Advanced pages
3. Quick Selections update: add check for enabled entities ...

58073 11/02/2020 03:56 PM Argiro Kokogiannaki

[Library|Trunk]

New Search:
Create pages for project, organizations, datasources
Add checks in new search page

58072 11/02/2020 12:58 PM Argiro Kokogiannaki

[Library|Trunk]

New search page:
Search research outcomes page:
1. add selection for result types
2. add Open Access as quick filter

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

[Library | Trunk]: 1. New view for search results. 2. Add highlight component but currently is not enabled. 3. Change access mode value from classid to classname

58063 07/02/2020 01:59 PM Konstantinos Triantafyllou

[Library | Trunk]: Change css classes for access mode base on class-name

58061 06/02/2020 02:34 PM Konstantinos Triantafyllou

[Library | Trunk]: Some changes on sidebar

58055 04/02/2020 05:33 PM Argiro Kokogiannaki

[Library|Trunk]

New search page:
Clean up the code
remove queryParams - use parameterNames/Values instead
buildPageURLPArams: don't return URL path
remove method updateBaseURLParam
create method prepareSearchPage: gather in one method all initializations required for search page

58054 04/02/2020 04:45 PM Konstantinos Triantafyllou

[Trunk | Library]: Some css changes for new search results' view

58053 04/02/2020 04:41 PM Konstantina Galouni

[Trunk | Library]: assets/common/custom.css: Remove 'font-size:1.1em;' from 'body'. Now default font size will be 14px; (not 15).

58052 04/02/2020 02:27 PM Argiro Kokogiannaki

[Library|Trunk]

Search Pages:
when refine filters have no result, Show them on the left
create filters using the URL params

58045 31/01/2020 04:12 PM Argiro Kokogiannaki

[Library|Trunk]

Create new search page with unified simple and advanced search pages
- use advanced search form
- add fields/ code in advance form to support simple view
- add links for research result search pages in properties
- searchResearchResults.service: add refine fields in advanced search

58030 29/01/2020 01:25 PM Argiro Kokogiannaki

[Library|Trunk]

Advanced Search pages:
remove EventEmitter queryChange
Clean up goTo function
add documentation
remove unused functions/valiables

58029 29/01/2020 01:07 PM Argiro Kokogiannaki

[Library|Trunk]

Simple search pages:
remove EventEmitter queryChange
Clean up goTo function
add documentation
remove unused functions/valiables

58028 29/01/2020 11:20 AM Konstantinos Triantafyllou

[Library | Trunk]: Loginguard check userinfo, not token

58027 28/01/2020 05:20 PM Konstantinos Triantafyllou

[Library | Trunk]: Show authors create a copy to clipboard function and change orcid field from code to input with name=code.

58026 28/01/2020 05:18 PM Konstantinos Triantafyllou

[common-assets | Trunk]: Add style for code style input on library.css

58025 28/01/2020 03:09 PM Konstantinos Triantafyllou

[Library | Trunk: Add b2note component and enable it on development mode]

58013 22/01/2020 12:01 PM Argiro Kokogiannaki

[Library|Trunk]

Jsonld: truncate description to 5000 - add '...'

57989 17/01/2020 03:15 PM Konstantina Galouni

[Trunk | Library]:
1. showIdentifiers.component.ts: Rename "Related identifiers" to "Identifiers".
2. organization.component.html & organization.component.ts & resultLanding.component.html & resultLanding.component.ts: Rename "Original versions" to "Other versions"....

57979 14/01/2020 08:49 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix a bug on input component. Change dashboard user mini

57977 14/01/2020 09:41 AM Konstantina Galouni

[Trunk | Library]: library.css: [Bug fix]: In class 'researchResultTypeNotSelected' there was a typo affecting connect portal (!important was considered a separate attribute).

57971 13/01/2020 12:27 PM Konstantina Galouni

[Trunk | Library]: organization.component & resultLanding.component: Text bug: "Original sources" renamed to "Original versions".

57962 09/01/2020 03:33 PM Argiro Kokogiannaki

[Library|Trunk]

Dashboard Sidebar: add badge

57951 24/12/2019 10:37 AM Konstantinos Triantafyllou

[Monitor Dashboard | Trunk]: Fix a bug on layout service

57949 23/12/2019 05:34 PM Argiro Kokogiannaki

[Library|Trunk]

dashboard:
keep only modules for common pages, without import routing module
remove routing modules

57945 23/12/2019 04:54 PM Konstantinos Triantafyllou

[Library]: Shared moudle from library

57941 23/12/2019 04:17 PM Konstantinos Triantafyllou

[Library | Trunk]: Move Option to input component

57939 23/12/2019 04:09 PM Konstantinos Triantafyllou

[Library | Trunk]: Change getUserInfo to be suitable for guards too.

57937 23/12/2019 02:59 PM Argiro Kokogiannaki

[Library|Trunk]

Dashboard:
move shared components under library

57935 23/12/2019 01:52 PM Argiro Kokogiannaki

[Library| Trunk]

dashboard:
move sidebar under library
use menuItems class & add new fields needed

57933 23/12/2019 11:18 AM Konstantinos Triantafyllou

[Library | Trunk]: User Management service: Add a lock to allow only one call for get user info.

57928 20/12/2019 12:38 PM Argiro Kokogiannaki

[Library| Trunk]
Transfer admin tool components in library & update the theme
- divHelpContent
- helpTexts
- pages

57926 20/12/2019 12:03 PM Konstantinos Triantafyllou

[Library | Trunk]: Add capitalize function on string utils

57916 18/12/2019 04:14 PM Argiro Kokogiannaki

[Library| Trunk]
Transfer admin tool components in library & update the theme
- divId
- entity
- portals/communities

57886 15/12/2019 02:16 PM Konstantinos Triantafyllou

[Library]: Create click module and moved click outside there. Add long click directive

57885 15/12/2019 01:44 PM Konstantinos Triantafyllou

[Library | Trunk]: Fix a bug on user management service; Make dropdown on user menu same with indicator cards dropdown

57881 13/12/2019 04:40 PM Konstantina Galouni

[Trunk | Library]:
1. login/userMiniModule.module.ts: Created UserMiniModule to import it wherever needed.
2. navigationBar.module.ts: use UserMiniModule.
3. userMini.component.ts: [For dashboard]: Add input variable 'colors' ('dark' on light background - 'light' on dark background) & add classes according to background & show user icon when no letters in user's name.

57864 12/12/2019 03:11 PM Konstantina Galouni

[Trunk | Library]: login/userMini.component.ts: Add dashboard view & name parsing to get first letters.

57860 11/12/2019 03:31 PM Argiro Kokogiannaki
57855 11/12/2019 12:13 PM Konstantina Galouni

[Trunk | Library]: project.component: [Bug fix]: In widget (functionality to import research results - right column of page), fix content for software and other (src without line change).

57853 10/12/2019 03:45 PM Konstantina Galouni

[Trunk | Library]:
1. Project Landing Page: Add all types of research results (publication, dataset, software, other) in the box, in the right column of page and redesign it (UI/UX).
2. common-assets/library.css: Add classes 'researchResultTypeSelected' and 'researchResultTypeNotSelected'. Used by Project Landing Page.

57820 05/12/2019 05:07 PM Argiro Kokogiannaki

[Library|Trunk]
SEO:
revove 'OpenaAIRE | ' prefix from page title and metatags
don't truncate the title
truncate description to 160 characters

57813 04/12/2019 07:24 PM Konstantinos Triantafyllou

[Library]: Add can exit guard

57809 04/12/2019 02:32 PM Argiro Kokogiannaki

[Library Trunk]
Cite this:
fix issue with titles
fix issue with authors (given name for surname and vice versa)
add ISSN and issue
add frontiers and ama csl

57807 04/12/2019 01:57 PM Argiro Kokogiannaki

[Library|Trunk]

add prototype indicator

57806 04/12/2019 01:56 PM Argiro Kokogiannaki

[Library|Trunk]

Metric charts:
increase values number from 30 to 80,
IN X-AXIS show the date every 6 values

57800 03/12/2019 03:31 PM Argiro Kokogiannaki

{Library|Trunk]

Advanced search form: Update autocomplete selected value to look better with long values

57797 03/12/2019 03:10 PM Konstantinos Triantafyllou

[Library]: Add csv button to download up to 2000 results

57794 03/12/2019 01:50 PM Konstantinos Triantafyllou

[Library]: Create Contact us component, delete contact us from class

57791 03/12/2019 11:45 AM Argiro Kokogiannaki

[Library|Trunk]

Update Search page to show funders:
update communitySearchResults.component to get also funders

57788 03/12/2019 10:49 AM Konstantinos Triantafyllou

[Library]: Change userInfo: Make request only if subject is null(and token exists). After every navigation check token existance

57705 27/11/2019 11:08 AM Konstantinos Triantafyllou

[Library]: Modal: Add stayOpen boolean if on ok clicked must not close the modal

57696 26/11/2019 06:53 PM Konstantinos Triantafyllou

[Library]: Modal: add disabled class on ok button

57672 24/11/2019 05:28 PM Konstantinos Triantafyllou

[Library]: Modal: add margin bottom for very large modals

57665 22/11/2019 09:51 AM Konstantinos Triantafyllou

[Library]: Make modal works with uikit js. Add deep copy custom function

57663 22/11/2019 09:42 AM Konstantinos Triantafyllou

[Library]: modal replace isOpen = true with open function

57643 20/11/2019 11:31 AM Konstantinos Triantafyllou

[Library]: Change copy method

57638 19/11/2019 03:23 PM Konstantinos Triantafyllou

[Library]: Modal: add dashboard btn theme classes

57599 13/11/2019 03:17 PM Konstantinos Triantafyllou

[Library]: Helper functions clear

57590 12/11/2019 04:54 PM Konstantinos Triantafyllou

[Libary]: Add a function on helper functions

57587 12/11/2019 01:56 PM Argiro Kokogiannaki

[Library |Trunk]

use component: Add check for unsubscribe
Session: when remove user, remove User cookie again

57573 11/11/2019 02:27 PM Konstantinos Triantafyllou

[Library]: Add copy function on HelperFunctions

57551 08/11/2019 02:44 PM Argiro Kokogiannaki

[Library |Trunk]

add methods gor gettings total number of results linked with publications

57547 08/11/2019 01:07 PM Konstantinos Triantafyllou

[Library]: Check if is Client on userInfo method.

57545 08/11/2019 12:01 PM Konstantinos Triantafyllou

[Library]: Add check if isClient to getUserInfo

57536 07/11/2019 10:51 AM Konstantina Galouni

[Trunk | Library]:
1. error.module & errorPage.component: Set canonical url to '/error'.
2. dataProvider.component & organization.component & project.component & resultLanding.component: Use 'location.path(true)' for page parameter in error navigation.
3. organization.service: [Bug fix]: Initialize 'objIdentifier' field only when an organization was found.

57515 05/11/2019 04:18 PM Konstantinos Triantafyllou

[Library]: Change dataprovider model.

57512 05/11/2019 03:57 PM Konstantina Galouni

[Trunk | Library]:
1. common-assets/library.css: Rename class 'lines-11' to 'lines-10' (is applied only on <p> element) & apply classes 'multi-line-ellipsis' and 'lines-10' only on <p> element.
2. curved-bottom.svg: Add background color (#FAFAFA) with <rect> element....

57511 05/11/2019 03:27 PM Konstantinos Triantafyllou

[Library]: Add monitor service on properties

57500 02/11/2019 02:28 AM Konstantina Galouni

[Trunk | Library]: library.css: Class 'multi-line-ellipsis.lines-10' changed to 'multi-line-ellipsis.lines-11' in order to cut 11 rows.

57499 02/11/2019 02:27 AM Konstantina Galouni

[Trunk | Library]: number-utils.class.ts: [Bug fix]: thousands (K) calculation: if num greater or equal to 1000 & 'mi' renamed to 'M'.

57498 02/11/2019 02:08 AM Konstantina Galouni

[Trunk | Library]: [Bug fix]: error.module.ts: import RouterModule for navigation.

57494 31/10/2019 12:39 PM Konstantina Galouni

[Trunk | Library]:
1. landingPages/: When no id is specified or id is not found (search service returns 404), redirect to /error with more specific message.
2. error/errorPage.component.ts: When the error was caused by landing pages, add more specific message - suggest to search again.

57485 31/10/2019 12:10 PM Konstantina Galouni

[Trunk | Library]: Deposit Pages:
1. utils/properties/searchFields.ts: in 'DEPOSIT_DATASOURCE_KEYWORD_FIELDS' use field 'datasourcetypeuiname' instead of 'datasourcetypename' and use field 'datasourcesubject' with 'all' operator.
2. services/searchDataproviders.service.ts: [Bug fix]: Add subject only when there is some content....

57439 22/10/2019 12:29 PM Konstantinos Triantafyllou

[Library]: Remove errors from user-info

57438 22/10/2019 12:06 PM Konstantinos Triantafyllou

[Library]: Add http error codes on errorPage and loginUser.

57427 21/10/2019 04:16 PM Argiro Kokogiannaki

[Library|Trunk]
css:
add google fonts locally
commect external calls in theme/custom css
comment joomla imports

57423 21/10/2019 02:29 PM Konstantina Galouni

[Trunk | Library]: depositFirstPage.component.ts: Updated texts by Alessia.

57421 21/10/2019 12:11 PM Konstantina Galouni

[Trunk | Library]: depositFirstPage.component.ts: Add in svg for 'OR' classes: 'fill_text' in <text> element and 'stroke_line' in <line> elements.

57419 21/10/2019 10:45 AM Argiro Kokogiannaki

[Library|Trunk]

update beta indication css