[use-UoaAdminToolsLibrary | Admin Tools]: pom.xml & UoaAdminToolsApplication.java: Commit commented configuration for spring secutiry and "uoa-authorization-library".
[use-UoaAdminToolsLibrary | Admin Tools]: migrateCommunityIn_db.js & synchronize_dbs.js: Update scripts for migrating a portal (beta to production) - new fields and collection names (community -> portal).
[use-UoaAdminToolsLibrary | Admin Tools Service]: Merge trunk into branch.
[use-UoaAdminToolsLibrary | Admin Tools]: MongoConfig.java: In @ConfigurationProperties use admintool.mongodb, instead of admintool-branch.mongodb.
[use-UoaAdminToolsLibrary | Admin Tools]:1. pom.xml: Change name of war from "uoa-admin-tools-branch" to "uoa-admin-tools".2. update_db.js: Change name of database used to "openaireconnect" (Beta).
[use-UoaAdminToolsLibrary | Admin Tools]:1. CommunityController.java: a. Add GET methods "getAllCommunities()" (/community) and "getAllCommunitiesFull()" (/community/full). b. Add @RequestMapping("/community") in class and remove /community from each method path....
[use-UoaAdminToolsLibrary | Admin Tools Service]: REMINDER NOTE: change war name and properties (e.g. in MongoConfig.java) when merging to trunk.1. Move MongoDBDAOs to folder /dao/MongoDBDAOs.2. Move entities for Subscriber to folder /entities/subscriber....
[use-UoaAdminToolsLibrary | Admin Tools Service]: 1. Delete all unnecessary files that now exist in Admin Tools Library Service (GoogleConfig - GoogleResponse, MailConfig, Email, Community, Entity, Page, DivId, PageHelpContent, DivHelpContent).2. Delete all unused files (Question, Topic and (deprecated) HtmlPageContent - replaced by PageHelpContent wherever needed).
Creating a branch for using uoa-admin-tools-library
Creating trunk and branches folders for improving structure of svn directory.