Update of /cvsroot/openinteract/OpenInteract2/pkg/news/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4996/conf
Modified Files:
spops_news.ini
Log Message:
OIN-154: update news SPOPS object to use REST params in its generated URL; also, by default all new news objects now get added to the whats new listing...
Index: spops_news.ini
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/conf/spops_news.ini,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** spops_news.ini 12 Jun 2004 23:44:04 -0000 1.5
--- spops_news.ini 18 Mar 2005 03:26:22 -0000 1.6
***************
*** 3,6 ****
--- 3,7 ----
isa =
rules_from = SPOPS::Tool::DBI::MaintainLinkedList
+ rules_from = OpenInteract2::WhatsNewTrack
field =
field_discover = yes
***************
*** 49,53 ****
[news display]
! ACTION = news
! TASK = display
! TASK_EDIT = display_form
\ No newline at end of file
--- 50,56 ----
[news display]
! ACTION = news
! TASK = display
! TASK_EDIT = display_form
! URL_PARAMS = news_id
! date = posted_on
\ No newline at end of file
|