|
From: Chris W. <la...@us...> - 2001-10-25 15:21:35
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page In directory usw-pr-cvs1:/tmp/cvs-serv28359 Modified Files: Changes package.conf Log Message: works with non-html files now, so you can upload PDFs (or whatever) to your site in the same tree as everything else Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/Changes,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Changes 2001/10/25 14:57:46 1.4 --- Changes 2001/10/25 15:21:32 1.5 *************** *** 1,4 **** --- 1,11 ---- Revision history for OpenInteract package base_page. + 0.16 Thu Oct 25 11:35:39 EDT 2001 + + 0.15 Thu Oct 25 11:21:50 EDT 2001 + + Enable the mime-type to be retrieved from an upload, and all + non-displayable pages get put into the filesystem. + 0.14 Thu Oct 25 11:00:43 EDT 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/package.conf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** package.conf 2001/10/25 14:57:46 1.4 --- package.conf 2001/10/25 15:21:32 1.5 *************** *** 1,4 **** name base_page ! version 0.14 author Chris Winters <ch...@cw...> module File::Basename --- 1,4 ---- name base_page ! version 0.16 author Chris Winters <ch...@cw...> module File::Basename |