# # ChangeLog for trunk/lib/Epoll.pm # # Generated by Trac 1.0.1 # 07/14/24 18:49:42 Sat, 19 Dec 2009 11:07:04 GMT nanardon [281] * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/View/TT.pm (modified) - minor fix Thu, 17 Dec 2009 08:26:21 GMT nanardon [279] * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/View/TT.pm (modified) * trunk/root/templates/includes/header.tt (modified) - add locale selection Thu, 17 Dec 2009 07:44:10 GMT nanardon [278] * trunk/Makefile.PL (modified) * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/I18N/fr.po (modified) * trunk/lib/Epoll/I18N/messages.pot (modified) * trunk/root/templates/includes/header.tt (modified) - fix po update Wed, 16 Dec 2009 10:04:36 GMT nanardon [275] * trunk/Makefile.PL (modified) * trunk/epoll.spec.in (modified) * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/I18N (added) * trunk/lib/Epoll/I18N/fr.po (added) * trunk/lib/Epoll/I18N/messages.pot (added) * trunk/root/templates/default.tt (modified) * trunk/root/templates/includes/header.tt (modified) - add code to support i18n Mon, 07 Dec 2009 00:55:15 GMT nanardon [259] * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/Controller/Admin.pm (modified) * trunk/lib/Epoll/Controller/Ballot.pm (modified) * trunk/root/templates/default.tt (modified) * trunk/root/templates/includes/ballot_form.tt (modified) - use session to remember poll of visitor as admin or voting Sat, 05 Dec 2009 17:48:26 GMT nanardon [255] * trunk/MANIFEST (modified) * trunk/Makefile.PL (modified) * trunk/epoll.spec.in (modified) * trunk/lib/Epoll.pm (modified) * trunk/lib/Epoll/Controller/Ajax.pm (added) * trunk/lib/Epoll/View/Ajax.pm (added) * trunk/root/static/js/prototype (added) * trunk/root/static/js/prototype/controls.js (added) * trunk/root/static/js/prototype/dragdrop.js (added) * trunk/root/static/js/prototype/effects.js (added) * trunk/root/static/js/prototype/prototype.js (added) * trunk/root/templates/admin/date.tt (modified) * trunk/root/templates/includes/header.tt (modified) * trunk/t/controller_Ajax.t (added) * trunk/t/view_Ajax.t (added) - use prototype to validate poll date 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) Tue, 14 Apr 2009 16:36:36 GMT nanardon [194] * trunk/Makefile.PL (modified) * trunk/lib/Vote.pm (modified) * trunk/lib/Vote/DB.pm (modified) * trunk/lib/Vote/DB/Poll.pm (modified) * trunk/lib/Vote/DB/common.pm (modified) * trunk/lib/Vote/View/Latex.pm (modified) * trunk/lib/Vote/View/Mail.pm (modified) * trunk/lib/Vote/View/TT.pm (modified) - clearly separate Catalyst Model and Vote::DB module, making test ...