|
From: Jon O. <jon...@us...> - 2008-06-03 20:15:52
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4917 Modified Files: changelog.txt db_install.php db_upgrade.php mx_who_am_i.php readme.txt Log Message: Final updates mxBB -> MXP and alike... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/db_install.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_install.php 16 Feb 2008 21:50:00 -0000 1.9 --- db_install.php 3 Jun 2008 20:15:25 -0000 1.10 *************** *** 1,33 **** <?php ! /********************************************************************************\ ! | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i ! | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com ! | ! | author : horace (see additional credit below) ! | author site : www.sketchworkproductions.com ! | author email : de...@sk... ! | ! | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com ! | ! | description : The "Who Am I" block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. ! | ! |********************************************************************************| ! | ! | @package mxBB Portal Module - mx_calendar ! | @version $Id$ ! | @copyright (c) 2002-2006 [Horace] mxBB Project Team ! | @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! | ! \********************************************************************************/ define( 'IN_PORTAL', true ); --- 1,12 ---- <?php ! /** ! * ! * @package MX-Publisher Module - mx_who_am_i ! * @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 ! * ! */ define( 'IN_PORTAL', true ); Index: changelog.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/changelog.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** changelog.txt 23 Nov 2006 16:38:07 -0000 1.5 --- changelog.txt 3 Jun 2008 20:15:25 -0000 1.6 *************** *** 5,9 **** | begin : october, 2005 | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com | | author : horace (see additional credit below) --- 5,9 ---- | begin : october, 2005 | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-publisher.com | | author : horace (see additional credit below) *************** *** 15,19 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are --- 15,19 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are Index: mx_who_am_i.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/mx_who_am_i.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_who_am_i.php 23 Nov 2006 16:38:07 -0000 1.7 --- mx_who_am_i.php 3 Jun 2008 20:15:27 -0000 1.8 *************** *** 1,37 **** <?php ! /********************************************************************************\ ! | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i ! | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com ! | ! | author : horace (see additional credit below) ! | author site : www.sketchworkproductions.com ! | author email : de...@sk... ! | ! | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com ! | ! | description : The "Who Am I" block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. ! | ! |********************************************************************************| ! | ! | @package mxBB Portal Module - mx_calendar ! | @version $Id$ ! | @copyright (c) 2002-2006 [Horace] mxBB Project Team ! | @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! | ! \********************************************************************************/ - /********************************************************************************\ - | Security Section (Self Explainatory) - \********************************************************************************/ if (!defined('IN_PORTAL')) { --- 1,13 ---- <?php ! /** ! * ! * @package MX-Publisher Module - mx_who_am_i ! * @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 ! * ! */ if (!defined('IN_PORTAL')) { Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 23 Nov 2006 16:38:07 -0000 1.5 --- readme.txt 3 Jun 2008 20:15:27 -0000 1.6 *************** *** 5,9 **** | begin : october, 2005 | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com | | author : horace (see additional credit below) --- 5,9 ---- | begin : october, 2005 | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-publisher.com | | author : horace (see additional credit below) *************** *** 15,19 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are --- 15,19 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/db_upgrade.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_upgrade.php 16 Feb 2008 21:50:01 -0000 1.10 --- db_upgrade.php 3 Jun 2008 20:15:25 -0000 1.11 *************** *** 1,33 **** <?php ! /********************************************************************************\ ! | ! | subject : mx-portal, CMS & portal, module ! | name : mx_who_am_i ! | begin : october, 2005 ! | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com ! | ! | author : horace (see additional credit below) ! | author site : www.sketchworkproductions.com ! | author email : de...@sk... ! | ! | additional credit : This module is based on the mx_loggedin function ! | created by RETORQ. ! | re...@di... ! | www.digitalhijinx.com ! | ! | description : The "Who Am I" block is a block that ! | will be visable only to registered users who are ! | logged in. It can be used to quickly display ! | statistics and current user image. ! | ! |********************************************************************************| ! | ! | @package mxBB Portal Module - mx_calendar ! | @version $Id$ ! | @copyright (c) 2002-2006 [Horace] mxBB Project Team ! | @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! | ! \********************************************************************************/ define( 'IN_PORTAL', true ); --- 1,12 ---- <?php ! /** ! * ! * @package MX-Publisher Module - mx_who_am_i ! * @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 ! * ! */ define( 'IN_PORTAL', true ); |