Project

General

Profile

Statistics
| Revision:
  • svn:ignore: node_modules dist npm-debug.log

# Date Author Comment
51833 17/04/2018 12:38 PM Konstantina Galouni

1. Add loading and error messages in community-edit-form and stats pages.
2. Add safeHtml pipe in help content pages to enable view as html of tags and classes added by manager.

51756 11/04/2018 03:52 PM Myrto Koukouli

added entity is deactivated note in stats page

51688 05/04/2018 06:57 PM Myrto Koukouli

statistics: corrected show/hide all functions

51685 05/04/2018 12:28 PM Myrto Koukouli

in statistics: added show/hide all buttons

51674 04/04/2018 06:39 PM Konstantina Galouni

1. div-help-contents.component.html: Bug fix, change position of 'Bulk Actions' button.

51670 04/04/2018 05:59 PM Konstantina Galouni

1. community-edit-form.component: change ordering in 'reset' and 'save' buttons (missing from previous commit).

51669 04/04/2018 05:58 PM Konstantina Galouni

1. assets/env-properties.json: useCache set to false.
2. manageProjects.service.ts & manageContentProviders.service: Remove search services.
3. Use openaireLibrary/connect/projects and openaireLibrary/connect/contentProviders for getting community's projects or contentproviders....

51657 04/04/2018 01:03 PM Konstantina Galouni

1. Use modal from library for confirmation of entity toggling ('<modal-form #okModal>' changed to '<modal-alert>').
2. Remove from 'modal-form.component' case where type is 'none' and no formGroup is given as input (used only for entity toggling confirmation)....

51645 03/04/2018 03:05 PM Konstantina Galouni

1. Expand height of page - add uk-margin-medium-bottom to content.
2. Move 'cancel' button to the right of 'save' in modal (new/edit), in new/edit page contents, in new/edit div contents.

51644 03/04/2018 02:55 PM Argiro Kokogiannaki

use new openaire AAI | update properties | set guards in all pages - Requires login & role!

51640 03/04/2018 01:03 PM Sofia Baltzi

Add check if mail is invalid or name is empty

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

51145 12/03/2018 11:05 AM Myrto Koukouli

added statistics api url to env-properties.json

51099 08/03/2018 06:00 PM Myrto Koukouli

created temporary table with stat-tables names

51085 08/03/2018 06:53 AM Myrto Koukouli

continued working on stats

51079 07/03/2018 02:18 PM Sofia Baltzi

Add community-edit-from.module

51078 07/03/2018 02:16 PM Sofia Baltzi

Add a first draft for community-edit-form

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

51070 07/03/2018 10:48 AM Myrto Koukouli

moving from office!

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

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

51057 06/03/2018 04:36 PM Argiro Kokogiannaki

add login components, create admin connect Guard, use env.properties

51056 06/03/2018 04:25 PM Sofia Baltzi

Move community-edit-form to new directory community-edit-form

51053 06/03/2018 03:33 PM Sofia Baltzi

Undo -> Remove getDataProviders

51052 06/03/2018 03:31 PM Sofia Baltzi

Remove available data providers from community-edit-form

51044 05/03/2018 05:10 PM Myrto Koukouli

created stats component and classes and imported statistics from api

50971 28/02/2018 01:35 PM Konstantina Galouni

1. DivId is related to >=1 Pages (not just one) - there is no check that AT LEAST one Page was selected.

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

Filter claims by community

50833 20/02/2018 04:24 PM Sofia Baltzi

Add router links in dashboard for pages and entities

50831 20/02/2018 03:13 PM Sofia Baltzi

Update html in dashboard

50787 16/02/2018 04:40 PM Argiro Kokogiannaki

add 2 lib missing from package.json

50764 15/02/2018 12:30 PM Argiro Kokogiannaki

adding openaire library as external svn subfolder | apply the corresponding changes

50683 12/02/2018 12:47 PM Argiro Kokogiannaki

complete previous commit (adding forgotten files)

50682 12/02/2018 12:43 PM Argiro Kokogiannaki

use properties| add admin claims| guards

50611 06/02/2018 03:10 PM Konstantina Galouni

1. Created 'entity' folder : 'entity' page and form go there
2. Created 'page' folder : 'page' page and form go there

50608 06/02/2018 12:35 PM Argiro Kokogiannaki

update menu | use guards in routes

50607 06/02/2018 12:06 PM Konstantina Galouni

1. Added divId page and form : special classes to be used by explore portal pages which have steps
2. Added divHelpContent pages and form
3. 'before' field of pageHelpContent renamed to 'isPriorTo'
4. Added 'before' checkbox in pageHelpContent form
5. 'uk-button-default' class removed...

50475 29/01/2018 11:45 PM Konstantina Galouni

1. In Community methods - use pid to query (GET Requests)
2. Toggle Pages and Toggle Entities methods use community.pid instead of community._id
3. In urls use community={community.pid} instead of community._id
4. New and Update APIs for helpcontents separated...

50414 26/01/2018 11:00 AM Sofia Baltzi

Add test for community edit form

50388 24/01/2018 04:45 PM Konstantina Galouni

'pid' field added in entities and communities for queries by portal - can be changed by forms
bug fix in cancel/save in pageContents form
page in pageContents form cannot be changed when editing contents of specific page
order in pageContents form can be set by hand (text not number)...

50287 11/01/2018 04:21 PM Argiro Kokogiannaki

Remove old/ unused files | use ng-openaire-libraries for menu, footer & login

50281 11/01/2018 01:06 PM Argiro Kokogiannaki

Deleting unused files helpcontent/selectEntities.component

50248 08/01/2018 10:29 AM Konstantina Galouni

Cancel button in edit and new page help content | Bulk Activate/Deactivate in Entities and Pages | Page and Community info in Page help content's title when they are specified - 2 relative columns hidden

50244 04/01/2018 04:56 PM Konstantina Galouni

Apply UIKIT in communities, pages, pageHelpContents pages

50243 04/01/2018 03:32 PM Sofia Baltzi

Add community-edit-form

50184 20/12/2017 04:58 PM Argiro Kokogiannaki

Add UIKIT - apply changes in index.html, app component and entities page

50183 20/12/2017 03:26 PM Konstantina Galouni

manage communities page added | pages separated by type (added new options in menu on the left) | each page has a link to edit its page contents

50165 19/12/2017 11:49 AM Sofia Baltzi

Add options with router links in dashboard

50117 13/12/2017 12:15 PM Konstantina Galouni

Admin Portal configured according to OpenAIRE

49856 09/11/2017 10:43 AM Argiro Kokogiannaki

Changes to package.json

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

Created branches and trunk folders

49060 22/09/2017 12:17 PM Argiro Kokogiannaki

A first commit for uoa-admin-tools-gui

49059 22/09/2017 11:51 AM Argiro Kokogiannaki