Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  layoutEntities 57319 over 4 years Konstantinos Triantafyllou [AdminTool]: Add New Layout options. Run update...
  statistics 53564 over 5 years Argiro Kokogiannaki Add ORP for statistics: in init/ update scripts...
Affiliation.java 651 Bytes 55991 almost 5 years Konstantinos Triantafyllou [AdminTools]: Change Affiliation fields
Community.java 1.56 KB 58363 almost 4 years Argiro Kokogiannaki [Uoa-admin-tool|Trunk] Properties: use classpa...
CommunityEntity.java 1.07 KB 50384 about 6 years Konstantina Galouni 'pid' field added in entities and communities f...
CommunityPage.java 2.94 KB 56679 over 4 years Konstantina Galouni 1. init_db.js & update_db.js & pom.xml: Version...
CommunityResponse.java 1.43 KB 55027 about 5 years Konstantinos Triantafyllou [Trunk|AdminTools]: 1. Add Layout Collection 2....
CommunitySubscribers.java 1.23 KB 51850 almost 6 years Argiro Kokogiannaki fix init_db.js: use community Id for creating D...
Curator.java 1.24 KB 55938 almost 5 years Konstantinos Triantafyllou [Admin-Tools]: 1. Add Curator Collection. 2. Ad...
CuratorResponse.java 1.25 KB 55938 almost 5 years Konstantinos Triantafyllou [Admin-Tools]: 1. Add Curator Collection. 2. Ad...
DivHelpContent.java 1.31 KB 53555 over 5 years Konstantina Galouni 1. Update pom's and scripts' version to 1.1.1 2...
DivHelpContentResponse.java 1.3 KB 51340 about 6 years Konstantina Galouni 1. Version changed to 1.0.1 1. DivIdis not rela...
DivId.java 1.48 KB 56293 over 4 years Konstantina Galouni 1. init_db.js: 1a. Add page "Home" 1b. Make...
DivIdResponse.java 1.5 KB 56293 over 4 years Konstantina Galouni 1. init_db.js: 1a. Add page "Home" 1b. Make...
Email.java 657 Bytes 52897 over 5 years Argiro Kokogiannaki add deployments info file remove content page f...
EmailRecaptcha.java 426 Bytes 55272 almost 5 years Konstantinos Triantafyllou [Trunk|AdminTools]: 1. Create two new entities:...
Entity.java 680 Bytes 50384 about 6 years Konstantina Galouni 'pid' field added in entities and communities f...
GoogleResponse.java 2.26 KB 55272 almost 5 years Konstantinos Triantafyllou [Trunk|AdminTools]: 1. Create two new entities:...
HtmlPageContent.java 1.06 KB 53594 over 5 years Konstantina Galouni 1. update_db.js: Add 'addDefaultHtmlToHtmlPages...
HtmlPageContentResponse.java 1.08 KB 52308 almost 6 years Konstantina Galouni 1. 'Monitor' and 'Content' pages of type: other...
Layout.java 1.97 KB 57319 over 4 years Konstantinos Triantafyllou [AdminTool]: Add New Layout options. Run update...
Notifications.java 1.92 KB 52897 over 5 years Argiro Kokogiannaki add deployments info file remove content page f...
Page.java 2.26 KB 56679 over 4 years Konstantina Galouni 1. init_db.js & update_db.js & pom.xml: Version...
PageHelpContent.java 1.95 KB 56679 over 4 years Konstantina Galouni 1. init_db.js & update_db.js & pom.xml: Version...
PageHelpContentResponse.java 1.99 KB 50612 about 6 years Konstantina Galouni 1. Added DivId class and API : special classes ...
Question.java 2.02 KB 49863 over 6 years Tsampikos Livisianos initial commit <3
QuestionResponse.java 2 KB 49863 over 6 years Tsampikos Livisianos initial commit <3
Subscriber.java 764 Bytes 51049 about 6 years Argiro Kokogiannaki Add subscribers collection, DAO and controller|...
Topic.java 1.52 KB 49863 over 6 years Tsampikos Livisianos initial commit <3
TopicResponse.java 1.81 KB 49863 over 6 years Tsampikos Livisianos initial commit <3

Latest revisions

# Date Author Comment
58363 31/03/2020 02:36 PM Argiro Kokogiannaki

[Uoa-admin-tool|Trunk]

Properties: use classpath instead of path of specific tomcats
Recaptcha: add logs and catch exceptions

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.

56679 22/07/2019 04:53 PM Konstantina Galouni

1. init_db.js & update_db.js & pom.xml: Version changed to 2.0.0
2. init_db.js: Add new and missing page routes, reorganize routes, add page help contents in deposit/learn-how and in organizations page for communities (not openaire and connect)
3. update_db.js: methods:...

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) ...

55991 04/06/2019 06:11 PM Konstantinos Triantafyllou

[AdminTools]: Change Affiliation fields

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

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

55272 11/04/2019 01:20 PM Konstantinos Triantafyllou

[Trunk|AdminTools]: 1. Create two new entities: EmailRecaptcha, GoogleResponse. 2. Add a new post request /contact for contact us feature. 3. Create a service for verify recaptcha. 4. Add two new properties in admintools.properties: google.secret, post-allowed list(for allowing specific post requests without login)

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

View revisions

Also available in: Atom