|
From: Greg M. <bli...@us...> - 2008-03-29 20:03:07
|
Update of /cvsroot/phpwebsite-comm/modules/wiki/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6952/boost Modified Files: boost.php update.php Log Message: Support new mod_rewrite method introduced in phpWebSite 1.5.0 Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/wiki/boost/boost.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost.php 28 May 2007 19:00:14 -0000 1.3 --- boost.php 29 Mar 2008 20:01:53 -0000 1.4 *************** *** 25,29 **** $proper_name = 'Wiki'; ! $version = '1.1.0'; $register = FALSE; $unregister = FALSE; --- 25,29 ---- $proper_name = 'Wiki'; ! $version = '1.1.1'; $register = FALSE; $unregister = FALSE; Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/wiki/boost/update.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** update.php 29 May 2007 02:43:18 -0000 1.21 --- update.php 29 Mar 2008 20:01:53 -0000 1.22 *************** *** 31,34 **** --- 31,37 ---- $content[] = '- Updated to new translation functions.'; $content[] = '- Requesting a restricted page forwards user to the login screen.'; + + case version_compare($currentVersion, '1.1.1', '<'): + $content[] = '- Support new mod_rewrite method introduced in phpWebSite 1.5.0.'; } |