Project

General

Profile

Statistics
| Revision:
  • svn:ignore:

# Date Author Comment
51762 11/04/2018 05:20 PM Sofia Baltzi

Add title in meta in communityErrorPage.component

51761 11/04/2018 05:09 PM Sofia Baltzi

Replace Meta service Import and use with Meta and Title from angular/platform-browser for dataset.component and dataset.module

51760 11/04/2018 04:09 PM Sofia Baltzi

Remove this._meta.updateTag({content:url},property=og:url);

51759 11/04/2018 04:06 PM Sofia Baltzi

Replace Meta service Import and use with Meta and Title from angular/platform-browser for errorPage.component and error.module

51757 11/04/2018 03:52 PM Konstantina Galouni

1. In searchPage and searchPageTableView bug fixing in widths and help texts.

51752 11/04/2018 03:05 PM Sofia Baltzi

Replace Meta service Import and use with Meta and Title from angular/platform-browser for communityErrorPage.component and communityError.module

51746 11/04/2018 10:59 AM Argiro Kokogiannaki

add piwikSiteId in properties | pass it as input in all components | in piwik service use it either from parameter pass if available or from properties

51681 05/04/2018 10:02 AM Myrto Koukouli

added statisticsEntities.ts

51672 04/04/2018 06:01 PM Konstantina Galouni

1. Change the way variable of type 'EnvProperties' is accessed in guards.
2. Add <ng-content> in modal of openaireLibrary. (e.g. for nested component)

51662 04/04/2018 04:05 PM Konstantina Galouni

1. Pass argument of type: EnvProperties in connect services (used for cache).

51659 04/04/2018 02:35 PM Konstantina Galouni

1. Add searchDataproviders.service and searchProjects.service in openaireLibrary/connect.
2. Remove connect/approvedByCommunity/approved.service.ts: Duplicate of searchDataproviders.service.
3. approved.component: Use searchDataproviders.service from openaireLibrary/connect/contentProviders/ folder.

51641 03/04/2018 02:33 PM Argiro Kokogiannaki

Don't save user in localstorage - use always cookie | remove check for expiration cookie - expires when cookie expires in 4 hours

51636 03/04/2018 10:45 AM Argiro Kokogiannaki

Using new AAI, update some properties

51634 03/04/2018 10:39 AM Argiro Kokogiannaki

showOptions in bottom menu for social buttons, menu, etc

51633 03/04/2018 10:37 AM Argiro Kokogiannaki

Add portal class in menu

51580 29/03/2018 04:15 PM Konstantina Galouni

1. approved.component.ts: component to check and show approval of content providers in share result pages by current community.
2. searchResult.component.html: approved.component moved to openaireLibrary: 'connect/approvedByCommunity/'.

51578 29/03/2018 03:44 PM Konstantina Galouni

1. searchResult.component.html: component from 'utils/approvedByCommunity/approved.component.ts' is called to show if a content provider is approved by current community.

51567 29/03/2018 10:34 AM Argiro Kokogiannaki

parameterize claims admin to show proper link, title for connect - remove extra unclosed divs

51565 29/03/2018 10:23 AM Argiro Kokogiannaki

move Connect helper in the library| change help service to get communityId by parameter/domain (for connect or properties for explore) | add helper before/after option in search/advanced/table pages

51558 28/03/2018 04:00 PM Konstantina Galouni

1. env-properties.ts: 'baseOpenaireLink' field added, which is base url for OpenAIRE portal.
2. searchResult.ts: 'subjects' and 'englishname' fields added (used by dataproviders).
3. searchDataproviders.service.ts: parse 'englishname'.

51537 27/03/2018 04:35 PM Konstantina Galouni

1. Columns changed from 4 to 3 for 'Search Projects' in community portals ('Acronym' and 'Name' merged to 'Project').
2. Links added to 'Search Projects' and 'Search Content Providers' in community portals.

51526 27/03/2018 10:22 AM Argiro Kokogiannaki

add function for separeate roles in Session| add isCommunityRI method in community service and RIGuard || change admin guard to be only administrator | add claims curator guard|

51511 26/03/2018 04:13 PM Sofia Baltzi

Add and parse type field in CommunityInfo

51506 26/03/2018 10:54 AM Argiro Kokogiannaki

Fixing menu that gets invisible| add id in user session| add miningBackendURL in properties class

51415 22/03/2018 05:01 PM Argiro Kokogiannaki

Fixing bug with community in menu | add changes for root items in navigationBar

51404 22/03/2018 01:13 PM Argiro Kokogiannaki

Software advanced page issue: Return empty vocabulary for software type - temporal solution until a vocabulary is created

51347 20/03/2018 02:46 PM Argiro Kokogiannaki

environment-specific.servic: use document location to get absolute url for server mode

51345 20/03/2018 01:11 PM Konstantina Galouni

1. Bug fixes in "searchResult.component.html" and "tabResult.component.html"

51344 20/03/2018 01:09 PM Sofia Baltzi

Add headers and options in post request for community-edit-form

51342 20/03/2018 12:40 PM Sofia Baltzi

Add updateCommunity method to community.service

51331 19/03/2018 03:33 PM Argiro Kokogiannaki

Change isRouteEnabled to get admintools API from properties

51318 16/03/2018 04:56 PM Argiro Kokogiannaki

In project landing page read also grantId and funder parameter and query based on them

51317 16/03/2018 03:54 PM Konstantina Galouni

1. Change of SearchResult field for funders (used for project results):
instead of funders: {"funderShortname": string, "funderName": string}[]
now: funderShortname: string // only 1 funder per project and we don't use the full name
2. Addition of SearchResult field for project results: acronym: string, code: string...

51304 16/03/2018 01:28 PM Argiro Kokogiannaki

add communityId in claims url when it is provided

51294 16/03/2018 09:56 AM Argiro Kokogiannaki

Context to community in display claims| showMenu Input for naviation Bar

51271 15/03/2018 02:40 PM Sofia Baltzi

Declare communitiesAPI in env-properties

51261 15/03/2018 10:53 AM Argiro Kokogiannaki

Add a mathod in community service to check if a user is a manager of a community| change connectAdminLoginGuard to really ask for a community manager| correct some links in properties json

51228 14/03/2018 02:29 PM Sofia Baltzi

Add communites folder,Move communities.service to openaireLibrary and Change imports

51198 13/03/2018 05:02 PM Argiro Kokogiannaki

Fixing insert claims for direct linking| isRouteEnable checks for community also in parameters, if no community avaiable load the page normally

51076 07/03/2018 12:08 PM Sofia Baltzi

Add connect/community and results directories, Move community.service, communityInfo and resultInfo in openaireLibrary

51058 06/03/2018 04:51 PM Sofia Baltzi

Add /connect/community folder

51013 02/03/2018 01:57 PM Konstantina Galouni

1. 'searchPageTableView' component updated: column's 'official name' contents for content providers gotten by community API added.
2. searchPageTableView: if no filters exist, do not contain this section in html template. (datatable expands)

50996 01/03/2018 05:11 PM Argiro Kokogiannaki

add statistics API and charts url in properties file

50992 01/03/2018 02:14 PM Konstantina Galouni

1. searchDataproviders.service: compatibility field always in results.
2. Bug fix in datatable of 'searchPageTableView' component.

50991 01/03/2018 01:03 PM Konstantina Galouni

1. Community API added in env properties.
2. 'columnNames' variable added in search table pages (e.g. OpenAIRE Journals Table) to describe column names of the datatable.
3. Input 'columnNames' variable added in 'searchPageTableView' compontent, its value comes from search table pages (e.g. OpenAIRE Journals Table)....

50989 01/03/2018 12:48 PM Argiro Kokogiannaki

add a check for community logo url

50970 28/02/2018 01:31 PM Argiro Kokogiannaki

Filter claims by community

50771 16/02/2018 11:24 AM Argiro Kokogiannaki

creating a first draft for connect admin guard

50761 15/02/2018 11:36 AM Argiro Kokogiannaki

put the divids- helper for linking views, Fix the links in advanced search page, remove openaireProperties class change error codes path, add the

50728 13/02/2018 03:52 PM Konstantina Galouni

1. Language parsed in 'Software' and 'Dataset' Landing
2. Added check if 'bestaccessright' is undefined in search pages and landing pages
3. Small fix in 'available on' component used by landing pages
4. Helper component and service updates - 'position' and 'before' inputs are for page contents, 'div' is for div contents...

50684 12/02/2018 02:38 PM Argiro Kokogiannaki

Refactoring - change file name of Meta service & module

50677 12/02/2018 11:21 AM Argiro Kokogiannaki

fixing the cookies for the login| export claims admin component

50595 06/02/2018 10:20 AM Argiro Kokogiannaki

fix in userMini

50591 05/02/2018 04:13 PM Argiro Kokogiannaki

add properties json file , minor changes for navbar and login

50586 05/02/2018 02:14 PM Argiro Kokogiannaki

USe a json file to read properties | replace openaire Properties | parameterize menu (use params, community, ) | parameterize search pages (hide community information)

50322 16/01/2018 12:33 PM Argiro Kokogiannaki

changes in feedback - parameterize mail| fixe navigation bar

50286 11/01/2018 04:20 PM Argiro Kokogiannaki

parameterize menu items & login/out urls

50277 11/01/2018 11:55 AM Argiro Kokogiannaki

Clear some files | use new version of datatables for dataproviders tables

50240 03/01/2018 02:12 PM Argiro Kokogiannaki

Fixing claim pages to be used as library cmponents - modules | use new version of datatables

50172 19/12/2017 04:45 PM Argiro Kokogiannaki
50171 19/12/2017 04:45 PM Argiro Kokogiannaki
50169 19/12/2017 01:53 PM Argiro Kokogiannaki

Commiting first draft of openaire library for angular portals

50168 19/12/2017 01:42 PM Argiro Kokogiannaki