|
From: Jon O. <jon...@us...> - 2008-02-14 21:24:13
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3970 Modified Files: Tag: core28x mx_install.php Log Message: For new site -> 2.8.3 Mainly bugfixes... Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.79.2.4 retrieving revision 1.79.2.5 diff -C2 -d -r1.79.2.4 -r1.79.2.5 *** mx_install.php 10 Feb 2008 21:11:28 -0000 1.79.2.4 --- mx_install.php 14 Feb 2008 21:24:07 -0000 1.79.2.5 *************** *** 33,37 **** // $mx_portal_name = 'MX-Publisher Modular System'; ! $mx_portal_version = '2.8.2'; $mx_portal_copy = '<b>MX-Publisher Modular System!</b> <br /><br/> MX-Publisher is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001 (originally named MX-Publisher). <br /><br />Authors: The MX-Publisher Development Team. <br />Please visit <a href="http://www.mx-publisher.com/">www.mx-publisher.com</a> for further information.'; --- 33,37 ---- // $mx_portal_name = 'MX-Publisher Modular System'; ! $mx_portal_version = '2.8.3'; $mx_portal_copy = '<b>MX-Publisher Modular System!</b> <br /><br/> MX-Publisher is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001 (originally named MX-Publisher). <br /><br />Authors: The MX-Publisher Development Team. <br />Please visit <a href="http://www.mx-publisher.com/">www.mx-publisher.com</a> for further information.'; *************** *** 40,44 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.2.1'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); --- 40,44 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.3.1'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); *************** *** 690,694 **** include($mx_root_path . "includes/mx_functions_core." . $phpEx); $mx_cache = new mx_cache(); ! $mx_cache->trash(); $mx_cache->update(); $mx_cache->tidy(); // Not really needed --- 690,694 ---- include($mx_root_path . "includes/mx_functions_core." . $phpEx); $mx_cache = new mx_cache(); ! $mx_cache->trash('install'); $mx_cache->update(); $mx_cache->tidy(); // Not really needed |