|
From: Jon O. <jon...@us...> - 2008-06-03 20:08:09
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31781 Modified Files: db_install.php db_upgrade.php gallery2.php gallery2_toplist.php Log Message: Final updates mxBB -> MXP and alike... Index: gallery2.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/gallery2.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gallery2.php 5 May 2007 20:21:55 -0000 1.8 --- gallery2.php 3 Jun 2008 20:07:58 -0000 1.9 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_gallery2 * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_gallery2 * @version $Id$ ! * @copyright (c) 2002-2006 [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 * */ *************** *** 49,58 **** // ! // Instatiate the mxBB to Gallery Class // $mx_gallery = new mx_gallery(); // ! // Is mxBB user already mapped in Gallery? If not, do it. // if ( !$mx_gallery->do_map() ) --- 49,58 ---- // ! // Instatiate the MX-Publisher to Gallery Class // $mx_gallery = new mx_gallery(); // ! // Is MX-Publisher user already mapped in Gallery? If not, do it. // if ( !$mx_gallery->do_map() ) Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_install.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_install.php 16 Feb 2008 21:46:07 -0000 1.8 --- db_install.php 3 Jun 2008 20:07:57 -0000 1.9 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_gallery2 * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_gallery2 * @version $Id$ ! * @copyright (c) 2002-2006 [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 * */ Index: gallery2_toplist.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/gallery2_toplist.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** gallery2_toplist.php 5 May 2007 20:21:55 -0000 1.8 --- gallery2_toplist.php 3 Jun 2008 20:07:58 -0000 1.9 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_gallery2 * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_gallery2 * @version $Id$ ! * @copyright (c) 2002-2006 [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 * */ *************** *** 137,146 **** // ! // Instatiate the mxBB to Gallery Class // $mx_gallery = new mx_gallery(); // ! // Is mxBB user already mapped in Gallery? If not, do it. // if ( !$mx_gallery->do_map() ) --- 137,146 ---- // ! // Instatiate the MX-Publisher to Gallery Class // $mx_gallery = new mx_gallery(); // ! // Is MX-Publisher user already mapped in Gallery? If not, do it. // if ( !$mx_gallery->do_map() ) *************** *** 181,185 **** // // If this is not the main gallery page itself, do NOT send utf-8 header ! // Note: this is a temp solution to avoid weird characters for mxBB if the imageBlock is used // /* Set the appropriate charset in our HTTP header */ --- 181,185 ---- // // If this is not the main gallery page itself, do NOT send utf-8 header ! // Note: this is a temp solution to avoid weird characters for MX-Publisher if the imageBlock is used // /* Set the appropriate charset in our HTTP header */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 16 Feb 2008 21:46:07 -0000 1.9 --- db_upgrade.php 3 Jun 2008 20:07:58 -0000 1.10 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_gallery2 * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_gallery2 * @version $Id$ ! * @copyright (c) 2002-2006 [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 * */ |