From: Chris W. <la...@us...> - 2004-12-05 08:52:00
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278/pkg/base_template Modified Files: Changes package.conf Log Message: update packages to move as many messages as possible out of code and into message files; use new add_status/add_error shortcuts Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/Changes,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Changes 28 Nov 2004 06:40:19 -0000 1.15 --- Changes 5 Dec 2004 08:51:20 -0000 1.16 *************** *** 1,4 **** --- 1,8 ---- Revision history for OpenInteract package base_template. + 3.15 Sat Dec 4 00:28:45 EST 2004 + + Move errors to l10n file; use status/error shortcuts + 3.14 Sun Nov 28 01:38:51 EST 2004 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/package.conf,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** package.conf 28 Nov 2004 06:40:19 -0000 1.16 --- package.conf 5 Dec 2004 08:51:20 -0000 1.17 *************** *** 1,4 **** name base_template ! version 3.14 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ --- 1,4 ---- name base_template ! version 3.15 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ |