|
From: MW <jo...@us...> - 2008-02-05 18:37:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20849/includes Modified Files: mx_functions.php mx_functions_style.php mx_functions_blockcp.php Log Message: yet a bunch of more updates of MX-Publisher references, the last of the easy ones. still 344 references till mxbb left in core code, but mostly vars, const and parameters. Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_functions_blockcp.php 4 Feb 2008 15:56:43 -0000 1.21 --- mx_functions_blockcp.php 5 Feb 2008 18:37:20 -0000 1.22 *************** *** 26,30 **** * * The mx_blockcp class provides a Block Control Panel, extending the mx_block class. ! * This class will load additional module specific parameters, eg advanced textblocks (bbcode/html/mxBB/wysiwyg) and serialized data types. * This class is instantiated in admin_mx_block_cp.php (adminCP mode) or in coreblocks/blockcp.php (user mode) * --- 26,30 ---- * * The mx_blockcp class provides a Block Control Panel, extending the mx_block class. ! * This class will load additional module specific parameters, eg advanced textblocks (bbcode/html/mxp/wysiwyg) and serialized data types. * This class is instantiated in admin_mx_block_cp.php (adminCP mode) or in coreblocks/blockcp.php (user mode) * Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** mx_functions_style.php 5 Feb 2008 14:51:27 -0000 1.38 --- mx_functions_style.php 5 Feb 2008 18:37:20 -0000 1.39 *************** *** 594,598 **** // ! // Now, $this->lang['default_lang'] is populated. But do we have a mathing mxBB lang file? // Note: $this->get_old_lang() is used to translate phpBB3 lang keys/paths to old ways, eg to ensure lang_english and not lang_en. // --- 594,598 ---- // ! // Now, $this->lang['default_lang'] is populated. But do we have a mathing MX-Publisher lang file? // Note: $this->get_old_lang() is used to translate phpBB3 lang keys/paths to old ways, eg to ensure lang_english and not lang_en. // Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** mx_functions.php 5 Feb 2008 14:51:27 -0000 1.75 --- mx_functions.php 5 Feb 2008 18:37:20 -0000 1.76 *************** *** 1165,1169 **** * Get langcode. * ! * This function loops all meta langcodes, to convert internal mxBB lang to standard langcode * */ --- 1165,1169 ---- * Get langcode. * ! * This function loops all meta langcodes, to convert internal MX-Publisher lang to standard langcode * */ |