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.
1. ColumnNames changed from 4 to 3 ('Acronym' and 'Name' merged to 'Project').
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
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|
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....
finished statistics pages
almost finished statistics page
Add and parse type field in CommunityInfo
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
Fixing menu that gets invisible| add id in user session| add miningBackendURL in properties class
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.
Fixing bug with community in menu | add changes for root items in navigationBar
Show managers and subjects in a list and switch Save and Reset button position
Delete properties file | remove community API url from routes | create wrapper for '/' to serve community or communities component based on domain or communityId parameter
Add reset button that resets communityInfo
Software advanced page issue: Return empty vocabulary for software type - temporal solution until a vocabulary is created
worked on statistics page
deleted added port in package.json start script
minor changes in html
Fix managers and subjects ngModel
Remove src/app/utils/openaireProperties.ts | remove admincommunity API from routing module let only community
environment-specific.servic: use document location to get absolute url for server mode
1. Bug fix - import was missing.
1. Bug fixes in "searchResult.component.html" and "tabResult.component.html"
Add headers and options in post request for community-edit-form
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)
Add updateCommunity method to community.service
Update community-edit-formChange to a draft of 'get' and 'post' communityInfo
started working on admin statistics page
finished statistics monitor and added statistics to dashboard
Change isRouteEnabled to get admintools API from properties
changed a few things in statistics component
added new statistics classes - worked on monitor page
In project landing page read also grantId and funder parameter and query based on them
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 name2. Addition of SearchResult field for project results: acronym: string, code: string...
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
add communityId in claims url when it is provided
Add check for communityId = '' in community.component.ts and hide subscribe in community.component.html
Add check for communityId = '' in community.component.html page
Context to community in display claims| showMenu Input for naviation Bar
fixing urls in properties json| add manage links in user menu
Change error message for empty community id
Add check if communityId is null in component.ts and in html and Add error message
Get substring(0,@) of managers-email
Change beta.openaire link to searchAPIURLAst in community.component
Declare communitiesAPI in env-properties
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
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
Add ; to seperate authors
Add , to seperate managers and check if first manager is ''
Change alignment for subject and don't print it if subject==''
Add communitiesAPI link in env-properties, Use communityAPI and communitiesAPI instead of links for community and communities component
Add communites folder,Move communities.service to openaireLibrary and Change imports
Move communities.service to openaireLibrary and change imports
Move Curated by to ngIF
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
finished first version of statistics monitor page layout
IsrouteEnabled remove community in every route | Add subscribers in community landing, add confirm for unsubscribe, add message to login for subscribe
Fixing insert claims for direct linking| isRouteEnable checks for community also in parameters, if no community avaiable load the page normally
added pubgraph
finished basic view of statistics monitor
Add communityAPI link in properties class and Move service's calls in route.data
worked on statistics monitor page
refreshed monitor
added statistics api url to env-properties.json
created temporary table with stat-tables names
continued working on stats
Add community-edit-from.module
Add a first draft for community-edit-form
add configuration for datatables
Add connect/community and results directories, Move community.service, communityInfo and resultInfo in openaireLibrary
Commit changes for angular-cli project changing configuration and project structure
moving from office!
Creating a branch of uoa-admin-tools to change project to angular-cli
1. Add Fund domain object. Modify Budget domain.2. Comment email 3. Move logs to var/log folder
1. Comment all classes containing budget.2. Move logs to var/log folder
Add /connect/community folder
add login components, create admin connect Guard, use env.properties
Move community-edit-form to new directory community-edit-form
Undo -> Remove getDataProviders
Remove available data providers from community-edit-form
Add searchEntries folder and Move search service funtions, Move community.service in utils folder, Change Imports
add subscribe functionality and component | fix the community id in app component
created stats component and classes and imported statistics from api
Add creationDate
Check if community and communityId are null