Project

General

Profile

Statistics
| Revision:

# Date Author Comment
58663 11/05/2020 11:38 AM Konstantinos Triantafyllou

[Connect | Trunk]: Change uk-input to have borders

58662 11/05/2020 11:37 AM Konstantinos Triantafyllou

[Library | Trunk]: Change search form to have borders

58661 11/05/2020 11:36 AM Konstantinos Triantafyllou

[Connect | Trunk]: Move some css to library

58658 08/05/2020 05:07 PM Konstantinos Triantafyllou

[Admin | Trunk]: Composer: email for managers, add param email.

58657 08/05/2020 05:04 PM Konstantinos Triantafyllou

[Connect | Trunk]: Add adminPortalURL property

58656 08/05/2020 05:04 PM Konstantina Galouni

[Trunk | Library]: statisticsTab.component.ts & project.component.ts: Add chart urls for new stats api and initialize charts for old or new api accordingly..

58655 08/05/2020 05:01 PM Konstantinos Triantafyllou

[Library | Trunk]: Add adminPortalURL property for composer.ts

58654 08/05/2020 03:20 PM Konstantinos Triantafyllou

[Connect | Trunk]: Fix a bug on my-communities

58653 08/05/2020 03:02 PM Konstantina Galouni

[Trunk | Connect]:
1. community.component:
a. [Bug fix] Add 'uk-tab' and 'uk-active' class to load css without javascript enabled.
b. In tab 'Summary', reorder information - description goes on top.
c. Cut description in first 500 characters, if length > 600, otherwise do not cut it....

58652 08/05/2020 01:10 PM Konstantinos Triantafyllou

[Library | Trunk]: Change invite message for covid-19

58651 08/05/2020 01:07 PM Konstantinos Triantafyllou

[Connect | Trunk]: Change uk-card-default color for communities

58650 08/05/2020 12:12 PM Konstantinos Triantafyllou

[Connect | Trunk]: Curators: hide affiliations column if they are not existed

58649 07/05/2020 07:20 PM Konstantina Galouni

[Trunk | Library]: (Changes needed for community background in connect portal)
1. directLinking.component.html & myClaims.component.ts & errorPage.component.ts: Move 'uk-margin-small-top' class inside id="tm-main".
2. linkingGeneric.component.html: Add class 'white-box-with-border uk-padding-small'....

58648 07/05/2020 07:09 PM Konstantina Galouni

[Trunk | Connect]:
1. community.component.html: Remove 'communityBackground' class | Use class 'generalSearchForm' instead of 'publicationsSearchForm'.
2. contentPage.component.ts & curators.component.html & nationalBulletinsPage.component.ts & organizationsPage.component.ts & projectsPage.component.ts & subjects.component.ts & invite.component.html: ...

58645 07/05/2020 05:55 PM Konstantinos Triantafyllou

[Library | Trunk]: Some minor css changes

58644 07/05/2020 05:53 PM Konstantinos Triantafyllou

[Connect | Trunk]: Change community title and some margins.

58636 07/05/2020 03:31 PM Argiro Kokogiannaki

[Connect|Trunk]

App.component:

smoother load of customization
show subscribe when community is loaded
Footer: switch to dark background

58635 07/05/2020 03:10 PM Argiro Kokogiannaki

[Library|Trunk]

Bottom menu:
for light background use the white flag
update connect eu text

58634 07/05/2020 03:01 PM Konstantinos Triantafyllou

[Library | Trunk]: Change border of curator-photo

58633 07/05/2020 02:57 PM Konstantinos Triantafyllou

[Connect | Trunk]: Fix padding bottom on curators and animation-fade

58632 07/05/2020 01:34 PM Konstantina Galouni

[Trunk | Connect]:
1. affiliations.component & curators.component: In affiliations website_url, call method 'StringUtils.urlPrefix()' (add "//" prefix, when url does not start with protocol (http, https, //)).
2. community.component.html: [Bug fix] Add checks (<div *ngIf="communityInfo && community" class="publicationsSearchForm ">).

58631 07/05/2020 01:28 PM Konstantina Galouni

[Trunk | Library]: string-utils.class.ts: Method 'urlPrefix()' added to return "//" as prefix, when url does not start with protocol (http, https, //).

58630 07/05/2020 01:22 PM Konstantinos Triantafyllou

[Library | Trunk]: Assets: Add change login for connect-admin

58629 07/05/2020 01:14 PM Argiro Kokogiannaki

[Connect|Trunk]

Community page - search form: update form placeholder when entity changes

Properties: add impact factor URL

58628 07/05/2020 12:50 PM Argiro Kokogiannaki

[Library|Trunk]

Impact factors:
add url in property
add cache
if there is no property won't do the request

58627 07/05/2020 12:40 PM Konstantinos Triantafyllou

[Connect | Trunk]: Move border of menu only in communities

58626 07/05/2020 12:29 PM Argiro Kokogiannaki

[Connect|Trunk]

Remove search bar in menu

Add search form back for search results, projects, datasources

Rearrange the menu items and add back search menu

Community page: add search form

58625 07/05/2020 12:26 PM Argiro Kokogiannaki

[Library|Trunk]

Search pages and table view components: add breadcrumb when it not only results displayed
Deposit: remocve a margin

58624 07/05/2020 11:50 AM Konstantinos Triantafyllou

[Library | Trunk]: Quick fix: lowercase the email of user

58623 07/05/2020 11:49 AM Konstantinos Triantafyllou

[Connect | Trunk]: Change container on curators page.

58622 07/05/2020 11:49 AM Konstantinos Triantafyllou

[Library | Trunk]: Assets: Reduce font weight from login letters

58621 07/05/2020 11:33 AM Konstantina Galouni

[Trunk | Library]: rangeFilter.component.html: Change recentyears (range buttons) according to Natalia's suggestions (+changes in library.css).

58620 07/05/2020 11:31 AM Konstantina Galouni

[Trunk | Library]: library.css: Change css for recentyears (range buttons in rangeFilter.component) according to Natalia's suggestions.

58619 06/05/2020 06:36 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove stroke white on login circle

58618 06/05/2020 06:31 PM Konstantinos Triantafyllou

[Library | Trunk]: Change login to circle

58617 06/05/2020 06:31 PM Konstantinos Triantafyllou

[Library | Trunk]: Change login to circle

58616 06/05/2020 06:08 PM Konstantina Galouni

[Trunk | Connect]:
1. community.component.ts: Add fields 'public thresholdDescription: number = 550;' and 'subscribers: number = 0;' and method 'public countSubscribersEvent($event)'.
2. community.component.html:
a. Move curatos, projects & content providers, zenodo communities inside tab 'Summary'....

58615 06/05/2020 05:59 PM Konstantina Galouni

[Trunk | Library]: library.css: [Natalia's css changes] add css for '.main-tabs .tab-header' | css changed for '.main-tabs > li > a > .number'.

58614 06/05/2020 04:01 PM Konstantinos Triantafyllou

[Connect | Trunk]: Change Curators and Organizations base on new mocks

58613 06/05/2020 04:01 PM Konstantinos Triantafyllou

[Library | Trunk]: Add border left if not first-column for white-border

58609 05/05/2020 07:14 PM Konstantina Galouni

[Trunk | Library]: library.css: Range buttons changed to links - max-width custom, color of divider custom.

58608 05/05/2020 07:12 PM Konstantina Galouni

[Trunk | Library]:
1. newSearchPage.component.html: [Bug fix] Remove <search-download> which was duplicate in small screens - Download visible above paging always.
2. rangeFilter.component.html: Range buttons changed to links - library.css changes needed (refactor code when possible).

58607 05/05/2020 06:55 PM Konstantina Galouni

Trunk | Connect: community.component.html: [Bug fix] Show zenodo communities if there exist.

58606 05/05/2020 06:21 PM Argiro Kokogiannaki

[Library|Trunk]

Linking:
rename entity type to Result type

Deposit:
First page:
remove border
remove small text in first section paragraphs
remove padding from search form
Search:
go to first page when keyword changes
keep filters when keyword changes...

58605 05/05/2020 06:08 PM Konstantinos Triantafyllou

[Connect | Trunk]: Add breadcrumbs on content, national bulletins and projects pages

58604 05/05/2020 05:37 PM Argiro Kokogiannaki

[Connect|Trunk]

App: update menu items
Curators: remove number from the title

58602 05/05/2020 04:09 PM Konstantinos Triantafyllou

[Library | Trunk]: Remove Unknown values for every enviroment. Also add this restriction to filters.

58600 05/05/2020 12:40 PM Konstantinos Triantafyllou

[Connect | Trunk]: Add animation module

58599 05/05/2020 12:37 PM Konstantinos Triantafyllou

[Explore | Trunk]: Add animation module for openaire badge

58598 05/05/2020 12:37 PM Konstantinos Triantafyllou

[Library | Trunk]: Add openaire metrics.

58597 05/05/2020 12:35 PM Konstantinos Triantafyllou

[Library | Trunk]: Assets: Add metrics icons

58595 05/05/2020 10:52 AM Konstantina Galouni

[Trunk | Connect]:
1. subscribe.component.ts: Remove unnecessary prints.
2. searchCommunities.component.ts:
a. [Bug fix - sometimes on 1st load] Remove data binding for 'sort' in <new-search-page>.
b. [Bug fix - no results on 1st load] Remove data binding for 'filters' in <new-search-page>....

58594 05/05/2020 10:46 AM Konstantina Galouni

[Trunk | Library]:
1. subscribe.service.ts: Remove unnecessary prints.
2. newSearchPage.component.ts: Set default value for field 'sort' to true.
3. newSearchPage.component.html: In <search-sorting> bind entityType parameter.
4. searchResearchResults.component.ts: Remove data binding for 'sort' in <new-search-page>....

58592 04/05/2020 04:14 PM Argiro Kokogiannaki

[Connect|Trunk]

Impact factors: Remove fontawesome css, remove css from connect-custom (moved in library.css)

Statistics: add check for statistics service response

58591 04/05/2020 04:11 PM Argiro Kokogiannaki

[Library|Trunk]

Impact factors:
update according to the mocks
show them also in beta

58585 04/05/2020 10:59 AM Konstantinos Triantafyllou

[Trunk | Library]: Remove search params from when redirect url is custom.

58584 30/04/2020 03:50 PM Konstantinos Triantafyllou

[Admin | Trunk]: Fix a bug with communities number on wellcome page

58583 30/04/2020 03:09 PM Konstantinos Triantafyllou

[Admin | Trunk]: Add message when no statistics exist. Disable customization route.

58582 30/04/2020 02:26 PM Argiro Kokogiannaki

[Library|Trunk]

navigation bar:
add logo url also in big beta indication badge to fix z-index issue

58581 30/04/2020 12:35 PM Konstantinos Triantafyllou

[Connect | Trunk]: Fix height of my communities cards

58580 30/04/2020 12:33 PM Konstantinos Triantafyllou

[Library | Trunk]: Add condition if community is connect add redirectUrl

58579 30/04/2020 11:23 AM Argiro Kokogiannaki

[Library|Trunk]

Search Bar:
catch more events and initialize on params change, route chnages, and on entity changed

58577 29/04/2020 09:53 AM Argiro Kokogiannaki

[Connect |Trunk]

Fixing issues with Communities search (new search component update)

58576 28/04/2020 03:08 PM Argiro Kokogiannaki

[Trunk|Library]

Linking: bulk claims service: pass properties instead of crossref url

58575 28/04/2020 01:10 PM Argiro Kokogiannaki

[Explore|Trunk]

update properties and file versions

58574 28/04/2020 01:07 PM Konstantina Galouni

[Trunk | Connect]:
1. app-routing.module.ts: Add route '/subjects'.
2. app.component.ts: Group subscribe and invite buttons under id="subscribeAndInviteBtn" (keep distance between them alwayes the same) | uncomment menu item 'Subjects' in About.
3. app.module.ts: import 'SubscribeService' (singleton service to update everywhere subscriber status)....

58573 28/04/2020 01:07 PM Argiro Kokogiannaki

[Library Trunk]

Search: Hide advanced search link in results

Linking: Display claims: use /search/result route

58572 28/04/2020 12:46 PM Argiro Kokogiannaki

[Library|Trunk]

Updates on Deposit to work with explore

58571 28/04/2020 12:20 PM Argiro Kokogiannaki

[Library|Trunk]

Deposit: apply changes to work also with explore colors

58570 28/04/2020 12:15 PM Konstantina Galouni

[Trunk | Library]: subscribe.service.ts: Connect redesign: Add field 'isSubscribedSubject: BehaviorSubject<boolean>' and methods to initiate and get it (singleton service, to update subscriber status).

58569 28/04/2020 12:12 PM Konstantina Galouni

[Trunk | Library]: library.css:
a. Add css for disabled uk-button-deafult inside 'offcanvas-white' (gray button).
b. Connect redesign: Add max-width for each tab of 'main-tabs' | Add css for svg #statistics-bars in 'main-tabs' | Add class 'white-box-with-border'.

58568 28/04/2020 12:07 PM Konstantina Galouni

[Trunk | Library]:
1. dataProvider.component.html: Show 'Related Content Providers' only when there are results (publications and/or datasets and/or software and/or other).
2. searchFilter.component.html: Use 'filterValuesNum' field for method 'getSelectedAndTopValues()'....

58567 28/04/2020 10:05 AM Argiro Kokogiannaki

[Connect|Trunk]

Search communities: use newsearchpage component

58566 28/04/2020 10:03 AM Argiro Kokogiannaki

[Library|Trunk]

New search page:
updates to work with communities (add search image, community-search-result)

58565 27/04/2020 03:00 PM Argiro Kokogiannaki

[Connect Trunk]

customization.css: remove border radius css
connect css: add border radius for subscribe buttons

Zenodo Communities:
add breadcrumb
use communityId for helptexts

58564 27/04/2020 02:56 PM Argiro Kokogiannaki

[Library|Trunk]

Library.css:
Breadcrumb CSS - add important to avoid lose colors
Zenodo button css

58563 27/04/2020 02:54 PM Argiro Kokogiannaki

[Library|Trunk]
Deposit :
add breadcrumb
light blue background
title & forms changes
new zenodo button

Search pages: remove route from last breadcrumb

SearchBar: show advanced search only if tthe current route is search

58558 27/04/2020 02:31 PM Konstantinos Triantafyllou

[Connect | Trunk]: Contact us add breadcrumbs

58557 27/04/2020 12:54 PM Konstantinos Triantafyllou

[Connect | Trunk]: Remove important from font's color

58556 27/04/2020 12:49 PM Konstantinos Triantafyllou

[Connect | Trunk]: Change color of fonts.

58555 27/04/2020 12:48 PM Konstantinos Triantafyllou

[Library | Trunk]: Change contact-us labels to h5

58554 27/04/2020 10:22 AM Argiro Kokogiannaki

[Connect|Trunk]
Add property showAddthis
Search Projects:
show static filters only if there are results
add showOnly results and breadcrumb options

Search Projects:
add showOnly results and breadcrumb options

58553 27/04/2020 10:17 AM Argiro Kokogiannaki

[Library|Trunk]

Library.css:
open access label changed to green not portal color
off canvas white: allow input with class text-input-box

58552 27/04/2020 10:14 AM Argiro Kokogiannaki

[Library|Trunk]

Search:

-Entities Selection: add check if route is enabled
-Delay in result types checkboxes to 2 s
-Use breadcrumb component
-add connect background
-remove space between names in showAuthors component
-Filters:
-message about top 100 always visible...

58551 26/04/2020 11:14 AM Konstantinos Triantafyllou

[Library | Trunk]: Add height match on community results

58549 24/04/2020 06:38 PM Konstantina Galouni

[Trunk | Connect]: Connect redesing
1. app.component.ts: <subscribe> and <invite> components added (floating buttons on the right side of each page for communities).
2. community.component.html:
3. community.component.ts:
a. 'projectsCalculated' and 'contentProvidersCalculated' fields added, to calculate tootlip after both requests complete...

58548 24/04/2020 06:33 PM Konstantinos Triantafyllou

[Connect | Trunk]: Add FAQs page. Add breadcrumbs to all pages.

58547 24/04/2020 06:32 PM Konstantinos Triantafyllou

[Library | Trunk]: Change view of communities results base on mocks

58546 24/04/2020 06:30 PM Konstantinos Triantafyllou

[Library | Trunk]: library css changes

58545 24/04/2020 05:47 PM Konstantina Galouni

[Trunk | Library]: communityCharts.ts: Minor height and width changes for chars (old statistics tool) (during connect redesign).

58544 24/04/2020 05:45 PM Konstantina Galouni

[Trunk | Library]: project.component.html: [Bug fix] Removed double comma for organizations without id.

58543 24/04/2020 05:44 PM Konstantina Galouni

[Trunk | Library]: library.css: Css for classes (and their descendants) 'main-tabs' and 'main-tabs-content' - used for a page's main tabs (made during connect redesign).

58535 23/04/2020 05:59 PM Konstantinos Triantafyllou

[Connect | Trunk]: Change paqes base on new mocks.

58534 23/04/2020 05:58 PM Konstantinos Triantafyllou

[Library | Trunk]: Add breadcrumbs. Fix space on check icons. Remove reset from contact us

58533 23/04/2020 05:56 PM Konstantinos Triantafyllou

[Library | Trunk]: Add css for breadcrumbs

58531 23/04/2020 03:35 PM Argiro Kokogiannaki

[Connect|Trunk]

App Component:
update menu items
update navbar and footer according to the new mocks

Search projects/datasources: enable refilter when the url parameters change
Search results: add options about breadcrumb and include only results

58530 23/04/2020 03:21 PM Argiro Kokogiannaki

[Library|Trunk]

Footer: options for centering contents and have dark or light background

Table View: change parameter to fv0

Searchbar, Entities Selection: clean up logs

58529 23/04/2020 03:13 PM Argiro Kokogiannaki

[Library|Trunk]
Assets:
library.css: css for light Footer
icons for light footer

58525 23/04/2020 09:33 AM Argiro Kokogiannaki

[Library |Trunk]

Apply corrections after initial connect update :
Search all: remove quick selections as it is inside the search page
Search results: add option to show advanced search link
QuickSelections: fix widths and margins

58522 23/04/2020 08:42 AM Argiro Kokogiannaki

[Library|Trunk]

Updates on searchbar and navbar:
searchbar width, button, css
library.css:
searchbar css
navbar z-index same as uk-sticky nav bar (from theme.css)
beta indication z-index