|
From: Chris W. <la...@us...> - 2001-10-25 14:57:49
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page In directory usw-pr-cvs1:/tmp/cvs-serv21749 Modified Files: Changes package.conf Log Message: meta Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/Changes,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Changes 2001/10/24 23:03:08 1.3 --- Changes 2001/10/25 14:57:46 1.4 *************** *** 1,4 **** --- 1,30 ---- Revision history for OpenInteract package base_page. + 0.14 Thu Oct 25 11:00:43 EDT 2001 + + 0.13 Thu Oct 25 10:48:56 EDT 2001 + + 0.12 Thu Oct 25 10:37:45 EDT 2001 + + 0.11 Thu Oct 25 10:14:49 EDT 2001 + + 0.10 Thu Oct 25 10:07:20 EDT 2001 + + Allow File and Database serializers to read from scalar, scalar + ref or filehandle. Also fix the template to allow uploads (duh) + + 0.09 Thu Oct 25 10:01:31 EDT 2001 + + Ensure the file serializer can create a path for the file (duh) + + 0.08 Thu Oct 25 09:53:40 EDT 2001 + + Added security and other items to allow 'create()' requests to + work; other fixes. + + 0.07 Thu Oct 25 01:02:41 EDT 2001 + + Added the upload field for content + 0.06 Wed Oct 24 18:57:36 EDT 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/package.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** package.conf 2001/10/24 23:03:13 1.3 --- package.conf 2001/10/25 14:57:46 1.4 *************** *** 1,6 **** name base_page ! version 0.06 author Chris Winters <ch...@cw...> module File::Basename module Class::Date template_plugin --- 1,7 ---- name base_page ! version 0.14 author Chris Winters <ch...@cw...> module File::Basename + module File::Path module Class::Date template_plugin |