|
From: Chris W. <la...@us...> - 2001-10-29 05:09:47
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page In directory usw-pr-cvs1:/tmp/cvs-serv4489 Modified Files: Changes MANIFEST package.conf Log Message: meta Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/Changes,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Changes 2001/10/26 21:10:28 1.6 --- Changes 2001/10/29 05:09:45 1.7 *************** *** 1,4 **** --- 1,27 ---- Revision history for OpenInteract package base_page. + 0.24 Sun Oct 28 23:34:14 EST 2001 + + - Added first draft of script to move old static_page objects to + base_page objects, storing them in the filesystem by default + + - Added index page (html/index.html) and its metadata record + + - The edit_document_box now takes a page object rather than just + its location, and it displays a 'Show page security' link as + well. + + 0.23 Fri Oct 26 18:11:17 EDT 2001 + + 0.22 Fri Oct 26 18:04:44 EDT 2001 + + 0.21 Fri Oct 26 17:58:22 EDT 2001 + + 0.20 Fri Oct 26 17:47:04 EDT 2001 + + 0.19 Fri Oct 26 17:43:45 EDT 2001 + + 0.18 Fri Oct 26 17:32:22 EDT 2001 + 0.17 Fri Oct 26 17:26:38 EDT 2001 Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/MANIFEST,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MANIFEST 2001/10/26 21:10:28 1.6 --- MANIFEST 2001/10/29 05:09:45 1.7 *************** *** 7,12 **** --- 7,14 ---- data/content_types.dat data/install_security.dat + data/page.dat doc/base_page.pod doc/titles + html/index.html OpenInteract/ContentType.pm OpenInteract/Page.pm *************** *** 15,18 **** --- 17,21 ---- OpenInteract/Handler/Page.pm OpenInteract/SQLInstall/Page.pm + script/static_page2base_page.pl struct/content_type.sql struct/page.sql Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/package.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** package.conf 2001/10/26 21:10:28 1.6 --- package.conf 2001/10/29 05:09:45 1.7 *************** *** 1,4 **** name base_page ! version 0.17 author Chris Winters <ch...@cw...> module File::Basename --- 1,4 ---- name base_page ! version 0.24 author Chris Winters <ch...@cw...> module File::Basename *************** *** 7,11 **** template_plugin url http://www.openinteract.org/ ! sql_installer OpenInteract::SQLInstall::BasePage description Object and handler representing a static web page, either from the --- 7,11 ---- template_plugin url http://www.openinteract.org/ ! sql_installer OpenInteract::SQLInstall::Page description Object and handler representing a static web page, either from the |