# # ChangeLog for trunk/lib/Epoll/DB.pm # # Generated by Trac 1.0.1 # 07/14/24 07:00:00 Tue, 05 Oct 2010 22:43:38 GMT misc [337] * trunk/lib/Epoll/DB.pm (modified) * trunk/root/templates/admin/index.tt (modified) - fix function naming Tue, 01 Jun 2010 08:48:29 GMT nanardon [319] * trunk/MANIFEST (modified) * trunk/lib/Epoll/Controller/Admin.pm (modified) * trunk/lib/Epoll/DB.pm (modified) * trunk/lib/Epoll/DB/Ballot.pm (modified) * trunk/lib/Epoll/DB/ImportV.pm (modified) * trunk/lib/Epoll/DB/Poll.pm (modified) * trunk/lib/Epoll/DB/Poll/BSubmit.pm (copied) * trunk/lib/Epoll/DB/Poll/Bdata.pm (modified) * trunk/lib/Epoll/DB/Poll/Type (added) * trunk/lib/Epoll/DB/Poll/Type/Binary.pm (moved) * trunk/lib/Epoll/I18N/fr.po (modified) * trunk/lib/Epoll/I18N/messages.pot (modified) * trunk/root/templates/admin/ballot.tt (modified) * trunk/root/templates/admin/validate.tt (modified) * trunk/root/templates/admin/votersimport.tt (modified) * trunk/root/templates/includes/ballot_form.tt (modified) * trunk/root/templates/includes/ballot_settings.tt (copied) * trunk/root/templates/includes/poll_results.tt (modified) * trunk/root/templates/pollinc (added) * trunk/root/templates/pollinc/binary (added) * trunk/root/templates/pollinc/binary/ballot.tt (copied) * trunk/root/templates/pollinc/binary/ballot_settings.tt (copied) * trunk/root/templates/pollinc/binary/results.tt (copied) * trunk/t/10Epoll_DB.t (modified) * trunk/t/15ImportV.t (modified) * trunk/t/20Epoll_Web.t (modified) - support of several poll type - remove static result storage Fri, 21 May 2010 16:19:22 GMT nanardon [307] * trunk (modified) * trunk/README (modified) * trunk/epoll.yml.example (modified) * trunk/lib/Epoll/Controller/Newpoll.pm (modified) * trunk/lib/Epoll/DB.pm (modified) * trunk/lib/Epoll/I18N/fr.po (modified) * trunk/lib/Epoll/I18N/messages.pot (modified) * trunk/root/templates/newpoll/index.tt (modified) - add a new config option making poll creation limit by admin password ... Mon, 17 May 2010 21:27:27 GMT nanardon [303] * branches/1/lib/Vote/Model/Vote.pm (modified) * tags/1.01 (copied) * tags/1.01/lib/Vote/Model/Vote.pm (modified) * trunk/lib/Epoll/DB.pm (modified) - tag 1.01 Sat, 12 Dec 2009 19:31:15 GMT nanardon [272] * trunk/lib/Epoll/Controller/Admin.pm (modified) * trunk/lib/Epoll/DB.pm (modified) * trunk/root/templates/admin/delete.tt (modified) * trunk/root/templates/admin/delete_poll_confirm.tt (added) - allow poll deletion Sat, 05 Dec 2009 14:31:04 GMT nanardon [251] * trunk (modified) * trunk/lib/Epoll/Controller/Root.pm (modified) * trunk/lib/Epoll/DB.pm (modified) * trunk/root/mail/poll_reminder_voting.tt (added) * trunk/root/static/vote.css (modified) * trunk/root/templates/default.tt (modified) * trunk/root/templates/includes/footer.tt (modified) - first page don't show anymore poll list, a form allow to ask for a ... Sat, 05 Dec 2009 10:54:19 GMT nanardon [249] * trunk/lib/Epoll/DB.pm (modified) - create_poll_from_request must return pollid - fix package name in ... Sat, 13 Jun 2009 13:27:17 GMT nanardon [242] * trunk/MANIFEST (modified) * trunk/Makefile.PL (modified) * trunk/lib/Epoll (copied) * trunk/lib/Epoll.pm (moved) * trunk/lib/Epoll/Controller/Admin.pm (copied) * trunk/lib/Epoll/Controller/Ballot.pm (copied) * trunk/lib/Epoll/Controller/Newpoll.pm (copied) * trunk/lib/Epoll/Controller/Root.pm (modified) * trunk/lib/Epoll/Controller/Vote.pm (copied) * trunk/lib/Epoll/DB.pm (modified) * trunk/lib/Epoll/DB/Ballot.pm (modified) * trunk/lib/Epoll/DB/Choice.pm (modified) * trunk/lib/Epoll/DB/Poll.pm (copied) * trunk/lib/Epoll/DB/Poll/Bdata.pm (copied) * trunk/lib/Epoll/DB/Poll/Results.pm (copied) * trunk/lib/Epoll/DB/Voting.pm (modified) * trunk/lib/Epoll/DB/common.pm (copied) * trunk/lib/Epoll/Model/Vote.pm (modified) * trunk/lib/Epoll/Template/Plugin/Mail.pm (modified) * trunk/lib/Epoll/View/Latex.pm (copied) * trunk/lib/Epoll/View/Mail.pm (modified) * trunk/lib/Epoll/View/TT.pm (modified) * trunk/lib/Vote/Controller (deleted) * trunk/lib/Vote/DB (deleted) * trunk/lib/Vote/DB.pm (deleted) * trunk/lib/Vote/Model (deleted) * trunk/lib/Vote/Template (deleted) * trunk/lib/Vote/View (deleted) * trunk/script/epoll_cgi.pl (moved) * trunk/script/epoll_create.pl (moved) * trunk/script/epoll_fastcgi.pl (moved) * trunk/script/epoll_server.pl (moved) * trunk/script/epoll_test.pl (moved) * trunk/t/01app.t (modified) * trunk/t/10Epoll_DB.t (moved) * trunk/t/11Epoll_DB_crypted.t (moved) * trunk/t/20Epoll_Web.t (moved) * trunk/t/controller_Admin.t (modified) * trunk/t/controller_Ballot.t (modified) * trunk/t/controller_Epoll.t (moved) * trunk/t/controller_Newpoll.t (modified) * trunk/t/model_Epoll.t (moved) * trunk/t/view_Latex.t (modified) * trunk/t/view_Mail.t (modified) * trunk/t/view_TT.t (modified) - rename Vote module to Epoll (#16) Thu, 16 Apr 2009 18:47:17 GMT nanardon [213] * trunk/lib/Vote/DB.pm (modified) * trunk/lib/Vote/DB/Poll.pm (modified) * trunk/lib/Vote/DB/Poll/Results.pm (modified) * trunk/t/10Vote_DB.t (modified) - more tests and the fix need to have it passing