|
From: Jon O. <jon...@us...> - 2007-05-16 19:18:32
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16:/tmp/cvs-serv32735/install Modified Files: mx_install.php Log Message: Page ordering bug Updated schemas, for new "page_footer" db entry Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** mx_install.php 5 May 2007 20:40:27 -0000 1.75 --- mx_install.php 16 May 2007 19:18:24 -0000 1.76 *************** *** 33,37 **** // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0 RC1'; $mx_portal_copy = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated functions and features. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; --- 33,37 ---- // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0'; $mx_portal_copy = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated functions and features. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; *************** *** 40,44 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.1.0'); define('INSTALLER_NAME', 'mxBB-IWizard'); --- 40,44 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.1.1'); define('INSTALLER_NAME', 'mxBB-IWizard'); *************** *** 572,575 **** --- 572,578 ---- $mx_cache->trash(); $mx_cache->update(); + $mx_cache->tidy(); // Not really needed + $mx_cache->destroy('phpbb_config'); // Not really needed + $mx_cache->destroy('mxbb_config'); // Not really needed $mx_cache->unload(); $process_msgs[] = $lang['Cache_generate']; |