|
From: Yettyn <jo...@us...> - 2008-02-04 16:03:08
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19549 Modified Files: common.php index.php mx_meta.inc login.php Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: login.php =================================================================== RCS file: /cvsroot/mxbb/core/login.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** login.php 9 Sep 2007 16:48:16 -0000 1.24 --- login.php 4 Feb 2008 16:03:02 -0000 1.25 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** common.php 19 Jan 2008 21:35:30 -0000 1.75 --- common.php 4 Feb 2008 16:02:59 -0000 1.76 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 284,288 **** // ! // Redirect for fresh mxBB install // if( !defined('MX_INSTALLED') ) --- 284,288 ---- // ! // Redirect for fresh MX-Publisher install // if( !defined('MX_INSTALLED') ) *************** *** 293,297 **** // ! // mxBB CORE Includes // include_once($mx_root_path . 'includes/mx_constants.' . $phpEx); // Also includes phpBB constants --- 293,297 ---- // ! // MX-Publisher CORE Includes // include_once($mx_root_path . 'includes/mx_constants.' . $phpEx); // Also includes phpBB constants *************** *** 305,309 **** // ! // Get mxBB config settings // $portal_config = $mx_cache->obtain_mxbb_config(); --- 305,309 ---- // ! // Get MX-Publisher config settings // $portal_config = $mx_cache->obtain_mxbb_config(); *************** *** 359,363 **** // ! // mxBB Includes - doing the rest // include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/constants.' . $phpEx); --- 359,363 ---- // ! // MX-Publisher Includes - doing the rest // include_once($mx_root_path . 'includes/sessions/'.PORTAL_BACKEND.'/constants.' . $phpEx); *************** *** 449,453 **** // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the mxBB cache whenever updating phpBB config settings // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); --- 449,453 ---- // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the MX-Publisher cache whenever updating phpBB config settings // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); *************** *** 459,463 **** // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the mxBB cache whenever updating phpBB config settings // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); --- 459,463 ---- // // Grab phpBB global variables, re-cache if necessary ! // - optional parameter to enable/disable cache for config data. If enabled, remember to refresh the MX-Publisher cache whenever updating phpBB config settings // - true: enable cache, false: disable cache $board_config = $mx_cache->obtain_phpbb_config(false); Index: mx_meta.inc =================================================================== RCS file: /cvsroot/mxbb/core/mx_meta.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_meta.inc 5 May 2007 20:12:57 -0000 1.6 --- mx_meta.inc 4 Feb 2008 16:03:01 -0000 1.7 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** index.php 3 Feb 2008 19:52:39 -0000 1.72 --- index.php 4 Feb 2008 16:03:00 -0000 1.73 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 47,51 **** if( !($mx_user->data['user_level'] == ADMIN && $mx_user->data['session_logged_in']) ) { ! mx_message_die(GENERAL_MESSAGE, 'We are currenty upgrading this site with latest mxBB software. Hopefully everything will run smoothly again later tonight (GMT). /Jon', 'Information'); } */ --- 47,51 ---- if( !($mx_user->data['user_level'] == ADMIN && $mx_user->data['session_logged_in']) ) { ! mx_message_die(GENERAL_MESSAGE, 'We are currently upgrading this site with latest MX-Publisher software. Hopefully everything will run smoothly again later tonight (GMT). /Jon', 'Information'); } */ |