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...> - 2007-07-22 21:15:43
|
Update of /cvsroot/mxbb/mx_ggsitemaps/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8856/includes Log Message: Directory /cvsroot/mxbb/mx_ggsitemaps/includes added to the repository |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:15:43
|
Update of /cvsroot/mxbb/mx_ggsitemaps/templates In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8856/templates Log Message: Directory /cvsroot/mxbb/mx_ggsitemaps/templates added to the repository |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:58
|
Update of /cvsroot/mxbb/mx_who_am_i In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5413 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_who_am_i/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 30 Jan 2007 16:26:11 -0000 1.7 --- db_upgrade.php 22 Jul 2007 21:10:51 -0000 1.8 *************** *** 16,20 **** | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are --- 16,20 ---- | re...@di... | www.digitalhijinx.com ! | | description : The "Who Am I" block is a block that | will be visable only to registered users who are *************** *** 66,69 **** --- 66,70 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:33
|
Update of /cvsroot/mxbb/mx_slides/slides/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4935/slides/modules/tabs Modified Files: slides__tab-index.php Log Message: cosmetics Index: slides__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_slides/slides/modules/tabs/slides__tab-index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** slides__tab-index.php 5 May 2007 20:33:24 -0000 1.1 --- slides__tab-index.php 22 Jul 2007 21:10:26 -0000 1.2 *************** *** 34,38 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 34,37 ---- |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:33
|
Update of /cvsroot/mxbb/mx_slides In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4935 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_slides/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 5 May 2007 20:33:16 -0000 1.1 --- db_upgrade.php 22 Jul 2007 21:10:25 -0000 1.2 *************** *** 53,56 **** --- 53,57 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:10:04
|
Update of /cvsroot/mxbb/mx_sitestats In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4133 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/db_install.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** db_install.php 2 Jun 2007 21:58:40 -0000 1.10 --- db_install.php 22 Jul 2007 21:09:53 -0000 1.11 *************** *** 30,34 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 12 Sep 2006 19:34:15 -0000 1.7 --- db_upgrade.php 22 Jul 2007 21:09:53 -0000 1.8 *************** *** 33,37 **** // // ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 33,37 ---- // // ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>SiteStats</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; *************** *** 46,49 **** --- 46,50 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:09:39
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2599 Modified Files: SimpleDoc.pak db_install.php db_upgrade.php Log Message: minor fixes Index: SimpleDoc.pak =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/SimpleDoc.pak,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SimpleDoc.pak 12 Sep 2006 20:33:13 -0000 1.4 --- SimpleDoc.pak 22 Jul 2007 21:08:57 -0000 1.5 *************** *** 1,8 **** ! module=+:61=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:61=+:116=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:116=+:412=+:project_folder=+:Text=+:=+:=+:0=+:0 ! parameter=+:116=+:413=+:project_name=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:116=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,8 ---- ! module=+:58=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:58=+:74=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:74=+:174=+:project_folder=+:Text=+:=+:=+:0=+:0 ! parameter=+:74=+:175=+:project_name=+:Text=+:=+:=+:0=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:74=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 30 Jan 2007 16:26:10 -0000 1.5 --- db_install.php 22 Jul 2007 21:08:58 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.5 --- db_upgrade.php 22 Jul 2007 21:08:58 -0000 1.6 *************** *** 31,35 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original <i> SimpleDoc</i> script by <a href="http://www.gosu.pl" target="_blank">Cezary Tomczak</a> :: Adapted for mxBB and developed further by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 44,47 **** --- 44,48 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:09:15
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2599/simpledoc/modules Modified Files: simpledoc__node.php simpledoc__tab-document-info.php simpledoc__tab-edit-content.php simpledoc__tab-save-content.php simpledoc__tab-view-content.php simpledoc__tab-view-publish.php Log Message: minor fixes Index: simpledoc__tab-edit-content.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-edit-content.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpledoc__tab-edit-content.php 17 Sep 2006 20:15:57 -0000 1.3 --- simpledoc__tab-edit-content.php 22 Jul 2007 21:08:59 -0000 1.4 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- Index: simpledoc__node.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__node.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** simpledoc__node.php 17 Sep 2006 20:15:57 -0000 1.5 --- simpledoc__node.php 22 Jul 2007 21:08:59 -0000 1.6 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- Index: simpledoc__tab-view-content.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-view-content.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** simpledoc__tab-view-content.php 17 Sep 2006 21:03:37 -0000 1.5 --- simpledoc__tab-view-content.php 22 Jul 2007 21:09:00 -0000 1.6 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- Index: simpledoc__tab-view-publish.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-view-publish.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** simpledoc__tab-view-publish.php 28 Apr 2007 19:57:19 -0000 1.6 --- simpledoc__tab-view-publish.php 22 Jul 2007 21:09:01 -0000 1.7 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- Index: simpledoc__tab-save-content.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-save-content.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpledoc__tab-save-content.php 17 Sep 2006 20:15:57 -0000 1.3 --- simpledoc__tab-save-content.php 22 Jul 2007 21:09:00 -0000 1.4 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- Index: simpledoc__tab-document-info.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc__tab-document-info.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** simpledoc__tab-document-info.php 17 Sep 2006 20:15:57 -0000 1.3 --- simpledoc__tab-document-info.php 22 Jul 2007 21:08:59 -0000 1.4 *************** *** 32,36 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 32,35 ---- |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:08:25
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2062 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_upgrade.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.13 --- db_upgrade.php 22 Jul 2007 21:08:21 -0000 1.14 *************** *** 46,49 **** --- 46,50 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:08:04
|
Update of /cvsroot/mxbb/mx_profilecp In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1455 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/db_upgrade.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.11 --- db_upgrade.php 22 Jul 2007 21:07:44 -0000 1.12 *************** *** 66,69 **** --- 66,70 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:07:29
|
Update of /cvsroot/mxbb/mx_phpbb2admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1299 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 30 May 2007 21:34:07 -0000 1.4 --- db_upgrade.php 22 Jul 2007 21:07:24 -0000 1.5 *************** *** 45,48 **** --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:06:57
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv788 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_install.php 30 May 2007 21:33:48 -0000 1.13 --- db_install.php 22 Jul 2007 21:06:50 -0000 1.14 *************** *** 33,37 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 33,37 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_upgrade.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.8 --- db_upgrade.php 22 Jul 2007 21:06:50 -0000 1.9 *************** *** 30,34 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i> - phpBB integration</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 107,110 **** --- 107,111 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:06:35
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv753 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** db_install.php 3 Jun 2007 20:42:20 -0000 1.30 --- db_install.php 22 Jul 2007 21:06:29 -0000 1.31 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=56035" target="_phpbb" >Mohd/Jon</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=56035" target="_phpbb" >Mohd/Jon</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** db_upgrade.php 3 Jun 2007 20:42:20 -0000 1.24 --- db_upgrade.php 22 Jul 2007 21:06:29 -0000 1.25 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=56035" target="_phpbb" >Mohd/Jon</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>pafileDB</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=56035" target="_phpbb" >Mohd/Jon</a> based on <a href="http://www.phparena.net/" target="_blank">PHP Arena, pafileDB</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 237,240 **** --- 237,241 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:06:11
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv520 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** db_install.php 5 Jun 2007 21:22:16 -0000 1.21 --- db_install.php 22 Jul 2007 21:06:05 -0000 1.22 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>LinkDb</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=1183059" target="_blank">CRLin</a>, <a href="http://www.hostsector.com/~mohd/" target="_blank">pafileDB</a> & <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=110836" target="_blank">Advanced Links Mod</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>LinkDb</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=1183059" target="_blank">CRLin</a>, <a href="http://www.hostsector.com/~mohd/" target="_blank">pafileDB</a> & <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=110836" target="_blank">Advanced Links Mod</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** db_upgrade.php 5 Jun 2007 21:22:16 -0000 1.24 --- db_upgrade.php 22 Jul 2007 21:06:05 -0000 1.25 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>LinkDb</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=1183059" target="_blank">CRLin</a>, <a href="http://www.hostsector.com/~mohd/" target="_blank">pafileDB</a> & <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=110836" target="_blank">Advanced Links Mod</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>LinkDb</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?p=1183059" target="_blank">CRLin</a>, <a href="http://www.hostsector.com/~mohd/" target="_blank">pafileDB</a> & <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=110836" target="_blank">Advanced Links Mod</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 212,215 **** --- 212,216 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:05:49
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32747 Modified Files: db_install.php db_upgrade.php Log Message: cosmetics Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** db_install.php 2 Jun 2007 19:56:52 -0000 1.51 --- db_install.php 22 Jul 2007 21:05:45 -0000 1.52 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** db_upgrade.php 2 Jun 2007 19:56:52 -0000 1.43 --- db_upgrade.php 22 Jul 2007 21:05:45 -0000 1.44 *************** *** 30,34 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>Knowledge Base</i> MOD by <a href="http://www.phpbb.com/phpBB/viewtopic.php?t=89202" target="_phpbb" >wGEric/Jon</a> :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 452,455 **** --- 452,456 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:05:49
|
Update of /cvsroot/mxbb/mx_kb/kb/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32747/kb/modules/tabs Modified Files: kb__tab-view.php Log Message: cosmetics Index: kb__tab-view.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/tabs/kb__tab-view.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb__tab-view.php 2 Jun 2007 19:56:53 -0000 1.1 --- kb__tab-view.php 22 Jul 2007 21:05:45 -0000 1.2 *************** *** 34,38 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 34,37 ---- |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:05:27
|
Update of /cvsroot/mxbb/mx_import_tools In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32712 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 5 May 2007 20:22:15 -0000 1.3 --- db_upgrade.php 22 Jul 2007 21:05:22 -0000 1.4 *************** *** 45,48 **** --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:04:30
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32283 Modified Files: db_upgrade.php Log Message: cosmetics Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 5 May 2007 20:21:55 -0000 1.6 --- db_upgrade.php 22 Jul 2007 21:04:26 -0000 1.7 *************** *** 45,48 **** --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:04:10
|
Update of /cvsroot/mxbb/mx_errordocs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31841 Modified Files: db_install.php db_upgrade.php errordocs.pak Log Message: updates Index: errordocs.pak =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/errordocs.pak,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** errordocs.pak 12 Sep 2006 20:29:00 -0000 1.3 --- errordocs.pak 22 Jul 2007 21:04:02 -0000 1.4 *************** *** 1,3 **** ! module=+:55=+:ErrorDocs=+:modules/mx_errordocs/=+:mx_errordocs version=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:55=+:98=+:ErrorDocss=+:=+:errordocs.php=+: --- 1,3 ---- ! module=+:55=+:ErrorDocs=+:modules/mx_errordocs/=+:Errordocs handling=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:55=+:98=+:ErrorDocss=+:=+:errordocs.php=+: Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/db_install.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_install.php 5 May 2007 20:21:26 -0000 1.8 --- db_install.php 22 Jul 2007 21:04:01 -0000 1.9 *************** *** 41,45 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>Errordocs</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 41,45 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>Errordocs</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/db_upgrade.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_upgrade.php 5 May 2007 20:21:26 -0000 1.5 --- db_upgrade.php 22 Jul 2007 21:04:01 -0000 1.6 *************** *** 32,36 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original mxBB <i>Errordocs</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; --- 32,36 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Original mxBB <i>Errordocs</i> module by <a href="http://www.phpmix.com" target="_blank">Markus</a>'; *************** *** 45,48 **** --- 45,49 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; echo "<br /><br />"; |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:03:45
|
Update of /cvsroot/mxbb/mx_dev_startkit In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31759 Modified Files: db_upgrade.php Log Message: fixes Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 5 May 2007 20:20:24 -0000 1.6 --- db_upgrade.php 22 Jul 2007 21:03:39 -0000 1.7 *************** *** 83,86 **** --- 83,87 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:03:25
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31672 Modified Files: db_install.php db_upgrade.php Log Message: fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** db_install.php 5 Jun 2007 21:21:18 -0000 1.27 --- db_install.php 22 Jul 2007 21:03:18 -0000 1.28 *************** *** 31,35 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for mxBB by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for mxBB by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_upgrade.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** db_upgrade.php 5 Jun 2007 21:21:18 -0000 1.20 --- db_upgrade.php 22 Jul 2007 21:03:18 -0000 1.21 *************** *** 31,35 **** } ! $mx_module_version = '2.2.2'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for mxBB by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.2.3'; $mx_module_copy = 'Original phpBB <i>Calendar LITE</i> MOD by <a href="http://www.snailsource.com/" target="_blank">Martin</a> :: Adapted for mxBB by <a href="http://www.phpmix.com" target="_blank">Markus</a> & <a href="http://www.mxbb.net" target="_blank">Jon</a>'; *************** *** 92,95 **** --- 92,96 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:03:01
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31035/bugsbt/modules/tabs Modified Files: bugsbt__node.php bugsbt__tab-index.php Log Message: related to comments Index: bugsbt__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt__tab-index.php 12 Jul 2007 22:44:59 -0000 1.3 --- bugsbt__tab-index.php 22 Jul 2007 21:02:53 -0000 1.4 *************** *** 34,38 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 34,37 ---- Index: bugsbt__node.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__node.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt__node.php 5 May 2007 20:18:19 -0000 1.2 --- bugsbt__node.php 22 Jul 2007 21:02:53 -0000 1.3 *************** *** 42,46 **** // Load and instatiate page and block classes // - $mx_page = new mx_page(); $mx_page->init( $page_id ); $mx_block = new mx_block(); --- 42,45 ---- |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:03:00
|
Update of /cvsroot/mxbb/mx_bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31035 Modified Files: bugsBT.pak db_install.php db_upgrade.php Log Message: related to comments Index: bugsBT.pak =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsBT.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsBT.pak 7 Jun 2007 19:58:33 -0000 1.1 --- bugsBT.pak 22 Jul 2007 21:02:52 -0000 1.2 *************** *** 1,5 **** module=+:41=+:BugsBT=+:modules/mx_bugsbt/=+:mxBB BugTracker module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:41=+:42=+:BugsBT - Main=+:mxBB BugTracker module=+:bugsbt.php=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - BugsBT=+:Demo block=+:42=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 1,5 ---- 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=+: parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Demo - BugsBT=+:Demo block=+:42=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 12 Jul 2007 22:43:57 -0000 1.4 --- db_install.php 22 Jul 2007 21:02:52 -0000 1.5 *************** *** 31,35 **** } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '1.0.3'; $mx_module_copy = 'Designed for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 12 Jul 2007 22:43:58 -0000 1.2 --- db_upgrade.php 22 Jul 2007 21:02:53 -0000 1.3 *************** *** 30,34 **** } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 30,34 ---- } ! $mx_module_version = '1.0.3'; $mx_module_copy = 'Designed for mxBB by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; *************** *** 53,56 **** --- 53,57 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; // |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:02:20
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30673 Modified Files: db_upgrade.php Log Message: Minor fix Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/db_upgrade.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_upgrade.php 30 Jan 2007 16:26:08 -0000 1.14 --- db_upgrade.php 22 Jul 2007 21:02:16 -0000 1.15 *************** *** 120,123 **** --- 120,124 ---- $message .= mx_do_install_upgrade( $sql ); + $message .= "<b>...Now upgraded to v. $mx_module_version :-)</b><br/><br/>"; } else |
|
From: Jon O. <jon...@us...> - 2007-07-22 21:01:53
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30076 Modified Files: overall_header_navigation.tpl Log Message: Added a few portal main settings for disable site Added blockCP for navigation block Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header_navigation.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** overall_header_navigation.tpl 19 Jun 2007 18:31:58 -0000 1.6 --- overall_header_navigation.tpl 22 Jul 2007 21:01:47 -0000 1.7 *************** *** 84,87 **** --- 84,106 ---- </td> </tr> + <!-- BEGIN editcp --> + <tr> + <td class="row2" align="center" valign="middle" colspan="3"> + <div class="editCP_switch" style="display: {editcp.EDITCP_SHOW};"> + <form action="{editcp.EDIT_ACTION}" method="post" class="mx_editform"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td align="right"> + {editcp.EDIT_IMG} + {editcp.S_HIDDEN_FORM_FIELDS} + </td> + </tr> + </table> + </form> + </div> + </td> + </tr> + <!-- END editcp --> + <!-- BEGIN switch_view --> |