[Phpslash-commit] CVS: phpslash-dev CHANGES,1.135,1.136
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-11-04 20:17:12
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29826/phpslash-dev Modified Files: CHANGES Log Message: html blocks accept template tags, index page accepts view argument like backend.php Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** CHANGES 1 Nov 2004 17:35:42 -0000 1.135 --- CHANGES 4 Nov 2004 20:17:03 -0000 1.136 *************** *** 13,16 **** --- 13,25 ---- 9 - Removal of something (kill -9 :) + 2004-November 4 Joe Stewart <joe...@us... + [F] - Block_render_html.class, Block_render_template.class, + Block_admin.class - html blocks accept template tags. + backend.php - moved functionality to story/backend. + Block_render_page.class - index page accepts view argument + to trigger alternate outputs such as rss and atom instead + of html. If view is in url the entire page is displayed + by the module. + 2004-November 1 Joe Stewart <joe...@us... [FT] - backend.php, backendAtom.tpl, backendRSS2.tpl, backendRSS91.tpl, |