You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:48
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17701/language/lang_english Modified Files: lang_meta.php lang_main.php lang_admin.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: lang_meta.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_meta.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_meta.php 5 May 2007 20:13:17 -0000 1.6 --- lang_meta.php 4 Feb 2008 15:58:44 -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: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** lang_admin.php 30 Jan 2008 09:10:57 -0000 1.80 --- lang_admin.php 4 Feb 2008 15:58:44 -0000 1.81 *************** *** 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 * */ *************** *** 23,27 **** // setlocale(LC_ALL, 'en'); ! $lang['mxBB_adminCP'] = 'mxBB Portal Administration'; // --- 23,27 ---- // setlocale(LC_ALL, 'en'); ! $lang['mxBB_adminCP'] = 'MX-Publisher Administration'; // *************** *** 53,57 **** // $lang['Welcome_mxBB'] = 'Welcome to mxBB'; ! $lang['Admin_intro_mxBB'] = 'Thank you for choosing mxBB Portal as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; // --- 53,57 ---- // $lang['Welcome_mxBB'] = 'Welcome to mxBB'; ! $lang['Admin_intro_mxBB'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; // *************** *** 108,112 **** $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; $lang['Portal_General_Config'] = 'Portal Configuration'; ! $lang['Portal_General_Config_explain'] = 'Use this form to manage the main settings of your mxBB portal.'; $lang['Portal_General_settings'] = 'General Settings'; $lang['Portal_Style_settings'] = 'Style Settings'; --- 108,112 ---- $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; $lang['Portal_General_Config'] = 'Portal Configuration'; ! $lang['Portal_General_Config_explain'] = 'Use this form to manage the main settings of your MX-Publisher.'; $lang['Portal_General_settings'] = 'General Settings'; $lang['Portal_Style_settings'] = 'Style Settings'; *************** *** 115,119 **** $lang['Portal_Name'] = 'Portal Name:'; $lang['Portal_PHPBB_Url'] = 'URL to your phpBB installation:'; ! $lang['Portal_Url'] = 'URL to mxBB Portal:'; $lang['Portal_Config_updated'] = 'Portal Configuration Updated Successfully'; $lang['Click_return_portal_config'] = 'Click %sHere%s to return to Portal Configuration'; --- 115,119 ---- $lang['Portal_Name'] = 'Portal Name:'; $lang['Portal_PHPBB_Url'] = 'URL to your phpBB installation:'; ! $lang['Portal_Url'] = 'URL to MX-Publisher:'; $lang['Portal_Config_updated'] = 'Portal Configuration Updated Successfully'; $lang['Click_return_portal_config'] = 'Click %sHere%s to return to Portal Configuration'; *************** *** 122,131 **** $lang['PHPBB_script_path'] = 'phpBB Script Path:'; $lang['PHPBB_server_name'] = 'phpBB Domain (server_name):'; ! $lang['MX_Portal'] = 'mxBB Portal'; $lang['MX_Modules'] = 'mxBB Modules'; $lang['Phpbb'] = 'phpBB'; $lang['Top_phpbb_links'] = 'phpBB Statistics in Header (default value)'; $lang['Top_phpbb_links_explain'] = '- Links to new, unread posts'; ! $lang['Portal_version'] = 'mxBB Portal Version:'; $lang['Mx_use_cache'] = 'Use mxBB Block Cache'; $lang['Mx_use_cache_explain'] = 'Block data is cached to individual cache/block_*.xml files. Block cache files are created/updated when blocks are edited.'; --- 122,131 ---- $lang['PHPBB_script_path'] = 'phpBB Script Path:'; $lang['PHPBB_server_name'] = 'phpBB Domain (server_name):'; ! $lang['MX_Portal'] = 'MX-Publisher'; $lang['MX_Modules'] = 'mxBB Modules'; $lang['Phpbb'] = 'phpBB'; $lang['Top_phpbb_links'] = 'phpBB Statistics in Header (default value)'; $lang['Top_phpbb_links_explain'] = '- Links to new, unread posts'; ! $lang['Portal_version'] = 'MX-Publisher Version:'; $lang['Mx_use_cache'] = 'Use mxBB Block Cache'; $lang['Mx_use_cache_explain'] = 'Block data is cached to individual cache/block_*.xml files. Block cache files are created/updated when blocks are edited.'; *************** *** 505,509 **** // $lang['mxBB_Version_up_to_date'] = 'Your mxBB installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your mxBB installation does <b>not</b> seem to be up to date. Updates are available for your version of mxBB. Please visit <a href="http://www.mx-system.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; --- 505,509 ---- // $lang['mxBB_Version_up_to_date'] = 'Your mxBB installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your mxBB installation does <b>not</b> seem to be up to date. Updates are available for your version of mxBB. Please visit <a href="http://www.mx-publisher.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** lang_main.php 30 Jan 2008 09:10:57 -0000 1.37 --- lang_main.php 4 Feb 2008 15:58:44 -0000 1.38 *************** *** 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 * */ *************** *** 100,106 **** // Copyrights page // ! $lang['mx_about_title'] = 'About mxBB Portal'; ! $lang['mx_copy_title'] = 'mxBB Portal Information'; ! $lang['mx_copy_modules_title'] = 'Installed mxBB Portal Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; --- 100,106 ---- // Copyrights page // ! $lang['mx_about_title'] = 'About MX-Publisher'; ! $lang['mx_copy_title'] = 'MX-Publisher Information'; ! $lang['mx_copy_modules_title'] = 'Installed MX-Publisher Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; *************** *** 109,113 **** // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-system.com" target="_blank">mxBB Development Team</a>'; // --- 109,113 ---- // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-publisher.com" target="_blank">mxBB Development Team</a>'; // |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:19
|
Update of /cvsroot/mxbb/core/install/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/language/lang_english Modified Files: lang_admin.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: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/install/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 9 Sep 2007 16:52:39 -0000 1.1 --- lang_admin.php 4 Feb 2008 15:58:09 -0000 1.2 *************** *** 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 * */ *************** *** 28,36 **** $lang['Portal_paths'] = 'Portal Paths'; $lang['ReadOnly'] = ' (read only)'; ! $lang['Welcome_install'] = 'Welcome to the mxBB Portal Installation Wizard'; ! $lang['Install_Instruction'] = 'Please fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you\'ll see a report of all the steps taken. You should then login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal with your own preferences. Thank you for choosing mxBB Portal.'; $lang['Install_Instruction_mxBB'] = 'Your admin account will be created: username (admin), password (admin). Modify this password asap!'; ! $lang['Install_Instruction_phpBB'] = 'Please note, even if you plan to use mxBB with phpBB, this installation does not modify your phpBB database in any way.'; ! $lang['Upgrade_Instruction'] = 'mxBB Portal is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB Portal does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure.'; $lang['Install_moreinfo'] = '%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s'; $lang['Install_settings'] = 'Installation Settings'; --- 28,36 ---- $lang['Portal_paths'] = 'Portal Paths'; $lang['ReadOnly'] = ' (read only)'; ! $lang['Welcome_install'] = 'Welcome to the MX-Publisher Installation Wizard'; ! $lang['Install_Instruction'] = 'Please fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you\'ll see a report of all the steps taken. You should then login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal with your own preferences. Thank you for choosing MX-Publisher.'; $lang['Install_Instruction_mxBB'] = 'Your admin account will be created: username (admin), password (admin). Modify this password asap!'; ! $lang['Install_Instruction_phpBB'] = 'Please note, even if you plan to use MX-Publisher with phpBB, this installation does not modify your phpBB database in any way.'; ! $lang['Upgrade_Instruction'] = 'MX-Publisher is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note MX-Publisher does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure.'; $lang['Install_moreinfo'] = '%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s'; $lang['Install_settings'] = 'Installation Settings'; *************** *** 41,45 **** $lang['Language'] = 'Language'; $lang['Session_backend'] = 'Users & Sessions'; ! $lang['Session_backend_explain'] = 'The mxBB-IWizard has detected installed phpBB boards on this server. <br />Select here if you plan to use mxBB with phpBB users and sessions. <br />If you are unsure (or if you want to install mxBB without phpBB), select \'Internal\' setup. <br />You may update this setting later in the mxBB adminCP'; $lang['Phpbb_path'] = 'phpBB relative path'; $lang['Phpbb_path_explain'] = 'Relative path to phpBB, ex. phpBB/ or ../phpBB/<br />Note the slashes "/", they are important!'; --- 41,45 ---- $lang['Language'] = 'Language'; $lang['Session_backend'] = 'Users & Sessions'; ! $lang['Session_backend_explain'] = 'The MX-Publisher-IWizard has detected installed phpBB boards on this server. <br />Select here if you plan to use MX-Publisher with phpBB users and sessions. <br />If you are unsure (or if you want to install MX-Publisher without phpBB), select \'Internal\' setup. <br />You may update this setting later in the MX-Publisher adminCP'; $lang['Phpbb_path'] = 'phpBB relative path'; $lang['Phpbb_path_explain'] = 'Relative path to phpBB, ex. phpBB/ or ../phpBB/<br />Note the slashes "/", they are important!'; *************** *** 55,64 **** $lang['DB_Password'] = 'Database Password'; $lang['Table_Prefix'] = 'phpBB Prefix in DB'; ! $lang['MX_Table_Prefix'] = 'mxBB Portal Prefix in DB'; ! $lang['Start_Install'] = 'Start mxBB Installation'; ! $lang['Start_Upgrade'] = 'Yes, I have already done a backup and wish to upgrade my mxBB Portal now.'; ! $lang['Portal_intalled'] = 'mxBB Portal has been installed !'; ! $lang['Portal_upgraded'] = 'mxBB Portal has been upgraded !'; ! $lang['Unwriteable_config'] = 'Your mxBB config file (config.php) is currently un-writeable.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your mxBB root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing mxBB Portal.<br />'; $lang['Send_file'] = 'Just send the file to me and I\'ll FTP it manually'; $lang['phpBB_nfnd_retry'] = 'Sorry, but we could not find your phpBB installation. Please press the %sBACK%s button of your browser and retry.'; --- 55,64 ---- $lang['DB_Password'] = 'Database Password'; $lang['Table_Prefix'] = 'phpBB Prefix in DB'; ! $lang['MX_Table_Prefix'] = 'MX-Publisher Prefix in DB'; ! $lang['Start_Install'] = 'Start MX-Publisher Installation'; ! $lang['Start_Upgrade'] = 'Yes, I have already done a backup and wish to upgrade my MX-Publisher now.'; ! $lang['Portal_intalled'] = 'MX-Publisher has been installed !'; ! $lang['Portal_upgraded'] = 'MX-Publisher has been upgraded !'; ! $lang['Unwriteable_config'] = 'Your MX-Publisher config file (config.php) is currently un-writeable.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your MX-Publisher root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing MX-Publisher.<br />'; $lang['Send_file'] = 'Just send the file to me and I\'ll FTP it manually'; $lang['phpBB_nfnd_retry'] = 'Sorry, but we could not find your phpBB installation. Please press the %sBACK%s button of your browser and retry.'; *************** *** 66,78 **** $lang['Installation_error'] = 'An error has occurred during the installation'; $lang['Debug_Information'] = 'DEBUG INFORMATION'; ! $lang['Install_phpbb_not_found'] = 'Sorry, we could not find any phpBB board installed on this server.<br />Please install phpBB BEFORE installing mxBB Portal.<br />\n<br />\n'; ! $lang['Install_phpbb_db_failed'] = 'Sorry, we could not connect to the phpBB database.<br />Please check that your phpBB is correctly installed and up and running BEFORE installing mxBB Portal.<br />\n<br />\n'; ! $lang['Install_phpbb_unsupported'] = 'Unfortunately, the phpBB board installed on this server is not supported by mxBB Portal.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; $lang['Install_noscript_warning'] = 'Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser.'; $lang['Upgrade_are_you_sure'] = 'This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?'; $lang['Writing_config'] = 'Writing config.php file'; $lang['Processing_schema'] = 'Processing SQL Schema \'%s\''; ! $lang['Portal_intalling'] = 'Installing mxBB Portal version %s'; ! $lang['Portal_upgrading'] = 'Upgrading mxBB Portal version %s'; $lang['Install_warning'] = 'There was 1 warning updating the database'; $lang['Install_warnings'] = 'There were %d warnings updating the database'; --- 66,78 ---- $lang['Installation_error'] = 'An error has occurred during the installation'; $lang['Debug_Information'] = 'DEBUG INFORMATION'; ! $lang['Install_phpbb_not_found'] = 'Sorry, we could not find any phpBB board installed on this server.<br />Please install phpBB BEFORE installing MX-Publisher.<br />\n<br />\n'; ! $lang['Install_phpbb_db_failed'] = 'Sorry, we could not connect to the phpBB database.<br />Please check that your phpBB is correctly installed and up and running BEFORE installing MX-Publisher.<br />\n<br />\n'; ! $lang['Install_phpbb_unsupported'] = 'Unfortunately, the phpBB board installed on this server is not supported by MX-Publisher.<br />Please check the release notes for installation requirements.<br />\n<br />\n'; $lang['Install_noscript_warning'] = 'Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser.'; $lang['Upgrade_are_you_sure'] = 'This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?'; $lang['Writing_config'] = 'Writing config.php file'; $lang['Processing_schema'] = 'Processing SQL Schema \'%s\''; ! $lang['Portal_intalling'] = 'Installing MX-Publisher version %s'; ! $lang['Portal_upgrading'] = 'Upgrading MX-Publisher version %s'; $lang['Install_warning'] = 'There was 1 warning updating the database'; $lang['Install_warnings'] = 'There were %d warnings updating the database'; *************** *** 85,91 **** $lang['Portal_install_done'][5] = 'Please be sure to check the Portal Configurations and make any required changes.'; $lang['Go_to_admincp'] = 'Now visit the Admin Control Panel and upgrade your modules'; ! $lang['Thanks_for_choosing'] = 'Thank you for choosing mxBB Portal!'; $lang['Critical_Error'] = 'CRITICAL ERROR'; ! $lang['Error_loading_config'] = 'Sorry, could not load mxBB Portal config.php'; $lang['Error_database_down'] = 'Sorry, could not connect to the database.'; --- 85,91 ---- $lang['Portal_install_done'][5] = 'Please be sure to check the Portal Configurations and make any required changes.'; $lang['Go_to_admincp'] = 'Now visit the Admin Control Panel and upgrade your modules'; ! $lang['Thanks_for_choosing'] = 'Thank you for choosing MX-Publisher!'; $lang['Critical_Error'] = 'CRITICAL ERROR'; ! $lang['Error_loading_config'] = 'Sorry, could not load MX-Publisher config.php'; $lang['Error_database_down'] = 'Sorry, could not connect to the database.'; |
Update of /cvsroot/mxbb/core/install/db In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/db Modified Files: mysqli.php msaccess.php db2.php postgres7.php mssql.php mysql4.php mysql.php mssql-odbc.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: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/mysqli.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysqli.php 6 Aug 2007 19:16:19 -0000 1.1 --- mysqli.php 4 Feb 2008 15:58:08 -0000 1.2 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: mysql4.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/mysql4.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql4.php 6 Aug 2007 19:16:19 -0000 1.3 --- mysql4.php 4 Feb 2008 15:58:08 -0000 1.4 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: msaccess.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/msaccess.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** msaccess.php 6 Aug 2007 19:16:19 -0000 1.1 --- msaccess.php 4 Feb 2008 15:58:08 -0000 1.2 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: mssql-odbc.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/mssql-odbc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mssql-odbc.php 6 Aug 2007 19:16:19 -0000 1.1 --- mssql-odbc.php 4 Feb 2008 15:58:08 -0000 1.2 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: mssql.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/mssql.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mssql.php 6 Aug 2007 19:16:18 -0000 1.4 --- mssql.php 4 Feb 2008 15:58:08 -0000 1.5 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: mysql.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/mysql.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mysql.php 6 Aug 2007 19:16:18 -0000 1.3 --- mysql.php 4 Feb 2008 15:58:08 -0000 1.4 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: db2.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/db2.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db2.php 6 Aug 2007 19:16:19 -0000 1.1 --- db2.php 4 Feb 2008 15:58:08 -0000 1.2 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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: postgres7.php =================================================================== RCS file: /cvsroot/mxbb/core/install/db/postgres7.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** postgres7.php 6 Aug 2007 19:16:19 -0000 1.4 --- postgres7.php 4 Feb 2008 15:58:08 -0000 1.5 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2001 phpBB Group ! * @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 * */ |
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/schemas Modified Files: mysql_schema_upgrade_to_2.8.0.sql mysql_schema_upgrade_to_2.8_a1.sql mysql_schema_upgrade_to_2.8_b2.sql mysql_schema_upgrade_to_2.8.1.sql mysql_schema_upgrade_to_2.9.0.sql mysql_schema_install_2.8.0.b1.sql postgres_schema_install.sql upgrade_schemas_map.php mysql_schema_upgrade_to_2.8_b3.sql mysql_schema_upgrade_to_2.8_a2.sql mysql_schema_install_2.8.0.b2.sql mysql_schema_install.sql mysql_schema_install_2.8.0.b3.sql 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: upgrade_schemas_map.php =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/upgrade_schemas_map.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** upgrade_schemas_map.php 13 Sep 2007 09:13:03 -0000 1.22 --- upgrade_schemas_map.php 4 Feb 2008 15:58:07 -0000 1.23 *************** *** 2,10 **** /** * ! * @package mxBB Installation * @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 Installation * @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: mysql_schema_install_2.8.0.b2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install_2.8.0.b2.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mysql_schema_install_2.8.0.b2.sql 6 Apr 2006 20:20:55 -0000 1.2 --- mysql_schema_install_2.8.0.b2.sql 4 Feb 2008 15:58:07 -0000 1.3 *************** *** 121,127 **** INSERT INTO mx_table_block_system_parameter VALUES("16", "65", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:5093963b57]mxBB-Portal[/b:5093963b57] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. mxBB-Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:5093963b57]Welcome, and thanks for using the mxBB-Portal![/i:5093963b57] \r\n\r\n :lol:", "5093963b57", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:a561d23b0e]demonstrate [/i:a561d23b0e]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links to different demo blocks.", "a561d23b0e", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-system.com for latest available modules!", "ecfe9a4569", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:3883289f58]standard[/i:3883289f58] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:3883289f58]this[/i:3883289f58] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "3883289f58", "0"); --- 121,127 ---- INSERT INTO mx_table_block_system_parameter VALUES("16", "65", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:5093963b57]MX-Publisher[/b:5093963b57] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. MX-Publisher requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. MX-Publisher is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:5093963b57]Welcome, and thanks for using MX-Publisher![/i:5093963b57] \r\n\r\n :lol:", "5093963b57", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:a561d23b0e]demonstrate [/i:a561d23b0e]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links to different demo blocks.", "a561d23b0e", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-publisher.com for latest available modules!", "ecfe9a4569", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:3883289f58]standard[/i:3883289f58] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:3883289f58]this[/i:3883289f58] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "3883289f58", "0"); *************** *** 354,358 **** INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "71fe54c6a2", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "SiteStats", "Some Sitestats", "", "0", "30", "62b47107b4", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "mxBB-Portal Home", "", "http://www.mx-system.com", "0", "10", "c40e66a4ae", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "348dc29f4a", "icon_dev.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); --- 354,358 ---- INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "71fe54c6a2", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "SiteStats", "Some Sitestats", "", "0", "30", "62b47107b4", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "MX-Publisher Home", "", "http://www.mx-publisher.com", "0", "10", "c40e66a4ae", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "348dc29f4a", "icon_dev.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); *************** *** 502,506 **** INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"Vertical\";i:1;s:10:\"Horizontal\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-system.com", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); --- 502,506 ---- INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"Vertical\";i:1;s:10:\"Horizontal\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-publisher.com", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); Index: mysql_schema_upgrade_to_2.8.0.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8.0.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mysql_schema_upgrade_to_2.8.0.sql 4 Jun 2007 21:14:20 -0000 1.2 --- mysql_schema_upgrade_to_2.8.0.sql 4 Feb 2008 15:58:07 -0000 1.3 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8.0" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8.0" # # $Id$ Index: mysql_schema_install_2.8.0.b3.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install_2.8.0.b3.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mysql_schema_install_2.8.0.b3.sql 30 Jan 2007 16:26:08 -0000 1.2 --- mysql_schema_install_2.8.0.b3.sql 4 Feb 2008 15:58:07 -0000 1.3 *************** *** 121,127 **** INSERT INTO mx_table_block_system_parameter VALUES("16", "95", "5", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:31f05e4fa3]mxBB-Portal[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. mxBB-Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using the mxBB-Portal![/i:31f05e4fa3] \r\n\r\n :lol:", "31f05e4fa3", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.", "621ded23c6", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mxbb.net for latest available modules!", "eacbc1f61a", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); --- 121,127 ---- INSERT INTO mx_table_block_system_parameter VALUES("16", "95", "5", NULL, "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:31f05e4fa3]MX-Publisher[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. MX-Publisher requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. MX-Publisher is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using MX-Publisher![/i:31f05e4fa3] \r\n\r\n :lol:", "31f05e4fa3", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.", "621ded23c6", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-publisher.com for latest available modules!", "eacbc1f61a", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); *************** *** 355,359 **** INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "a9ff189bf5", "icon_info.gif", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "Statistics", "Site Statistics", "", "0", "30", "98b16ec029", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "mxBB Portal Home", "", "http://www.mxbb.net", "0", "10", "1f171544ea", "icon_info.gif", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "fb028ba583", "icon_dot.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); --- 355,359 ---- INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "a9ff189bf5", "icon_info.gif", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "Statistics", "Site Statistics", "", "0", "30", "98b16ec029", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "MX-Publisher Home", "", "http://www.mx-publisher.com", "0", "10", "1f171544ea", "icon_info.gif", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "fb028ba583", "icon_dot.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); *************** *** 382,389 **** # Dumping data for table 'mx_table_module' # ! INSERT INTO mx_table_module VALUES("10", "Core Blocks", "modules/mx_coreblocks/", "mxBB Portal Core Blocks", "", "mxBB Core Module", "Original mxBB <i>Core Blocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("20", "Textblocks", "modules/mx_textblocks/", "mxBB Portal Textblocks", "", "mxBB Core Module", "Original mxBB <i>Textblocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("30", "phpBB2 Blocks", "modules/mx_phpbb2blocks/", "mxBB Portal phpBB2 blocks", "", "mxBB Core Module", "Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\"> The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("50", "Navigation Menu", "modules/mx_navmenu/", "mxBB Portal Site Navigation", "", "mxBB Core Module", "Original mxBB <i>Navigation Menu</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">Jon</a>"); --- 382,389 ---- # Dumping data for table 'mx_table_module' # ! INSERT INTO mx_table_module VALUES("10", "Core Blocks", "modules/mx_coreblocks/", "MX-Publisher Core Blocks", "", "mxBB Core Module", "Original mxBB <i>Core Blocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("20", "Textblocks", "modules/mx_textblocks/", "MX-Publisher Textblocks", "", "mxBB Core Module", "Original mxBB <i>Textblocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("30", "phpBB2 Blocks", "modules/mx_phpbb2blocks/", "MX-Publisher phpBB2 blocks", "", "mxBB Core Module", "Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\"> The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("50", "Navigation Menu", "modules/mx_navmenu/", "MX-Publisher Site Navigation", "", "mxBB Core Module", "Original mxBB <i>Navigation Menu</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">Jon</a>"); *************** *** 503,507 **** INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-system.com", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); --- 503,507 ---- INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"vertical\";i:1;s:10:\"horizontal\";}", "0", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "0", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-publisher.com", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0", "0"); Index: mysql_schema_upgrade_to_2.9.0.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.9.0.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_schema_upgrade_to_2.9.0.sql 9 Sep 2007 16:49:08 -0000 1.1 --- mysql_schema_upgrade_to_2.9.0.sql 4 Feb 2008 15:58:07 -0000 1.2 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.9.0" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.9.0" # # $Id$ *************** *** 169,173 **** ALTER TABLE mx_table_portal ADD board_email varchar(255) NOT NULL default 'you...@yo...'; ! ALTER TABLE mx_table_portal ADD board_email_sig varchar(255) NOT NULL default 'Thanks, the mxBB Team'; ALTER TABLE mx_table_portal ADD smtp_delivery smallint(2) unsigned NOT NULL default '0'; ALTER TABLE mx_table_portal ADD smtp_host varchar(255) NOT NULL default ''; --- 169,173 ---- ALTER TABLE mx_table_portal ADD board_email varchar(255) NOT NULL default 'you...@yo...'; ! ALTER TABLE mx_table_portal ADD board_email_sig varchar(255) NOT NULL default 'Thanks, the MX-Publisher Team'; ALTER TABLE mx_table_portal ADD smtp_delivery smallint(2) unsigned NOT NULL default '0'; ALTER TABLE mx_table_portal ADD smtp_host varchar(255) NOT NULL default ''; Index: mysql_schema_upgrade_to_2.8_b3.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_b3.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mysql_schema_upgrade_to_2.8_b3.sql 28 Apr 2007 19:43:42 -0000 1.6 --- mysql_schema_upgrade_to_2.8_b3.sql 4 Feb 2008 15:58:07 -0000 1.7 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8.0 - b3" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8.0 - b3" # # $Id$ *************** *** 20,24 **** module_include_admin = '0', module_version = 'mxBB Core Module', ! module_copy = 'Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\"> The mxBB Development Team</a>' WHERE module_id = '{module.module_id}'; --- 20,24 ---- module_include_admin = '0', module_version = 'mxBB Core Module', ! module_copy = 'Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\"> The MX-Publisher Development Team</a>' WHERE module_id = '{module.module_id}'; Index: mysql_schema_upgrade_to_2.8.1.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8.1.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mysql_schema_upgrade_to_2.8.1.sql 15 Jan 2008 11:54:39 -0000 1.5 --- mysql_schema_upgrade_to_2.8.1.sql 4 Feb 2008 15:58:07 -0000 1.6 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8.0" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8.0" # # $Id$ *************** *** 32,34 **** ALTER TABLE mx_table_portal ADD portal_backend varchar(255) default 'phpBB2' AFTER mod_rewrite; ALTER TABLE mx_table_portal ADD portal_status smallint(2) NOT NULL default '1' AFTER portal_backend; ! ALTER TABLE mx_table_portal ADD disabled_message varchar(255) default 'We are currenty upgrading this site with latest mxBB software.' AFTER portal_status; --- 32,34 ---- ALTER TABLE mx_table_portal ADD portal_backend varchar(255) default 'phpBB2' AFTER mod_rewrite; ALTER TABLE mx_table_portal ADD portal_status smallint(2) NOT NULL default '1' AFTER portal_backend; ! ALTER TABLE mx_table_portal ADD disabled_message varchar(255) default 'We are currently upgrading this site with latest MX-Publisher software.' AFTER portal_status; Index: mysql_schema_install_2.8.0.b1.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install_2.8.0.b1.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_schema_install_2.8.0.b1.sql 5 Apr 2006 20:18:06 -0000 1.1 --- mysql_schema_install_2.8.0.b1.sql 4 Feb 2008 15:58:07 -0000 1.2 *************** *** 121,127 **** INSERT INTO mx_table_block_system_parameter VALUES("16", "65", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:5093963b57]mxBB Portal [/b:5093963b57]is a fully modular portal and CMS, for phpBB, featuring dynamic pages, blocks, themes and more by means of a powerful yet flexible adminCP and front end block editing possibilites on the fly. While it uses integrated features it works without touching phpBB. mxBB Portal requires phpBB to run, and currently supports the MySQL and PostgreSQL databases. mxBB Portal is the classical phpBB portal addon, improved and enhanced for every phpBB version since 2001.\r\n\r\n[i:5093963b57]Welcome, and thanks for using the mxBB Portal![/i:5093963b57] \r\n\r\n :lol:", "5093963b57", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:a561d23b0e]demonstrate [/i:a561d23b0e]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links to different demo blocks.", "a561d23b0e", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-system.com for latest available modules!", "ecfe9a4569", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:3883289f58]standard[/i:3883289f58] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:3883289f58]this[/i:3883289f58] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "3883289f58", "0"); --- 121,127 ---- INSERT INTO mx_table_block_system_parameter VALUES("16", "65", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "91", "3 months", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:5093963b57]MX-Publisher [/b:5093963b57]is a fully modular portal and CMS, for phpBB, featuring dynamic pages, blocks, themes and more by means of a powerful yet flexible adminCP and front end block editing possibilites on the fly. While it uses integrated features it works without touching phpBB. MX-Publisher requires phpBB to run, and currently supports the MySQL and PostgreSQL databases. MX-Publisher is the classical phpBB portal addon, improved and enhanced for every phpBB version since 2001.\r\n\r\n[i:5093963b57]Welcome, and thanks for using the MX-Publisher![/i:5093963b57] \r\n\r\n :lol:", "5093963b57", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:a561d23b0e]demonstrate [/i:a561d23b0e]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links to different demo blocks.", "a561d23b0e", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-publisher.com for latest available modules!", "ecfe9a4569", "0"); INSERT INTO mx_table_block_system_parameter VALUES("3", "92", "5", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:3883289f58]standard[/i:3883289f58] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:3883289f58]this[/i:3883289f58] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "3883289f58", "0"); *************** *** 348,352 **** INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "71fe54c6a2", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "SiteStats", "Some Sitestats", "", "0", "30", "62b47107b4", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "mxBB-Portal Home", "", "http://www.mx-system.com", "0", "10", "c40e66a4ae", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "348dc29f4a", "icon_dev.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); --- 348,352 ---- INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "71fe54c6a2", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "SiteStats", "Some Sitestats", "", "0", "30", "62b47107b4", "icon_stats.gif", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "MX-Publisher Home", "", "http://www.mx-publisher.com", "0", "10", "c40e66a4ae", "icon_info.gif", "0", "0", "0", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "348dc29f4a", "icon_dev.gif", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "0", "0", "1", "0", "0"); *************** *** 495,499 **** INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"Vertical\";i:1;s:10:\"Horizontal\";}", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-system.com", "", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0"); --- 495,499 ---- INSERT INTO mx_table_parameter VALUES("63", "51", "menu_display_mode", "Radio_single_select", "Vertical", "a:2:{i:0;s:8:\"Vertical\";i:1;s:10:\"Horizontal\";}", "20"); INSERT INTO mx_table_parameter VALUES("64", "51", "menu_page_sync", "Boolean", "0", "", "30"); ! INSERT INTO mx_table_parameter VALUES("71", "5", "x_3", "Text", "http://www.mx-publisher.com", "", "0"); INSERT INTO mx_table_parameter VALUES("81", "21", "Blog", "BBText", "Add your text here...", "", "0"); INSERT INTO mx_table_parameter VALUES("92", "10", "numOfEvents", "Number", "5", "", "0"); Index: mysql_schema_upgrade_to_2.8_a2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_a2.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mysql_schema_upgrade_to_2.8_a2.sql 28 Jan 2007 19:53:33 -0000 1.4 --- mysql_schema_upgrade_to_2.8_a2.sql 4 Feb 2008 15:58:07 -0000 1.5 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - a2" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8 - a2" # # $Id$ Index: postgres_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/postgres_schema_install.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** postgres_schema_install.sql 12 Aug 2007 20:54:45 -0000 1.4 --- postgres_schema_install.sql 4 Feb 2008 15:58:07 -0000 1.5 *************** *** 1,4 **** -- ! -- mxBB-Portal - PostgreSQL Schema - version 2.8.0 -- -- $Id$ --- 1,4 ---- -- ! -- MX-Publisher - PostgreSQL Schema - version 2.8.0 -- -- $Id$ *************** *** 147,155 **** INSERT INTO "mx_table_block_system_parameter" VALUES (27,73,'','',0); ! INSERT INTO "mx_table_block_system_parameter" VALUES (28,15,'[b:31f05e4fa3]mxBB-Portal[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. mxBB-Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using the mxBB-Portal![/i:31f05e4fa3] \r\n\r\n :lol:','31f05e4fa3',0); INSERT INTO "mx_table_block_system_parameter" VALUES (29,15,'On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.','621ded23c6',0); ! INSERT INTO "mx_table_block_system_parameter" VALUES (30,15,'You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mxbb.net for latest available modules!','eacbc1f61a',0); --- 147,155 ---- INSERT INTO "mx_table_block_system_parameter" VALUES (27,73,'','',0); ! INSERT INTO "mx_table_block_system_parameter" VALUES (28,15,'[b:31f05e4fa3]MX-Publisher[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. MX-Publisher requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. MX-Publisher is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using the mxBB-Portal![/i:31f05e4fa3] \r\n\r\n :lol:','31f05e4fa3',0); INSERT INTO "mx_table_block_system_parameter" VALUES (29,15,'On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.','621ded23c6',0); ! INSERT INTO "mx_table_block_system_parameter" VALUES (30,15,'You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-publisher.com for latest available modules!','eacbc1f61a',0); *************** *** 365,369 **** INSERT INTO "mx_table_menu_nav" VALUES (5,1,'phpBB Home','','http://www.phpbb.com',0,20,'a9ff189bf5','icon_info.gif',0,0,0,0,1); INSERT INTO "mx_table_menu_nav" VALUES (3,3,'Statistics','Site Statistics','',0,30,'98b16ec029','icon_stats.gif',0,0,4,0,0); ! INSERT INTO "mx_table_menu_nav" VALUES (4,1,'mxBB Portal Home','','http://www.mxbb.net',0,10,'1f171544ea','icon_info.gif',0,0,0,0,1); INSERT INTO "mx_table_menu_nav" VALUES (6,1,'Demo Pages','On this page are several demo blocks located','',0,30,'fb028ba583','icon_dot.gif',0,0,3,0,0); INSERT INTO "mx_table_menu_nav" VALUES (1,3,'Home','Back to home','',0,10,'bb51181967','icon_home.gif',0,0,1,0,0); --- 365,369 ---- INSERT INTO "mx_table_menu_nav" VALUES (5,1,'phpBB Home','','http://www.phpbb.com',0,20,'a9ff189bf5','icon_info.gif',0,0,0,0,1); INSERT INTO "mx_table_menu_nav" VALUES (3,3,'Statistics','Site Statistics','',0,30,'98b16ec029','icon_stats.gif',0,0,4,0,0); ! INSERT INTO "mx_table_menu_nav" VALUES (4,1,'MX-Publisher Home','','http://www.mx-publisher.com',0,10,'1f171544ea','icon_info.gif',0,0,0,0,1); INSERT INTO "mx_table_menu_nav" VALUES (6,1,'Demo Pages','On this page are several demo blocks located','',0,30,'fb028ba583','icon_dot.gif',0,0,3,0,0); INSERT INTO "mx_table_menu_nav" VALUES (1,3,'Home','Back to home','',0,10,'bb51181967','icon_home.gif',0,0,1,0,0); *************** *** 391,398 **** -- Dumping data for table 'mx_table_module' -- ! INSERT INTO "mx_table_module" VALUES (10,'Core Blocks','modules/mx_coreblocks/','mxBB Portal Core Blocks','','mxBB Core Module','Original mxBB <i>Core Blocks</i> module by <a href="http://www.mxbb.net" target="_blank">The mxBB Development Team</a>'); ! INSERT INTO "mx_table_module" VALUES (20,'Textblocks','modules/mx_textblocks/','mxBB Portal Textblocks','','mxBB Core Module','Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'); ! INSERT INTO "mx_table_module" VALUES (30,'phpBB2 Blocks','modules/mx_phpbb2blocks/','mxBB Portal phpBB2 blocks','','mxBB Core Module','Original mxBB <i>phpBB2 Blocks</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'); ! INSERT INTO "mx_table_module" VALUES (50,'Navigation Menu','modules/mx_navmenu/','mxBB Portal Site Navigation','','mxBB Core Module','Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'); --- 391,398 ---- -- Dumping data for table 'mx_table_module' -- ! INSERT INTO "mx_table_module" VALUES (10,'Core Blocks','modules/mx_coreblocks/','MX-Publisher Core Blocks','','mxBB Core Module','Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'); ! INSERT INTO "mx_table_module" VALUES (20,'Textblocks','modules/mx_textblocks/','MX-Publisher Textblocks','','mxBB Core Module','Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'); ! INSERT INTO "mx_table_module" VALUES (30,'phpBB2 Blocks','modules/mx_phpbb2blocks/','MX-Publisher phpBB2 blocks','','mxBB Core Module','Original mxBB <i>phpBB2 Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'); ! INSERT INTO "mx_table_module" VALUES (50,'Navigation Menu','modules/mx_navmenu/','MX-Publisher Site Navigation','','mxBB Core Module','Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'); *************** *** 583,587 **** -- ! -- INSERT INTO "mx_table_portal" VALUES (1,'mxBB-Portal','http://yoursite.com/forum/','http://yoursite.com/','2.8.0',-1,-1,1,'overall_header.tpl','overall_footer.tpl','mx_main_layout.tpl',0,0,1,'1182515561',0,'phpBB2','1','We are currenty upgrading this site with latest mxBB software.'); -- --- 583,587 ---- -- ! -- INSERT INTO "mx_table_portal" VALUES (1,'MX-Publisher','http://yoursite.com/forum/','http://yoursite.com/','2.8.0',-1,-1,1,'overall_header.tpl','overall_footer.tpl','mx_main_layout.tpl',0,0,1,'1182515561',0,'phpBB2','1','We are currently upgrading this site with latest mxBB software.'); -- Index: mysql_schema_upgrade_to_2.8_b2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_b2.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mysql_schema_upgrade_to_2.8_b2.sql 28 Apr 2007 19:43:42 -0000 1.5 --- mysql_schema_upgrade_to_2.8_b2.sql 4 Feb 2008 15:58:07 -0000 1.6 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - b2" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8 - b2" # # $Id$ Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** mysql_schema_install.sql 30 Jan 2008 09:10:56 -0000 1.49 --- mysql_schema_install.sql 4 Feb 2008 15:58:07 -0000 1.50 *************** *** 1,5 **** # MySQL-Front Dump 2.4 # ! # Host: localhost Database: mxBB #-------------------------------------------------------- # Server version 3.23.51-nt --- 1,5 ---- # MySQL-Front Dump 2.4 # ! # Host: localhost Database: MX-Publisher #-------------------------------------------------------- # Server version 3.23.51-nt *************** *** 147,155 **** INSERT INTO mx_table_block_system_parameter VALUES("27", "73", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:31f05e4fa3]mxBB-Portal[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. mxBB-Portal requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using the mxBB-Portal![/i:31f05e4fa3] \r\n\r\n :lol:", "31f05e4fa3", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.", "621ded23c6", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mxbb.net for latest available modules!", "eacbc1f61a", "0"); # --- 147,155 ---- INSERT INTO mx_table_block_system_parameter VALUES("27", "73", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("28", "15", "[b:31f05e4fa3]MX-Publisher[/b:31f05e4fa3] is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, themes, and more by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated features and functions. MX-Publisher requires phpBB to run, and currently supports the mySQL and postgreSQL databases, with planned support for MS-SQL and other DBMSs. MX-Publisher is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001.\r\n\r\n[i:31f05e4fa3]Welcome, and thanks for using the mxBB-Portal![/i:31f05e4fa3] \r\n\r\n :lol:", "31f05e4fa3", "0"); INSERT INTO mx_table_block_system_parameter VALUES("29", "15", "On this page we [i:621ded23c6]demonstrate [/i:621ded23c6]a few basic portal blocks (not already present on this or other pages) - to get you started. Please, try out the top links.", "621ded23c6", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("30", "15", "You may enrich your portal with addon modules - for specific functionality:\r\n\r\n- Download manager\r\n- Picture Album\r\n- Calendar Tools\r\n- Knowledge Base\r\n- Links Gallery\r\n- Games\r\n\r\nand many more. Be sure to visit www.mx-publisher.com for latest available modules!", "eacbc1f61a", "0"); # *************** *** 372,376 **** INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "a9ff189bf5", "icon_info.gif", "", "", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "Statistics", "Site Statistics", "", "0", "30", "98b16ec029", "icon_stats.gif", "", "", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "mxBB Portal Home", "", "http://www.mxbb.net", "0", "10", "1f171544ea", "icon_info.gif", "", "", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "fb028ba583", "icon_dot.gif", "", "", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "", "", "0", "0", "1", "0", "0"); --- 372,376 ---- INSERT INTO mx_table_menu_nav VALUES("5", "1", "phpBB Home", "", "http://www.phpbb.com", "0", "20", "a9ff189bf5", "icon_info.gif", "", "", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("3", "3", "Statistics", "Site Statistics", "", "0", "30", "98b16ec029", "icon_stats.gif", "", "", "0", "0", "4", "0", "0"); ! INSERT INTO mx_table_menu_nav VALUES("4", "1", "MX-Publisher Home", "", "http://www.mx-publisher.com", "0", "10", "1f171544ea", "icon_info.gif", "", "", "0", "0", "0", "0", "1"); INSERT INTO mx_table_menu_nav VALUES("6", "1", "Demo Pages", "On this page are several demo blocks located", "", "0", "30", "fb028ba583", "icon_dot.gif", "", "", "0", "0", "3", "0", "0"); INSERT INTO mx_table_menu_nav VALUES("1", "3", "Home", "Back to home", "", "0", "10", "bb51181967", "icon_home.gif", "", "", "0", "0", "1", "0", "0"); *************** *** 399,413 **** # Dumping data for table 'mx_table_module' # ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (10, 'Core Blocks', 'modules/mx_coreblocks/', 'mxBB Portal Core Blocks', '', 'mxBB Core Module', 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mxbb.net" target="_blank">The mxBB Development Team</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (20, 'Textblocks', 'modules/mx_textblocks/', 'mxBB Portal Textblocks', '', 'mxBB Core Module', 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (30, 'phpBB2 Blocks', 'modules/mx_phpbb2blocks/', 'mxBB Portal phpBB2 blocks', '', 'mxBB Core Module', 'Original mxBB <i>phpBB2 Blocks</i> module by <a href="http://www.mxbb.net" target="_blank"> The mxBB Development Team</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (40, 'Users and Groups', 'modules/mx_users/', 'Users and Group adminCP', '1', 'mxBB Core Module', 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (50, 'Navigation Menu', 'modules/mx_navmenu/', 'mxBB Portal Site Navigation', '', 'mxBB Core Module', 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mxbb.net" target="_blank">Jon</a>'); ! INSERT INTO mx_table_module VALUES("10", "Core Blocks", "modules/mx_coreblocks/", "mxBB Portal Core Blocks", "", "mxBB Core Module", "Original mxBB <i>Core Blocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("20", "Textblocks", "modules/mx_textblocks/", "mxBB Portal Textblocks", "", "mxBB Core Module", "Original mxBB <i>Textblocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("30", "phpBB2 Blocks", "modules/mx_phpbb2blocks/", "mxBB Portal phpBB2 blocks", "", "mxBB Core Module", "Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\"> The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("40", "Users and Groups", "modules/mx_users/", "Users and Group adminCP", "1", "mxBB Core Module", "Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href=\"http://www.mxbb.net\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("50", "Navigation Menu", "modules/mx_navmenu/", "mxBB Portal Site Navigation", "", "mxBB Core Module", "Original mxBB <i>Navigation Menu</i> module by <a href=\"http://www.mxbb.net\" target=\"_blank\">Jon</a>"); # --- 399,413 ---- # Dumping data for table 'mx_table_module' # ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (10, 'Core Blocks', 'modules/mx_coreblocks/', 'MX-Publisher Core Blocks', '', 'mxBB Core Module', 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (20, 'Textblocks', 'modules/mx_textblocks/', 'MX-Publisher Textblocks', '', 'mxBB Core Module', 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (30, 'phpBB2 Blocks', 'modules/mx_phpbb2blocks/', 'MX-Publisher phpBB2 blocks', '', 'mxBB Core Module', 'Original mxBB <i>phpBB2 Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (40, 'Users and Groups', 'modules/mx_users/', 'Users and Group adminCP', '1', 'mxBB Core Module', 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'); ! #INSERT INTO `mx_table_module` (`module_id`, `module_name`, `module_path`, `module_desc`, `module_include_admin`, `module_version`, `module_copy`) VALUES (50, 'Navigation Menu', 'modules/mx_navmenu/', 'MX-Publisher Site Navigation', '', 'mxBB Core Module', 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'); ! INSERT INTO mx_table_module VALUES("10", "Core Blocks", "modules/mx_coreblocks/", "MX-Publisher Core Blocks", "", "mxBB Core Module", "Original mxBB <i>Core Blocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("20", "Textblocks", "modules/mx_textblocks/", "MX-Publisher Textblocks", "", "mxBB Core Module", "Original mxBB <i>Textblocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("30", "phpBB2 Blocks", "modules/mx_phpbb2blocks/", "MX-Publisher phpBB2 blocks", "", "mxBB Core Module", "Original mxBB <i>phpBB2 Blocks</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\"> The mxBB Development Team</a>"); ! INSERT INTO mx_table_module VALUES("40", "Users and Groups", "modules/mx_users/", "Users and Group adminCP", "1", "mxBB Core Module", "Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">Jon</a>"); ! INSERT INTO mx_table_module VALUES("50", "Navigation Menu", "modules/mx_navmenu/", "MX-Publisher Site Navigation", "", "mxBB Core Module", "Original mxBB <i>Navigation Menu</i> module by <a href=\"http://www.mx-publisher.com\" target=\"_blank\">Jon</a>"); # *************** *** 576,580 **** `portal_desc` varchar(255) NOT NULL default 'A _little_ text to describe your site', `portal_status` smallint(2) unsigned NOT NULL default '1', ! `disabled_message` varchar(255) NOT NULL default 'We are currenty upgrading this site with latest mxBB software.', `server_name` varchar(255) NOT NULL default 'www.myserver.tld', `script_path` varchar(255) NOT NULL default '/', --- 576,580 ---- `portal_desc` varchar(255) NOT NULL default 'A _little_ text to describe your site', `portal_status` smallint(2) unsigned NOT NULL default '1', ! `disabled_message` varchar(255) NOT NULL default 'We are currently upgrading this site with latest mxBB software.', `server_name` varchar(255) NOT NULL default 'www.myserver.tld', `script_path` varchar(255) NOT NULL default '/', Index: mysql_schema_upgrade_to_2.8_a1.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_upgrade_to_2.8_a1.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mysql_schema_upgrade_to_2.8_a1.sql 28 Jan 2007 19:53:33 -0000 1.2 --- mysql_schema_upgrade_to_2.8_a1.sql 4 Feb 2008 15:58:07 -0000 1.3 *************** *** 1,4 **** # ! # mxBB-Portal - MySQL Schema - Upgrade "2.8 - a1" # # $Id$ --- 1,4 ---- # ! # MX-Publisher - MySQL Schema - Upgrade "2.8 - a1" # # $Id$ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:19
|
Update of /cvsroot/mxbb/core/install/templates In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/templates Modified Files: mx_install_header.tpl 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_install_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/install/templates/mx_install_header.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_install_header.tpl 9 Sep 2007 16:49:08 -0000 1.8 --- mx_install_header.tpl 4 Feb 2008 15:58:09 -0000 1.9 *************** *** 258,262 **** <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-system.com" target="_blank"><img src="../templates/subSilver/images/logo.gif" border="0" alt="mxBB-Portal" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> --- 258,262 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-publisher.com" target="_blank"><img src="../templates/subSilver/images/logo.gif" border="0" alt="MX-Publisher" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:19
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install Modified Files: mx_install.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_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** mx_install.php 18 Jan 2008 10:28:37 -0000 1.82 --- mx_install.php 4 Feb 2008 15:58:09 -0000 1.83 *************** *** 2,10 **** /** * ! * @package mxBB Installation * @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 Installation * @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 * */ *************** *** 19,23 **** // // FYI: This installation script will try to find your phpBB board and then ! // to get from there all the information required to install mxBB-Portal. // However, the methods we use might not work on some configurations. // If you get into trouble when running this installation script, then --- 19,23 ---- // // FYI: This installation script will try to find your phpBB board and then ! // to get from there all the information required to install MX-Publisher. // However, the methods we use might not work on some configurations. // If you get into trouble when running this installation script, then *************** *** 30,38 **** // ! // Set mxBB-Portal version here ! // ! $mx_portal_name = 'mxBB Modular System'; $mx_portal_version = '2.9.2'; ! $mx_portal_copy = '<b>mxBB Modular System!</b> <br /><br/> mxBB is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. mxBB Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; // --- 30,38 ---- // ! // Set MX-Publisher version here ! // ! $mx_portal_name = 'MX-Publisher Modular System'; $mx_portal_version = '2.9.2'; ! $mx_portal_copy = '<b>MX-Publisher Modular System!</b> <br /><br/> MX-Publisher is a fully modular system, portal and CMS, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001 (originally named mxBB). <br /><br />Authors: The MX-Publisher Development Team. <br />Please visit <a href="http://www.mx-publisher.com/">www.mx-publisher.com</a> for further information.'; // *************** *** 41,54 **** // define('INSTALLER_VERSION', '2.2.0'); ! define('INSTALLER_NAME', 'mxBB-IWizard'); // // These URLs are used in the footer installation panels. // ! define('U_RELEASE_NOTES', 'http://www.mx-system.com/forum/viewtopic.php?t=1224'); ! define('U_WELCOME_PACK', 'http://www.mx-system.com/index.php?page=136'); ! define('U_ONLINE_FAQ', 'http://www.mx-system.com/index.php?page=117'); ! define('U_ONLINE_SUPPORT', 'http://www.mx-system.com/index.php?page=2'); ! define('U_TERMS_OF_USE', 'http://www.mx-system.com/index.php?page=126&dynamic_block=133'); // --- 41,54 ---- // define('INSTALLER_VERSION', '2.2.0'); ! define('INSTALLER_NAME', 'MX-Publisher-IWizard'); // // These URLs are used in the footer installation panels. // ! define('U_RELEASE_NOTES', 'http://www.mx-publisher.com/forum/viewtopic.php?t=1224'); ! define('U_WELCOME_PACK', 'http://www.mx-publisher.com/index.php?page=136'); ! define('U_ONLINE_FAQ', 'http://www.mx-publisher.com/index.php?page=117'); ! define('U_ONLINE_SUPPORT', 'http://www.mx-publisher.com/index.php?page=2'); ! define('U_TERMS_OF_USE', 'http://www.mx-publisher.com/index.php?page=126&dynamic_block=133'); // *************** *** 687,691 **** // ! // Ok, let's load the mxBB-Portal config.php // if( @file_exists($mx_root_path . "config.$phpEx") ) --- 687,691 ---- // ! // Ok, let's load the MX-Publisher config.php // if( @file_exists($mx_root_path . "config.$phpEx") ) *************** *** 967,971 **** // ! // Get the absolute path to this mxBB-Portal installation. // $mx_absolute_path = str_replace('\\', '/', substr(__FILE__, 0, -strlen('install/'.basename(__FILE__)))); --- 967,971 ---- // ! // Get the absolute path to this MX-Publisher installation. // $mx_absolute_path = str_replace('\\', '/', substr(__FILE__, 0, -strlen('install/'.basename(__FILE__)))); *************** *** 1042,1046 **** // ! // Get the mxBB Portal URL. // $portal_url = $server_url . $mx_self_path; --- 1042,1046 ---- // ! // Get the MX-Publisher URL. // $portal_url = $server_url . $mx_self_path; *************** *** 1106,1115 **** // ! // Get the relative path from mxBB to this phpBB installation // $phpbb_relative = get_relative_path($mx_base_path, $phpbb_base_path); // ! // Get the relative path from the mxBB Install script to this phpBB installation // $phpbb_root_path = $mx_root_path . $phpbb_relative; --- 1106,1115 ---- // ! // Get the relative path from MX-Publisher to this phpBB installation // $phpbb_relative = get_relative_path($mx_base_path, $phpbb_base_path); // ! // Get the relative path from the MX-Publisher Install script to this phpBB installation // $phpbb_root_path = $mx_root_path . $phpbb_relative; |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:58:19
|
Update of /cvsroot/mxbb/core/install/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17214/install/includes Modified Files: template.php functions_install.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: template.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/template.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** template.php 5 May 2007 20:40:26 -0000 1.3 --- template.php 4 Feb 2008 15:58:08 -0000 1.4 *************** *** 2,10 **** /** * ! * @package mxBB Installation * @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 Installation * @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: functions_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_install.php 18 Jan 2008 10:28:37 -0000 1.4 --- functions_install.php 4 Feb 2008 15:58:08 -0000 1.5 *************** *** 2,11 **** /** * ! * @package mxBB Installation * @version $Id$ * @copyright (c) 2006 phpBB Group ! * @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,11 ---- /** * ! * @package MX-Publisher Installation * @version $Id$ * @copyright (c) 2006 phpBB Group ! * @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 * */ |
|
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 * */ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/sessions/phpbb2 Modified Files: auth.php 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/includes/sessions/phpbb2/login.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** login.php 12 Dec 2007 09:51:40 -0000 1.2 --- login.php 4 Feb 2008 15:56:44 -0000 1.3 *************** *** 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: auth.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb2/auth.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** auth.php 9 Sep 2007 16:51:31 -0000 1.1 --- auth.php 4 Feb 2008 15:56:44 -0000 1.2 *************** *** 4,10 **** * @package Auth * @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 Auth * @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 * */ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:48
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/shared/phpbb3/includes Modified Files: functions.php functions_hook.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: functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions.php 4 Feb 2008 10:57:25 -0000 1.6 --- functions.php 4 Feb 2008 15:56:44 -0000 1.7 *************** *** 11,15 **** // // Common global functions ! // Fixes for mxBB: // $config -> $board_config // $cache -> $mx_cache --- 11,15 ---- // // Common global functions ! // Fixes for MX-Publisher: // $config -> $board_config // $cache -> $mx_cache Index: functions_hook.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions_hook.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_hook.php 3 Feb 2008 10:21:25 -0000 1.5 --- functions_hook.php 4 Feb 2008 15:56:44 -0000 1.6 *************** *** 4,10 **** * @package Functions_phpBB3 * @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_phpBB3 * @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 */ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/sessions/phpbb3 Modified Files: auth.php login.php session.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/includes/sessions/phpbb3/login.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** login.php 15 Dec 2007 08:38:08 -0000 1.3 --- login.php 4 Feb 2008 15:56:44 -0000 1.4 *************** *** 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: auth.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/auth.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** auth.php 21 Jan 2008 14:43:49 -0000 1.2 --- auth.php 4 Feb 2008 15:56:44 -0000 1.3 *************** *** 4,10 **** * @package Auth * @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 Auth * @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: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** session.php 3 Feb 2008 10:03:40 -0000 1.8 --- session.php 4 Feb 2008 15:56:44 -0000 1.9 *************** *** 1671,1675 **** // Put them into $lang if nothing is prefixed, put them into $help if help: is prefixed // For example: help:faq, posting ! die("You should not use db with mxBB!"); } } --- 1671,1675 ---- // Put them into $lang if nothing is prefixed, put them into $help if help: is prefixed // For example: help:faq, posting ! die("You should not use db with MX-Publisher!"); } } |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:48
|
Update of /cvsroot/mxbb/core/includes/db In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/db Modified Files: mysqli.php oracle.php sqlite.php firebird.php dbal.php mysql.php mysql4.php mssql_odbc.php mssql.php postgres.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: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysqli.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mysqli.php 15 Jan 2008 18:51:47 -0000 1.10 --- mysqli.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: sqlite.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/sqlite.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** sqlite.php 15 Jan 2008 18:51:47 -0000 1.10 --- sqlite.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: postgres.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/postgres.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** postgres.php 15 Jan 2008 18:51:47 -0000 1.10 --- postgres.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: mysql4.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysql4.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mysql4.php 15 Jan 2008 18:51:47 -0000 1.10 --- mysql4.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: firebird.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/firebird.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** firebird.php 15 Jan 2008 18:51:46 -0000 1.10 --- firebird.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: mssql.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mssql.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mssql.php 15 Jan 2008 18:51:47 -0000 1.10 --- mssql.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: mysql.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysql.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mysql.php 15 Jan 2008 18:51:47 -0000 1.10 --- mysql.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: dbal.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/dbal.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dbal.php 15 Jan 2008 18:51:46 -0000 1.7 --- dbal.php 4 Feb 2008 15:56:43 -0000 1.8 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: oracle.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/oracle.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** oracle.php 15 Jan 2008 18:51:47 -0000 1.10 --- oracle.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ Index: mssql_odbc.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mssql_odbc.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mssql_odbc.php 15 Jan 2008 18:51:47 -0000 1.10 --- mssql_odbc.php 4 Feb 2008 15:56:43 -0000 1.11 *************** *** 5,11 **** * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mxbb.net * */ --- 5,11 ---- * @version $Id$ * @copyright (c) 2005 phpBB Group ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @link http://www.mx-publisher.com * */ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:47
|
Update of /cvsroot/mxbb/core/includes/sessions/internal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/sessions/internal Modified Files: 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/includes/sessions/internal/login.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** login.php 12 Dec 2007 09:51:40 -0000 1.2 --- login.php 4 Feb 2008 15:56:43 -0000 1.3 *************** *** 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 * */ |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:45:30
|
Update of /cvsroot/mxbb/core/contrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12205/contrib Modified Files: readme.txt 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: readme.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 5 Sep 2006 18:08:27 -0000 1.5 --- readme.txt 4 Feb 2008 15:45:21 -0000 1.6 *************** *** 2,9 **** replace_phpbb_admin, ! is meant to offer a way for users to access the mxBB AdminCP from phpBB side of things, replacing the phpBB AdminCP link in the footer. sync_overall_header, ! is a simple way of synchronizing the headers in both your portal and forum. And updated document related to installing themes for mxBB is located here: http://www.mx-system.com/forum/viewtopic.php?t=4741 . custom_overall_header, --- 2,9 ---- replace_phpbb_admin, ! is meant to offer a way for users to access the MX-Publisher AdminCP from phpBB side of things, replacing the phpBB AdminCP link in the footer. sync_overall_header, ! is a simple way of synchronizing the headers in both your portal and forum. And updated document related to installing themes for MX-Publisher is located here: http://www.mx-publisher.com/forum/viewtopic.php?t=4741 . custom_overall_header, |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:45:30
|
Update of /cvsroot/mxbb/core/contrib/custom_overall_header In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12205/contrib/custom_overall_header Modified Files: overall_header2.tpl 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: overall_header2.tpl =================================================================== RCS file: /cvsroot/mxbb/core/contrib/custom_overall_header/overall_header2.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overall_header2.tpl 5 Sep 2006 17:03:46 -0000 1.1 --- overall_header2.tpl 4 Feb 2008 15:45:21 -0000 1.2 *************** *** 12,16 **** <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> --- 12,16 ---- <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > ! <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:45:29
|
Update of /cvsroot/mxbb/core/contrib/sync_overall_header In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12205/contrib/sync_overall_header Modified Files: how to.txt overall_header.tpl 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: how to.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/how to.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** how to.txt 9 Sep 2007 16:48:41 -0000 1.6 --- how to.txt 4 Feb 2008 15:45:21 -0000 1.7 *************** *** 3,7 **** HOW TO: ! Synchronize the phpBB and mxBB overall_header.tpl files (i.e. the header look and feel) ------------------------------------------------------------------------------- --- 3,7 ---- HOW TO: ! Synchronize the phpBB and MX-Publisher overall_header.tpl files (i.e. the header look and feel) ------------------------------------------------------------------------------- *************** *** 9,13 **** 1) Upload this overall_header.tpl, overwriting the existing overall_header.tpl file in /phpbbroot/templates/templatename/ ! 2) In /phpbbroot/includes/page_header.php, you will have to add some mxBB definitions. For more information on adding your custom portal links, take a look here: http://www.mx-system.com/index.php?page=108&mode=article&k=35 . # --- 9,13 ---- 1) Upload this overall_header.tpl, overwriting the existing overall_header.tpl file in /phpbbroot/templates/templatename/ ! 2) In /phpbbroot/includes/page_header.php, you will have to add some MX-Publisher definitions. For more information on adding your custom portal links, take a look here: http://www.mx-publisher.com/index.php?page=108&mode=article&k=35 . # *************** *** 37,41 **** # // ! // mxBB Definitions for the synchronized header // 'MX_ROOT_PATH' => $path_to_mx, --- 37,41 ---- # // ! // MX-Publisher Definitions for the synchronized header // 'MX_ROOT_PATH' => $path_to_mx, *************** *** 76,80 **** #-----[ BEFORE, ADD ]---------------------- # ! // mxBB Definitions for the synchronized header $lang['Portal_home'] = 'Portal Home'; --- 76,80 ---- #-----[ BEFORE, ADD ]---------------------- # ! // MX-Publisher Definitions for the synchronized header $lang['Portal_home'] = 'Portal Home'; Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/contrib/sync_overall_header/overall_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.tpl 17 Dec 2005 20:28:17 -0000 1.4 --- overall_header.tpl 4 Feb 2008 15:45:21 -0000 1.5 *************** *** 30,34 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> ! <td align="left" valign="top" width="25%"><a href="{U_INDEX_PORTAL}"><img src="{MX_ROOT_PATH}/{TEMPLATE_ROOT_PATH}/images/banner_mx-system.gif" border="0" alt="{L_INDEX}" vspace="1"/></a><br /><span class="genmed"><b>{SITENAME}</b></span><br /><span style="font-size: 5pt;">{SITE_DESCRIPTION}<br /> </span></td> <td align="center" valign="middle" width="50%">{PAGE_ICON}<span style="font-family: Arial; letter-spacing: 0.6em; font-variant: small-caps; font-weight: bolder; font-size: 18pt; color: {T_FONTCOLOR1}"> {L_FORUM} </span><hr></td> <td align="right" width="25%" valign="top"></td> --- 30,34 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> ! <td align="left" valign="top" width="25%"><a href="{U_INDEX_PORTAL}"><img src="{MX_ROOT_PATH}/{TEMPLATE_ROOT_PATH}/images/banner_mx-publisher.gif" border="0" alt="{L_INDEX}" vspace="1"/></a><br /><span class="genmed"><b>{SITENAME}</b></span><br /><span style="font-size: 5pt;">{SITE_DESCRIPTION}<br /> </span></td> <td align="center" valign="middle" width="50%">{PAGE_ICON}<span style="font-family: Arial; letter-spacing: 0.6em; font-variant: small-caps; font-weight: bolder; font-size: 18pt; color: {T_FONTCOLOR1}"> {L_FORUM} </span><hr></td> <td align="right" width="25%" valign="top"></td> |
|
From: Yettyn <jo...@us...> - 2008-02-04 15:45:29
|
Update of /cvsroot/mxbb/core/contrib/replace_phpbb_admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12205/contrib/replace_phpbb_admin Modified Files: install.txt 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: install.txt =================================================================== RCS file: /cvsroot/mxbb/core/contrib/replace_phpbb_admin/install.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** install.txt 20 Dec 2005 04:22:52 -0000 1.4 --- install.txt 4 Feb 2008 15:45:21 -0000 1.5 *************** *** 1,3 **** ! If you want to direct all calls from the phpBB AdminCP to the mxBB AdminCP (the latter integrates the phpBB AdminCP within its own), do this: Go to your /phpbbroot/admin/ directory. --- 1,3 ---- ! If you want to direct all calls from the phpBB AdminCP to the MX-Publisher AdminCP (the latter integrates the phpBB AdminCP within its own), do this: Go to your /phpbbroot/admin/ directory. |
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11772/admin Modified Files: admin_mx_page_cp.php index.php admin_mx_meta.php pagestart.php admin_mx_chkobjs.php admin_mx_preview.php page_header_admin.php admin_mx_module_cp.php admin_mx_block_cp.php admin_mx_portal.php index_new.php page_footer_admin.php admin_mx_gen_cache.php admin_mx_module.php admin_mx_phpinfo.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: admin_mx_phpinfo.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_phpinfo.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** admin_mx_phpinfo.php 5 May 2007 20:12:55 -0000 1.12 --- admin_mx_phpinfo.php 4 Feb 2008 15:44:45 -0000 1.13 *************** *** 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: admin_mx_chkobjs.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_chkobjs.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** admin_mx_chkobjs.php 9 Sep 2007 16:48:15 -0000 1.23 --- admin_mx_chkobjs.php 4 Feb 2008 15:44:45 -0000 1.24 *************** *** 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 * */ *************** *** 32,37 **** // ====================================================== $main_title = "Check mxBB Objects"; ! $main_desc = "This utility allows you to check mxBB object relationships."; ! $main_info = "This report shows the relations between mxBB tables. " . "You'll see the object name next to its object identifier. " . "Whenever an object is missing (not found on the database), the row is marked with the symbol <font color=red>[?]</font>. " . --- 32,37 ---- // ====================================================== $main_title = "Check mxBB Objects"; ! $main_desc = "This utility allows you to check MX-Publisher object relationships."; ! $main_info = "This report shows the relations between MX-Publisher tables. " . "You'll see the object name next to its object identifier. " . "Whenever an object is missing (not found on the database), the row is marked with the symbol <font color=red>[?]</font>. " . Index: admin_mx_module_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_module_cp.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin_mx_module_cp.php 23 Dec 2007 00:11:48 -0000 1.19 --- admin_mx_module_cp.php 4 Feb 2008 15:44:45 -0000 1.20 *************** *** 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: admin_mx_page_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_page_cp.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** admin_mx_page_cp.php 21 Jan 2008 01:02:11 -0000 1.27 --- admin_mx_page_cp.php 4 Feb 2008 15:44:44 -0000 1.28 *************** *** 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/admin/index.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** index.php 30 Jan 2008 08:52:11 -0000 1.38 --- index.php 4 Feb 2008 15:44:44 -0000 1.39 *************** *** 2,15 **** /** * ! * @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 * */ /** ! * mxBB Notes: * This file is borrowed from phpBB, with some modifications */ --- 2,15 ---- /** * ! * @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 * */ /** ! * MX-Publisher Notes: * This file is borrowed from phpBB, with some modifications */ *************** *** 735,739 **** break; default: ! //+MOD: ViewOnline extension for mxBB Portal Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_reg[$i]['user_session_page']); if( $mx_viewonline_info !== false ) --- 735,739 ---- break; default: ! //+MOD: ViewOnline extension for MX-Publisher Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_reg[$i]['user_session_page']); if( $mx_viewonline_info !== false ) *************** *** 742,746 **** break; } ! //-MOD: ViewOnline extension for mxBB Portal Pages $location = $lang['Forum_index']; $location_url = "index.$phpEx?pane=right"; --- 742,746 ---- break; } ! //-MOD: ViewOnline extension for MX-Publisher Pages $location = $lang['Forum_index']; $location_url = "index.$phpEx?pane=right"; *************** *** 749,753 **** else { ! //+MOD: ViewOnline extension for mxBB Portal Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_reg[$i]['user_session_page']); if( $mx_viewonline_info !== false ) --- 749,753 ---- else { ! //+MOD: ViewOnline extension for MX-Publisher Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_reg[$i]['user_session_page']); if( $mx_viewonline_info !== false ) *************** *** 756,760 **** break; } ! //-MOD: ViewOnline extension for mxBB Portal Pages $location_url = mx_append_sid(PHPBB_URL . "admin_forums.$phpEx?mode=editforum&" . POST_FORUM_URL . "=" . $onlinerow_reg[$i]['user_session_page']); $location = $forum_data[$onlinerow_reg[$i]['user_session_page']]; --- 756,760 ---- break; } ! //-MOD: ViewOnline extension for MX-Publisher Pages $location_url = mx_append_sid(PHPBB_URL . "admin_forums.$phpEx?mode=editforum&" . POST_FORUM_URL . "=" . $onlinerow_reg[$i]['user_session_page']); $location = $forum_data[$onlinerow_reg[$i]['user_session_page']]; *************** *** 842,846 **** break; default: ! //+MOD: ViewOnline extension for mxBB Portal Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_guest[$i]['session_page']); if( $mx_viewonline_info !== false ) --- 842,846 ---- break; default: ! //+MOD: ViewOnline extension for MX-Publisher Pages $mx_viewonline_info = mx_get_viewonline_info($onlinerow_guest[$i]['session_page']); if( $mx_viewonline_info !== false ) *************** *** 849,853 **** break; } ! //-MOD: ViewOnline extension for mxBB Portal Pages $location = $lang['Forum_index']; $location_url = "index.$phpEx?pane=right"; --- 849,853 ---- break; } ! //-MOD: ViewOnline extension for MX-Publisher Pages $location = $lang['Forum_index']; $location_url = "index.$phpEx?pane=right"; *************** *** 1002,1009 **** $errstr = $mxbb_version_info = ''; ! if ($fsock = @fsockopen('www.mx-system.com', 80, $errno, $errstr)) { @fputs($fsock, "GET /updatecheck/28x.txt HTTP/1.1\r\n"); ! @fputs($fsock, "HOST: www.mx-system.com\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); --- 1002,1009 ---- $errstr = $mxbb_version_info = ''; ! if ($fsock = @fsockopen('www.mx-publisher.com', 80, $errno, $errstr)) { @fputs($fsock, "GET /updatecheck/28x.txt HTTP/1.1\r\n"); ! @fputs($fsock, "HOST: www.mx-publisher.com\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); *************** *** 1054,1058 **** $mxbb_version_info .= '<p>' . $lang['mxBB_Mailing_list_subscribe_reminder'] . '</p>'; ! /* End mxBB version check code block */ $template->assign_vars(array( --- 1054,1058 ---- $mxbb_version_info .= '<p>' . $lang['mxBB_Mailing_list_subscribe_reminder'] . '</p>'; ! /* End MX-Publisher version check code block */ $template->assign_vars(array( Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** page_header_admin.php 9 Sep 2007 16:48:16 -0000 1.20 --- page_header_admin.php 4 Feb 2008 15:44:45 -0000 1.21 *************** *** 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: admin_mx_module.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_module.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** admin_mx_module.php 9 Sep 2007 16:48:15 -0000 1.47 --- admin_mx_module.php 4 Feb 2008 15:44:45 -0000 1.48 *************** *** 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_new.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index_new.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_new.php 29 Jan 2008 19:37:26 -0000 1.1 --- index_new.php 4 Feb 2008 15:44:45 -0000 1.2 *************** *** 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 * @origin This file is borrowed from phpBB, with some modifications */ --- 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 * @origin This file is borrowed from phpBB, with some modifications */ Index: admin_mx_preview.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_preview.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_mx_preview.php 13 Jan 2008 12:08:26 -0000 1.1 --- admin_mx_preview.php 4 Feb 2008 15:44:45 -0000 1.2 *************** *** 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: admin_mx_gen_cache.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_gen_cache.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** admin_mx_gen_cache.php 9 Sep 2007 16:48:15 -0000 1.26 --- admin_mx_gen_cache.php 4 Feb 2008 15:44:45 -0000 1.27 *************** *** 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 * */ *************** *** 49,53 **** { // ! // Update mxBB page/block cache // $mx_cache->trash(); // Empty cache folder --- 49,53 ---- { // ! // Update MX-Publisher page/block cache // $mx_cache->trash(); // Empty cache folder Index: page_footer_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_footer_admin.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** page_footer_admin.php 8 Jan 2008 18:01:05 -0000 1.18 --- page_footer_admin.php 4 Feb 2008 15:44:45 -0000 1.19 *************** *** 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: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** pagestart.php 21 Jan 2008 01:02:20 -0000 1.28 --- pagestart.php 4 Feb 2008 15:44:44 -0000 1.29 *************** *** 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: admin_mx_portal.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_portal.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** admin_mx_portal.php 22 Dec 2007 03:32:30 -0000 1.37 --- admin_mx_portal.php 4 Feb 2008 15:44:45 -0000 1.38 *************** *** 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 * */ *************** *** 36,40 **** if( !empty($mode) ) { ! $new['portal_name'] = $mx_request_vars->post('portal_name', MX_TYPE_NO_TAGS, 'mxBB Portal'); $new['portal_desc'] = $mx_request_vars->post('portal_desc', MX_TYPE_NO_TAGS, 'Modular system'); $new['portal_status'] = $mx_request_vars->post('portal_status', MX_TYPE_INT, '0'); --- 36,40 ---- if( !empty($mode) ) { ! $new['portal_name'] = $mx_request_vars->post('portal_name', MX_TYPE_NO_TAGS, 'MX-Publisher'); $new['portal_desc'] = $mx_request_vars->post('portal_desc', MX_TYPE_NO_TAGS, 'Modular system'); $new['portal_status'] = $mx_request_vars->post('portal_status', MX_TYPE_INT, '0'); Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** admin_mx_block_cp.php 9 Sep 2007 16:48:15 -0000 1.17 --- admin_mx_block_cp.php 4 Feb 2008 15:44:45 -0000 1.18 *************** *** 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: admin_mx_meta.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_meta.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** admin_mx_meta.php 9 Sep 2007 16:48:15 -0000 1.18 --- admin_mx_meta.php 4 Feb 2008 15:44:44 -0000 1.19 *************** *** 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 * */ |
|
From: OryNider <ory...@us...> - 2008-02-04 12:46:12
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31033 Modified Files: template.php Log Message: extra white space Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** template.php 16 Jan 2008 04:00:49 -0000 1.20 --- template.php 4 Feb 2008 12:46:05 -0000 1.21 *************** *** 301,305 **** $sql = "DELETE FROM " . CONFIG_TABLE . " WHERE config_name='" . $del[$i] . "'"; break; ! } $db->sql_query($sql); } --- 301,305 ---- $sql = "DELETE FROM " . CONFIG_TABLE . " WHERE config_name='" . $del[$i] . "'"; break; ! } $db->sql_query($sql); } *************** *** 972,976 **** global $admin_script; $admin_script = ($admin_script) ? $admin_script : $filename; ! } --- 972,976 ---- global $admin_script; $admin_script = ($admin_script) ? $admin_script : $filename; ! } *************** *** 1485,1489 **** } // find end of html comment ! $pos2 = strpos($line, ' -->', $pos1); if($pos2 !== false) { --- 1485,1489 ---- } // find end of html comment ! $pos2 = strpos($line, '-->', $pos1); if($pos2 !== false) { *************** *** 2027,2030 **** --- 2027,2034 ---- $token = (!empty($varrefs[1])) ? $this->generate_block_data_ref(substr($varrefs[1], 0, -1), true, $varrefs[3]) . '[\'' . $varrefs[4] . '\']' : (($varrefs[3]) ? '$this->_tpldata[\'DEFINE\'][\'.\'][\'' . $varrefs[4] . '\']' : '$this->vars[\'' . $varrefs[4] . '\']'); } + if ( $token[0] == '.' ) + { + $token = '$' . substr( $token, 1); + } break; } |
|
From: OryNider <ory...@us...> - 2008-02-04 12:45:20
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30561 Modified Files: Tag: core28x template.php Log Message: extra white space Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.18.2.5 retrieving revision 1.18.2.6 diff -C2 -d -r1.18.2.5 -r1.18.2.6 *** template.php 3 Feb 2008 19:22:19 -0000 1.18.2.5 --- template.php 4 Feb 2008 12:45:08 -0000 1.18.2.6 *************** *** 1417,1421 **** } // find end of html comment ! $pos2 = strpos($line, ' -->', $pos1); if($pos2 !== false) { --- 1417,1421 ---- } // find end of html comment ! $pos2 = strpos($line, '-->', $pos1); if($pos2 !== false) { |
|
From: OryNider <ory...@us...> - 2008-02-04 10:57:33
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27274 Modified Files: functions.php functions_module.php Log Message: changes made by Culpit Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions.php 3 Feb 2008 10:21:25 -0000 1.5 --- functions.php 4 Feb 2008 10:57:25 -0000 1.6 *************** *** 2771,2775 **** * Expects $text to be the value directly from the database (stored value) */ ! /* function generate_text_for_display($text, $uid, $bitfield, $flags) { --- 2771,2775 ---- * Expects $text to be the value directly from the database (stored value) */ ! function generate_text_for_display($text, $uid, $bitfield, $flags) { *************** *** 2789,2793 **** { global $phpbb_root_path, $phpEx; ! include($phpbb_root_path . 'includes/bbcode.' . $phpEx); } --- 2789,2794 ---- { global $phpbb_root_path, $phpEx; ! mx_page::load_file( 'bbcode', 'phpbb3'); ! //include($phpbb_root_path . 'includes/bbcode.' . $phpEx); } *************** *** 2810,2814 **** return $text; } ! */ /** --- 2811,2815 ---- return $text; } ! /** Index: functions_module.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions_module.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_module.php 3 Feb 2008 10:21:25 -0000 1.5 --- functions_module.php 4 Feb 2008 10:57:25 -0000 1.6 *************** *** 1,15 **** <?php /** ! * ! * @package phpBB3 ! * @version $Id$ ! * @copyright (c) 2005 phpBB Group ! * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * ! */ /** ! * @ignore ! */ if (!defined('IN_PORTAL')) { --- 1,15 ---- <?php /** ! * ! * @package phpBB3 ! * @version $Id$ ! * @copyright (c) 2005 phpBB Group ! * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * ! */ /** ! * @ignore ! */ if (!defined('IN_PORTAL')) { *************** *** 29,35 **** /** ! * Class handling all types of 'plugins' (a future term) ! * @package phpBB3 ! */ class p_master { --- 29,35 ---- /** ! * Class handling all types of 'plugins' (a future term) ! * @package phpBB3 ! */ class p_master { *************** *** 46,57 **** /** ! * List modules ! * ! * This creates a list, stored in $this->module_ary of all available ! * modules for the given class (ucp, mcp and acp). Additionally ! * $this->module_y_ary is created with indentation information for ! * displaying the module list appropriately. Only modules for which ! * the user has access rights are included in these lists. ! */ function list_modules($p_class) { --- 46,57 ---- /** ! * List modules ! * ! * This creates a list, stored in $this->module_ary of all available ! * modules for the given class (ucp, mcp and acp). Additionally ! * $this->module_y_ary is created with indentation information for ! * displaying the module list appropriately. Only modules for which ! * the user has access rights are included in these lists. ! */ function list_modules($p_class) { *************** *** 71,75 **** ORDER BY left_id ASC"; $result = $db->sql_query($sql); ! $rows = array(); while ($row = $db->sql_fetchrow($result)) --- 71,75 ---- ORDER BY left_id ASC"; $result = $db->sql_query($sql); ! $rows = array(); while ($row = $db->sql_fetchrow($result)) *************** *** 126,130 **** continue; } ! $right_id = false; } --- 126,130 ---- continue; } ! $right_id = false; } *************** *** 159,163 **** continue; } ! $right_id = false; } --- 159,163 ---- continue; } ! $right_id = false; } *************** *** 206,210 **** $names[$row['module_basename'] . '_' . $row['module_mode']][] = true; ! $module_row = array( 'depth' => $depth, --- 206,210 ---- $names[$row['module_basename'] . '_' . $row['module_mode']][] = true; ! $module_row = array( 'depth' => $depth, *************** *** 221,225 **** 'url_extra' => (function_exists($url_func)) ? $url_func($row['module_mode'], $row) : '', ! 'lang' => ($row['module_basename'] && function_exists($lang_func)) ? $lang_func($row['module_mode'], $row['module_langname']) : ((!empty($mx_user->lang[$row['module_langname']])) ? $mx_user->lang[$row['module_langname']] : $row['module_langname']), 'langname' => $row['module_langname'], --- 221,225 ---- 'url_extra' => (function_exists($url_func)) ? $url_func($row['module_mode'], $row) : '', ! 'lang' => ($row['module_basename'] && function_exists($lang_func)) ? $lang_func($row['module_mode'], $row['module_langname']) : ((!empty($mx_user->lang[$row['module_langname']])) ? $mx_user->lang[$row['module_langname']] : $row['module_langname']), 'langname' => $row['module_langname'], *************** *** 241,252 **** /** ! * Check if a certain main module is accessible/loaded ! * By giving the module mode you are able to additionally check for only one mode within the main module ! * ! * @param string $module_basename The module base name, for example logs, reports, main (for the mcp). ! * @param mixed $module_mode The module mode to check. If provided the mode will be checked in addition for presence. ! * ! * @return bool Returns true if module is loaded and accessible, else returns false ! */ function loaded($module_basename, $module_mode = false) { --- 241,252 ---- /** ! * Check if a certain main module is accessible/loaded ! * By giving the module mode you are able to additionally check for only one mode within the main module ! * ! * @param string $module_basename The module base name, for example logs, reports, main (for the mcp). ! * @param mixed $module_mode The module mode to check. If provided the mode will be checked in addition for presence. ! * ! * @return bool Returns true if module is loaded and accessible, else returns false ! */ function loaded($module_basename, $module_mode = false) { *************** *** 285,290 **** /** ! * Check module authorisation ! */ function module_auth($module_auth, $forum_id = false) { --- 285,290 ---- /** ! * Check module authorisation ! */ function module_auth($module_auth, $forum_id = false) { *************** *** 318,322 **** case '||': case ',': ! break; default: --- 318,322 ---- case '||': case ',': ! break; default: *************** *** 325,329 **** $token = ''; } ! break; } } --- 325,329 ---- $token = ''; } ! break; } } *************** *** 343,348 **** /** ! * Set active module ! */ function set_active($id = false, $mode = false) { --- 343,348 ---- /** ! * Set active module ! */ function set_active($id = false, $mode = false) { *************** *** 364,372 **** // If no category or module selected, go active for first module in first category if ( ! (($item_ary['name'] === $id || $item_ary['id'] === (int) $id) && (($item_ary['mode'] == $mode && !$item_ary['cat']) || ($icat && $item_ary['cat']))) || ! ($item_ary['parent'] === $category && !$item_ary['cat'] && !$icat && $item_ary['display']) || ! (($item_ary['name'] === $id || $item_ary['id'] === (int) $id) && !$mode && !$item_ary['cat']) || ! (!$id && !$mode && !$item_ary['cat'] && $item_ary['display']) ! ) { if ($item_ary['cat']) --- 364,372 ---- // If no category or module selected, go active for first module in first category if ( ! (($item_ary['name'] === $id || $item_ary['id'] === (int) $id) && (($item_ary['mode'] == $mode && !$item_ary['cat']) || ($icat && $item_ary['cat']))) || ! ($item_ary['parent'] === $category && !$item_ary['cat'] && !$icat && $item_ary['display']) || ! (($item_ary['name'] === $id || $item_ary['id'] === (int) $id) && !$mode && !$item_ary['cat']) || ! (!$id && !$mode && !$item_ary['cat'] && $item_ary['display']) ! ) { if ($item_ary['cat']) *************** *** 399,406 **** /** ! * Loads currently active module ! * ! * This method loads a given module, passing it the relevant id and mode. ! */ function load_active($mode = false, $module_url = false, $execute_module = true) { --- 399,406 ---- /** ! * Loads currently active module ! * ! * This method loads a given module, passing it the relevant id and mode. ! */ function load_active($mode = false, $module_url = false, $execute_module = true) { *************** *** 425,442 **** $modulecode = file_get_contents("$module_path/{$this->p_class}_$this->p_name.$phpEx"); ! $modulecode = str_replace('<?php','',$modulecode); ! $modulecode = str_replace('?>','',$modulecode); ! $modulecode = str_replace('$config', '$board_config', $modulecode); ! $modulecode = str_replace('$cache', '$mx_cache', $modulecode); ! $modulecode = str_replace('$user', '$mx_user', $modulecode); ! $modulecode = str_replace('$auth', '$phpbb_auth', $modulecode); ! $modulecode = str_replace('append_sid(', 'mx3_append_sid(', $modulecode); ! $modulecode = str_replace('get_username_string(', 'mx_get_username_string(', $modulecode); ! $modulecode = str_replace('request_var(', 'phpBB3::request_var(', $modulecode); ! $modulecode = str_replace('add_form_key(', 'phpBB3::add_form_key(', $modulecode); $mx_user = new mx_user(); - //print htmlentities( $modulecode);die(); eval($modulecode); --- 425,448 ---- $modulecode = file_get_contents("$module_path/{$this->p_class}_$this->p_name.$phpEx"); ! $func_array = array( ! 'request_var', 'add_form_key', 'generate_text_for_display' ! ); ! $preg_array = array( ! '#^<\?(php)?|\?>$#si' => '', ! '#\$config#si' => '$board_config', ! '#\$cache#si' => '$mx_cache', ! '#\$user#si' => '$mx_user', ! '#\$auth#si' => '$phpbb_auth', ! '#append_sid\(#si' => 'mx3_append_sid(', ! '#get_username_string\(#si' => 'mx_get_username_string(', ! '#global#si' => 'global $mx_acp,', ! '#\$template-#si' => '$mx_acp->template-', ! '#(' . implode( '|', $func_array) . ')\(#si' => 'phpBB3::\1(', ! ); + $modulecode = preg_replace( array_keys( $preg_array), array_values( $preg_array), $modulecode); + $mx_user = new mx_user(); eval($modulecode); *************** *** 497,500 **** --- 503,507 ---- if ($execute_module) { + $this->module->main($this->p_name, $this->p_mode); } *************** *** 505,518 **** /** ! * Appending url parameter to the currently active module. ! * ! * This function is called for adding specific url parameters while executing the current module. ! * It is doing the same as the _module_{name}_url() function, apart from being able to be called after ! * having dynamically parsed specific parameters. This allows more freedom in choosing additional parameters. ! * One example can be seen in /includes/mcp/mcp_notes.php - $this->p_master->adjust_url() call. ! * ! * @param string $url_extra Extra url parameters, e.g.: &u=$mx_user_id ! * ! */ function adjust_url($url_extra) { --- 512,525 ---- /** ! * Appending url parameter to the currently active module. ! * ! * This function is called for adding specific url parameters while executing the current module. ! * It is doing the same as the _module_{name}_url() function, apart from being able to be called after ! * having dynamically parsed specific parameters. This allows more freedom in choosing additional parameters. ! * One example can be seen in /includes/mcp/mcp_notes.php - $this->p_master->adjust_url() call. ! * ! * @param string $url_extra Extra url parameters, e.g.: &u=$mx_user_id ! * ! */ function adjust_url($url_extra) { *************** *** 532,537 **** /** ! * Check if a module is active ! */ function is_active($id, $mode = false) { --- 539,544 ---- /** ! * Check if a module is active ! */ function is_active($id, $mode = false) { *************** *** 552,557 **** /** ! * Get parents ! */ function get_parents($parent_id, $left_id, $right_id, &$all_parents) { --- 559,564 ---- /** ! * Get parents ! */ function get_parents($parent_id, $left_id, $right_id, &$all_parents) { *************** *** 580,585 **** /** ! * Get tree branch ! */ function get_branch($left_id, $right_id, $remaining) { --- 587,592 ---- /** ! * Get tree branch ! */ function get_branch($left_id, $right_id, $remaining) { *************** *** 600,606 **** /** ! * Build true binary tree from given array ! * Not in use ! */ function build_tree(&$modules, &$parents) { --- 607,613 ---- /** ! * Build true binary tree from given array ! * Not in use ! */ function build_tree(&$modules, &$parents) { *************** *** 638,643 **** /** ! * Build navigation structure ! */ function assign_tpl_vars($module_url) { --- 645,650 ---- /** ! * Build navigation structure ! */ function assign_tpl_vars($module_url) { *************** *** 759,764 **** /** ! * Returns desired template name ! */ function get_tpl_name() { --- 766,771 ---- /** ! * Returns desired template name ! */ function get_tpl_name() { *************** *** 767,772 **** /** ! * Returns the desired page title ! */ function get_page_title() { --- 774,779 ---- /** ! * Returns the desired page title ! */ function get_page_title() { *************** *** 782,787 **** /** ! * Load module as the current active one without the need for registering it ! */ function load($class, $name, $mode = false) { --- 789,794 ---- /** ! * Load module as the current active one without the need for registering it ! */ function load($class, $name, $mode = false) { *************** *** 796,801 **** /** ! * Display module ! */ function display($page_title, $display_online_list = true) { --- 803,808 ---- /** ! * Display module ! */ function display($page_title, $display_online_list = true) { *************** *** 827,832 **** /** ! * Toggle whether this module will be displayed or not ! */ function set_display($id, $mode = false, $display = true) { --- 834,839 ---- /** ! * Toggle whether this module will be displayed or not ! */ function set_display($id, $mode = false, $display = true) { *************** *** 841,846 **** /** ! * Add custom MOD info language file ! */ function add_mod_info($module_class) { --- 848,853 ---- /** ! * Add custom MOD info language file ! */ function add_mod_info($module_class) { |
|
From: OryNider <ory...@us...> - 2008-02-04 10:54:08
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27127 Modified Files: mx_menu_horizontal.html mx_menu_overall_navigation.html mx_menu_vertical.html prosilver.css Log Message: nav menu prosilver Index: mx_menu_vertical.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_vertical.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_vertical.html 1 Feb 2008 01:33:31 -0000 1.1 --- mx_menu_vertical.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,36 **** ! <style type="text/css"> ! <!-- ! .topiclist dd.posts_portal { ! float:left; ! text-align:left; ! font-size: 1.0em; ! padding:6px 5px 6px 5px; ! } ! .topiclist li dl dd.posts_portal A.nav { ! padding-bottom: 50px; ! margin-bottom:10px; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow, .topiclist li dl dd.posts_portal span.mnurow:hover, ! .topiclist li dl dd.posts_portal span.mnurow-current, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-repeat: no-repeat; ! background-position: 0px 0px; ! padding-left: 20px; ! display:block; ! clear:both; ! margin-top:3px; ! margin-bottom:3px; ! } ! .topiclist li dl dd.posts_portal span.mnurow-current { ! background-position: 0px -30px; ! font-weight: bold; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow:hover, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-position: 0px -15px; ! } ! ! --> ! </style> <div class="forabg block"> <ul class="inner topiclist forums"> --- 1,3 ---- ! <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="forabg block"> <ul class="inner topiclist forums"> *************** *** 46,50 **** <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnurow{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> --- 13,17 ---- <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> Index: mx_menu_overall_navigation.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_overall_navigation.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_overall_navigation.html 1 Feb 2008 01:33:31 -0000 1.1 --- mx_menu_overall_navigation.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,31 **** <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> - <style type="text/css"> - li.nav-menu, li.nav-menu-current { - float:left; - style-list-image: none; - position:relative; - padding: 4px; - background: #12A3EB url("{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/images/sitebar_bg.gif") repeat-x; - background-position: 0px -23px; - border: none; - margin: 0px; - } - li.button ul, li.button-current ul { - /* border: solid 1px black;*/ - border: none; - } - li.nav-menu A, li.nav-menu-current A { - padding-left: 20px; - background-repeat: no-repeat; - font-size: 1.1em; - background-position: 0px 0px; - } - li.nav-menu-current A { - background-position: 0px -30px; - } - li.nav-menu A:hover, li.nav-menu-current A:hover { - background-position: 0px -15px; - } - </style> <div style="clear:left;float:left"> <ul> --- 1,3 ---- *************** *** 35,39 **** <ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"> <!-- BEGIN menurow --> ! <li class="nav-menu{catrow.menurow.CURRENT}"> <a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})"> {catrow.menurow.MENU_NAME} --- 7,11 ---- <ul id="cat_{catrow.CAT_ID}" onmouseover="showMenuRows('{catrow.CAT_ID}');" style="display:none;position:absolute;background-color:#FFFFFF;margin:0px;padding:0px;position:absolute;z-index:160;"> <!-- BEGIN menurow --> ! <li class="mnu-ov{catrow.menurow.CURRENT}"> <a href="{catrow.menurow.U_MENU_URL}" style="background-image: url({catrow.menurow.MENU_ICON})"> {catrow.menurow.MENU_NAME} *************** *** 101,107 **** function showMenu( objID){ cat_obj = getObj( 'cat_' + objID); ! cat_obj.style.display = 'block'; ! cat_obj.style.border = 'solid 1px Black'; ! cat_obj.style.borderTop = 'none'; } /** --- 73,82 ---- function showMenu( objID){ cat_obj = getObj( 'cat_' + objID); ! if ( cat_obj.innerHTML.replace( '#^\s*|\s*$#', '') != '' ) ! { ! cat_obj.style.display = 'block'; ! cat_obj.style.border = 'solid 1px Black'; ! cat_obj.style.borderTop = 'none'; ! } } /** Index: mx_menu_horizontal.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/mx_menu_horizontal.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_horizontal.html 1 Feb 2008 01:33:29 -0000 1.1 --- mx_menu_horizontal.html 4 Feb 2008 10:54:04 -0000 1.2 *************** *** 1,36 **** ! <style type="text/css"> ! <!-- ! .topiclist dd.posts_portal { ! float:left; ! text-align:left; ! font-size: 1.0em; ! padding:6px 5px 6px 5px; ! } ! .topiclist li dl dd.posts_portal A.nav { ! padding-bottom: 50px; ! margin-bottom:10px; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow, .topiclist li dl dd.posts_portal span.mnurow:hover, ! .topiclist li dl dd.posts_portal span.mnurow-current, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-repeat: no-repeat; ! background-position: 0px 0px; ! padding-left: 20px; ! display:block; ! clear:both; ! margin-top:3px; ! margin-bottom:3px; ! } ! .topiclist li dl dd.posts_portal span.mnurow-current { ! background-position: 0px -30px; ! font-weight: bold; ! } ! ! .topiclist li dl dd.posts_portal span.mnurow:hover, .topiclist li dl dd.posts_portal span.mnurow-current:hover { ! background-position: 0px -15px; ! } ! ! --> ! </style> <div class="forabg block"> <ul class="inner topiclist forums"> --- 1,3 ---- ! <link href="{U_PORTAL_ROOT_PATH}modules/mx_navmenu/templates/prosilver/prosilver.css" rel="stylesheet" type="text/css" media="screen" /> <div class="forabg block"> <ul class="inner topiclist forums"> *************** *** 46,50 **** <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnurow{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> --- 13,17 ---- <span id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: {catrow.CAT_SHOW};"> <!-- BEGIN menurow --> ! <span class="mnu-nm{catrow.menurow.CURRENT}" style="background-image: url('{catrow.menurow.MENU_ICON}');"> <a class="nav" href="{catrow.menurow.U_MENU_URL}">{catrow.menurow.MENU_NAME}</a><br /> </span> Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/prosilver.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prosilver.css 23 Dec 2007 00:12:02 -0000 1.2 --- prosilver.css 4 Feb 2008 10:54:04 -0000 1.3 *************** *** 51,53 **** --- 51,117 ---- } + /**********************\ + |* Overall navigation *| + \**********************/ + li.mnu-ov, li.mnu-ov-current { + float:left; + style-list-image: none; + position:relative; + padding: 4px; + background: #12A3EB url("{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}theme/images/sitebar_bg.gif") repeat-x; + background-position: 0px -23px; + border: none; + margin: 0px; + } + li.button ul, li.button-current ul { + /* border: solid 1px black;*/ + border: none; + } + li.mnu-ov A, li.mnu-ov-current A { + padding-left: 20px; + background-repeat: no-repeat; + font-size: 1.1em; + background-position: 0px 0px; + } + li.mnu-ov-current A { + background-position: 0px -30px; + } + li.mnu-ov A:hover, li.mnu-ov-current A:hover { + background-position: 0px -15px; + } + + /*******************\ + |* Navigation menu *| + \*******************/ + .topiclist dd.posts_portal { + float:left; + text-align:left; + font-size: 1.0em; + padding:6px 5px 6px 5px; + } + .topiclist li dl dd.posts_portal A.nav { + padding-bottom: 50px; + margin-bottom:10px; + } + + .topiclist li dl dd.posts_portal span.mnu-nm, .topiclist li dl dd.posts_portal span.mnu-nm:hover, + .topiclist li dl dd.posts_portal span.mnu-nm-current, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover { + background-repeat: no-repeat; + background-position: 0px 0px; + padding-left: 20px; + display:block; + clear:both; + margin-top:3px; + margin-bottom:3px; + } + .topiclist li dl dd.posts_portal span.mnu-nm-current { + background-position: 0px -30px; + font-weight: bold; + } + + .topiclist li dl dd.posts_portal span.mnu-nm:hover, .topiclist li dl dd.posts_portal span.mnu-nm-current:hover { + background-position: 0px -15px; + } + + * html .nav-cat td { position: relative; } /* ie 5.0 fix */ |
|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/subSilver Modified Files: subSilver.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** subSilver.css 7 May 2007 19:26:12 -0000 1.5 --- subSilver.css 3 Feb 2008 21:07:15 -0000 1.6 *************** *** 114,115 **** --- 114,123 ---- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; + } |
|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/prosilver Modified Files: prosilver.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** prosilver.css 27 Dec 2007 03:22:13 -0000 1.8 --- prosilver.css 3 Feb 2008 21:07:15 -0000 1.9 *************** *** 4,9 **** Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: mxBB Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- --- 4,9 ---- Based on style: proSilver (this is the default phpBB 3 style) Original author: subBlue ( http://www.subBlue.com/ ) ! Modified by: mxBB Project Team ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- *************** *** 28,32 **** background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; --- 28,32 ---- background-repeat: no-repeat; background-position: 100% 0; ! } .textbody { padding: 0; *************** *** 142,148 **** .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } --- 142,148 ---- .blockcp fieldset dl { margin-bottom: 10px; ! font-size: 0.85em; ! } *************** *** 202,206 **** margin-bottom: 0.5em; padding-bottom: 0.5em; ! } --- 202,206 ---- margin-bottom: 0.5em; padding-bottom: 0.5em; ! } *************** *** 285,289 **** margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; --- 285,289 ---- margin-right: 5px; margin-bottom: 1px; ! display: block; float: right; text-align: right; *************** *** 320,322 **** --- 320,330 ---- vertical-align: middle; margin-right: 3px; + } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; } \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-03 21:07:22
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv391/subsilver2 Modified Files: subsilver2.css Log Message: - BUG: mx_page::load is used in the blockCP where the page class is not loaded :( i have returned old include statement. - minor fix for tinymce Index: subsilver2.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** subsilver2.css 27 Dec 2007 19:05:55 -0000 1.4 --- subsilver2.css 3 Feb 2008 21:07:15 -0000 1.5 *************** *** 5,12 **** Original author: subBlue ( http://www.subBlue.com/ ) Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) ! This is an alternative style for phpBB3 for those wishing to stay with the familiar subSilver style of phpBB version 2.x ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- --- 5,12 ---- Original author: subBlue ( http://www.subBlue.com/ ) Modified by: psoTFX and the phpBB team ( http://www.phpbb.com ) ! This is an alternative style for phpBB3 for those wishing to stay with the familiar subSilver style of phpBB version 2.x ! Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) -------------------------------------------------------------- *************** *** 16,27 **** /* This is the border line & background colour round the entire page */ ! .bodyline { ! background-color: #FFFFFF; border: 0.1em #98AAB1 solid; } /* This is the outline round the main forum tables */ ! .forumline { ! background-color: #FFFFFF; border: 0.1em #006699 solid; } --- 16,27 ---- /* This is the border line & background colour round the entire page */ ! .bodyline { ! background-color: #FFFFFF; border: 0.1em #98AAB1 solid; } /* This is the outline round the main forum tables */ ! .forumline { ! background-color: #FFFFFF; border: 0.1em #006699 solid; } *************** *** 137,138 **** --- 137,146 ---- filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true'); } + + /* TinyMCE specific rules */ + body.mceContentBody { + text-align: left; + font-family: Verdana, Arial, Helvetica, sans-serif; + color: #000; + background: #FFF; + } |