From: Chris W. <la...@us...> - 2005-03-18 03:26:31
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4996 Modified Files: package.ini Changes 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: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/package.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** package.ini 2 Mar 2005 15:21:44 -0000 1.3 --- package.ini 18 Mar 2005 03:26:22 -0000 1.4 *************** *** 1,5 **** [package] name = news ! version = 2.24 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = news ! version = 2.25 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/Changes,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Changes 2 Mar 2005 15:21:44 -0000 1.23 --- Changes 18 Mar 2005 03:26:22 -0000 1.24 *************** *** 1,8 **** Revision history for OpenInteract package news. 2.24 Tue Mar 1 22:52:43 EST 2005 ! Add 'archive_list' box that displays the archive count by ! year/month. 2.23 Tue Mar 1 21:58:00 EST 2005 --- 1,14 ---- Revision history for OpenInteract package news. + 2.25 Thu Mar 17 21:35:30 EST 2005 + + Modify news SPOPS object display params to use REST; also + automatically add new 'news' objects to the "What's new?" + listing. + 2.24 Tue Mar 1 22:52:43 EST 2005 ! Add 'news_archive_monthly' box that displays the archive count ! by year/month. 2.23 Tue Mar 1 21:58:00 EST 2005 |