|
From: Chris W. <la...@us...> - 2001-10-17 12:03:56
|
Update of /cvsroot/openinteract/OpenInteract/pkg/static_page/conf
In directory usw-pr-cvs1:/tmp/cvs-serv21679/static_page/conf
Modified Files:
spops.perl
Log Message:
cosmetic
Index: spops.perl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/static_page/conf/spops.perl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** spops.perl 2001/08/12 01:45:37 1.6
--- spops.perl 2001/10/17 12:03:53 1.7
***************
*** 1,30 ****
$spops = {
! 'basicpage' => {
! class => 'OpenInteract::BasicPage',
! code_class => 'OpenInteract::BasicPage',
! isa => [ qw/ OpenInteract::SPOPS::DBI SPOPS::Secure::Hierarchy
! SPOPS::Utility SPOPS::DBI / ],
! field => [ qw/ location directory title author keywords pagetext script
! active_on expires_on boxes main_template is_file / ],
! column_group => { listing => [ qw/ location directory title author keywords
! active_on expires_on is_file / ] },
! id_field => 'location',
! no_insert => [],
! skip_undef => [],
! no_update => [],
! base_table => 'basic_page',
! content_table => 'basic_page_content',
! sql_defaults => [],
! alias => [ 'static_page' ],
! has_a => {},
! links_to => {},
! track => { create => 1, update => 1, remove => 1 },
! display => { url => '/BasicPage/show/' },
! name => 'title',
! object_name => 'Document',
!
! hierarchy_separator => '/',
! hierarchy_field => 'location',
! },
!
};
--- 1,30 ----
$spops = {
! 'basicpage' => {
! class => 'OpenInteract::BasicPage',
! code_class => 'OpenInteract::BasicPage',
! isa => [ qw/ OpenInteract::SPOPS::DBI
! SPOPS::Secure::Hierarchy
! SPOPS::Utility SPOPS::DBI / ],
! field => [ qw/ location directory title author keywords
! active_on expires_on boxes main_template
! is_file / ],
! column_group => {},
! id_field => 'location',
! no_insert => [],
! skip_undef => [],
! no_update => [],
! base_table => 'basic_page',
! sql_defaults => [],
! alias => [ 'static_page' ],
! has_a => {},
! links_to => {},
! track => { create => 1, update => 1, remove => 1 },
! display => { url => '/BasicPage/show/' },
! name => 'title',
! object_name => 'Document',
! storage => 'filesystem',
! db_table => 'basic_page_content',
! hierarchy_separator => '/',
! hierarchy_field => 'location',
! },
};
|