Project

General

Profile

Statistics
| Revision:

# Date Author Comment
51639 03/04/2018 11:54 AM Konstantina Galouni

1. Add 'Landing Pages' option on the left menu.
2. Add 'landing' option in page-form.
3. pages.component.ts: Add function to capitalize first letter of a string.
4. pages.component.html: Add in page title type from url (when available) (function to capitalize first letter is used).

51638 03/04/2018 11:36 AM Konstantina Galouni

1. Use modal from library for delete confirmation ('<delete-confirmation-dialog>' changed to '<modal-alert>').

51635 03/04/2018 10:42 AM Argiro Kokogiannaki

add background color for sidebar menu, add openaire blue for main menu, minor changes

51630 02/04/2018 05:40 PM Sofia Baltzi

Divide updateCommunity's code into functions, Add parseUpdatedCommunity function

51629 02/04/2018 05:22 PM Sofia Baltzi

Change function name from cleanEmptyFields to getNonEmptyItems and Divide its code into smaller functions

51628 02/04/2018 05:13 PM Myrto Koukouli

finished first stage of statistics

51626 02/04/2018 04:19 PM Sofia Baltzi

Change community's functions order and Add cleanEmptyFields function

51625 02/04/2018 03:30 PM Konstantina Galouni

1. entities.component.html: in alert specify that search and advanced search pages will be affected.
2. add-content-providers.component.html: show alert message that metadata will be linked to the community on the next update of index.
3. add-projects.component.html: show alert message that metadata will be linked to the community on the next update of index....

51624 02/04/2018 02:15 PM Konstantina Galouni

1. Bug fix in url parameters from page to page help content.
2. Bulk actions are clickable when at least one checkbox is selected, otherwise a tooltip is displayed.

51622 02/04/2018 12:57 PM Sofia Baltzi

Add a first draft for form validation and required fields

51568 29/03/2018 10:54 AM Argiro Kokogiannaki

new version of mining library | manage projects/ content providers change togle text to button, change text, add padding | change text for help texts to be the same (page/ class help text)| reorder dashboard boxes

51560 28/03/2018 04:10 PM Konstantina Galouni

1. Manage content providers of community (Remove and Add) functionality added (manage-content-providers.component, add-content-providers.component, remove-content-providers.component, manageContentProviders.service)
2. Fix links to manage content providers page (app.component, dashboard.component)

51557 28/03/2018 03:53 PM Konstantina Galouni

1. env-properties.json: 'baseOpenaireLink' field added for base link of OpenAIRE portal.
2. remove-projects.component.ts: 'communityUrl' variable added to build url for community portal, as soon as the communityId changes.
3. remove-projects.component.ts: do not set status of searchUtils to NONE, to avoid 2 messages about no results....

51551 28/03/2018 12:08 PM Konstantina Galouni

1. add-projects.component: Links to project landing pages of OpenAIRE portal added.
2. remove-projects.component: Links to project landing pages of community portal added.
3. remove-projects.component: Modal to confirm removal of a project from the community added....

51535 27/03/2018 03:39 PM Sofia Baltzi

Remove missed counter for subject

51534 27/03/2018 03:38 PM Sofia Baltzi

Fix error in managers and subjects fields

51532 27/03/2018 01:30 PM Konstantina Galouni

1. domain/page.ts: 'connect' and 'openaire' fields added in Page.
2. 'connect' and 'openaire' fields added in Page Form (both default to true).

51530 27/03/2018 12:24 PM Sofia Baltzi

Fix adding undefined, empty managers and subjects in backend

51527 27/03/2018 10:25 AM Argiro Kokogiannaki

layout changes | hide create/ edit/delete buttons from simple users | apply changes in functions from Session class

51515 26/03/2018 06:07 PM Konstantina Galouni

1. pages.component: check if 'pages' is null before calling foreach function.
2. add-projects.component: save id for the added project returned by post request, to undo the addition if wanted.
3. remove-projects.component: use custom paging.
4. remove-projects.component: use custom search form in datatable....

51513 26/03/2018 05:22 PM Myrto Koukouli

almost finished statistics page

51510 26/03/2018 03:29 PM Sofia Baltzi

Change css for reset button

51509 26/03/2018 02:58 PM Argiro Kokogiannaki

Remove IscommunityGuard from /communities |get back code for getting all communities list | add pid in getPages method to filter by community

51454 23/03/2018 05:35 PM Argiro Kokogiannaki

Add mining library | add welcome component | add info messages in some pages | minor layout changes | add Iscommunity Guard that requires communityId to load a page

51453 23/03/2018 05:21 PM Sofia Baltzi

Add a check if community.managers.length and community.subjects.length is 0

51441 23/03/2018 04:14 PM Sofia Baltzi

Add check for adding emptymanager or subject

51438 23/03/2018 03:47 PM Sofia Baltzi

Add router to refresh community-edit-form page when a community is saved

51434 23/03/2018 03:06 PM Sofia Baltzi

Add plus and close buttons and fix focus in managers and subjects

51417 22/03/2018 05:28 PM Konstantina Galouni

1. Parameter url 'communityId' added (or adjusted) in every page and link to page.
2. loading.gif added in assets folder.
3. Loading and Error Messages added in pages for: Community (not community-edit-form folder), Entity, Page, DivId, PageHelpContent, DivHelpContent and their forms.

51408 22/03/2018 04:50 PM Sofia Baltzi

Show managers and subjects in a list and switch Save and Reset button position

51406 22/03/2018 04:08 PM Sofia Baltzi

Add reset button that resets communityInfo

51389 21/03/2018 07:27 PM Myrto Koukouli

worked on statistics page

51375 21/03/2018 02:59 PM Sofia Baltzi

Fix managers and subjects ngModel

51346 20/03/2018 01:21 PM Konstantina Galouni

1. Bug fix - import was missing.

51343 20/03/2018 12:50 PM Konstantina Galouni

1. Community field deleted from DivId and added to DivHelpContent.
2. "getCommunitiesWithDivId" service function not used.
3. Url parameter "community" changed in some pages to "communityId" (to be continued)

51341 20/03/2018 12:38 PM Sofia Baltzi

Update community-edit-formChange to a draft of 'get' and 'post' communityInfo

51338 19/03/2018 06:01 PM Myrto Koukouli

started working on admin statistics page

51316 16/03/2018 03:36 PM Konstantina Galouni

1. Manage projects of community (Remove and Add) functionality added (manage-projects.component, add-projects.component, remove-projects.component, manageProjects.service)
2. Fix links to manage projects page (app.component, dashboard.component)
3. Fix width of pages' contents (class="uk-width-expand uk-container" before <router-outlet>)...

51305 16/03/2018 01:32 PM Argiro Kokogiannaki

show left menu only when communityId is provided, update the links in left menu, update the links in dashboard, in user menu show all the links to manage communities that you are allowed, add error page when route is not available instead of dashboard

51264 15/03/2018 12:04 PM Sofia Baltzi

Show community's Info in community edit form and add checks for null community and null community's Info

51262 15/03/2018 10:56 AM Argiro Kokogiannaki

add favicons| remove properties files -not used anymore | add error page when no communityId is specified, add proper guard in module, but keep them in comments for development

51223 14/03/2018 12:29 PM Argiro Kokogiannaki

pass changes from trunk for statistics and community edit form| add a component for mining library | add community id in menu| add a service to get the current community information for the menu/logo

51077 07/03/2018 01:02 PM Argiro Kokogiannaki

add configuration for datatables

51074 07/03/2018 11:44 AM Argiro Kokogiannaki

Commit changes for angular-cli project changing configuration and project structure

51069 07/03/2018 10:27 AM Argiro Kokogiannaki

Creating a branch of uoa-admin-tools to change project to angular-cli

49061 22/09/2017 12:26 PM Argiro Kokogiannaki

Created branches and trunk folders