From: Verdon V. <ve...@us...> - 2009-03-03 15:18:37
|
Update of /cvsroot/phpwebsite-comm/modules/elections/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6393/docs Modified Files: ChangeLog TODO Log Message: final tweaks for 2.0.1 Index: TODO =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/docs/TODO,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TODO 19 Feb 2009 21:30:10 -0000 1.1 --- TODO 3 Mar 2009 15:18:26 -0000 1.2 *************** *** 1,8 **** ! what about deleting related pics from FC when deleting candidate? ! ! think about if I should be checking canvote for each candidate or if I should just once for the ballot ! i.e. will I ever need to know at a candidate level when not looking at a ballot ! ! further test ALL can vote case tests think about including custom fields in results export, is it possible, is it needed --- 1,3 ---- ! what about deleting related pics from FC when deleting candidate, should I think about including custom fields in results export, is it possible, is it needed *************** *** 10,13 **** messages not returning when purging logs ! do js tests around js calls and provide non-js options ! (in view/post ballot) --- 5,7 ---- messages not returning when purging logs ! should I use keys with candidates, currently I am not Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/elections/docs/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 2 Mar 2009 19:59:11 -0000 1.10 --- ChangeLog 3 Mar 2009 15:18:26 -0000 1.11 *************** *** 8,11 **** + Fixed saving image/file with candidate and ballot + Added image/file to views for ballots and candidates ! --- 8,15 ---- + Fixed saving image/file with candidate and ballot + Added image/file to views for ballots and candidates ! + Some tweaks to language ! + Added javascriptEnabled() checks around js checking in cast ! ballot form and provided non-js alternatives ! + Some optimizing of code ! + Some code tidy up |