# # ChangeLog for trunk/script # # Generated by Trac 1.0.1 # 05/22/24 16:13:06 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, 05 Mar 2009 22:36:00 GMT nanardon [5] * trunk/Changes (moved) * trunk/Makefile.PL (moved) * trunk/README (moved) * trunk/lib (moved) * trunk/root (moved) * trunk/script (moved) * trunk/t (moved) * trunk/vote.yml.example (moved) - kill useless directory Thu, 05 Mar 2009 11:50:33 GMT nanardon [2] * trunk/Vote (added) * trunk/Vote/Changes (added) * trunk/Vote/Makefile.PL (added) * trunk/Vote/README (added) * trunk/Vote/lib (added) * trunk/Vote/lib/Vote (added) * trunk/Vote/lib/Vote.pm (added) * trunk/Vote/lib/Vote/Controller (added) * trunk/Vote/lib/Vote/Controller/Root.pm (added) * trunk/Vote/lib/Vote/Model (added) * trunk/Vote/lib/Vote/View (added) * trunk/Vote/root (added) * trunk/Vote/root/favicon.ico (added) * trunk/Vote/root/static (added) * trunk/Vote/root/static/images (added) * trunk/Vote/root/static/images/btn_120x50_built.png (added) * trunk/Vote/root/static/images/btn_120x50_built_shadow.png (added) * trunk/Vote/root/static/images/btn_120x50_powered.png (added) * trunk/Vote/root/static/images/btn_120x50_powered_shadow.png (added) * trunk/Vote/root/static/images/btn_88x31_built.png (added) * trunk/Vote/root/static/images/btn_88x31_built_shadow.png (added) * trunk/Vote/root/static/images/btn_88x31_powered.png (added) * trunk/Vote/root/static/images/btn_88x31_powered_shadow.png (added) * trunk/Vote/root/static/images/catalyst_logo.png (added) * trunk/Vote/script (added) * trunk/Vote/script/vote_cgi.pl (added) * trunk/Vote/script/vote_create.pl (added) * trunk/Vote/script/vote_fastcgi.pl (added) * trunk/Vote/script/vote_server.pl (added) * trunk/Vote/script/vote_test.pl (added) * trunk/Vote/t (added) * trunk/Vote/t/01app.t (added) * trunk/Vote/t/02pod.t (added) * trunk/Vote/t/03podcoverage.t (added) * trunk/Vote/vote.yml (added) - create with catalyst