This is an automated email from the git hooks/post-receive script. New change to branch feature/1112 in repository pollen. See http://git.chorem.org/pollen.git from a955a64 refs #1112 : complete Export service new 68590fb refs #1110 introduce admin action The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 68590fb4e6c9b196c4ea0dd85eaedcff7e16d787 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 22 10:41:58 2014 +0200 refs #1110 introduce admin action Summary of changes: .../pollen/ui/actions/admin/ExportDatabase.java | 86 ++++++++++++++++++++++ .../ui/actions/admin/ExportDatabaseInput.java | 64 ++++++++++++++++ .../src/main/resources/config/struts-admin.xml | 34 +++++++++ .../i18n/pollen-ui-struts2_en_GB.properties | 9 ++- .../i18n/pollen-ui-struts2_fr_FR.properties | 7 ++ .../webapp/WEB-INF/decorators/layout-default.jsp | 5 ++ .../exportDatabase-wait.jsp} | 28 +++++-- .../exportDatabase.jsp} | 44 +++++------ 8 files changed, 248 insertions(+), 29 deletions(-) create mode 100644 pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/admin/ExportDatabase.java create mode 100644 pollen-ui-struts2/src/main/java/org/chorem/pollen/ui/actions/admin/ExportDatabaseInput.java copy pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/{poll/displayVote_CHECKBOX.jsp => admin/exportDatabase-wait.jsp} (64%) copy pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/{poll/displayPollComment.jsp => admin/exportDatabase.jsp} (57%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.