|
From: Chris W. <la...@us...> - 2001-10-18 01:29:18
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base In directory usw-pr-cvs1:/tmp/cvs-serv24863 Modified Files: Changes MANIFEST package.conf Log Message: moved the object_track table into the object_activity package Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base/Changes,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Changes 2001/09/24 14:22:27 1.38 --- Changes 2001/10/18 01:29:15 1.39 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract package base. + 1.63 Wed Oct 17 21:41:20 EDT 2001 + + Moved the struct/object_track.sql to the object_activity + package. + 1.62 Mon Sep 24 09:11:45 EDT 2001 Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base/MANIFEST,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** MANIFEST 2001/07/19 18:02:56 1.12 --- MANIFEST 2001/10/18 01:29:15 1.13 *************** *** 32,36 **** script/class_to_object_key.pl struct/sessions.sql - struct/object_track.sql struct/object_keys.sql template/package_detail.meta --- 32,35 ---- Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base/package.conf,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** package.conf 2001/09/24 14:22:27 1.38 --- package.conf 2001/10/18 01:29:15 1.39 *************** *** 1,18 **** name base ! version 1.62 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ sql_installer OpenInteract::SQLInstall::Base description ! ! This package contains the base framework for OpenInteract, including ! the authentication handler, the cookie and session handlers, the ! caching modules, template modules, and some basic handlers for doing ! redirects, displaying boxes, and the generic dispatcher. ! ! This package only includes templates for browsing packages. Many other ! templates are found elsewhere. ! ! You must have this package installed to use OpenInteract! The ! 'create_website' command in the 'oi_manage' script should have ! done so for you. --- 1,7 ---- name base ! version 1.63 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ sql_installer OpenInteract::SQLInstall::Base description ! This package contains some basic framework pieces for OpenInteract. |