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: OryNider <ory...@us...> - 2008-02-04 23:42:26
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19633 Modified Files: forum_hack.php Log Message: not fixed yet but forum index working Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** forum_hack.php 24 Jan 2008 18:13:27 -0000 1.27 --- forum_hack.php 4 Feb 2008 23:42:18 -0000 1.28 *************** *** 21,26 **** define( 'MX_FORUM_DEBUG', 1 ); ! include_once($phpbb_root_path . 'includes/functions_selects.' . $phpEx); ! include_once($phpbb_root_path . 'includes/functions_post.' . $phpEx); //Check for mx_smartor fap version --- 21,27 ---- define( 'MX_FORUM_DEBUG', 1 ); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_selects.' . $phpEx); ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/functions_post.' . $phpEx); //Check for mx_smartor fap version *************** *** 30,35 **** } ! include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx); ! include_once($phpbb_root_path . 'includes/auth.' . $phpEx); //Check for cash mod --- 31,36 ---- } ! include_once($mx_root_path . 'includes/shared/phpbb2/includes/bbcode.' . $phpEx); ! include_once($mx_root_path . 'includes/sessions/phpbb2/auth.' . $phpEx); //Check for cash mod *************** *** 645,649 **** $script_vars = array( 'LAST_VISIT_DATE' => sprintf( $lang['You_last_visit'], $s_last_visit ), ! 'CURRENT_TIME' => sprintf( $lang['Current_time'], create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ), 'L_SEARCH_NEW' => $lang['Search_new'], 'L_SEARCH_UNANSWERED' => $lang['Search_unanswered'], --- 646,650 ---- $script_vars = array( 'LAST_VISIT_DATE' => sprintf( $lang['You_last_visit'], $s_last_visit ), ! 'CURRENT_TIME' => sprintf( $lang['Current_time'], phpBB2::create_date( $board_config['default_dateformat'], time(), $board_config['board_timezone'] ) ), 'L_SEARCH_NEW' => $lang['Search_new'], 'L_SEARCH_UNANSWERED' => $lang['Search_unanswered'], *************** *** 1269,1273 **** 'TOTAL_USERS_ONLINE' => $l_online_users, 'LOGGED_IN_USER_LIST' => $online_userlist, ! 'RECORD_USERS' => sprintf($lang['Record_online_users'], $board_config['record_online_users'], create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])), 'L_WHO_IS_ONLINE' => $lang['Who_is_Online'], --- 1270,1274 ---- 'TOTAL_USERS_ONLINE' => $l_online_users, 'LOGGED_IN_USER_LIST' => $online_userlist, ! 'RECORD_USERS' => sprintf($lang['Record_online_users'], $board_config['record_online_users'], phpBB2::create_date($board_config['default_dateformat'], $board_config['record_online_date'], $board_config['board_timezone'])), 'L_WHO_IS_ONLINE' => $lang['Who_is_Online'], *************** *** 1546,1549 **** --- 1547,1553 ---- break; } + //this funtions are now in funtion container + $code = str_replace('get_db_stat', 'phpBB2::get_db_stat', $code); + $code = str_replace('create_date', 'phpBB2::create_date', $code); // |
|
From: OryNider <ory...@us...> - 2008-02-04 19:11:42
|
Update of /cvsroot/mxbb/core/modules/mx_users In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3241 Modified Files: db_install.php Log Message: are we working @ same thing ? ;) Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 4 Feb 2008 19:07:51 -0000 1.4 --- db_install.php 4 Feb 2008 19:11:37 -0000 1.5 *************** *** 35,39 **** $mx_module_copy = '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>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = '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>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); *************** *** 48,53 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ?> --- 48,54 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; + ?> |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_textblocks Modified Files: db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.8 --- db_upgrade.php 4 Feb 2008 19:07:51 -0000 1.9 *************** *** 45,49 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_rebuild_search_tables Modified Files: db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.3 --- db_upgrade.php 4 Feb 2008 19:07:51 -0000 1.4 *************** *** 45,49 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_users In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_users Modified Files: db_install.php db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 4 Feb 2008 18:53:12 -0000 1.3 --- db_install.php 4 Feb 2008 19:07:51 -0000 1.4 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 4 Feb 2008 18:53:12 -0000 1.3 --- db_upgrade.php 4 Feb 2008 19:07:52 -0000 1.4 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,39 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); --- 33,39 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); *************** *** 45,53 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 45,53 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>";; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_phpbb3blocks Modified Files: db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.5 --- db_upgrade.php 4 Feb 2008 19:07:51 -0000 1.6 *************** *** 45,49 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_phpbb2blocks Modified Files: db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.7 --- db_upgrade.php 4 Feb 2008 19:07:51 -0000 1.8 *************** *** 45,49 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:07:58
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1481/mx_navmenu Modified Files: db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_upgrade.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.8 --- db_upgrade.php 4 Feb 2008 19:07:50 -0000 1.9 *************** *** 45,49 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>" . $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 19:04:47
|
Update of /cvsroot/mxbb/core/modules/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32690 Modified Files: db_install.php db_upgrade.php Log Message: ok, punctualition corrected on db_install as I corrupted them last time Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 4 Feb 2008 18:08:49 -0000 1.3 --- db_install.php 4 Feb 2008 19:04:43 -0000 1.4 *************** *** 108,112 **** { // If already installed ! $message = "<b>$lang['consider_upgrading']</b><br/><br/>"; } --- 108,112 ---- { // If already installed ! $message = "<b>".$lang['consider_upgrading']."</b><br/><br/>"; } Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 4 Feb 2008 18:08:49 -0000 1.3 --- db_upgrade.php 4 Feb 2008 19:04:43 -0000 1.4 *************** *** 64,68 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; // --- 64,68 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>". $lang['upgraded_to_ver'] . $mx_module_version . " :-)</b><br/><br/>"; // *************** *** 77,81 **** { // If not installed ! $message = "<b>$lang['module_not_installed'] ;)</b><br/><br/>"; } --- 77,81 ---- { // If not installed ! $message = "<b>" . $lang['module_not_installed'] . " ;)</b><br/><br/>"; } |
|
From: Yettyn <jo...@us...> - 2008-02-04 18:53:17
|
Update of /cvsroot/mxbb/core/modules/mx_users In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27747/modules/mx_users Modified Files: db_install.php db_upgrade.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: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 4 Feb 2008 18:09:33 -0000 1.2 --- db_install.php 4 Feb 2008 18:53:12 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.2 --- db_upgrade.php 4 Feb 2008 18:53:12 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Based on original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; $message = "<b>Upgrading!</b><br/><br/>"; |
|
From: Yettyn <jo...@us...> - 2008-02-04 18:53:17
|
Update of /cvsroot/mxbb/core/modules/mx_users/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27747/modules/mx_users/admin Modified Files: admin_prune_user_posts.php admin_prune_users.php admin_userlist.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_prune_users.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_users.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_prune_users.php 15 Sep 2007 20:31:54 -0000 1.1 --- admin_prune_users.php 4 Feb 2008 18:53:12 -0000 1.2 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [Omar Ramadan, Jon Ohlsson] 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_users * @version $Id$ ! * @copyright (c) 2002-2008 [Omar Ramadan, Jon Ohlsson] 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_userlist.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_userlist.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_userlist.php 15 Sep 2007 20:31:54 -0000 1.1 --- admin_userlist.php 4 Feb 2008 18:53:12 -0000 1.2 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] 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_users * @version $Id$ ! * @copyright (c) 2002-2008 [wGEric, Jon Ohlsson] 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_prune_user_posts.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/admin/admin_prune_user_posts.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_prune_user_posts.php 15 Sep 2007 20:31:54 -0000 1.1 --- admin_prune_user_posts.php 4 Feb 2008 18:53:12 -0000 1.2 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] 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_users * @version $Id$ ! * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] 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 18:53:17
|
Update of /cvsroot/mxbb/core/modules/mx_users/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27747/modules/mx_users/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/modules/mx_users/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 15 Sep 2007 20:32:07 -0000 1.1 --- lang_admin.php 4 Feb 2008 18:53:13 -0000 1.2 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_users * @version $Id$ ! * @copyright (c) 2002-2006 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] 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_users * @version $Id$ ! * @copyright (c) 2002-2008 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] 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 18:10:44
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10117 Modified Files: Tag: core28x lang_admin.php Log Message: hardcoded lang keys replaced Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.77.2.1 retrieving revision 1.77.2.2 diff -C2 -d -r1.77.2.1 -r1.77.2.2 *** lang_admin.php 3 Feb 2008 19:24:18 -0000 1.77.2.1 --- lang_admin.php 4 Feb 2008 18:10:38 -0000 1.77.2.2 *************** *** 183,186 **** --- 183,198 ---- $lang['Click_return_module_admin'] = 'Click %sHere%s to return to Module Administration'; $lang['Module_updated'] = 'Module Information Updated successfully'; + $lang['list_of_queries'] = 'This is the result list of the SQL queries needed for the install/upgrade'; + $lang['already_added'] = 'Error or Already added'; + $lang['added_upgraded'] = 'Added/Updated'; + $lang['upgrading_modules'] = 'If you get some Errors, Already Added or Updated messages, relax, this is normal when updating mods'; + $lang['consider_upgrading'] = 'Module is already installed...consider upgrading ;)'; + $lang['upgrading'] = 'Upgrading'; + $lang['module_upgrade'] = 'This is a upgrade'; + $lang['nothing_upgrade'] = 'Nothing to upgrade...'; + $lang['upgraded_to_ver'] = '...Now upgraded to v. '; + $lang['module_not_installed'] = 'Module not installed...and thus cannot be upgraded'; + $lang['fresh_install'] = 'This is a fresh install'; + $lang['module_install_info'] = 'Mod Installation/Upgrading/Uninstalling Information - mod specific db tables'; // |
|
From: OryNider <ory...@us...> - 2008-02-04 18:10:34
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10011 Modified Files: Tag: core28x mx_functions_admincp.php Log Message: hardcoded lang keys replaced Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.39.2.1 retrieving revision 1.39.2.2 diff -C2 -d -r1.39.2.1 -r1.39.2.2 *** mx_functions_admincp.php 3 Feb 2008 19:22:14 -0000 1.39.2.1 --- mx_functions_admincp.php 4 Feb 2008 18:10:16 -0000 1.39.2.2 *************** *** 3786,3790 **** $inst_error = false; $n = 0; ! $message = "<b>This is the result list of the SQL queries needed for the install/upgrade</b><br /><br />"; while ( $sql[$n] ) --- 3786,3790 ---- $inst_error = false; $n = 0; ! $message = "<b>" . $lang['list_of_queries'] . "</b><br /><br />"; while ( $sql[$n] ) *************** *** 3792,3805 **** if ( !$result = $db->sql_query( $sql[$n] ) ) { ! $message .= '<b><font color=#FF0000>[Error or Already added]</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; $inst_error = true; } else { ! $message .= '<b><font color=#0000fF>[Added/Updated]</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; } $n++; } ! $message .= '<br /> If you get some Errors, Already Added or Updated messages, relax, this is normal when updating modules'; return $message; --- 3792,3805 ---- if ( !$result = $db->sql_query( $sql[$n] ) ) { ! $message .= '<b><font color=#FF0000>[' . $lang['already_added'] . ']</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; $inst_error = true; } else { ! $message .= '<b><font color=#0000fF>[' . $lang['added_upgraded'] . ']</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; } $n++; } ! $message .= '<br /> ' . $lang['upgrading_modules']; return $message; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:43
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_rebuild_search_tables Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 4 Feb 2008 16:54:26 -0000 1.2 --- db_install.php 4 Feb 2008 18:09:33 -0000 1.3 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb2admin * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb2admin * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,46 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original phpBB <i>Rebuild Search Tables</i> by the phpBB Team :: Adapted for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 33,46 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original phpBB <i>Rebuild Search Tables</i> by the phpBB Team :: Adapted for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); *************** *** 48,53 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ?> --- 48,54 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; + ?> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 4 Feb 2008 16:54:25 -0000 1.2 --- db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.3 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb2admin * @version $Id$ ! * @copyright (c) 2002-2008 [menalto.gallery.com, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb2admin * @version $Id$ ! * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,39 **** $mx_module_copy = 'Original phpBB <i>Rebuild Search Tables</i> by the phpBB Team :: Adapted for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = 'Original phpBB <i>Rebuild Search Tables</i> by the phpBB Team :: Adapted for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); *************** *** 45,53 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 45,53 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:39
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_phpbb3blocks Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 4 Feb 2008 16:53:57 -0000 1.4 --- db_install.php 4 Feb 2008 18:09:32 -0000 1.5 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb3blocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb3blocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,39 **** $mx_module_copy = 'Original mxBB <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> OryNider</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = 'Original mxBB <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> OryNider</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); *************** *** 48,52 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 48,52 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 4 Feb 2008 16:53:57 -0000 1.4 --- db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.5 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb3blocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb3blocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,39 **** $mx_module_copy = 'Original mxBB <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> OryNider</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = 'Original mxBB <i>phpBB3Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> OryNider</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); *************** *** 45,53 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 45,53 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:39
|
Update of /cvsroot/mxbb/core/modules/mx_users In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_users Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 15 Sep 2007 20:31:54 -0000 1.1 --- db_install.php 4 Feb 2008 18:09:33 -0000 1.2 *************** *** 6,10 **** * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>This is a fresh install!</b><br/><br/>"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_users/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 15 Sep 2007 20:31:54 -0000 1.1 --- db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.2 *************** *** 6,10 **** * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ *************** *** 33,37 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 33,37 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = '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>'; $message = "<b>Upgrading!</b><br/><br/>"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:39
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_coreblocks Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 4 Feb 2008 16:04:31 -0000 1.6 --- db_install.php 4 Feb 2008 18:09:32 -0000 1.7 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_coreblocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_coreblocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,46 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 33,46 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); *************** *** 48,52 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 48,52 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 4 Feb 2008 16:04:30 -0000 1.7 --- db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.8 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_coreblocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_coreblocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 33,46 **** $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 33,46 ---- $mx_module_version = 'mxBB Core Module'; ! $mx_module_copy = 'Original mxBB <i>Core Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">The mxBB Development Team</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); *************** *** 49,53 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 49,53 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:38
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_phpbb2blocks Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 4 Feb 2008 16:53:19 -0000 1.5 --- db_install.php 4 Feb 2008 18:09:32 -0000 1.6 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb2blocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,46 **** $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 35,46 ---- $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); *************** *** 48,52 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 48,52 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 4 Feb 2008 16:53:19 -0000 1.6 --- db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.7 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_phpbb2blocks * @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 --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,53 **** $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 35,53 ---- $mx_module_copy = 'Original mxBB <i>phpBB2Blocks</i> module by <a href="http://www.mx-publisher.com" target="_blank"> The mxBB Development Team</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:37
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_textblocks Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 4 Feb 2008 16:55:12 -0000 1.6 --- db_install.php 4 Feb 2008 18:09:33 -0000 1.7 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,39 **** $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); *************** *** 48,52 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 48,52 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 4 Feb 2008 16:55:12 -0000 1.7 --- db_upgrade.php 4 Feb 2008 18:09:33 -0000 1.8 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,39 **** $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); --- 35,39 ---- $mx_module_copy = 'Original mxBB <i>Textblocks</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); *************** *** 45,53 **** $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 45,53 ---- $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:36
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9549/mx_navmenu Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 4 Feb 2008 16:52:02 -0000 1.6 --- db_install.php 4 Feb 2008 18:09:32 -0000 1.7 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,46 **** $mx_module_copy = 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>This is a fresh install!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); --- 35,46 ---- $mx_module_copy = 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); *************** *** 48,52 **** echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 48,52 ---- echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 4 Feb 2008 16:52:02 -0000 1.7 --- db_upgrade.php 4 Feb 2008 18:09:32 -0000 1.8 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 35,55 **** $mx_module_copy = 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>Upgrading!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; - ?> --- 35,54 ---- $mx_module_copy = 'Original mxBB <i>Navigation Menu</i> module by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; $sql = array(); $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ?> |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:30
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9527 Modified Files: lang_admin.php Log Message: modules installer upgrade Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** lang_admin.php 4 Feb 2008 15:58:44 -0000 1.81 --- lang_admin.php 4 Feb 2008 18:09:18 -0000 1.82 *************** *** 2,8 **** /** * ! * @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 --- 2,8 ---- /** * ! * @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.mx-publisher.com *************** *** 23,27 **** // setlocale(LC_ALL, 'en'); ! $lang['mxBB_adminCP'] = 'MX-Publisher Administration'; // --- 23,27 ---- // setlocale(LC_ALL, 'en'); ! $lang['mxBB_adminCP'] = 'mxBB Portal Administration'; // *************** *** 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.'; // --- 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.'; // *************** *** 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'; --- 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'; *************** *** 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'; --- 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'; *************** *** 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.'; --- 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.'; *************** *** 197,200 **** --- 197,212 ---- $lang['Click_return_module_admin'] = 'Click %sHere%s to return to Module Administration'; $lang['Module_updated'] = 'Module Information Updated successfully'; + $lang['list_of_queries'] = 'This is the result list of the SQL queries needed for the install/upgrade'; + $lang['already_added'] = 'Error or Already added'; + $lang['added_upgraded'] = 'Added/Updated'; + $lang['upgrading_modules'] = 'If you get some Errors, Already Added or Updated messages, relax, this is normal when updating mods'; + $lang['consider_upgrading'] = 'Module is already installed...consider upgrading ;)'; + $lang['upgrading'] = 'Upgrading'; + $lang['module_upgrade'] = 'This is a upgrade'; + $lang['nothing_upgrade'] = 'Nothing to upgrade...'; + $lang['upgraded_to_ver'] = '...Now upgraded to v. '; + $lang['module_not_installed'] = 'Module not installed...and thus cannot be upgraded'; + $lang['fresh_install'] = 'This is a fresh install'; + $lang['module_install_info'] = 'Mod Installation/Upgrading/Uninstalling Information - mod specific db tables'; // *************** *** 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>.'; --- 517,521 ---- // $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>.'; |
|
From: OryNider <ory...@us...> - 2008-02-04 18:09:08
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9139 Modified Files: mx_functions_admincp.php Log Message: modules installer upgrade Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** mx_functions_admincp.php 4 Feb 2008 15:56:43 -0000 1.44 --- mx_functions_admincp.php 4 Feb 2008 18:09:04 -0000 1.45 *************** *** 4,8 **** * @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 --- 4,8 ---- * @package AdminCP * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 3031,3035 **** global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! include_once($phpbb_root_path . 'includes/functions_search.' . $phpEx); $search_match_table = MX_MATCH_TABLE; --- 3031,3035 ---- global $db, $phpbb_root_path, $board_config, $lang, $phpEx; ! mx_page::load('functions_seach', 'phpbb2'); $search_match_table = MX_MATCH_TABLE; *************** *** 3786,3790 **** $inst_error = false; $n = 0; ! $message = "<b>This is the result list of the SQL queries needed for the install/upgrade</b><br /><br />"; while ( $sql[$n] ) --- 3786,3790 ---- $inst_error = false; $n = 0; ! $message = "<b>" . $lang['list_of_queries'] . "</b><br /><br />"; while ( $sql[$n] ) *************** *** 3792,3805 **** if ( !$result = $db->sql_query( $sql[$n] ) ) { ! $message .= '<b><font color=#FF0000>[Error or Already added]</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; $inst_error = true; } else { ! $message .= '<b><font color=#0000fF>[Added/Updated]</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; } $n++; } ! $message .= '<br /> If you get some Errors, Already Added or Updated messages, relax, this is normal when updating modules'; return $message; --- 3792,3805 ---- if ( !$result = $db->sql_query( $sql[$n] ) ) { ! $message .= '<b><font color=#FF0000>[' . $lang['already_added'] . ']</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; $inst_error = true; } else { ! $message .= '<b><font color=#0000fF>[' . $lang['added_upgraded'] . ']</font></b> line: ' . ( $n + 1 ) . ' , ' . $sql[$n] . '<br />'; } $n++; } ! $message .= '<br /> ' . $lang['upgrading_modules']; return $message; *************** *** 3839,3843 **** @fputs($fsock, "HOST: $host\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $file_info = ''; $get_info = false; --- 3839,3843 ---- @fputs($fsock, "HOST: $host\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $file_info = ''; $get_info = false; *************** *** 3878,3882 **** } } ! return $file_info; } --- 3878,3882 ---- } } ! return $file_info; } |
|
From: OryNider <ory...@us...> - 2008-02-04 18:08:56
|
Update of /cvsroot/mxbb/core/modules/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9121 Modified Files: db_install.php db_upgrade.php Log Message: modules installer upgrade Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 4 Feb 2008 16:52:40 -0000 1.2 --- db_install.php 4 Feb 2008 18:08:49 -0000 1.3 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 31,35 **** $mx_module_version = '1.0.0'; ! $mx_module_copy = 'Created for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; // For compatibility with core 2.7.+ --- 31,35 ---- $mx_module_version = '1.0.0'; ! $mx_module_copy = 'Created for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; // For compatibility with core 2.7.+ *************** *** 39,43 **** if ( !$result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "simplenews_config" ) ) { ! $message = "<b>This is a fresh install!</b><br/><br/>"; $tmp = $userdata['user_id']; --- 39,43 ---- if ( !$result = $db->sql_query( "SELECT config_name from " . $mx_table_prefix . "simplenews_config" ) ) { ! $message = "<b>" . $lang['fresh_install'] . "!</b><br/><br/>"; $tmp = $userdata['user_id']; *************** *** 108,117 **** { // If already installed ! $message = "<b>Module is already installed...consider upgrading ;)</b><br/><br/>"; } echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 108,117 ---- { // If already installed ! $message = "<b>$lang['consider_upgrading']</b><br/><br/>"; } echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 4 Feb 2008 16:52:40 -0000 1.2 --- db_upgrade.php 4 Feb 2008 18:08:49 -0000 1.3 *************** *** 2,8 **** /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package mxBB Portal Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 31,35 **** $mx_module_version = '1.0.0'; ! $mx_module_copy = 'Created for MX-Publisher by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; // For compatibility with core 2.7.+ --- 31,35 ---- $mx_module_version = '1.0.0'; ! $mx_module_copy = 'Created for mxBB by <a href="http://www.mx-publisher.com" target="_blank">Jon</a>'; // For compatibility with core 2.7.+ *************** *** 44,48 **** $upgrade_280 = false; ! $message = "<b>Upgrading!</b><br/><br/>"; if ( $upgrade_280 == 1 ) --- 44,48 ---- $upgrade_280 = false; ! $message = "<b>" . $lang['upgrading'] . "!</b><br/><br/>"; if ( $upgrade_280 == 1 ) *************** *** 52,56 **** else { ! $message .= "<b>Nothing to upgrade...</b><br/><br/>"; } --- 52,56 ---- else { ! $message .= "<b>" . $lang['nothing_upgrade'] . "</b><br/><br/>"; } *************** *** 58,68 **** { $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; } $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // --- 58,68 ---- { $sql[] = "UPDATE " . $mx_table_prefix . "module" . " ! SET module_version = '" . $mx_module_version . "', ! module_copy = '" . $mx_module_copy . "' ! WHERE module_id = '" . $mx_module_id . "'"; } $message .= mx_do_install_upgrade( $sql ); ! $message .= "<b>$lang['upgraded_to_ver'] $mx_module_version :-)</b><br/><br/>"; // *************** *** 77,86 **** { // If not installed ! $message = "<b>Module not installed...and thus cannot be upgraded ;)</b><br/><br/>"; } echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">Module Installation/Upgrading/Uninstalling Information - module specific db tables</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; --- 77,86 ---- { // If not installed ! $message = "<b>$lang['module_not_installed'] ;)</b><br/><br/>"; } echo "<br /><br />"; echo "<table width=\"90%\" align=\"center\" cellpadding=\"4\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; ! echo "<tr><th class=\"thHead\" align=\"center\">" . $lang['module_install_info'] . "</th></tr>"; echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; |
|
From: Yettyn <jo...@us...> - 2008-02-04 16:57:52
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10076 Modified Files: .htaccess 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: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** .htaccess 3 Dec 2006 21:26:17 -0000 1.9 --- .htaccess 4 Feb 2008 16:56:15 -0000 1.10 *************** *** 62,67 **** # ! # Mod_rewrite rules require mod_rewrite is enabled for mxBB (config setting) ! # Uncomment below, and consult the mxBB mod_rewrite module documentation # --- 62,67 ---- # ! # Mod_rewrite rules require mod_rewrite is enabled for MX-Publisher (config setting) ! # Uncomment below, and consult the MX-Publisher mod_rewrite module documentation # *************** *** 91,96 **** # ! # Error redirects - require the mxBB ErrorDocs module to be installed ! # Uncomment below, and consult the mxBB ErrorDocs module documentation # #ErrorDocument 400 /index.php?page=x&errno=400&errlog=yes --- 91,96 ---- # ! # Error redirects - require the MX-Publisher ErrorDocs module to be installed ! # Uncomment below, and consult the MX-Publisher ErrorDocs module documentation # #ErrorDocument 400 /index.php?page=x&errno=400&errlog=yes |