Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-sf.txt | 2012-11-23 | 3.4 kB | |
igisurvey_db_schema-1.3.0.sql | 2012-11-23 | 5.9 kB | |
igiSurveyPortlet.war | 2012-11-23 | 15.5 MB | |
Totals: 3 Items | 15.5 MB | 0 |
# (c)2010-2011 Andrea Caltroni (andrea.caltroni@pd.infn.it), # (c)2010-2011 INFN (www.infn.it) # # This file is part of the IGI Survey Portlet (from here on shortened to # IGISP). # IGISP is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # # IGISP is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License # along with IGISP. If not, see <http://www.gnu.org/licenses/>. IGI Survey Portlet README v1.3.0 - 2012-11-23 Tested on Liferay 6.0.6 ------------------------------------------------------------------------ This is a simple generic survey portlet application for Liferay. IGI stands for Italian Grid Infrastructure and it only means the development of this portlet was funded by IGI through EMI, the European Middleware Initiative. The portlet itself does not have any IGI-specific feature. The application is composed of 2 portlets: 1. Take a Survey portlet 2. Survey Portlet (survey administration) Dependencies All dependencies are contained in the WAR file. In particular this version depends on: * The Spring Framework 3.1.1.RELEASE * Hibernate 4.1.3.FINAL The local dependencies (which you can find in this project): * ajm-spring-core 1.0.1 * ajm-spring-survey 1.2.8 ------------------------------------------------------------------------ Release Notes This release adds the following features: * You can now download a CSV-like file with the whole contents of a survey. The file contains CSV sections with the survey details, the questions, the answers including the user answer count and the answers with custom text (custom answers). * We added a preferences page. You can configure the number of surveys, questions and answers per page and the number of custom answers per page. This release fixes the following bugs: #87 All pages with lists which can get longer with time are paged. Known Issues * The downloaded CSV-like file with the survey content is not internationalized. * When you answer a question and something's wrong you are not advised of the problem. The form is simply reloaded. ------------------------------------------------------------------------ Installing Please find the instructions to install in the Wiki. ------------------------------------------------------------------------ Upgrading from the previous version The database changed and an upgrade is necessary to be safe with future developments. We introduced participants for the Prize Giveaway portlet although they are not currently used in the Survey portlet. You might be able to dump your data, upgrade the DB and import the data back in. We did not try this though. An upgrade script will be provided in the future (no promise on a date here) ------------------------------------------------------------------------ Please have a look at the Wiki pages for information about the features and how to install the application. The home page of the project is here: http://andreacaltroni.22web.org/survey_portlet.php