|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:49
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes Modified Files: mx_functions_tools.php mx_functions_style.php page_header.php page_tail.php mx_functions_ch.php mx_functions_core.php mx_functions_blockcp.php mx_constants.php mx_functions.php mx_functions_admincp.php mx_functions_phpbb.php template.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: mx_functions_ch.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_ch.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_functions_ch.php 9 Sep 2007 16:48:16 -0000 1.9 --- mx_functions_ch.php 4 Feb 2008 15:56:43 -0000 1.10 *************** *** 4,10 **** * @package CH * @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 * @internal * --- 4,10 ---- * @package CH * @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 * @internal * Index: page_tail.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** page_tail.php 30 Jan 2008 09:10:56 -0000 1.36 --- page_tail.php 4 Feb 2008 15:56:43 -0000 1.37 *************** *** 4,10 **** * @package page_tail * @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 * @internal * --- 4,10 ---- * @package page_tail * @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 * @internal * Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mx_functions_blockcp.php 30 Jan 2008 09:10:56 -0000 1.20 --- mx_functions_blockcp.php 4 Feb 2008 15:56:43 -0000 1.21 *************** *** 4,10 **** * @package BlockCP * @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 * */ --- 4,10 ---- * @package BlockCP * @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: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** mx_functions_core.php 3 Feb 2008 19:52:39 -0000 1.64 --- mx_functions_core.php 4 Feb 2008 15:56:43 -0000 1.65 *************** *** 4,10 **** * @package 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 * */ --- 4,10 ---- * @package 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 * */ *************** *** 49,53 **** * @access public * @author Jon Ohlsson ! * @package mxBBcache * */ --- 49,53 ---- * @access public * @author Jon Ohlsson ! * @package MX-Publisher cache * */ *************** *** 78,82 **** if (!function_exists('mx_message_die')) { ! die("Couldnt query config information, Allso this hosting or server is using a cache optimizer not compatible with mxBB or just lost connection to database wile query."); } else --- 78,82 ---- if (!function_exists('mx_message_die')) { ! die("Couldnt query config information, Allso this hosting or server is using a cache optimizer not compatible with MX-Publisher or just lost connection to database wile query."); } else *************** *** 125,129 **** if (!function_exists('mx_message_die')) { ! die("Couldnt query portal configuration, Allso this hosting or server is using a cache optimizer not compatible with mxBB or just lost connection to database wile query."); } else --- 125,129 ---- if (!function_exists('mx_message_die')) { ! die("Couldnt query portal configuration, Allso this hosting or server is using a cache optimizer not compatible with MX-Publisher or just lost connection to database wile query."); } else *************** *** 698,704 **** * Class: cache. * ! * This is the mxBB custom cache for eg config data. * ! * @package mxBBcache * @author Jon Ohlsson * @author www.phpbb.com --- 698,704 ---- * Class: cache. * ! * This is the MX-Publisher custom cache for eg config data. * ! * @package MX-Publisher cache * @author Jon Ohlsson * @author www.phpbb.com Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mx_constants.php 9 Sep 2007 16:48:16 -0000 1.25 --- mx_constants.php 4 Feb 2008 15:56:43 -0000 1.26 *************** *** 4,10 **** * @package Constants * @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 * */ --- 4,10 ---- * @package Constants * @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 * */ *************** *** 67,71 **** /** ! * ViewOnline extension for mxBB Portal Pages * @access private */ --- 67,71 ---- /** ! * ViewOnline extension for MX-Publisher Pages * @access private */ Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** mx_functions_phpbb.php 3 Feb 2008 19:52:39 -0000 1.42 --- mx_functions_phpbb.php 4 Feb 2008 15:56:43 -0000 1.43 *************** *** 4,10 **** * @package Functions_phpBB * @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 * */ --- 4,10 ---- * @package Functions_phpBB * @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 * */ *************** *** 39,43 **** * Permission/Auth class * ! * @package mxBB * */ --- 39,43 ---- * Permission/Auth class * ! * @package MX-Publisher * */ *************** *** 574,578 **** if ( $msg_title == '' ) { ! $msg_title = 'mxBB : <b>' . $lang['Critical_Error'] . '</b>'; } break; --- 574,578 ---- if ( $msg_title == '' ) { ! $msg_title = 'MX-Publisher : <b>' . $lang['Critical_Error'] . '</b>'; } break; *************** *** 818,822 **** * Redirect. * ! * mxBB version of phpBB redirect(). * * @param string $url --- 818,822 ---- * Redirect. * ! * MX-Publisher version of phpBB redirect(). * * @param string $url *************** *** 880,884 **** * ViewOnline. * ! * ViewOnline extension for mxBB Portal Pages... * * @param integer $session_page --- 880,884 ---- * ViewOnline. * ! * ViewOnline extension for MX-Publisher Pages... * * @param integer $session_page Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** mx_functions_tools.php 30 Jan 2008 09:10:56 -0000 1.17 --- mx_functions_tools.php 4 Feb 2008 15:56:43 -0000 1.18 *************** *** 4,10 **** * @package Tools * @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 * */ --- 4,10 ---- * @package Tools * @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: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** template.php 4 Feb 2008 12:46:05 -0000 1.21 --- template.php 4 Feb 2008 15:56:43 -0000 1.22 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_xs * @version $Id$ ! * @copyright (c) 2002-2007 [CyberAlien, OryNider] 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 Module - mx_xs * @version $Id$ ! * @copyright (c) 2002-2008 [CyberAlien, OryNider] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 56,60 **** define('XS_TAG_BEGINELSE', 11); ! //mxBB Stuff --- 56,60 ---- define('XS_TAG_BEGINELSE', 11); ! //MX-Publisher Stuff Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** page_header.php 28 Dec 2007 02:51:28 -0000 1.49 --- page_header.php 4 Feb 2008 15:56:43 -0000 1.50 *************** *** 4,10 **** * @package page_header * @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 * @internal * --- 4,10 ---- * @package page_header * @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 * @internal * *************** *** 60,64 **** // ! // If mxBB frame template is not set, instantiate it // if ( is_object($layouttemplate) == FALSE ) --- 60,64 ---- // ! // If MX-Publisher frame template is not set, instantiate it // if ( is_object($layouttemplate) == FALSE ) *************** *** 71,75 **** // ! // If mxBB page is not set, instantiate it // if (!isset($mx_page->page_navigation_block)) --- 71,75 ---- // ! // If MX-Publisher page is not set, instantiate it // if (!isset($mx_page->page_navigation_block)) *************** *** 445,449 **** // ! // These theme variables are not used for mxBB, since mxBB require a theme.css file // 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], --- 445,449 ---- // ! // These theme variables are not used for MX-Publisher, since MX-Publisher require a theme.css file // 'T_HEAD_STYLESHEET' => $theme['head_stylesheet'], *************** *** 486,490 **** 'T_SPAN_CLASS3' => $theme['span_class3'], ! //+ mxBB 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, --- 486,490 ---- 'T_SPAN_CLASS3' => $theme['span_class3'], ! //+ MX-Publisher 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, *************** *** 515,519 **** 'MX_ADDITIONAL_HEADER_TEXT' => $mx_addional_header_text, 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], ! //- mxBB 'NAV_LINKS' => $nav_links_html) --- 515,519 ---- 'MX_ADDITIONAL_HEADER_TEXT' => $mx_addional_header_text, 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], ! //- MX-Publisher 'NAV_LINKS' => $nav_links_html) Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** mx_functions_style.php 1 Feb 2008 16:16:33 -0000 1.35 --- mx_functions_style.php 4 Feb 2008 15:56:43 -0000 1.36 *************** *** 4,10 **** * @package Style * @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 * */ --- 4,10 ---- * @package Style * @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: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** mx_functions_admincp.php 3 Feb 2008 21:06:52 -0000 1.43 --- mx_functions_admincp.php 4 Feb 2008 15:56:43 -0000 1.44 *************** *** 4,10 **** * @package AdminCP * @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 * */ --- 4,10 ---- * @package AdminCP * @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: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** mx_functions.php 12 Jan 2008 10:43:45 -0000 1.73 --- mx_functions.php 4 Feb 2008 15:56:43 -0000 1.74 *************** *** 4,10 **** * @package Functions * @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 * */ --- 4,10 ---- * @package Functions * @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 * */ |