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).
1. Use modal from library for delete confirmation ('<delete-confirmation-dialog>' changed to '<modal-alert>').
add background color for sidebar menu, add openaire blue for main menu, minor changes
Divide updateCommunity's code into functions, Add parseUpdatedCommunity function
Change function name from cleanEmptyFields to getNonEmptyItems and Divide its code into smaller functions
finished first stage of statistics
Change community's functions order and Add cleanEmptyFields function
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....
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.
Add a first draft for form validation and required fields
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
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)
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....
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....
Remove missed counter for subject
Fix error in managers and subjects fields
1. domain/page.ts: 'connect' and 'openaire' fields added in Page.2. 'connect' and 'openaire' fields added in Page Form (both default to true).
Fix adding undefined, empty managers and subjects in backend
layout changes | hide create/ edit/delete buttons from simple users | apply changes in functions from Session class
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....
almost finished statistics page
Change css for reset button
Remove IscommunityGuard from /communities |get back code for getting all communities list | add pid in getPages method to filter by community
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
Add a check if community.managers.length and community.subjects.length is 0
Add check for adding emptymanager or subject
Add router to refresh community-edit-form page when a community is saved
Add plus and close buttons and fix focus in managers and subjects
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.
Show managers and subjects in a list and switch Save and Reset button position
Add reset button that resets communityInfo
worked on statistics page
Fix managers and subjects ngModel
1. Bug fix - import was missing.
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)
Update community-edit-formChange to a draft of 'get' and 'post' communityInfo
started working on admin statistics page
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>)...
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
Show community's Info in community edit form and add checks for null community and null community's Info
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
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
add configuration for datatables
Commit changes for angular-cli project changing configuration and project structure
Creating a branch of uoa-admin-tools to change project to angular-cli
Created branches and trunk folders