|
From: Jon O. <jon...@us...> - 2006-06-30 12:29:40
|
Update of /cvsroot/mxbb/mx_simpledoc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23557/modules/mx_simpledoc Modified Files: SimpleDoc.pak db_install.php db_upgrade.php Log Message: updated pak file updated module version Index: SimpleDoc.pak =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/SimpleDoc.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleDoc.pak 23 Apr 2006 19:21:27 -0000 1.1 --- SimpleDoc.pak 30 Jun 2006 12:29:34 -0000 1.2 *************** *** 1,8 **** ! module=+:61=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:61=+:106=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:106=+:349=+:project_folder=+:Text=+:=+:=+:0 ! parameter=+:106=+:348=+:project_name=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:106=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,8 ---- ! module=+:59=+:SimpleDoc=+:modules/mx_simpledoc/=+:A small docs management module=+: New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 ! function=+:59=+:70=+:manageDoc=+:Manage Docs=+:mx_simpledoc.php=+: ! parameter=+:70=+:150=+:project_folder=+:Text=+:=+:=+:0 ! parameter=+:70=+:151=+:project_name=+:Text=+:=+:=+:0 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 ! block=+:=+:Demo - manageDoc=+:Demo block=+:70=+: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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 2 May 2006 23:28:59 -0000 1.2 --- db_install.php 30 Jun 2006 12:29:34 -0000 1.3 *************** *** 31,35 **** } ! $mx_module_version = '1.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-portal.com" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.8.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-portal.com" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 2 May 2006 23:28:59 -0000 1.2 --- db_upgrade.php 30 Jun 2006 12:29:34 -0000 1.3 *************** *** 31,35 **** } ! $mx_module_version = '1.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-portal.com" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.8.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-portal.com" target="_blank">Jon</a>'; |