Update of /cvsroot/openinteract/OpenInteract2/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278/t
Modified Files:
utils.pl
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: utils.pl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/t/utils.pl,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** utils.pl 1 Dec 2004 05:28:36 -0000 1.82
--- utils.pl 5 Dec 2004 08:51:18 -0000 1.83
***************
*** 44,63 ****
sub main::get_package_versions {
return (
! base => '2.10',
base_box => '2.17',
base_error => '2.10',
! base_group => '2.15',
base_page => '2.28',
! base_security => '2.17',
! base_template => '3.14',
! base_theme => '2.09',
! base_user => '2.34',
! comments => '1.17',
! full_text => '2.57',
! lookup => '2.06',
! news => '2.19',
object_activity => '2.11',
! system_doc => '2.07',
! whats_new => '2.09',
);
}
--- 44,63 ----
sub main::get_package_versions {
return (
! base => '2.11',
base_box => '2.17',
base_error => '2.10',
! base_group => '2.16',
base_page => '2.28',
! base_security => '2.18',
! base_template => '3.15',
! base_theme => '2.10',
! base_user => '2.35',
! comments => '1.18',
! full_text => '2.58',
! lookup => '2.07',
! news => '2.20',
object_activity => '2.11',
! system_doc => '2.08',
! whats_new => '2.10',
);
}
|