Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1281/includes Modified Files: mx_class_loader.php mx_constants.php mx_functions.php mx_functions_admincp.php mx_functions_bbcode.php mx_functions_blockcp.php mx_functions_ch.php mx_functions_core.php mx_functions_emailer.php mx_functions_smtp.php mx_functions_style.php mx_functions_tools.php page_header.php page_tail.php template.php Log Message: mxpcms since mx-publisher domain is out Index: mx_functions_ch.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_ch.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_functions_ch.php 30 Mar 2011 10:03:55 -0000 1.15 --- mx_functions_ch.php 28 Jun 2013 15:32:38 -0000 1.16 *************** *** 6,10 **** * @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 * --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * @internal * Index: mx_functions_smtp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_smtp.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_functions_smtp.php 7 Oct 2008 00:10:14 -0000 1.1 --- mx_functions_smtp.php 28 Jun 2013 15:32:38 -0000 1.2 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team & ( C) 2001 The phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team & ( C) 2001 The phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * Index: page_tail.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_tail.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** page_tail.php 16 Jun 2013 01:10:13 -0000 1.45 --- page_tail.php 28 Jun 2013 15:32:38 -0000 1.46 *************** *** 6,10 **** * @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 * --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * @internal * Index: mx_functions_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_blockcp.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mx_functions_blockcp.php 25 Jun 2013 17:14:48 -0000 1.31 --- mx_functions_blockcp.php 28 Jun 2013 15:32:38 -0000 1.32 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_class_loader.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_class_loader.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_class_loader.php 26 Jun 2013 09:19:29 -0000 1.1 --- mx_class_loader.php 28 Jun 2013 15:32:38 -0000 1.2 *************** *** 31,38 **** class mx_class_loader { ! private $prefix; ! private $path; ! private $php_ext; ! private $mx_cache; /** --- 31,38 ---- class mx_class_loader { ! //private $prefix; ! //private $path; ! //private $php_ext; ! //private $mx_cache; /** *************** *** 42,46 **** * @var array */ ! private $cached_paths = array(); /** --- 42,46 ---- * @var array */ ! //private $cached_paths = array(); /** *************** *** 53,57 **** * @param MX_cache_driver_interface $cache An implementation of the MX cache interface. */ ! public function __construct($prefix, $path, $php_ext = 'php', mx_cache_driver_interface $mx_cache = null) { $this->prefix = $prefix; --- 53,57 ---- * @param MX_cache_driver_interface $cache An implementation of the MX cache interface. */ ! public function __construct($prefix, $path, $php_ext = 'php', $mx_cache = null) { $this->prefix = $prefix; Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** mx_functions_core.php 26 Jun 2013 09:15:23 -0000 1.136 --- mx_functions_core.php 28 Jun 2013 15:32:38 -0000 1.137 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * [...1572 lines suppressed...] return empty($_GET[$var]) ? 1 : 0 ; --- 4433,4437 ---- * @return boolean */ ! public function is_empty_get($var) { return empty($_GET[$var]) ? 1 : 0 ; *************** *** 4460,4464 **** * @return boolean */ ! function is_empty_request($var) { return ($this->is_empty_get($var) && $this->is_empty_post($var)) ? 1 : 0; --- 4447,4451 ---- * @return boolean */ ! public function is_empty_request($var) { return ($this->is_empty_get($var) && $this->is_empty_post($var)) ? 1 : 0; Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** mx_constants.php 25 Oct 2012 12:58:23 -0000 1.34 --- mx_constants.php 28 Jun 2013 15:32:38 -0000 1.35 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_functions_bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_bbcode.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mx_functions_bbcode.php 12 Sep 2012 22:10:20 -0000 1.20 --- mx_functions_bbcode.php 28 Jun 2013 15:32:38 -0000 1.21 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_functions_emailer.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_emailer.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_functions_emailer.php 6 Jan 2010 19:40:37 -0000 1.3 --- mx_functions_emailer.php 28 Jun 2013 15:32:38 -0000 1.4 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team & ( C) 2001 The phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team & ( C) 2001 The phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** mx_functions_tools.php 5 Apr 2013 06:21:58 -0000 1.64 --- mx_functions_tools.php 28 Jun 2013 15:32:38 -0000 1.65 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: template.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/template.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** template.php 16 Jun 2013 01:10:13 -0000 1.40 --- template.php 28 Jun 2013 15:32:39 -0000 1.41 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @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://mxpcms.sourceforge.net/ * */ Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** page_header.php 25 Jun 2013 17:14:48 -0000 1.75 --- page_header.php 28 Jun 2013 15:32:38 -0000 1.76 *************** *** 6,10 **** * @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 * --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * @internal * Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** mx_functions_style.php 26 Jun 2013 09:15:23 -0000 1.134 --- mx_functions_style.php 28 Jun 2013 15:32:38 -0000 1.135 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** mx_functions_admincp.php 26 Jun 2013 09:15:23 -0000 1.72 --- mx_functions_admincp.php 28 Jun 2013 15:32:38 -0000 1.73 *************** *** 6,10 **** * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** mx_functions.php 26 Jun 2013 09:15:22 -0000 1.120 --- mx_functions.php 28 Jun 2013 15:32:38 -0000 1.121 *************** *** 6,10 **** * @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 * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ |