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:07:37
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30824 Modified Files: activity.php db_install.php db_uninstall.php db_upgrade.php game.php newscore.php Log Message: Final updates mxBB -> MXP and alike... Index: newscore.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/newscore.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** newscore.php 2 May 2006 23:25:45 -0000 1.10 --- newscore.php 3 Jun 2008 20:06:56 -0000 1.11 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: game.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/game.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** game.php 2 May 2006 23:25:45 -0000 1.7 --- game.php 3 Jun 2008 20:06:56 -0000 1.8 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: activity.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/activity.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** activity.php 5 Apr 2006 22:03:54 -0000 1.8 --- activity.php 3 Jun 2008 20:06:54 -0000 1.9 *************** *** 2,12 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 2,12 ---- /** * ! * @package MX-Publisher Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 223,227 **** $row = $db->sql_fetchrow( $r ); $random_game = append_sid( this_act_mxurl( "mode=game&id=" . $row['game_id'] . "&parent=true" ) ); ! $random_image = $phpbb_root_path . "templates/subSilver/images/icon_mini_faq.gif"; // Challenge -------------------------------- if ( $mode == "challenge" ) --- 223,227 ---- $row = $db->sql_fetchrow( $r ); $random_game = append_sid( this_act_mxurl( "mode=game&id=" . $row['game_id'] . "&parent=true" ) ); ! $random_image = $phpbb_root_path . "templates/subSilver/images/icon_mini_faq.gif"; // Challenge -------------------------------- if ( $mode == "challenge" ) *************** *** 357,363 **** "L_GAMES" => $lang['game'], "L_COMMENTS_TITLE" => $lang['comments_title'], ! "L_HIGHSCORES_TITLE" => $lang['game_highscores'], ! ) ); ! // // Generate page // --- 357,363 ---- "L_GAMES" => $lang['game'], "L_COMMENTS_TITLE" => $lang['comments_title'], ! "L_HIGHSCORES_TITLE" => $lang['game_highscores'], ! ) ); ! // // Generate page // Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_uninstall.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_uninstall.php 2 May 2006 23:25:45 -0000 1.9 --- db_uninstall.php 3 Jun 2008 20:06:54 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_upgrade.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** db_upgrade.php 16 Feb 2008 21:45:03 -0000 1.17 --- db_upgrade.php 3 Jun 2008 20:06:55 -0000 1.18 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, Jon Ohlsson] 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_act/db_install.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** db_install.php 16 Feb 2008 21:45:03 -0000 1.16 --- db_install.php 3 Jun 2008 20:06:54 -0000 1.17 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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_act * @version $Id$ ! * @copyright (c) 2002-2006 [Napoleon/aUsTiN-Inc, 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:07:32
|
Update of /cvsroot/mxbb/mx_dev_startkit/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31484/admin Modified Files: admin_dev_startkit.php mx_module_defs.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/admin/mx_module_defs.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_module_defs.php 5 May 2007 20:20:23 -0000 1.5 --- mx_module_defs.php 3 Jun 2008 20:07:27 -0000 1.6 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: admin_dev_startkit.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/admin/admin_dev_startkit.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_dev_startkit.php 9 Sep 2007 17:07:13 -0000 1.6 --- admin_dev_startkit.php 3 Jun 2008 20:07:27 -0000 1.7 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_dev_startkit * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:28
|
Update of /cvsroot/mxbb/mx_bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30867/admin Modified Files: admin_bugsbt.php Log Message: Final updates mxBB -> MXP and alike... Index: admin_bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/admin/admin_bugsbt.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_bugsbt.php 15 Feb 2008 22:21:22 -0000 1.3 --- admin_bugsbt.php 3 Jun 2008 20:06:54 -0000 1.4 *************** *** 2,10 **** /** * ! * @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 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @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 ! * @link http://www.mx-publisher.com * */ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:21
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30985 Modified Files: calendar.php db_install.php db_uninstall.php db_upgrade.php mx_calendar_events.php mx_calendar_mini.php mx_calendar_query.php mx_install_readme.htm Log Message: Final updates mxBB -> MXP and alike... Index: mx_calendar_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_mini.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** mx_calendar_mini.php 5 May 2007 20:19:21 -0000 1.12 --- mx_calendar_mini.php 3 Jun 2008 20:07:09 -0000 1.13 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: mx_calendar_query.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_query.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_calendar_query.php 5 May 2007 20:19:21 -0000 1.15 --- mx_calendar_query.php 3 Jun 2008 20:07:09 -0000 1.16 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_uninstall.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_uninstall.php 5 May 2007 20:19:20 -0000 1.14 --- db_uninstall.php 3 Jun 2008 20:07:09 -0000 1.15 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_install_readme.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** mx_install_readme.htm 2 May 2004 15:38:20 -0000 1.7 --- mx_install_readme.htm 3 Jun 2008 20:07:09 -0000 1.8 *************** *** 227,234 **** <p><br /> <span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module: ! mx_calsnails 1.06</span> (for MX-System v. 2.7.1+)</span> <br /> This is an addon module for the Mx Portal. More detailed release ! info is published (and updated) at <a href="http://www.mx-system.com" target="_blank">www.mx-system.com</a>.<br /> <br /> <span style="font-weight: bold">Description</span> <br /> --- 227,234 ---- <p><br /> <span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module: ! mx_calsnails 1.06</span> (for MX-System v. 2.7.1+)</span> <br /> This is an addon module for the Mx Portal. More detailed release ! info is published (and updated) at <a href="http://www.mx-publisher.com" target="_blank">www.mx-publisher.com</a>.<br /> <br /> <span style="font-weight: bold">Description</span> <br /> *************** *** 249,255 **** III. <a href="#languages">Additional languages</a> <br /> <br /> ! <a href="http://www.mx-system.com/index.php?page=104" 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 /><a name="install"> <br /> --- 249,255 ---- III. <a href="#languages">Additional languages</a> <br /> <br /> ! <a href="http://www.mx-publisher.com/index.php?page=104" 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 /><a name="install"> <br /> *************** *** 257,261 **** - To install this module, follow these instructions. If you encounter any problems during install, please, visit the ! <a href="http://www.mx-system.com/forum/viewforum.php?f=10" target="_blank">Module Development & Release</a> forum. <br /> </p> <p>0) Consult the <a href="version_history.txt" target="_blank">version_history.txt</a> to learn about module version changes/updates. --- 257,261 ---- - To install this module, follow these instructions. If you encounter any problems during install, please, visit the ! <a href="http://www.mx-publisher.com/forum/viewforum.php?f=10" target="_blank">Module Development & Release</a> forum. <br /> </p> <p>0) Consult the <a href="version_history.txt" target="_blank">version_history.txt</a> to learn about module version changes/updates. *************** *** 322,326 **** - Checkout <a href="http://www.snailsource.com" target="_blank">SnailSource site</a> for additional languages, download CalLite, unzip and complete MX module strings (see below).<br /> ! - Also, see if your language has already been translated here: <a href="http://www.mx-system.com/index.php?page=4&action=category&cat_id=5" target="_blank" class="postlink">mx-system</a>.<br /> <br /> --- 322,326 ---- - Checkout <a href="http://www.snailsource.com" target="_blank">SnailSource site</a> for additional languages, download CalLite, unzip and complete MX module strings (see below).<br /> ! - Also, see if your language has already been translated here: <a href="http://www.mx-publisher.com/index.php?page=4&action=category&cat_id=5" target="_blank" class="postlink">mx-system</a>.<br /> <br /> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_upgrade.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** db_upgrade.php 16 Feb 2008 21:45:29 -0000 1.23 --- db_upgrade.php 3 Jun 2008 20:07:09 -0000 1.24 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** db_install.php 16 Feb 2008 21:45:29 -0000 1.30 --- db_install.php 3 Jun 2008 20:07:09 -0000 1.31 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: mx_calendar_events.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_events.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mx_calendar_events.php 9 Sep 2007 19:48:44 -0000 1.25 --- mx_calendar_events.php 3 Jun 2008 20:07:09 -0000 1.26 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** calendar.php 9 Sep 2007 19:48:44 -0000 1.30 --- calendar.php 3 Jun 2008 20:07:09 -0000 1.31 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:15
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30985/includes Modified Files: cal_functions.php cal_settings.php mx_common.php Log Message: Final updates mxBB -> MXP and alike... Index: cal_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_settings.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** cal_settings.php 28 Jan 2008 21:47:30 -0000 1.16 --- cal_settings.php 3 Jun 2008 20:07:10 -0000 1.17 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 38,42 **** { $mx_user->extend(); ! $mx_page->add_copyright( 'mxBB Calsnails Module' ); $mx_page->add_css_file(); } --- 38,42 ---- { $mx_user->extend(); ! $mx_page->add_copyright( 'MXP Calsnails Module' ); $mx_page->add_css_file(); } Index: mx_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/mx_common.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_common.php 5 May 2007 20:19:22 -0000 1.19 --- mx_common.php 3 Jun 2008 20:07:11 -0000 1.20 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** cal_functions.php 22 Feb 2008 23:07:03 -0000 1.12 --- cal_functions.php 3 Jun 2008 20:07:10 -0000 1.13 *************** *** 2,10 **** /** * ! * @package mxBB Portal Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_calsnails * @version $Id$ ! * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:10
|
Update of /cvsroot/mxbb/mx_bugsbt/docs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30867/docs Modified Files: help-about.html Log Message: Final updates mxBB -> MXP and alike... Index: help-about.html =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/docs/help-about.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** help-about.html 28 Apr 2007 21:10:48 -0000 1.2 --- help-about.html 3 Jun 2008 20:06:57 -0000 1.3 *************** *** 16,25 **** <body> ! <h1>mxBB BugsBT</h1> <b>version 1.0.0</b> <div class="hr"></div> <p> BugTracker BugsBT management system. <br /> ! Created by <a href="http://www.mxbb.net" target="_blank">Jon Ohlsson</a>. <br /> Based on original code by <a href="http://gosu.pl/php/simpledoc.html" target="_blank">Cezary Tomczak</a>. <br /> <br /> </p> --- 16,25 ---- <body> ! <h1>MXP BugsBT</h1> <b>version 1.0.0</b> <div class="hr"></div> <p> BugTracker BugsBT management system. <br /> ! Created by <a href="http://www.MX-Publisher.com" target="_blank">Jon Ohlsson</a>. <br /> Based on original code by <a href="http://gosu.pl/php/simpledoc.html" target="_blank">Cezary Tomczak</a>. <br /> <br /> </p> |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:10
|
Update of /cvsroot/mxbb/mx_act/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30824/templates/subSilver Modified Files: act_footer.tpl Log Message: Final updates mxBB -> MXP and alike... Index: act_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_act/templates/subSilver/act_footer.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** act_footer.tpl 18 Feb 2005 10:05:44 -0000 1.3 --- act_footer.tpl 3 Jun 2008 20:07:04 -0000 1.4 *************** *** 2,6 **** <div align="center"><span class="copyright"><br /> Credits to {L_MODULE_ORIG_AUTHOR} ©2002 <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_phpbb" class="copyright">PHPBB.com MOD</a><br /> ! This script ({L_MODULE_VERSION}) is modified by <a href="http://www.mx-system.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a><br /> </span></div> --> --- 2,6 ---- <div align="center"><span class="copyright"><br /> Credits to {L_MODULE_ORIG_AUTHOR} ©2002 <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=203074" target="_phpbb" class="copyright">PHPBB.com MOD</a><br /> ! This script ({L_MODULE_VERSION}) is modified by <a href="http://www.mx-publisher.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a><br /> </span></div> --> |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:10
|
Update of /cvsroot/mxbb/mx_bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30867 Modified Files: bugsBT.pak bugsbt.php db_install.php db_uninstall.php db_upgrade.php mx_install_readme.htm Log Message: Final updates mxBB -> MXP and alike... Index: bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt.php 13 Mar 2008 19:12:53 -0000 1.4 --- bugsbt.php 3 Jun 2008 20:06:54 -0000 1.5 *************** *** 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 * Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/db_uninstall.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_uninstall.php 12 Jul 2007 22:43:58 -0000 1.2 --- db_uninstall.php 3 Jun 2008 20:06:56 -0000 1.3 *************** *** 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 * Index: mx_install_readme.htm =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/mx_install_readme.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_install_readme.htm 7 Jun 2007 19:58:33 -0000 1.1 --- mx_install_readme.htm 3 Jun 2008 20:06:56 -0000 1.2 *************** *** 218,226 **** <body bgcolor="#FFFFFF" text="#000000"> <table> ! <tr> ! <td colspan="2"><p><b><font size="5">mxBB</font><font size="5"> Module - ! Knowledge Base <br> <font size="2">v. 2.0.2</font></font></b></p> ! <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> - for Mx Portal v. 2.7.5+ (with some notes, see below)</p> --- 218,226 ---- <body bgcolor="#FFFFFF" text="#000000"> <table> ! <tr> ! <td colspan="2"><p><b><font size="5">MXP</font><font size="5"> Module - ! bugsBT <br> <font size="2">v. 2.0.2</font></font></b></p> ! <p><span style="font-weight: bold"><span style="font-size: 16px; line-height: normal">Module</span></span> <br /> - for Mx Portal v. 2.7.5+ (with some notes, see below)</p> *************** *** 229,233 **** <br /> <span style="font-weight: bold">Description</span> <br /> ! The mxBB Module is an addon product for the mxBB Portal.</p> <p><strong>Features</strong> <br /> Easy to use and install/uninstall module.</p> --- 229,233 ---- <br /> <span style="font-weight: bold">Description</span> <br /> ! The MXP Module is an addon product for the MXP Portal.</p> <p><strong>Features</strong> <br /> Easy to use and install/uninstall module.</p> *************** *** 239,254 **** 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"> <br /> <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> <i>To summarize:</i></p> --- 239,254 ---- 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"> <br /> <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> <i>To summarize:</i></p> *************** *** 260,267 **** <li> If uninstalling, use the "delete module" feature in the AdminCP - Modules</li> ! </ul> <p><i>Note:</i> If upgrading, do NOT delete module prior to upgrading, or else you'll lose all module data!</p> <p><i>Note also:</i> Since this module is developed for next generation ! mxBB core, you have to patch your core 2.7.5 portal if downloaded prior to this module release. If using latest core this patch is already included.</p> <p>OPEN admin/admin_mx_module.php</p> --- 260,267 ---- <li> If uninstalling, use the "delete module" feature in the AdminCP - Modules</li> ! </ul> <p><i>Note:</i> If upgrading, do NOT delete module prior to upgrading, or else you'll lose all module data!</p> <p><i>Note also:</i> Since this module is developed for next generation ! MXP core, you have to patch your core 2.7.5 portal if downloaded prior to this module release. If using latest core this patch is already included.</p> <p>OPEN admin/admin_mx_module.php</p> *************** *** 277,281 **** <table width="100%" border="1" cellpadding="2"> <tr> ! <td><font size="1">// Start - For compatibility with mxBB modules 2.x<br> $fcontents_temp = array();<br> for($i = 0; $i < count($fcontents); $i++) {<br> --- 277,281 ---- <table width="100%" border="1" cellpadding="2"> <tr> ! <td><font size="1">// Start - For compatibility with MXP modules 2.x<br> $fcontents_temp = array();<br> for($i = 0; $i < count($fcontents); $i++) {<br> *************** *** 289,293 **** }<br> $fcontents = $fcontents_temp;<br> ! // End - mxBB modules 2.x code patch</font></td> </tr> </table> <p><br /> --- 289,293 ---- }<br> $fcontents = $fcontents_temp;<br> ! // End - MXP modules 2.x code patch</font></td> </tr> </table> <p><br /> *************** *** 306,310 **** 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 /> --- 306,310 ---- 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 /> *************** *** 316,321 **** upload. <br /> <br /> ! <a href="#top"> Back to Top</a> </p> ! <p> /mxBB Team</p> </td> </tr> --- 316,321 ---- upload. <br /> <br /> ! <a href="#top"> Back to Top</a> </p> ! <p> /MXP Team</p> </td> </tr> Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 16 Feb 2008 21:45:17 -0000 1.4 --- db_upgrade.php 3 Jun 2008 20:06:56 -0000 1.5 *************** *** 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 * Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/db_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_install.php 16 Feb 2008 21:45:17 -0000 1.7 --- db_install.php 3 Jun 2008 20:06:55 -0000 1.8 *************** *** 2,10 **** /** * ! * @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 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @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 ! * @link http://www.MX-Publisher.com * */ Index: bugsBT.pak =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsBT.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsBT.pak 22 Jul 2007 21:02:52 -0000 1.2 --- bugsBT.pak 3 Jun 2008 20:06:54 -0000 1.3 *************** *** 1,3 **** ! module=+:41=+:BugsBT=+:modules/mx_bugsbt/=+:mxBB BugTracker module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:42=+:BugsBT - Main=+:BugTracker module=+:bugsbt.php=+: --- 1,3 ---- ! module=+:41=+:BugsBT=+:modules/mx_bugsbt/=+:MXP BugTracker module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:42=+:BugsBT - Main=+:BugTracker module=+:bugsbt.php=+: |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:07:01
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30867/bugsbt Modified Files: bugsbt_common.php Log Message: Final updates mxBB -> MXP and alike... Index: bugsbt_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/bugsbt_common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bugsbt_common.php 17 Feb 2008 19:19:48 -0000 1.6 --- bugsbt_common.php 3 Jun 2008 20:06:56 -0000 1.7 *************** *** 2,10 **** /** * ! * @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 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @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 ! * @link http://www.MX-Publisher.com * */ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:06:19
|
Update of /cvsroot/mxbb/core/templates/mxBase1/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30415 Modified Files: page_footer.tpl Log Message: Final updates mxBB -> MXP and alike... Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/admin/page_footer.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_footer.tpl 17 Feb 2008 20:16:10 -0000 1.3 --- page_footer.tpl 3 Jun 2008 20:06:05 -0000 1.4 *************** *** 16,20 **** //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> --- 16,20 ---- //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:06:19
|
Update of /cvsroot/mxbb/core/templates/mxBase2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30644 Modified Files: page_footer.tpl Log Message: Final updates mxBB -> MXP and alike... Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/admin/page_footer.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_footer.tpl 17 Feb 2008 20:16:25 -0000 1.3 --- page_footer.tpl 3 Jun 2008 20:06:14 -0000 1.4 *************** *** 16,20 **** //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> --- 16,20 ---- //--> ! <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-system" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> <div align="center"><span class="copyright">{EXECUTION_STATS}</span></div> |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:59
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30051 Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/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:16:09 -0000 1.1 --- lang_main.php 3 Jun 2008 20:05:54 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [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_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_swedish/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 13 Feb 2008 21:16:07 -0000 1.1 --- lang_admin.php 3 Jun 2008 20:05:54 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [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_textblocks * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:48
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29965 Modified Files: _core.cfg Log Message: Final updates mxBB -> MXP and alike... Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 23 Feb 2008 20:22:42 -0000 1.3 --- _core.cfg 3 Jun 2008 20:05:44 -0000 1.4 *************** *** 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:05:38
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29885 Modified Files: lang_admin.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/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 Feb 2008 21:33:47 -0000 1.3 --- lang_admin.php 3 Jun 2008 20:05:34 -0000 1.4 *************** *** 1,5 **** <?php /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette --- 1,5 ---- <?php /** ------------------------------------------------------------------------ ! * Subject : MXP - a fully modular portal and CMS (for phpBB) * Author : Jon Ohlsson and the mxBB Team * Credits : The phpBB Group & Marc Morisette |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:29
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29830 Modified Files: _core.cfg Log Message: Final updates mxBB -> MXP and alike... Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/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:22:15 -0000 1.2 --- _core.cfg 3 Jun 2008 20:05:25 -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_navmenu * @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:05:19
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29663 Modified Files: lang_admin.php lang_main.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/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:15:48 -0000 1.1 --- lang_main.php 3 Jun 2008 20:05:12 -0000 1.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [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_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/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 9 Mar 2008 23:39:47 -0000 1.2 --- lang_admin.php 3 Jun 2008 20:05:12 -0000 1.3 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [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_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:04
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29069/mx_navmenu Modified Files: db_upgrade.php mx_menu_nav.php mx_site_nav.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_menu_nav.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/mx_menu_nav.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mx_menu_nav.php 9 Mar 2008 23:39:14 -0000 1.32 --- mx_menu_nav.php 3 Jun 2008 20:04:53 -0000 1.33 *************** *** 363,367 **** 'CAT_WIDTH' => $cat_width, ! //+ mxBB 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, --- 363,367 ---- 'CAT_WIDTH' => $cat_width, ! //+ mxp 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, Index: mx_site_nav.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/mx_site_nav.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_site_nav.php 3 May 2008 19:09:57 -0000 1.8 --- mx_site_nav.php 3 Jun 2008 20:04:54 -0000 1.9 *************** *** 101,105 **** 'CAT_WIDTH' => $cat_width, ! //+ mxBB 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, --- 101,105 ---- 'CAT_WIDTH' => $cat_width, ! //+ mxp 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_PHPBB_ROOT_PATH' => PHPBB_URL, Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 16 Feb 2008 21:42:41 -0000 1.13 --- db_upgrade.php 3 Jun 2008 20:04:53 -0000 1.14 *************** *** 32,36 **** } ! $mx_module_version = 'mxBB Core Module'; $mx_module_copy = 'Original MX-Publisher <i>navigation menu</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; --- 32,36 ---- } ! $mx_module_version = 'MX-Publisher Core Module'; $mx_module_copy = 'Original MX-Publisher <i>navigation menu</i> module by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>'; |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:04
|
Update of /cvsroot/mxbb/core/modules/mx_mod_rewrite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29069/mx_mod_rewrite Modified Files: mod_rewrite_how_to_doc.txt Log Message: Final updates mxBB -> MXP and alike... Index: mod_rewrite_how_to_doc.txt =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_mod_rewrite/mod_rewrite_how_to_doc.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mod_rewrite_how_to_doc.txt 4 Feb 2008 16:51:35 -0000 1.2 --- mod_rewrite_how_to_doc.txt 3 Jun 2008 20:04:53 -0000 1.3 *************** *** 10,14 **** ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html --- 10,14 ---- ------------ ! You need Apache server with module mod_rewrite enabled. http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html *************** *** 18,25 **** Located in the contrib folder are located the files .htaccess and rewrite_custom_defs.php. These files should be moved as instructed: ! mxBB_root/.htaccess (required) ! mxBB_root/modules/mx_mod_rewrite/rewrite_custom_defs.php (optional) ! The preconfigured "rules" will transform any portal url (http://domain/index.php?page=x) to an SEO alternative (http://domain/pagex). All Navigation Menu urls will apply to these rules. --- 18,25 ---- Located in the contrib folder are located the files .htaccess and rewrite_custom_defs.php. These files should be moved as instructed: ! mxp_root/.htaccess (required) ! mxp_root/modules/mx_mod_rewrite/rewrite_custom_defs.php (optional) ! The preconfigured "rules" will transform any portal url (http://domain/index.php?page=x) to an SEO alternative (http://domain/pagex). All Navigation Menu urls will apply to these rules. *************** *** 28,33 **** You may (optionally) define more rules, to make your site even more SEO and user friendly. Such additional rules are defined in ! rewrite_custom_defs.php (MX-Publisher side of things) and in the .htaccess file (server side of things). ! This distribution comes with a basic set of examples. To see a "live" example of mod_rewrite in action with MX-Publisher, visit www.samskolan.se --- 28,33 ---- You may (optionally) define more rules, to make your site even more SEO and user friendly. Such additional rules are defined in ! rewrite_custom_defs.php (MX-Publisher side of things) and in the .htaccess file (server side of things). ! This distribution comes with a basic set of examples. To see a "live" example of mod_rewrite in action with MX-Publisher, visit www.samskolan.se *************** *** 36,40 **** --------- ! You'll need some knowledge of Apache and its .htaccess usage - and mod_rewrite itself. Further you need some regex skills. http://mpcon.org/apacheguide/ --- 36,40 ---- --------- ! You'll need some knowledge of Apache and its .htaccess usage - and mod_rewrite itself. Further you need some regex skills. http://mpcon.org/apacheguide/ |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:05:03
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29069/mx_phpbb2blocks Modified Files: phpbb2blocks.pak Log Message: Final updates mxBB -> MXP and alike... Index: phpbb2blocks.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/phpbb2blocks.pak,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** phpbb2blocks.pak 21 Jul 2007 23:08:19 -0000 1.7 --- phpbb2blocks.pak 3 Jun 2008 20:04:55 -0000 1.8 *************** *** 35,43 **** block=+:=+:Demo - Last Posts=+:Demo block=+:31=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:30=+:14=+:mxBB Polls=+:mxBB Polls=+:mx_poll.php=+: parameter=+:14=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" )=+:0=+:0 parameter=+:14=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - mxBB Polls=+:Demo block=+:14=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:41=+:Statistics=+:Site Statistics Function=+:mx_statistics.php=+: --- 35,43 ---- block=+:=+:Demo - Last Posts=+:Demo block=+:31=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:30=+:14=+:MXP Polls=+:MXP Polls=+:mx_poll.php=+: parameter=+:14=+:13=+:Poll_Display=+:Function=+:0=+:poll_select( {parameter_value}, "{parameter_id}" )=+:0=+:0 parameter=+:14=+:36=+:poll_forum=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - MXP Polls=+:Demo block=+:14=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:30=+:41=+:Statistics=+:Site Statistics Function=+:mx_statistics.php=+: |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:04:39
|
Update of /cvsroot/mxbb/core/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28889 Modified Files: lang_admin.php lang_main.php lang_meta.php Log Message: Final updates mxBB -> MXP and alike... Index: lang_meta.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_swedish/lang_meta.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_meta.php 14 Feb 2008 21:31:38 -0000 1.2 --- lang_meta.php 3 Jun 2008 20:04:30 -0000 1.3 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_swedish/lang_admin.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_admin.php 3 May 2008 19:09:40 -0000 1.4 --- lang_admin.php 3 Jun 2008 20:04:29 -0000 1.5 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 23,27 **** //setlocale(LC_ALL, "sv"); ! $lang['mxBB_adminCP'] = 'mxBB-Portal administration'; // --- 23,27 ---- //setlocale(LC_ALL, "sv"); ! $lang['mxBB_adminCP'] = 'MX-Publisher administration'; // *************** *** 52,57 **** // Index // ! $lang['Welcome_mxBB'] = 'Välkommen till mxBB'; ! $lang['Admin_intro_mxBB'] = 'Tack för att du har valt mxBB som din portallösning och phpBB som din forumlösning. Den här sidan ger dig en snabb överblick över all möjlig statistik. Du kan komma tillbaka till den här sidan genom att klicka på <u>Admin index</u> länken på den vänstra sidan. För att komma tillbaka till indexet för sidan tryck på loggan, som finns i den vänstra panelen. De övriga länkarna på vänster hand låter dig kontrollera alla aspekter på hur portalen/forumet presenteras, varje sida har intruktioner på hur du använder verktygen.'; // --- 52,57 ---- // Index // ! $lang['Welcome_mxBB'] = 'Välkommen till MX-Publisher'; ! $lang['Admin_intro_mxBB'] = 'Tack för att du har valt MX-Publisher som din portallösning och phpBB som din forumlösning. Den här sidan ger dig en snabb överblick över all möjlig statistik. Du kan komma tillbaka till den här sidan genom att klicka på <u>Admin index</u> länken på den vänstra sidan. För att komma tillbaka till indexet för sidan tryck på loggan, som finns i den vänstra panelen. De övriga länkarna på vänster hand låter dig kontrollera alla aspekter på hur portalen/forumet presenteras, varje sida har intruktioner på hur du använder verktygen.'; // *************** *** 108,112 **** $lang['Portal_admin_explain'] = 'Använd detta formulär för att skräddarsy din portal'; $lang['Portal_General_Config'] = 'Portalkonfiguration'; ! $lang['Portal_General_Config_explain'] = 'Använd detta formulär för att hantera mxBB portalens huvudinställningar.'; $lang['Portal_General_settings'] = 'Allmänna inställningar'; $lang['Portal_Style_settings'] = 'Stilinställningar'; --- 108,112 ---- $lang['Portal_admin_explain'] = 'Använd detta formulär för att skräddarsy din portal'; $lang['Portal_General_Config'] = 'Portalkonfiguration'; ! $lang['Portal_General_Config_explain'] = 'Använd detta formulär för att hantera MXP-portalens huvudinställningar.'; $lang['Portal_General_settings'] = 'Allmänna inställningar'; $lang['Portal_Style_settings'] = 'Stilinställningar'; *************** *** 115,119 **** $lang['Portal_Name'] = 'Portalens namn:'; $lang['Portal_PHPBB_Url'] = 'URL till PHPBB (forum) installationen:'; ! $lang['Portal_Url'] = 'URL till mxBB installationen:'; $lang['Portal_Config_updated'] = 'Portalkonfigurationen uppdaterades...'; $lang['Click_return_portal_config'] = 'Klicka %shär%s för att återgå till Portalkonfigurationen'; --- 115,119 ---- $lang['Portal_Name'] = 'Portalens namn:'; $lang['Portal_PHPBB_Url'] = 'URL till PHPBB (forum) installationen:'; ! $lang['Portal_Url'] = 'URL till MXP-installationen:'; $lang['Portal_Config_updated'] = 'Portalkonfigurationen uppdaterades...'; $lang['Click_return_portal_config'] = 'Klicka %shär%s för att återgå till Portalkonfigurationen'; *************** *** 122,132 **** $lang['PHPBB_script_path'] = 'PHPBB-script_path:'; $lang['PHPBB_server_name'] = 'PHPBB-domain (server_name):'; ! $lang['MX_Portal'] = 'mxBB Portal'; ! $lang['MX_Modules'] = 'mxBB Moduler'; $lang['Phpbb'] = 'phpBB'; $lang['Top_phpbb_links'] = 'Visa (phpBB) statistik i sidhuvudet (default)'; $lang['Top_phpbb_links_explain'] = '- länkar till ny/oläst post etc'; ! $lang['Portal_version'] = 'mxBB Portalversion:'; ! $lang['Mx_use_cache'] = 'Använd mxBB blockcache'; $lang['Mx_use_cache_explain'] = 'Blockdata sparas i speciella cache/block_x.xml filer. Cachefiler skapas när block ändras.'; $lang['Mx_mod_rewrite'] = 'Använd mod_rewrite'; --- 122,132 ---- $lang['PHPBB_script_path'] = 'PHPBB-script_path:'; $lang['PHPBB_server_name'] = 'PHPBB-domain (server_name):'; ! $lang['MX_Portal'] = 'MX-Publisher Portal'; ! $lang['MX_Modules'] = 'MX-Publisher Moduler'; $lang['Phpbb'] = 'phpBB'; $lang['Top_phpbb_links'] = 'Visa (phpBB) statistik i sidhuvudet (default)'; $lang['Top_phpbb_links_explain'] = '- länkar till ny/oläst post etc'; ! $lang['Portal_version'] = 'MX-Publisher portalversion:'; ! $lang['Mx_use_cache'] = 'Använd MXP blockcache'; $lang['Mx_use_cache_explain'] = 'Blockdata sparas i speciella cache/block_x.xml filer. Cachefiler skapas när block ändras.'; $lang['Mx_mod_rewrite'] = 'Använd mod_rewrite'; *************** *** 145,152 **** $lang['Override_style'] = 'Åsidosätt användarstil'; $lang['Override_style_explain'] = 'Ersätter användarens stil med standardstilen (för portalsidor)'; ! $lang['Portal_status'] = 'Aktivera mxBB'; ! $lang['Portal_status_explain'] = 'Praktisk switch när admin underhåller sajten. När mxBB är inaktiverad visas meddelandet nedan.'; $lang['Disabled_message'] = 'Inaktiverad meddelande'; ! $lang['Portal_Backend'] = 'mxBB användare och sessioner'; $lang['Portal_Backend_explain'] = 'Välj internal, phpBB2 or phpBB3 användare och sessioner'; $lang['Portal_Backend_path'] = 'Relative sökväg till phpBB [non-internal]'; --- 145,152 ---- $lang['Override_style'] = 'Åsidosätt användarstil'; $lang['Override_style_explain'] = 'Ersätter användarens stil med standardstilen (för portalsidor)'; ! $lang['Portal_status'] = 'Aktivera MX-Publisher'; ! $lang['Portal_status_explain'] = 'Praktisk switch när admin underhåller sajten. När MX-Publisher är inaktiverad visas meddelandet nedan.'; $lang['Disabled_message'] = 'Inaktiverad meddelande'; ! $lang['Portal_Backend'] = 'MX-Publisher användare och sessioner'; $lang['Portal_Backend_explain'] = 'Välj internal, phpBB2 or phpBB3 användare och sessioner'; $lang['Portal_Backend_path'] = 'Relative sökväg till phpBB [non-internal]'; *************** *** 509,517 **** // Version Checker // ! $lang['mxBB_Version_up_to_date'] = 'Your mxBB installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your mxBB installation does <b>not</b> seem to be up to date. Updates are available for your version of mxBB. Please visit <a href="http://www.mx-system.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; ! $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>mxBB %s</b>. '; ! $lang['mxBB_Current_version_info'] = 'You are running <b>mxBB %s</b>.'; ! $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to mxBB, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // --- 509,517 ---- // Version Checker // ! $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of mxBB.'; ! $lang['mxBB_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/index.php?page=4&action=file&file_id=2" target="_new">the mxBB Core package download</a> to obtain the latest version.'; ! $lang['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; ! $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['mxBB_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; // Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/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 9 Mar 2008 23:38:50 -0000 1.3 --- lang_main.php 3 Jun 2008 20:04:29 -0000 1.4 *************** *** 2,10 **** /** * ! * @package mxBB Portal Core * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.MX-Publisher.com * */ *************** *** 122,128 **** // Copyrights page // ! $lang['mx_about_title'] = 'About mxBB Portal'; ! $lang['mx_copy_title'] = 'mxBB Portal Information'; ! $lang['mx_copy_modules_title'] = 'Installed mxBB Portal Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; --- 122,128 ---- // Copyrights page // ! $lang['mx_about_title'] = 'About MX-Publisher'; ! $lang['mx_copy_title'] = 'MX-Publisher Information'; ! $lang['mx_copy_modules_title'] = 'Installed MX-Publisher Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; *************** *** 131,135 **** // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-system.com" target="_blank">mxBB Development Team</a>'; // --- 131,135 ---- // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-publisher.com" target="_blank">MX-Publisher Development Team</a>'; // |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:04:22
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28612/shared/phpbb3/includes Modified Files: functions.php Log Message: Final updates mxBB -> MXP and alike... Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb3/includes/functions.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** functions.php 29 Feb 2008 00:54:10 -0000 1.15 --- functions.php 3 Jun 2008 20:04:14 -0000 1.16 *************** *** 19,23 **** // // Common global functions ! // Fixes for mxBB: // $config -> $board_config // $cache -> $mx_cache --- 19,23 ---- // // Common global functions ! // Fixes for MX-Publisher: // $config -> $board_config // $cache -> $mx_cache |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:04:22
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28612/shared/phpbb2/includes Modified Files: bbcode.php Log Message: Final updates mxBB -> MXP and alike... Index: bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/includes/bbcode.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bbcode.php 29 Feb 2008 00:54:10 -0000 1.2 --- bbcode.php 3 Jun 2008 20:04:14 -0000 1.3 *************** *** 21,25 **** /* ! * MXBB MODIFICATIONS: * mx_dss_rand() * --- 21,25 ---- /* ! * MX-Publisher MODIFICATIONS: * mx_dss_rand() * |
|
From: Jon O. <jon...@us...> - 2008-06-03 20:04:22
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28612 Modified Files: mx_constants.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_constants.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mx_constants.php 8 Feb 2008 23:35:56 -0000 1.28 --- mx_constants.php 3 Jun 2008 20:04:13 -0000 1.29 *************** *** 16,25 **** // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 ! // Revove them when mxBB is fixed !defined('DELETED') ? define('DELETED', -1) : false; !defined('USER') ? define('USER', 0) : false; !defined('ADMIN') ? define('ADMIN', 1) : false; !defined('MOD') ? define('MOD', 2) : false; ! // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 // URL PARAMETERS --- 16,25 ---- // User Levels <- this values are for compatiblility with mxBB 2.8.x and phpBB2 ! // Revove them when MX-Publisher is fixed !defined('DELETED') ? define('DELETED', -1) : false; !defined('USER') ? define('USER', 0) : false; !defined('ADMIN') ? define('ADMIN', 1) : false; !defined('MOD') ? define('MOD', 2) : false; ! // User Levels <- this values are for compatiblility with MX-Publisher 2.8.x and phpBB2 // URL PARAMETERS |
|
From: OryNider <ory...@us...> - 2008-05-28 23:32:24
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv677/music_box/modules Modified Files: music_cat.php music_media_cat.php music_page.php music_pic_cat.php music_rss.php Log Message: Licensing The FLV Media Player is licensed under a {Creative Commons License}. It allows you to use, modify and redistribute the script for free for noncommercial purposes. For corporate use, {please apply for a 20 euros commercial license}! Index: music_media_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_media_cat.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_media_cat.php 15 Mar 2008 17:17:46 -0000 1.4 --- music_media_cat.php 28 May 2008 23:31:49 -0000 1.5 *************** *** 813,817 **** $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; } else if ( ( $song_filetype == '.jpg' ) || ( $song_filetype == '.gif' ) || ( $song_filetype == '.png' ) ) --- 813,817 ---- $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; } else if ( ( $song_filetype == '.jpg' ) || ( $song_filetype == '.gif' ) || ( $song_filetype == '.png' ) ) Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_cat.php 21 Mar 2008 20:18:42 -0000 1.5 --- music_cat.php 28 May 2008 23:31:49 -0000 1.6 *************** *** 517,521 **** $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; $row_type = 'flv'; } --- 517,521 ---- $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; $row_type = 'flv'; } Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_page.php 15 Mar 2008 17:17:46 -0000 1.4 --- music_page.php 28 May 2008 23:31:49 -0000 1.5 *************** *** 302,306 **** $template->assign_block_vars('flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; } else if ( ( $song_filetype == 'jpg' ) || ( $song_filetype == 'gif' ) || ( $song_filetype == 'png' ) ) --- 302,306 ---- $template->assign_block_vars('flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; } else if ( ( $song_filetype == 'jpg' ) || ( $song_filetype == 'gif' ) || ( $song_filetype == 'png' ) ) Index: music_pic_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_pic_cat.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_pic_cat.php 15 Mar 2008 17:17:46 -0000 1.4 --- music_pic_cat.php 28 May 2008 23:31:49 -0000 1.5 *************** *** 519,523 **** $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; $row_type = 'flv'; } --- 519,523 ---- $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; $row_type = 'flv'; } Index: music_rss.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rss.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_rss.php 8 Mar 2008 20:54:51 -0000 1.3 --- music_rss.php 28 May 2008 23:31:50 -0000 1.4 *************** *** 297,301 **** $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; $row_type = 'flv'; } --- 297,301 ---- $template->assign_block_vars('songrow.flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; $row_type = 'flv'; } |
|
From: OryNider <ory...@us...> - 2008-05-28 23:32:08
|
Update of /cvsroot/mxbb/mx_music/music_box In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv677/music_box Added Files: README.HTML mediaplayer.swf Log Message: Licensing The FLV Media Player is licensed under a {Creative Commons License}. It allows you to use, modify and redistribute the script for free for noncommercial purposes. For corporate use, {please apply for a 20 euros commercial license}! --- NEW FILE: README.HTML --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>JW FLV Media Player</title> <style type="text/css"> body { background-color: #fff; padding: 0 25px; color:#000; font: 13px/18px Arial, sans-serif; } a { color: #360; } h3 { padding-top: 50px; } ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; } </style> </head> <body> <h3>Example</h3> <p>Here's a simple example of the <a href="http://www.jeroenwijering.com/?item=JW_FLV_Media_Player">JW FLV Media Player</a> embedded in a page. Copy-paste the source code and put the files on your site to get started.</p> <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var s1 = new SWFObject("mediaplayer.swf","mediaplayer","300","185","8"); s1.addParam("allowfullscreen","true"); s1.addVariable("width","300"); s1.addVariable("height","185"); s1.addVariable("file","video.flv"); s1.write("container"); </script> <h3>Quickstart</h3> <p>The easiest way to get going with the mediaplayer is <a href="http://www.jeroenwijering.com/?page=wizard">by using the setup wizard</a>. Select an example, set the file or playlist you want to play and copy-paste the embed code to your site!</p> <h3>Licensing</h3> <p>The FLV Media Player is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a>. It allows you to use, modify and redistribute the script for free for noncommercial purposes. For corporate use, <a href="http://www.jeroenwijering.com/?page=order" title="Order commercial licenses">please apply for a 20 euros commercial license</a>!</p> <h3>Documentation</h3> <ol> <li>All <a href="http://www.jeroenwijering.com/?item=Supported_Flashvars">supported flashvars</a> (variables) you can set to customize the mediaplayer.</li> <li>All <a href="http://www.jeroenwijering.com/?item=Supported_Playlists">supported playlist formats</a> you can use, plus some implementation info.</li> <li>A large list <a href="http://www.jeroenwijering.com/?item=Third_Party_Plugins">of all third-party plugins</a> for the mediaplayer.</li> <li>A tutorial on <a href="http://www.jeroenwijering.com/?item=Embedding_Flash"> embedding the mediaplayer</a> in your site.</li> <li>A tutorial with <a href="http://www.jeroenwijering.com/?item=Javascript_interaction">all functions of the javascript API</a>.</li> <li>A tutorial on <a href="http://www.jeroenwijering.com/?item=Making_Video_Accessible">adding captions and an audiodescription</a> (accessibility).</li> </ol> </body> </html> --- NEW FILE: mediaplayer.swf --- (This appears to be a binary file; contents omitted.) |