|
From: FlorinCB <ory...@us...> - 2008-06-22 14:12:13
|
Update of /cvsroot/mxbb/mx_clock In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2244 Modified Files: db_install.php db_upgrade.php mx_clock.php Added Files: release.txt Log Message: upgraded for 3.0.0-Beta1 --- NEW FILE: release.txt --- [b][Release]: Mx Clock - Simple Flash Clock Block[/b] [b][Authors]:[/b] Drumstix42, OryNider [b][Version]: 2.8.2[/b] [b]Designed for MXP Version: 2.8.2/3.0.0[/b] [b][Support]:[/b] [URL=http://www.mx-publisher.com/forum/viewtopic.php?t=9674]Here[/URL] [b]Author's Notes:[/b] The "Mx Clock" block is a block that will display a flash clock on your portal. [b][Download]:[/b][URL=http://www.mx-publisher.com/modules/mx_pafiledb/dload.php?action=download&file_id=344]mx_clock.zip[/URL] Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 8 Feb 2008 23:40:37 -0000 1.4 --- db_install.php 22 Jun 2008 14:12:07 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team *************** *** 31,36 **** } ! $mx_module_version = '1.0.2'; ! $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; --- 31,36 ---- } ! $mx_module_version = '2.8.2'; ! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>This is a fresh install!</b><br/><br/>"; *************** *** 43,47 **** WHERE module_id = '" . $mx_module_id . "'"; ! $message .= mx_do_install_upgrade( $sql ); echo "<br /><br />"; --- 43,47 ---- WHERE module_id = '" . $mx_module_id . "'"; ! $message .= mx_do_install_upgrade($sql); echo "<br /><br />"; Index: mx_clock.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_clock.php 19 Jun 2008 11:43:47 -0000 1.3 --- mx_clock.php 22 Jun 2008 14:12:08 -0000 1.4 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Florin Bodin] mxBB Development Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Florin Bodin] mxBB Development Team *************** *** 16,22 **** } - // $mx_root_path = "./"; - $module_root_path = $mx_root_path . "modules/mx_clock/"; - // // Read Block Settings --- 16,19 ---- Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 8 Feb 2008 23:40:37 -0000 1.4 --- db_upgrade.php 22 Jun 2008 14:12:07 -0000 1.5 *************** *** 2,6 **** /** * ! * @package mxBB Portal Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team --- 2,6 ---- /** * ! * @package MX-Publisher Module - mx_clock * @version $Id$ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team *************** *** 31,36 **** } ! $mx_module_version = '1.0.2'; ! $mx_module_copy = 'mxBB <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>Upgrading!</b><br/><br/>"; --- 31,36 ---- } ! $mx_module_version = '2.8.2'; ! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>'; $message = "<b>Upgrading!</b><br/><br/>"; |