|
From: Jon O. <jon...@us...> - 2006-08-30 19:15:51
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20357/modules/mx_coreblocks Modified Files: mx_google.php mx_includex.php mx_language.php mx_login.php mx_online.php mx_search.php mx_site_log.php mx_theme.php Log Message: Cosmetics... Index: mx_online.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_online.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_online.php 28 Apr 2006 14:29:37 -0000 1.15 --- mx_online.php 30 Aug 2006 19:15:43 -0000 1.16 *************** *** 264,267 **** $template->pparse('body_online'); - ?> \ No newline at end of file --- 264,266 ---- Index: mx_login.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_login.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_login.php 5 Apr 2006 20:54:24 -0000 1.11 --- mx_login.php 30 Aug 2006 19:15:43 -0000 1.12 *************** *** 36,40 **** { $template->assign_block_vars('switch_user_logged_out', array()); ! // // Allow autologin? --- 36,40 ---- { $template->assign_block_vars('switch_user_logged_out', array()); ! // // Allow autologin? *************** *** 51,54 **** $template->pparse('body_login'); - ?> \ No newline at end of file --- 51,53 ---- Index: mx_language.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_language.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_language.php 1 Aug 2006 21:06:13 -0000 1.16 --- mx_language.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 86,89 **** $mx_block->show_block = false; } - ?> \ No newline at end of file --- 86,88 ---- Index: mx_google.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_google.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_google.php 5 Apr 2006 20:54:24 -0000 1.9 --- mx_google.php 30 Aug 2006 19:15:43 -0000 1.10 *************** *** 8,12 **** * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { --- 8,12 ---- * */ ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { *************** *** 25,28 **** $template->pparse('body_google'); - ?> \ No newline at end of file --- 25,27 ---- Index: mx_site_log.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_site_log.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_site_log.php 2 May 2006 23:22:17 -0000 1.10 --- mx_site_log.php 30 Aug 2006 19:15:43 -0000 1.11 *************** *** 34,39 **** // Read block Configuration // ! //$log_numberOfEvents = $mx_block->get_parameters( 'numOfEvents' ) > 0 ? intval( $mx_block->get_parameters( 'numOfEvents' ) ) : '5'; ! $log_numberOfEvents = 2; $log_filter_time = $mx_block->get_parameters( 'log_filter_date' ); // no limit, last day, 2 days, 3 days, week, 2 weeks, 3 weeks, month, 2 months, 3 months, 6 months, i year, --- 34,38 ---- // Read block Configuration // ! $log_numberOfEvents = $mx_block->get_parameters( 'numOfEvents' ) > 0 ? intval( $mx_block->get_parameters( 'numOfEvents' ) ) : '5'; $log_filter_time = $mx_block->get_parameters( 'log_filter_date' ); // no limit, last day, 2 days, 3 days, week, 2 weeks, 3 weeks, month, 2 months, 3 months, 6 months, i year, *************** *** 266,269 **** $template->pparse( "sitelog" ); - ?> \ No newline at end of file --- 265,267 ---- Index: mx_includex.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_includex.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_includex.php 28 Aug 2006 21:10:53 -0000 1.10 --- mx_includex.php 30 Aug 2006 19:15:43 -0000 1.11 *************** *** 95,98 **** $template->pparse('includex_block'); - ?> \ No newline at end of file --- 95,97 ---- Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_search.php 26 Jun 2006 21:32:23 -0000 1.16 --- mx_search.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 500,503 **** $template->pparse( 'body' ); - ?> \ No newline at end of file --- 500,502 ---- Index: mx_theme.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_theme.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_theme.php 1 Aug 2006 21:06:13 -0000 1.16 --- mx_theme.php 30 Aug 2006 19:15:43 -0000 1.17 *************** *** 85,88 **** $mx_block->show_block = false; } - ?> \ No newline at end of file --- 85,87 ---- |