|
From: Chris W. <la...@us...> - 2001-11-26 06:27:29
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/conf
In directory usw-pr-cvs1:/tmp/cvs-serv14813/conf
Modified Files:
spops.perl
Log Message:
use the field discovery, and modify the sql_defaults
Index: spops.perl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/conf/spops.perl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** spops.perl 2001/10/29 14:48:26 1.7
--- spops.perl 2001/11/26 06:27:27 1.8
***************
*** 11,25 ****
SPOPS::Secure::Hierarchy
SPOPS::Utility SPOPS::DBI / ],
! field => [ qw/ location directory title author keywords
! boxes main_template mime_type template_parse
! active_on expires_on is_active is_file / ],
fulltext_field => [ qw/ title author keywords content / ],
column_group => {},
id_field => 'location',
no_insert => [],
! skip_undef => [ qw/ template_parse is_active is_file / ],
no_update => [],
base_table => 'page',
! sql_defaults => [ qw/ template_parse is_active is_file / ],
# Only uncomment this (and comment out the next line) after you've
--- 11,24 ----
SPOPS::Secure::Hierarchy
SPOPS::Utility SPOPS::DBI / ],
! field_discover => 'yes',
! field => [],
fulltext_field => [ qw/ title author keywords content / ],
column_group => {},
id_field => 'location',
no_insert => [],
! skip_undef => [ qw/ template_parse is_active storage / ],
no_update => [],
base_table => 'page',
! sql_defaults => [ qw/ template_parse is_active storage / ],
# Only uncomment this (and comment out the next line) after you've
|