Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3943
Modified Files:
package.ini Changes
Log Message:
meta
Index: package.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/package.ini,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** package.ini 15 Mar 2005 02:41:26 -0000 1.4
--- package.ini 21 Sep 2005 03:34:51 -0000 1.5
***************
*** 1,5 ****
[package]
name = base_page
! version = 2.32
author = Chris Winters <ch...@cw...>
url = http://www.openinteract.org/
--- 1,5 ----
[package]
name = base_page
! version = 2.33
author = Chris Winters <ch...@cw...>
url = http://www.openinteract.org/
***************
*** 8,13 ****
module = LWP::UserAgent
sql_installer = OpenInteract2::SQLInstall::Page
! description = Object and handler representing a static web page, either \
! from the filesystem or from objects stored within a database, or both. \
! (Choose the default in 'conf/spops_page.ini'.) This will be the default \
! handler for most OpenInteract applications, and is a fundamental part of the system.
--- 8,14 ----
module = LWP::UserAgent
sql_installer = OpenInteract2::SQLInstall::Page
! description = Object and handler representing a static web page, \
! either from the filesystem or from objects stored within a database, \
! or both. (Choose the default in 'conf/spops_page.ini'.) This will \
! be the default handler for most OpenInteract applications, and is \
! a fundamental part of the system.
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/Changes,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Changes 15 Mar 2005 02:41:26 -0000 1.31
--- Changes 21 Sep 2005 03:34:51 -0000 1.32
***************
*** 1,4 ****
--- 1,14 ----
Revision history for OpenInteract package base_page.
+ 2.33 Tue Sep 20 23:32:31 EDT 2005
+
+ Make configurable the wrapper template when displaying a page
+ using the parameter 'wrapper_template'. If you don't change your
+ configuration the old behavior will hold.
+
+ Also, ensure we respect the 'main_template' setting in a page
+ and communicate that up to the relevant controller
+ (OI2::Controller::MainTemplate).
+
2.32 Mon Mar 14 21:38:00 EST 2005
|