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: Jon O. <jon...@us...> - 2008-06-03 20:12:46
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2759/includes Modified Files: forum_hack.php Log Message: Final updates mxBB -> MXP and alike... Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** forum_hack.php 15 May 2008 02:48:16 -0000 1.55 --- forum_hack.php 3 Jun 2008 20:12:43 -0000 1.56 *************** *** 511,515 **** // ! // Redirect phpBB login calls to mxBB // if ($script_name == 'login') --- 511,515 ---- // ! // Redirect phpBB login calls to MXP // if ($script_name == 'login') *************** *** 1190,1194 **** // -------------------------------------------------------------------------------- ! // mxbb_reformat - fixup (truncates) urls, images and words (wrapping) for a narrow column layout // -------------------------------------------------------------------------------- function mxbb_magic($mytext = '') --- 1190,1194 ---- // -------------------------------------------------------------------------------- ! // mxp_reformat - fixup (truncates) urls, images and words (wrapping) for a narrow column layout // -------------------------------------------------------------------------------- function mxbb_magic($mytext = '') *************** *** 1714,1718 **** // ! // Replace common phpBB functions with mxBB alternatives // $code = str_replace('append_sid(', '$mx_forum->append_sid(', $code); --- 1714,1718 ---- // ! // Replace common phpBB functions with MXP alternatives // $code = str_replace('append_sid(', '$mx_forum->append_sid(', $code); *************** *** 1732,1736 **** // ! // Remove some includes already included by mxBB // $code = preg_replace ("/include(.*)functions\./", "//", $code); --- 1732,1736 ---- // ! // Remove some includes already included by MXP // $code = preg_replace ("/include(.*)functions\./", "//", $code); |
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2755/includes Modified Files: functions.php functions_admin.php functions_auth.php functions_comment.php functions_mx.php functions_mx_news.php mx_news_constants.php Log Message: Final updates mxBB -> MXP and alike... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions.php 14 Mar 2008 20:42:37 -0000 1.5 --- functions.php 3 Jun 2008 20:12:40 -0000 1.6 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: functions_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_admin.php 14 Mar 2008 20:42:38 -0000 1.2 --- functions_admin.php 3 Jun 2008 20:12:40 -0000 1.3 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_news * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: functions_mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_mx_news.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_mx_news.php 22 May 2008 21:06:40 -0000 1.5 --- functions_mx_news.php 3 Jun 2008 20:12:40 -0000 1.6 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: functions_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_mx.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_mx.php 16 Feb 2008 00:14:04 -0000 1.2 --- functions_mx.php 3 Jun 2008 20:12:40 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_news * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_comment.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_comment.php 22 May 2008 21:06:40 -0000 1.4 --- functions_comment.php 3 Jun 2008 20:12:40 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, linkdb, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, linkdb, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: functions_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_auth.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** functions_auth.php 21 Feb 2008 22:50:52 -0000 1.2 --- functions_auth.php 3 Jun 2008 20:12:40 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_news * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: mx_news_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/mx_news_constants.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_news_constants.php 14 Mar 2008 20:42:38 -0000 1.5 --- mx_news_constants.php 3 Jun 2008 20:12:40 -0000 1.6 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 60,64 **** $mx_user->extend(); ! $mx_page->add_copyright( 'mxBB News Module' ); $mx_page->add_css_file( ); } --- 60,64 ---- $mx_user->extend(); ! $mx_page->add_copyright( 'MXP News Module' ); $mx_page->add_css_file( ); } |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:43
|
Update of /cvsroot/mxbb/mx_news/mx_news/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2755/modules Modified Files: mx_news_lists.php mx_news_main.php mx_news_post_comment.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_news_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/modules/mx_news_lists.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_lists.php 22 May 2008 21:06:41 -0000 1.1 --- mx_news_lists.php 3 Jun 2008 20:12:40 -0000 1.2 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: mx_news_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/modules/mx_news_post_comment.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_news_post_comment.php 14 Mar 2008 20:42:38 -0000 1.4 --- mx_news_post_comment.php 3 Jun 2008 20:12:40 -0000 1.5 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: mx_news_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/modules/mx_news_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_news_main.php 14 Mar 2008 20:42:38 -0000 1.3 --- mx_news_main.php 3 Jun 2008 20:12:40 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:43
|
Update of /cvsroot/mxbb/mx_news/mx_news/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2755/admin Modified Files: admin_setting.php Log Message: Final updates mxBB -> MXP and alike... Index: admin_setting.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/admin/admin_setting.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_setting.php 14 Mar 2008 20:42:37 -0000 1.2 --- admin_setting.php 3 Jun 2008 20:12:40 -0000 1.3 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:34
|
Update of /cvsroot/mxbb/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2681 Modified Files: db_install.php db_uninstall.php db_upgrade.php mx_install_readme.htm mx_news.php mx_news_list.php Log Message: Final updates mxBB -> MXP and alike... Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 8 Feb 2008 21:57:46 -0000 1.1 --- db_uninstall.php 3 Jun 2008 20:12:17 -0000 1.2 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_install_readme.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_install_readme.htm 8 Feb 2008 21:57:46 -0000 1.1 --- mx_install_readme.htm 3 Jun 2008 20:12:17 -0000 1.2 *************** *** 238,245 **** III. <a href="#languages">Additional languages</a><br /> <br /> ! <a href="http://www.mx-system.com" target="_blank" class="postlink">DEMO </a> <br /> <br /> ! <a href="http://www.mx-system.com/index.php?page=4" target="_blank" class="postlink"> DOWNLOAD </a> <br /> <br /><a name="install"> --- 238,245 ---- III. <a href="#languages">Additional languages</a><br /> <br /> ! <a href="http://www.mx-publisher.com" target="_blank" class="postlink">DEMO </a> <br /> <br /> ! <a href="http://www.mx-publisher.com/index.php?page=4" target="_blank" class="postlink"> DOWNLOAD </a> <br /> <br /><a name="install"> *************** *** 247,253 **** <span style="font-weight: bold">I. Installation Instructions</span> <br /> To install this module, follow these instructions. If you encounter any ! problems during install, visit the <a href="http://www.mx-system.com/forum/viewforum.php?f=20" target="_blank" class="postlink"> module support forum</a>. </p> ! <p>All install notes are maintained at www.mx-system.com, <a href="http://www.mx-system.com/forum/viewforum.php?f=11">here</a>.<br> <br> To summarize:<br> --- 247,253 ---- <span style="font-weight: bold">I. Installation Instructions</span> <br /> To install this module, follow these instructions. If you encounter any ! problems during install, visit the <a href="http://www.mx-publisher.com/forum/viewforum.php?f=20" target="_blank" class="postlink"> module support forum</a>. </p> ! <p>All install notes are maintained at www.mx-publisher.com, <a href="http://www.mx-publisher.com/forum/viewforum.php?f=11">here</a>.<br> <br> To summarize:<br> *************** *** 270,274 **** First check to see if your language is already translated. <br /> <br /> ! Translated languages are downloaded <a href="http://www.mx-system.com/index.php?page=4&action=category&cat_id=5" target="_blank" class="postlink"> here</a>. <br /> <br /> --- 270,274 ---- First check to see if your language is already translated. <br /> <br /> ! Translated languages are downloaded <a href="http://www.mx-publisher.com/index.php?page=4&action=category&cat_id=5" target="_blank" class="postlink"> here</a>. <br /> <br /> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 16 Feb 2008 21:47:03 -0000 1.3 --- db_upgrade.php 3 Jun 2008 20:12:17 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 13 Mar 2008 19:15:53 -0000 1.4 --- db_install.php 3 Jun 2008 20:12:17 -0000 1.5 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: mx_news_list.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news_list.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_list.php 22 May 2008 21:06:28 -0000 1.1 --- mx_news_list.php 3 Jun 2008 20:12:17 -0000 1.2 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 44,48 **** // ! // Get mxBB config settings // $portal_config = $mx_cache->obtain_mxbb_config(); --- 44,48 ---- // ! // Get MX-Publisher config settings // $portal_config = $mx_cache->obtain_mxbb_config(); Index: mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_news.php 13 Mar 2008 19:15:53 -0000 1.4 --- mx_news.php 3 Jun 2008 20:12:17 -0000 1.5 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 44,48 **** // ! // Get mxBB config settings // $portal_config = $mx_cache->obtain_mxbb_config(); --- 44,48 ---- // ! // Get MX-Publisher config settings // $portal_config = $mx_cache->obtain_mxbb_config(); |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:34
|
Update of /cvsroot/mxbb/mx_news/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2727/lang_swedish Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/language/lang_swedish/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 22 May 2008 21:06:28 -0000 1.3 --- lang_main.php 3 Jun 2008 20:12:29 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/language/lang_swedish/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 14 Mar 2008 20:42:14 -0000 1.3 --- lang_admin.php 3 Jun 2008 20:12:29 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 36,40 **** $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från mxBB roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; // --- 36,40 ---- $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från MX-Publisher roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; // *************** *** 82,86 **** $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; --- 82,86 ---- $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:34
|
Update of /cvsroot/mxbb/mx_news/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2727/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/language/lang_english/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_main.php 22 May 2008 21:06:28 -0000 1.3 --- lang_main.php 3 Jun 2008 20:12:29 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/language/lang_english/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 14 Mar 2008 20:42:13 -0000 1.3 --- lang_admin.php 3 Jun 2008 20:12:29 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 42,46 **** $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; // --- 42,46 ---- $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from MX-Publisher/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; // |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:34
|
Update of /cvsroot/mxbb/mx_news/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2681/mx_news Modified Files: mx_news_common.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_news_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/mx_news_common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_news_common.php 17 Feb 2008 19:20:28 -0000 1.3 --- mx_news_common.php 3 Jun 2008 20:12:17 -0000 1.4 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:12:34
|
Update of /cvsroot/mxbb/mx_news/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2681/admin Modified Files: admin_mx_news.php Log Message: Final updates mxBB -> MXP and alike... Index: admin_mx_news.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/admin/admin_mx_news.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_mx_news.php 14 Mar 2008 20:41:51 -0000 1.4 --- admin_mx_news.php 3 Jun 2008 20:12:17 -0000 1.5 *************** *** 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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_news * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:52
|
Update of /cvsroot/mxbb/mx_kb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2247 Modified Files: _core.cfg kb_footer.tpl Log Message: Final updates mxBB -> MXP and alike... Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/_core.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** _core.cfg 23 Feb 2008 20:23:52 -0000 1.2 --- _core.cfg 3 Jun 2008 20:11:45 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_footer.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_footer.tpl 9 Sep 2007 20:06:03 -0000 1.1 --- kb_footer.tpl 3 Jun 2008 20:11:45 -0000 1.2 *************** *** 34,38 **** <!-- BEGIN copy_footer --> <div align="center"><span class="copyright"><br /> ! Powered by {L_MODULE_VERSION}, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=200195" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> <!-- END copy_footer --> --- 34,38 ---- <!-- BEGIN copy_footer --> <div align="center"><span class="copyright"><br /> ! Powered by {L_MODULE_VERSION}, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-publisher.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=200195" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> <!-- END copy_footer --> |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:38
|
Update of /cvsroot/mxbb/mx_kb/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2202/lang_swedish Modified Files: lang_admin.php lang_admin_rebuild_search.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_swedish/lang_admin_rebuild_search.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin_rebuild_search.php 13 Feb 2008 21:18:40 -0000 1.1 --- lang_admin_rebuild_search.php 3 Jun 2008 20:11:34 -0000 1.2 *************** *** 1,21 **** <?php - /** ------------------------------------------------------------------------ - * Subject : mxBB - a fully modular portal and CMS (for phpBB) - * Author : Jon Ohlsson and the mxBB Team - * Credits : The phpBB Group & Marc Morisette, wGeric - * Copyright : (C) 2002-2005 mxBB Portal - * Email : jo...@mx... - * Project site : www.mxbb.net - * ------------------------------------------------------------------------- - * - * $Id$ - */ - /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ $lang['Rebuild_search'] = 'Rebuild Search'; --- 1,11 ---- <?php /** ! * ! * @package MX-Publisher Module - mx_kb ! * @version $Id$ ! * @copyright (c) 2002-2006 [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 ! * ! */ $lang['Rebuild_search'] = 'Rebuild Search'; Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_swedish/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 13 Feb 2008 21:18:40 -0000 1.1 --- lang_main.php 3 Jun 2008 20:11:34 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 36,40 **** $lang['Edit'] = 'Ändra'; $lang['Click_cat_to_add'] = 'Klicka på \'Kategori\' för att lägga till en artikel'; ! $lang['Standalone_Not_Supported'] = 'Denna module tillåter inte att användas utanför mxBB. Skapa ett mxBB block i mxBBs kontrollpanel.'; $lang['Article_submitted_Approve'] = 'Artikeln skickades...<br />En administratör kommer att granska artikeln innan den blir tillgänglig för andra.'; --- 36,40 ---- $lang['Edit'] = 'Ändra'; $lang['Click_cat_to_add'] = 'Klicka på \'Kategori\' för att lägga till en artikel'; ! $lang['Standalone_Not_Supported'] = 'Denna module tillåter inte att användas utanför MX-Publisher. Skapa ett MX-Publisher block i MXPs kontrollpanel.'; $lang['Article_submitted_Approve'] = 'Artikeln skickades...<br />En administratör kommer att granska artikeln innan den blir tillgänglig för andra.'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_swedish/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 13 Mar 2008 19:13:39 -0000 1.2 --- lang_admin.php 3 Jun 2008 20:11:34 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 59,63 **** $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från mxBB roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Tillåt lägga till artiklar'; --- 59,63 ---- $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från MX-Publisher roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Tillåt lägga till artiklar'; *************** *** 151,155 **** $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; --- 151,155 ---- $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:37
|
Update of /cvsroot/mxbb/mx_kb/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2202/lang_romanian Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_romanian/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 7 Mar 2008 05:50:35 -0000 1.1 --- lang_main.php 3 Jun 2008 20:11:33 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_romanian/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 7 Mar 2008 05:50:34 -0000 1.1 --- lang_admin.php 3 Jun 2008 20:11:33 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 59,63 **** $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding article'; --- 59,63 ---- $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from MX-Publisher/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding article'; *************** *** 150,154 **** $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Image resize'; --- 150,154 ---- $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Image resize'; |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:37
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2202/lang_english Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_main.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** lang_main.php 28 Jan 2008 21:51:03 -0000 1.20 --- lang_main.php 3 Jun 2008 20:11:33 -0000 1.21 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 13 Mar 2008 19:13:39 -0000 1.10 --- lang_admin.php 3 Jun 2008 20:11:33 -0000 1.11 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 59,63 **** $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from mxBB/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding article'; --- 59,63 ---- $lang['Wysiwyg_path'] = 'Path to WYSIWYG software'; ! $lang['Wysiwyg_path_explain'] = 'This is the path (from MXP/phpBB root) to the WYSIWYG software folder, eg \'modules/mx_shared/\' if you have uploaded, for example, TinyMCE in modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Allow Adding article'; *************** *** 150,154 **** $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Image resize'; --- 150,154 ---- $lang['Format_truncate_links'] = 'Truncate Links'; ! $lang['Format_truncate_links_explain'] = 'Links are shortened, eg t ex \'www.mxp-portal...\''; $lang['Format_image_resize'] = 'Image resize'; |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:25
|
Update of /cvsroot/mxbb/mx_kb/kb/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2185 Modified Files: kb__tab-view.php Log Message: Final updates mxBB -> MXP and alike... Index: kb__tab-view.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/tabs/kb__tab-view.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb__tab-view.php 21 May 2008 21:52:15 -0000 1.4 --- kb__tab-view.php 3 Jun 2008 20:11:20 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:15
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv947/includes Modified Files: functions.php functions_admin.php functions_auth.php functions_comment.php functions_kb.php functions_mx.php kb_constants.php kb_defs.php kb_pages.php Log Message: Final updates mxBB -> MXP and alike... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** functions.php 15 Feb 2008 22:11:49 -0000 1.22 --- functions.php 3 Jun 2008 20:10:15 -0000 1.23 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: functions_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_admin.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** functions_admin.php 9 Sep 2007 20:06:01 -0000 1.9 --- functions_admin.php 3 Jun 2008 20:10:15 -0000 1.10 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** kb_constants.php 21 May 2008 21:52:14 -0000 1.13 --- kb_constants.php 3 Jun 2008 20:10:24 -0000 1.14 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team *************** *** 86,90 **** } ! $mx_page->add_copyright( 'mxBB Knowledge Base Module' ); } } --- 86,90 ---- } ! $mx_page->add_copyright( 'MXP Knowledge Base Module' ); } } Index: functions_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_mx.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** functions_mx.php 15 Feb 2008 22:43:41 -0000 1.7 --- functions_mx.php 3 Jun 2008 20:10:19 -0000 1.8 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_comment.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** functions_comment.php 9 Sep 2007 20:06:01 -0000 1.12 --- functions_comment.php 3 Jun 2008 20:10:17 -0000 1.13 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: functions_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_auth.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions_auth.php 30 May 2007 21:32:24 -0000 1.6 --- functions_auth.php 3 Jun 2008 20:10:16 -0000 1.7 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_defs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_defs.php 7 Jun 2006 20:28:54 -0000 1.3 --- kb_defs.php 3 Jun 2008 20:10:27 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_pages.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_pages.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kb_pages.php 30 May 2007 21:32:24 -0000 1.6 --- kb_pages.php 3 Jun 2008 20:10:28 -0000 1.7 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team *************** *** 49,53 **** { // ! // Simple usage, for old mxBB versions // $this->page_id = get_page_id( $this->target_file, true ); --- 49,53 ---- { // ! // Simple usage, for old MX-Publisher versions // $this->page_id = get_page_id( $this->target_file, true ); Index: functions_kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_kb.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** functions_kb.php 21 May 2008 21:52:14 -0000 1.25 --- functions_kb.php 3 Jun 2008 20:10:19 -0000 1.26 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:15
|
Update of /cvsroot/mxbb/mx_linkdb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2013 Modified Files: _core.cfg Log Message: Final updates mxBB -> MXP and alike... Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/_core/_core.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** _core.cfg 23 Feb 2008 20:23:56 -0000 1.2 --- _core.cfg 3 Jun 2008 20:11:09 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:11:04
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv936/modules Modified Files: link_category.php link_jump.php link_link.php link_lists.php link_main.php link_mcp.php link_mini.php link_post_comment.php link_rate.php link_search.php link_user_upload.php link_viewall.php Log Message: Final updates mxBB -> MXP and alike... Index: link_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_mini.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** link_mini.php 21 May 2008 21:53:53 -0000 1.8 --- link_mini.php 3 Jun 2008 20:10:15 -0000 1.9 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_mcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_mcp.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** link_mcp.php 15 Feb 2008 22:28:25 -0000 1.4 --- link_mcp.php 3 Jun 2008 20:10:14 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_category.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_category.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** link_category.php 15 Feb 2008 23:03:24 -0000 1.16 --- link_category.php 3 Jun 2008 20:10:10 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_lists.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** link_lists.php 15 Feb 2008 22:28:25 -0000 1.5 --- link_lists.php 3 Jun 2008 20:10:13 -0000 1.6 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** link_user_upload.php 18 Feb 2008 20:21:27 -0000 1.16 --- link_user_upload.php 3 Jun 2008 20:10:19 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_jump.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_jump.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** link_jump.php 15 Feb 2008 22:28:25 -0000 1.4 --- link_jump.php 3 Jun 2008 20:10:11 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_rate.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** link_rate.php 15 Feb 2008 22:28:25 -0000 1.15 --- link_rate.php 3 Jun 2008 20:10:16 -0000 1.16 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_link.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_link.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** link_link.php 15 Feb 2008 22:28:25 -0000 1.11 --- link_link.php 3 Jun 2008 20:10:12 -0000 1.12 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_search.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** link_search.php 15 Feb 2008 22:28:25 -0000 1.16 --- link_search.php 3 Jun 2008 20:10:17 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_post_comment.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** link_post_comment.php 17 Feb 2008 20:25:57 -0000 1.8 --- link_post_comment.php 3 Jun 2008 20:10:15 -0000 1.9 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_viewall.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_viewall.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** link_viewall.php 9 Sep 2007 20:09:05 -0000 1.13 --- link_viewall.php 3 Jun 2008 20:10:19 -0000 1.14 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: link_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_main.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_main.php 9 Sep 2007 20:09:04 -0000 1.12 --- link_main.php 3 Jun 2008 20:10:14 -0000 1.13 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:51
|
Update of /cvsroot/mxbb/mx_kb/kb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv947/admin Modified Files: admin_auth_manage.php admin_cat_manage.php admin_custom_manage.php admin_settings.php admin_types_manage.php Log Message: Final updates mxBB -> MXP and alike... Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_custom_manage.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** admin_custom_manage.php 9 Sep 2007 20:06:01 -0000 1.4 --- admin_custom_manage.php 3 Jun 2008 20:10:13 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_cat_manage.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_cat_manage.php 28 Jan 2008 21:51:02 -0000 1.6 --- admin_cat_manage.php 3 Jun 2008 20:10:12 -0000 1.7 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_types_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_types_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_types_manage.php 9 Sep 2007 20:06:01 -0000 1.5 --- admin_types_manage.php 3 Jun 2008 20:10:14 -0000 1.6 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_settings.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_settings.php 28 Jan 2008 21:51:03 -0000 1.5 --- admin_settings.php 3 Jun 2008 20:10:14 -0000 1.6 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/admin/admin_auth_manage.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_auth_manage.php 9 Sep 2007 20:06:00 -0000 1.5 --- admin_auth_manage.php 3 Jun 2008 20:10:12 -0000 1.6 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:47
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv947/modules Modified Files: kb_app.php kb_article.php kb_cat.php kb_lists.php kb_main.php kb_mcp.php kb_mini.php kb_post.php kb_post_comment.php kb_rate.php kb_search.php kb_stats.php Log Message: Final updates mxBB -> MXP and alike... Index: kb_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_stats.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** kb_stats.php 15 Feb 2008 22:25:49 -0000 1.9 --- kb_stats.php 3 Jun 2008 20:10:36 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_app.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_app.php 2 Jun 2007 20:52:37 -0000 1.2 --- kb_app.php 3 Jun 2008 20:10:29 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_simpledoc * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_simpledoc * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_mcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_mcp.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_mcp.php 15 Feb 2008 22:25:49 -0000 1.4 --- kb_mcp.php 3 Jun 2008 20:10:33 -0000 1.5 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: kb_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_lists.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kb_lists.php 15 Feb 2008 22:25:49 -0000 1.6 --- kb_lists.php 3 Jun 2008 20:10:33 -0000 1.7 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** kb_post.php 18 Feb 2008 20:21:11 -0000 1.17 --- kb_post.php 3 Jun 2008 20:10:34 -0000 1.18 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_mini.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** kb_mini.php 21 May 2008 21:52:15 -0000 1.9 --- kb_mini.php 3 Jun 2008 20:10:34 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: kb_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_main.php 1 Aug 2006 21:00:38 -0000 1.4 --- kb_main.php 3 Jun 2008 20:10:33 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_search.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_search.php 15 Feb 2008 22:25:49 -0000 1.11 --- kb_search.php 3 Jun 2008 20:10:35 -0000 1.12 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_rate.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** kb_rate.php 15 Feb 2008 22:25:49 -0000 1.10 --- kb_rate.php 3 Jun 2008 20:10:35 -0000 1.11 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_cat.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** kb_cat.php 15 Feb 2008 22:25:49 -0000 1.10 --- kb_cat.php 3 Jun 2008 20:10:32 -0000 1.11 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: kb_article.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_article.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** kb_article.php 21 May 2008 21:52:15 -0000 1.18 --- kb_article.php 3 Jun 2008 20:10:30 -0000 1.19 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: kb_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post_comment.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** kb_post_comment.php 17 Feb 2008 20:25:21 -0000 1.15 --- kb_post_comment.php 3 Jun 2008 20:10:35 -0000 1.16 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_kb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:47
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv936/includes Modified Files: functions.php functions_admin.php functions_auth.php functions_comment.php functions_linkdb.php functions_mx.php linkdb_constants.php Log Message: Final updates mxBB -> MXP and alike... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** functions.php 22 Feb 2008 23:10:56 -0000 1.24 --- functions.php 3 Jun 2008 20:10:06 -0000 1.25 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: functions_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_admin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions_admin.php 22 Feb 2008 23:10:57 -0000 1.6 --- functions_admin.php 3 Jun 2008 20:10:06 -0000 1.7 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: functions_mx.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_mx.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_mx.php 22 Feb 2008 23:10:57 -0000 1.4 --- functions_mx.php 3 Jun 2008 20:10:08 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_comment.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions_comment.php 9 Sep 2007 20:09:02 -0000 1.6 --- functions_comment.php 3 Jun 2008 20:10:06 -0000 1.7 *************** *** 2,8 **** /** * ! * @package mxBBmodule_mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, linkdb, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [Mohd Basri, PHP Arena, linkdb, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: functions_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_auth.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions_auth.php 22 Feb 2008 23:10:57 -0000 1.4 --- functions_auth.php 3 Jun 2008 20:10:06 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBBmodule_mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team Index: linkdb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/linkdb_constants.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** linkdb_constants.php 17 Feb 2008 20:25:57 -0000 1.14 --- linkdb_constants.php 3 Jun 2008 20:10:09 -0000 1.15 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * *************** *** 73,77 **** $mx_user->extend(); ! $mx_page->add_copyright( 'mxBB linkDB Module' ); } } --- 73,77 ---- $mx_user->extend(); ! $mx_page->add_copyright( 'MXP linkDB Module' ); } } Index: functions_linkdb.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_linkdb.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** functions_linkdb.php 7 May 2008 20:07:58 -0000 1.29 --- functions_linkdb.php 3 Jun 2008 20:10:07 -0000 1.30 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:44
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv936/admin Modified Files: admin_auth_manage.php admin_cat_manage.php admin_custom_manage.php admin_setting.php Log Message: Final updates mxBB -> MXP and alike... Index: admin_custom_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_custom_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_custom_manage.php 9 Sep 2007 20:09:01 -0000 1.3 --- admin_custom_manage.php 3 Jun 2008 20:10:05 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_cat_manage.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** admin_cat_manage.php 28 Jan 2008 21:53:03 -0000 1.14 --- admin_cat_manage.php 3 Jun 2008 20:10:05 -0000 1.15 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_auth_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_auth_manage.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_auth_manage.php 9 Sep 2007 20:09:01 -0000 1.7 --- admin_auth_manage.php 3 Jun 2008 20:10:04 -0000 1.8 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * Index: admin_setting.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/admin/admin_setting.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** admin_setting.php 28 Jan 2008 21:53:04 -0000 1.15 --- admin_setting.php 3 Jun 2008 20:10:05 -0000 1.16 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_linkdb * @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 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_linkdb * @version $Id$ ! * @copyright (c) 2002-2006 [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 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:35
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1491 Modified Files: music_cat_body.tpl music_config_body.tpl Log Message: Final updates mxBB -> MXP and alike... Index: music_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_cat_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_cat_body.tpl 30 Aug 2007 03:53:33 -0000 1.2 --- music_cat_body.tpl 3 Jun 2008 20:10:27 -0000 1.3 *************** *** 10,15 **** <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> --- 10,15 ---- <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> *************** *** 32,34 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 32,34 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file Index: music_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_config_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_config_body.tpl 10 Sep 2007 22:28:43 -0000 1.4 --- music_config_body.tpl 3 Jun 2008 20:10:28 -0000 1.5 *************** *** 201,203 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 201,203 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:33
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1477 Modified Files: _core.cfg Log Message: Final updates mxBB -> MXP and alike... Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/_core.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** _core.cfg 23 Feb 2008 20:23:07 -0000 1.2 --- _core.cfg 3 Jun 2008 20:10:24 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:19
|
Update of /cvsroot/mxbb/mx_music/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1355 Modified Files: music_cat_body.tpl music_config_body.tpl Log Message: Final updates mxBB -> MXP and alike... Index: music_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/admin/music_cat_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_cat_body.tpl 29 Jan 2008 07:51:27 -0000 1.1 --- music_cat_body.tpl 3 Jun 2008 20:10:09 -0000 1.2 *************** *** 10,15 **** <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> --- 10,15 ---- <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> *************** *** 32,34 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 32,34 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file Index: music_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/admin/music_config_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_config_body.tpl 29 Jan 2008 07:51:28 -0000 1.1 --- music_config_body.tpl 3 Jun 2008 20:10:10 -0000 1.2 *************** *** 201,203 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 201,203 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:13
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv961/lang_swedish Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_swedish/lang_main.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_main.php 28 Jan 2008 21:44:44 -0000 1.6 --- lang_main.php 3 Jun 2008 20:10:04 -0000 1.7 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 36,40 **** $lang['Edit'] = 'Ändra'; $lang['Click_cat_to_add'] = 'Klicka på \'Produkt\' för att lägga till en bugg'; ! $lang['Standalone_Not_Supported'] = 'Denna module tillåter inte att användas utanför mxBB. Skapa ett mxBB block i mxBBs kontrollpanel.'; $lang['Bug_submitted_Approve'] = 'Buggen skickades...<br />En administratör kommer att granska buggen innan den blir tillgänglig för andra.'; --- 36,40 ---- $lang['Edit'] = 'Ändra'; $lang['Click_cat_to_add'] = 'Klicka på \'Produkt\' för att lägga till en bugg'; ! $lang['Standalone_Not_Supported'] = 'Denna module tillåter inte att användas utanför MXP. Skapa ett MXP block i MXPs kontrollpanel.'; $lang['Bug_submitted_Approve'] = 'Buggen skickades...<br />En administratör kommer att granska buggen innan den blir tillgänglig för andra.'; Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_swedish/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 13 Mar 2008 19:12:53 -0000 1.3 --- lang_admin.php 3 Jun 2008 20:10:04 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 37,41 **** $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från mxBB roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Tillåt lägga till buggar'; --- 37,41 ---- $lang['Wysiwyg_path'] = 'Var finns wysiwyg mjukvaran?'; ! $lang['Wysiwyg_path_explain'] = 'Sövägen till (från MXP roten) mappen där wysiwyg mjukvaran är uppladdad, t ex \'modules/mx_shared/\' om tinymce finns i mappen modules/mx_shared/tinymce.'; $lang['Allow_file'] = 'Tillåt lägga till buggar'; *************** *** 128,132 **** $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.mxbb-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; --- 128,132 ---- $lang['Format_truncate_links'] = 'Förkorta länkar'; ! $lang['Format_truncate_links_explain'] = 'Länkar skrivs om, t ex \'www.MXP-portal...\''; $lang['Format_image_resize'] = 'Skala om bilder'; |