|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:37
|
Update of /cvsroot/mxbb/mx_dev_startkit In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31484 Modified Files: DevelopersStartkit.pak db_install.php db_uninstall.php db_upgrade.php mx_dev_startkit.php Log Message: Final updates mxBB -> MXP and alike... Index: DevelopersStartkit.pak =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/DevelopersStartkit.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DevelopersStartkit.pak 22 Oct 2005 22:43:04 -0000 1.2 --- DevelopersStartkit.pak 3 Jun 2008 20:07:26 -0000 1.3 *************** *** 1,3 **** ! module=+:60=+:Developers Startkit Module=+:modules/mx_dev_startkit/=+:Developers resource, demonstrating how to develope a mxBB module, by giving examples=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:104=+:DevelopersStartkitFunction=+:Startkit Function=+:mx_dev_startkit.php=+: --- 1,3 ---- ! module=+:60=+:Developers Startkit Module=+:modules/mx_dev_startkit/=+:Developers resource, demonstrating how to develope a MXP module, by giving examples=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:60=+:104=+:DevelopersStartkitFunction=+:Startkit Function=+:mx_dev_startkit.php=+: Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/db_upgrade.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_upgrade.php 16 Feb 2008 21:45:41 -0000 1.8 --- db_upgrade.php 3 Jun 2008 20:07:26 -0000 1.9 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [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: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/db_uninstall.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_uninstall.php 5 May 2007 20:20:24 -0000 1.5 --- db_uninstall.php 3 Jun 2008 20:07:26 -0000 1.6 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [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: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/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:45:41 -0000 1.9 --- db_install.php 3 Jun 2008 20:07:26 -0000 1.10 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [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: mx_dev_startkit.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/mx_dev_startkit.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_dev_startkit.php 9 Sep 2007 17:07:14 -0000 1.7 --- mx_dev_startkit.php 3 Jun 2008 20:07:26 -0000 1.8 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [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 * */ *************** *** 31,35 **** | Handy Core methods | ------------------ ! | When porting phpBB MODs to mxBB, typically you need a few standard rewrites. The mx_modules class provides a handy set of methods. | | --- 31,35 ---- | Handy Core methods | ------------------ ! | When porting phpBB MODs to MX-Publisher, typically you need a few standard rewrites. The mx_modules class provides a handy set of methods. | | *************** *** 44,48 **** | | ! | Remember: All instances of page_header and page_tail inclusions should be removed, not to interfer with mxBB headers | | --- 44,48 ---- | | ! | Remember: All instances of page_header and page_tail inclusions should be removed, not to interfer with MX-Publisher headers | | |