|
From: Yettyn <jo...@us...> - 2008-02-05 14:51:37
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21190/includes Modified Files: mx_functions_style.php mx_functions_core.php mx_constants.php mx_functions.php mx_functions_admincp.php Log Message: yet a bunch of more updates of MX-Publisher referenses Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** mx_functions_core.php 4 Feb 2008 15:56:43 -0000 1.65 --- mx_functions_core.php 5 Feb 2008 14:51:27 -0000 1.66 *************** *** 102,106 **** /** ! * Get mxBB config data * * @access public --- 102,106 ---- /** ! * Get MX-Publisher config data * * @access public Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** mx_functions_style.php 5 Feb 2008 02:10:14 -0000 1.37 --- mx_functions_style.php 5 Feb 2008 14:51:27 -0000 1.38 *************** *** 135,139 **** * * The mx_Template class extends the native phpBB Template class, in reality only redefining the make_filename method. ! * Thus modded phpBB templates (eg eXtreme Styles MOD) will also be available for mxBB. * * @package Style --- 135,139 ---- * * The mx_Template class extends the native phpBB Template class, in reality only redefining the make_filename method. ! * Thus modded phpBB templates (eg eXtreme Styles MOD) will also be available for MX-Publisher. * * @package Style *************** *** 188,192 **** $filename2 = substr_count($filename, 'html') ? str_replace(".html", ".tpl", $filename) : str_replace(".tpl", ".html", $filename); // ! // Look at mxBB-Module folder.........................................................................mxBB-module // if (!empty($module_root_path)) --- 188,192 ---- $filename2 = substr_count($filename, 'html') ? str_replace(".html", ".tpl", $filename) : str_replace(".tpl", ".html", $filename); // ! // Look at MX-Publisher-Module folder.........................................................................MX-Publisher-module // if (!empty($module_root_path)) *************** *** 265,269 **** // ! // Look at mxBB-Root folder.........................................................................mxBB-Root // if( file_exists($mx_root_path . 'templates/' . $style_path . '/' . $filename) ) --- 265,269 ---- // ! // Look at MX-Publisher-Root folder.........................................................................MX-Publisher-Root // if( file_exists($mx_root_path . 'templates/' . $style_path . '/' . $filename) ) *************** *** 878,882 **** if ( !($row = $db->sql_fetchrow($result)) ) { ! mx_message_die(CRITICAL_ERROR, "Could not get mxBB style data for themes_id [$style]"); } } --- 878,882 ---- if ( !($row = $db->sql_fetchrow($result)) ) { ! mx_message_die(CRITICAL_ERROR, "Could not get MX-Publisher style data for themes_id [$style]"); } } *************** *** 970,974 **** // ! // Load mxBB Template configuration data // @include($mx_root_path . $this->current_template_path . '/' . $this->template_name . '.cfg'); --- 970,974 ---- // ! // Load MX-Publisher Template configuration data // @include($mx_root_path . $this->current_template_path . '/' . $this->template_name . '.cfg'); *************** *** 993,997 **** if ( !$mx_template_config ) { ! mx_message_die(CRITICAL_ERROR, "Could not open mxBB $this->template_name template config file", '', __LINE__, __FILE__); } --- 993,997 ---- if ( !$mx_template_config ) { ! mx_message_die(CRITICAL_ERROR, "Could not open MX-Publisher $this->template_name template config file", '', __LINE__, __FILE__); } *************** *** 1175,1179 **** // ! // Load mxBB Template configuration data // - First try current template // --- 1175,1179 ---- // ! // Load MX-Publisher Template configuration data // - First try current template // *************** *** 1212,1216 **** if ( !$mx_template_config ) { ! mx_message_die(CRITICAL_ERROR, "Could not open mxBB " . $module_root_path . $this->default_current_template_path . " style config file", '', __LINE__, __FILE__); } --- 1212,1216 ---- if ( !$mx_template_config ) { ! mx_message_die(CRITICAL_ERROR, "Could not open MX-Publisher " . $module_root_path . $this->default_current_template_path . " style config file", '', __LINE__, __FILE__); } Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mx_functions_admincp.php 4 Feb 2008 18:09:04 -0000 1.45 --- mx_functions_admincp.php 5 Feb 2008 14:51:27 -0000 1.46 *************** *** 4,8 **** * @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.mx-publisher.com --- 4,8 ---- * @package AdminCP * @version $Id$ ! * @copyright (c) 2002-2006 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_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mx_constants.php 4 Feb 2008 15:56:43 -0000 1.26 --- mx_constants.php 5 Feb 2008 14:51:27 -0000 1.27 *************** *** 73,77 **** /**#@+ ! * mxBB Core table names * @access public */ --- 73,77 ---- /**#@+ ! * MX-Publisher Core table names * @access public */ Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** mx_functions.php 4 Feb 2008 15:56:43 -0000 1.74 --- mx_functions.php 5 Feb 2008 14:51:27 -0000 1.75 *************** *** 436,442 **** /** ! * Generate mxBB URL, with arguments. * ! * This function returns a mxBB URL with GET vars, and accepts any number of parwise arguments. * * @access public --- 436,442 ---- /** ! * Generate MX-Publisher URL, with arguments. * ! * This function returns a MX-Publisher URL with GET vars, and accepts any number of parwise arguments. * * @access public *************** *** 511,517 **** /** ! * Generate mxBB URL, with arguments. * ! * This function returns a mxBB URL with GET vars, and accepts arguments in the $args array(). * * @access public --- 511,517 ---- /** ! * Generate MX-Publisher URL, with arguments. * ! * This function returns a MX-Publisher URL with GET vars, and accepts arguments in the $args array(). * * @access public *************** *** 886,890 **** /** ! * Compose mxBB copyrights and credits page. * @access public */ --- 886,890 ---- /** ! * Compose MX-Publisher copyrights and credits page. * @access public */ |