From: Chris W. <la...@us...> - 2004-11-28 06:01:56
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6050 Modified Files: package.conf Changes Log Message: metadata Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/package.conf,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** package.conf 16 Jun 2004 01:03:44 -0000 1.12 --- package.conf 28 Nov 2004 06:01:30 -0000 1.13 *************** *** 1,4 **** name comments ! version 1.14 author Chris Winters <ch...@cw...> url http://www.cwinters.com/ --- 1,4 ---- name comments ! version 1.15 author Chris Winters <ch...@cw...> url http://www.cwinters.com/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes 16 Jun 2004 01:03:51 -0000 1.12 --- Changes 28 Nov 2004 06:01:30 -0000 1.13 *************** *** 1,4 **** --- 1,21 ---- Revision history for OpenInteract package comments. + 1.15 Sun Nov 28 00:14:24 EST 2004 + + - Update template/comment_list.tmpl to lookup the object info for + the description. + + - Ensure the cookie is added properly when the user asks to be + remembered.. + + - Move all user-viewable strings (mostly errors) from + OI2::Action::Comments to resource file. + + - Ensure comments are created with correct timezone in date. + + - Fix notification email template name; also ensure object URL + is contextualized and remove the poster's email due to privacy + concerns. + 1.14 Tue Jun 15 21:02:22 EDT 2004 |