|
From: Eloi G. <ada...@us...> - 2008-11-21 14:16:31
|
Update of /cvsroot/phpwebsite-comm/modules/article/boost In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19018/boost Modified Files: update.php Log Message: mod-rewite URIs now look like the 1.6 spec to insure backwards compatibility Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/boost/update.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** update.php 21 Nov 2008 06:13:11 -0000 1.25 --- update.php 21 Nov 2008 14:16:26 -0000 1.26 *************** *** 249,252 **** --- 249,255 ---- + Fixed caching of homepage summary display for visitors + Moved handling of configuration settings to the PHPWS_Settings class + + Moved installation auto-import of demonstration article and manual to install.php + + RFE ["trf000"] - Image fields now handle multimedia filecabinet content (more than just pictures!) + + mod-rewite URIs now look like the 1.6 spec to insure backwards compatibility </pre>'; |