Project

General

Profile

Statistics
| Revision:

# Date Author Comment
59470 24/09/2020 02:02 PM Konstantina Galouni

[Trunk | Admin Tools]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58365:59468

58362 31/03/2020 02:02 PM Konstantina Galouni

All files moved to /trunk directory (improving project structure in svn).

57319 08/10/2019 04:26 PM Konstantinos Triantafyllou

[AdminTool]: Add New Layout options. Run update.js on your mongo to delete the previous one.

56404 08/07/2019 03:12 PM Konstantina Galouni

1. MongoDBPageDAO.java & PageDAO.java: Add methods: "findByConnectAndRoute()", "findByCommunitiesAndRoute()", "findByOpenaireAndRoute()".
2. PageController.java: Bug fix in equality check of pid - parameter (not required) "page_route" added.

56293 01/07/2019 03:43 PM Konstantina Galouni

1. init_db.js:
1a. Add page "Home"
1b. Make "communities" true in "Search Find" Page
1c. Change "Organizations" page type from "html" to "other"
1d. Add divId "home-news" and "organizations"
1e. Add divHelpContents for "organizations" divId
2. update_db.js: Methods: organizationsPageTypeFromHtmlToOther(), removeHtmlPageContentsFromOrganizationsPage(), ...

56174 24/06/2019 12:27 PM Konstantina Galouni

1. CommunityController.java: Add check for pid: "connect"
2. DivIdController.java: Bug fix: Save and Update methods should get parameter DivIdResponse
3. PageController.java: pid == "connect" case - get pages that are enabled in connect
4. CommunityPage.java & Page.java & PageDAO.java & MongoDBPageDAO.java: Rename "connect" field to "communities" and use "connect" field for connect general pages (not community specific) ...

55938 31/05/2019 03:55 PM Konstantinos Triantafyllou

[Admin-Tools]: 1. Add Curator Collection. 2. Add CuratorDAO and Controller with crud methods.

55027 19/03/2019 11:28 AM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Add Layout Collection 2. Create getLayout, updateLayout, resetLayout in CommunityController 3. Add at admintooles.properties default color=color of connect

53594 30/10/2018 12:58 PM Konstantina Galouni

1. update_db.js: Add 'addDefaultHtmlToHtmlPagesForCommunity()' function for adding hmtl contents (/about and /organizations routes) to 'Clarin' community.
2. CommunityController.java: Add htmlPageContents when a community is created | delete htmlPageContents, statistics, communitySubscribers when a community is deleted.

52897 03/08/2018 03:17 PM Argiro Kokogiannaki

add deployments info file
remove content page from init script
update names of communities
update html for pages with htmlPageContent

Subscribers: don't subscribe again if already subscribed
Notifications: add entity, DAO, controller
Add Email entity

Change emailSender to be more generic

52308 01/06/2018 01:21 PM Konstantina Galouni

1. 'Monitor' and 'Content' pages of type: other in init and update script.
2. 'About' and 'Organizations' pages of type: html in init and update script.
3. Default html content of pages with type html for every community in init and update script.
4. 'AGINFRA+' and 'Clarin' communities in init script....

51508 26/03/2018 02:56 PM Argiro Kokogiannaki

organize init script with methods, add connect and openaire fields in Page, filter pages by pid depending on connect and openaire field | order page results by name | update update script with methods

51340 20/03/2018 12:31 PM Konstantina Galouni

1. Version changed to 1.0.1
1. DivIdis not related to any Community. All communities share the same divIds.
2. DivHelpContent is related to a Community.
3. Statistics' change operations fixed in init_db.js and update_db.js.
4. pom.xml, init_db.js, update_db.js updated to the new version....

51273 15/03/2018 04:15 PM Argiro Kokogiannaki

Change Statistics structure - add new classes | create add update script for statistics

51049 06/03/2018 01:06 PM Argiro Kokogiannaki

Add subscribers collection, DAO and controller| add not found exception & handler | add authorization handler (disabled for now)

51032 05/03/2018 12:07 PM Argiro Kokogiannaki

A first for statistics collection and methods

50973 28/02/2018 01:54 PM Konstantina Galouni

1. DivId is related with >=1 Pages (not just 1).
2. Version changed to 1.0.0 (not backward compatible).
3. DivId creation added in mongo initializing script - version information added.

50840 21/02/2018 10:55 AM Konstantina Galouni

1. API to find divhelpcontents by div
2. API to find div by name

50613 06/02/2018 03:41 PM Konstantina Galouni

Added missing files from previous commit about DivId and DivHelpContent

50612 06/02/2018 03:40 PM Konstantina Galouni

1. Added DivId class and API : special classes to be used by explore portal pages which have steps
2. Added DivHelpContent class and API
3. Added parameter 'div' (true/false) in '/community' to get communities related to some divIds
4. Added parameter 'div' (true/false) in '/community/{pid}/pages' to get pages of a community, which are related to some divIds...

50476 30/01/2018 12:09 AM Konstantina Galouni

1. Change Community methods - use pid (community) to query (GET requests)
2. community/{pid}/page/toggle & community/{pid}/entity/toggle - use pid to identify community
3. New (/pagehelpcontent/save) and Update (/pagehelpcontent/update) APIs for helpcontents separated...

50384 24/01/2018 04:21 PM Konstantina Galouni

'pid' field added in entities and communities for queries by portal | page help contents ordered by placement and order when returned | api to get page help contents by community name or community id (again ordered): '/pagehelpcontent?community=' or '/pagehelpcontent?communityId=' | api to get specific page of community: '/community/{id}/pages?page_route='

50222 22/12/2017 05:04 PM Konstantina Galouni

Community and Entity class created | All Classes and APIs configured according to OpenAIRE (Community's APIs may change)

49863 09/11/2017 12:55 PM Tsampikos Livisianos

initial commit <3