|
From: FlorinCB <ory...@us...> - 2008-06-22 14:21:34
|
Update of /cvsroot/mxbb/mx_glance In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11012 Modified Files: db_install.php db_upgrade.php mx_glance.php Log Message: upgraded for 3.0.0-Beta1 Index: mx_glance.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/mx_glance.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_glance.php 11 Mar 2008 17:00:20 -0000 1.15 --- mx_glance.php 22 Jun 2008 14:21:29 -0000 1.16 *************** *** 66,69 **** --- 66,71 ---- $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); //$mx_user->add_lang('modules/mx_glance'); + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (!(PORTAL_BACKEND == 'phpbb3')) { Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/db_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_install.php 22 Jun 2008 04:12:06 -0000 1.7 --- db_install.php 22 Jun 2008 14:21:29 -0000 1.8 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_glance * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_glance * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team *************** *** 31,36 **** } ! $mx_module_version = '3.0.0-Beta'; ! $mx_module_copy = 'mxBB <i> - At A Glance</i> module by blulegend, Jack Kan & <a href="http://www.mx-publisher.com" target="_blank">Mx Team</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 31,36 ---- } ! $mx_module_version = '2.8.2'; ! $mx_module_copy = 'MX-Publisher <i> - At A Glance</i> module by blulegend, Jack Kan & <a href="http://www.mx-publisher.com" target="_blank">Mx Team</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 22 Jun 2008 04:12:06 -0000 1.7 --- db_upgrade.php 22 Jun 2008 14:21:29 -0000 1.8 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_glance * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_glance * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team *************** *** 31,36 **** } ! $mx_module_version = '3.0.0-Beta'; ! $mx_module_copy = 'mxBB <i> - At A Glace</i> module by blulegend, Jack Kan & <a href="http://www.mx-publisher.com" target="_blank">Mx Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 31,36 ---- } ! $mx_module_version = '2.8.2'; ! $mx_module_copy = 'MX-Publisher <i> - At A Glace</i> module by blulegend, Jack Kan & <a href="http://www.mx-publisher.com" target="_blank">Mx Team</a>'; $message = "<b>Upgrading!</b><br/><br/>"; |