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-02-17 20:26:03
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18527/includes Modified Files: linkdb_constants.php Log Message: Full page posting/editing Index: linkdb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/linkdb_constants.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** linkdb_constants.php 17 Feb 2008 16:46:58 -0000 1.13 --- linkdb_constants.php 17 Feb 2008 20:25:57 -0000 1.14 *************** *** 71,75 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 71,74 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:26:00
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18527/modules Modified Files: link_post_comment.php link_user_upload.php Log Message: Full page posting/editing Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** link_user_upload.php 9 Sep 2007 20:09:05 -0000 1.14 --- link_user_upload.php 17 Feb 2008 20:25:57 -0000 1.15 *************** *** 28,32 **** { global $linkdb_config, $phpbb_root_path, $module_root_path, $board_config; ! global $template, $db, $lang, $userdata, $user_ip, $phpEx, $linkdb_functions, $mx_request_vars; // --- 28,37 ---- { global $linkdb_config, $phpbb_root_path, $module_root_path, $board_config; ! global $template, $db, $lang, $userdata, $user_ip, $phpEx, $linkdb_functions, $mx_request_vars, $mx_block; ! ! // ! // Go full page ! // ! $mx_block->full_page = true; // Index: link_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_post_comment.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** link_post_comment.php 15 Feb 2008 22:44:55 -0000 1.7 --- link_post_comment.php 17 Feb 2008 20:25:57 -0000 1.8 *************** *** 33,36 **** --- 33,41 ---- // + // Go full page + // + $mx_block->full_page = true; + + // // Request vars // |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:25:25
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18494/includes Modified Files: kb_constants.php Log Message: Full page posting/editing Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** kb_constants.php 17 Feb 2008 16:46:11 -0000 1.10 --- kb_constants.php 17 Feb 2008 20:25:21 -0000 1.11 *************** *** 77,81 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 77,80 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:25:25
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18494/modules Modified Files: kb_post.php kb_post_comment.php Log Message: Full page posting/editing Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** kb_post.php 15 Feb 2008 22:25:49 -0000 1.15 --- kb_post.php 17 Feb 2008 20:25:21 -0000 1.16 *************** *** 30,33 **** --- 30,39 ---- global $mx_root_path, $module_root_path, $phpbb_root_path, $is_block, $mx_request_vars, $theme; global $html_entities_match, $html_entities_replace, $unhtml_specialchars_match, $unhtml_specialchars_replace; + global $mx_block; + + // + // Go full page + // + $mx_block->full_page = true; // Index: kb_post_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post_comment.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** kb_post_comment.php 15 Feb 2008 22:43:41 -0000 1.14 --- kb_post_comment.php 17 Feb 2008 20:25:21 -0000 1.15 *************** *** 33,36 **** --- 33,41 ---- // + // Go full page + // + $mx_block->full_page = true; + + // // Request vars // |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:17:49
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15186 Modified Files: Tag: core28x mx_functions_phpbb.php Log Message: updated mx_message_die(), correct init of user and style Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.32.2.13 retrieving revision 1.32.2.14 diff -C2 -d -r1.32.2.13 -r1.32.2.14 *** mx_functions_phpbb.php 17 Feb 2008 19:42:27 -0000 1.32.2.13 --- mx_functions_phpbb.php 17 Feb 2008 20:17:44 -0000 1.32.2.14 *************** *** 242,256 **** } if( empty($userdata) && ( $msg_code == GENERAL_MESSAGE || $msg_code == GENERAL_ERROR )) { ! $mx_user->init($user_ip, - ( 1000 + $page_id )); } ! if ( empty($theme) ) ! { ! // - populate $theme ! //$theme = $mx_user->_setup_style($board_config['default_style']); ! } ! //$default_lang = $board_config['default_lang']; $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->lang['default_lang'] : $board_config['default_lang']; --- 242,259 ---- } + // + // Start user session + // - populate $userdata and $lang + // if( empty($userdata) && ( $msg_code == GENERAL_MESSAGE || $msg_code == GENERAL_ERROR )) { ! $mx_user->init($user_ip, $page_id, true); } ! // ! // Load and instatiate CORE (page) and block classes ! // ! $mx_page->init( $page_id ); ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->lang['default_lang'] : $board_config['default_lang']; *************** *** 260,263 **** --- 263,267 ---- $default_lang= 'english'; } + switch (PORTAL_BACKEND) { *************** *** 305,309 **** case 'internal': case 'phpbb2': ! $template = new mx_Template($mx_root_path . 'templates/' . $mx_user->template_name); break; case 'phpbb3': --- 309,314 ---- case 'internal': case 'phpbb2': ! $mx_user->init_style(); ! //$template = new mx_Template($mx_root_path . 'templates/' . $mx_user->template_name); break; case 'phpbb3': |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:16:45
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14777 Modified Files: page_footer.tpl Log Message: Bugfix: Footer stats in adminCP Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxSilver/admin/page_footer.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_footer.tpl 16 Feb 2008 22:06:05 -0000 1.3 --- page_footer.tpl 17 Feb 2008 20:16:39 -0000 1.4 *************** *** 18,22 **** <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <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 --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <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> </body> </html> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:16:29
|
Update of /cvsroot/mxbb/core/templates/mxBase2/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14749 Modified Files: page_footer.tpl Log Message: Bugfix: Footer stats in adminCP Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/admin/page_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_footer.tpl 16 Feb 2008 22:05:49 -0000 1.2 --- page_footer.tpl 17 Feb 2008 20:16:25 -0000 1.3 *************** *** 18,22 **** <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 --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <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> </body> </html> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:16:15
|
Update of /cvsroot/mxbb/core/templates/mxBase1/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14728 Modified Files: page_footer.tpl Log Message: Bugfix: Footer stats in adminCP Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase1/admin/page_footer.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_footer.tpl 16 Feb 2008 22:05:32 -0000 1.2 --- page_footer.tpl 17 Feb 2008 20:16:10 -0000 1.3 *************** *** 18,22 **** <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 --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <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> </body> </html> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:15:59
|
Update of /cvsroot/mxbb/core/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14349 Modified Files: page_footer.tpl Log Message: Bugfix: Footer stats in adminCP Index: page_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/page_footer.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** page_footer.tpl 16 Feb 2008 22:05:19 -0000 1.3 --- page_footer.tpl 17 Feb 2008 20:15:55 -0000 1.4 *************** *** 18,22 **** <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <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 --> ! {EXECUTION_STATS} </body> </html> \ No newline at end of file --- 18,22 ---- <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-publisher.com/" target="_mx-publisher" class="copyright">MX-Publisher (MXP)</a> {MX_VERSION} © 2001-2008 & <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> </body> </html> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:15:45
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14331 Modified Files: index.php Log Message: Bugfix: Footer stats in adminCP Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** index.php 11 Feb 2008 12:05:04 -0000 1.43 --- index.php 17 Feb 2008 20:15:40 -0000 1.44 *************** *** 94,100 **** 'body' => 'admin/index_navigate.tpl') ); ! $admincp_nav_icon_url = PORTAL_URL . $images['mx_graphics']['admin_icons']; ! $template->assign_vars(array( 'U_PHPBB_ROOT_PATH' => PHPBB_URL, --- 94,100 ---- 'body' => 'admin/index_navigate.tpl') ); ! $admincp_nav_icon_url = PORTAL_URL . $images['mx_graphics']['admin_icons']; ! $template->assign_vars(array( 'U_PHPBB_ROOT_PATH' => PHPBB_URL, *************** *** 118,122 **** "L_PREVIEW_FORUM" => $lang['Preview_forum']) ); ! // // Read Portal configuration --- 118,122 ---- "L_PREVIEW_FORUM" => $lang['Preview_forum']) ); ! // // Read Portal configuration *************** *** 128,132 **** )); // END ------------------------------------------ ! ksort($module_portal); --- 128,132 ---- )); // END ------------------------------------------ ! ksort($module_portal); |
|
From: Jon O. <jon...@us...> - 2008-02-17 20:14:32
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13483 Modified Files: mx_functions_admincp.php mx_functions_core.php mx_functions_phpbb.php mx_functions_style.php Log Message: updated mx_message_die(), correct init of user and style minor fixes for custom module style Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** mx_functions_core.php 14 Feb 2008 21:33:36 -0000 1.80 --- mx_functions_core.php 17 Feb 2008 20:14:26 -0000 1.81 *************** *** 1543,1563 **** global $layouttemplate, $mx_page; - /* - // - // Output header - // - include( $mx_root_path . 'includes/page_header.' . $phpEx ); - - // - // Output page - // - $layouttemplate->pparse('mx_main_layout'); - - // - // Output footer - // - include($mx_root_path . 'includes/page_tail.' . $phpEx); - */ - mx_message_die(GENERAL_MESSAGE,$this->block_contents); } --- 1543,1546 ---- Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** mx_functions_style.php 17 Feb 2008 16:45:01 -0000 1.50 --- mx_functions_style.php 17 Feb 2008 20:14:26 -0000 1.51 *************** *** 990,994 **** { // ! // Since we have no Template Config file, use default (subSilver) instead // @include($mx_root_path . $this->default_current_template_path . '/' . $this->default_template_name . '.cfg'); --- 990,994 ---- { // ! // Since we have no Template Config file, use default instead // @include($mx_root_path . $this->default_current_template_path . '/' . $this->default_template_name . '.cfg'); *************** *** 1610,1614 **** if (!empty($this->default_module_style)) { ! $this->default_template_name = 'subSilver'; $this->default_current_template_path = 'templates/' . $this->default_template_name; $this->default_module_style = ''; --- 1610,1614 ---- if (!empty($this->default_module_style)) { ! $this->default_template_name = '_core'; $this->default_current_template_path = 'templates/' . $this->default_template_name; $this->default_module_style = ''; Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** mx_functions_phpbb.php 14 Feb 2008 03:24:15 -0000 1.46 --- mx_functions_phpbb.php 17 Feb 2008 20:14:26 -0000 1.47 *************** *** 439,452 **** } ! if( empty($userdata) && ( $msg_code == GENERAL_MESSAGE || $msg_code == GENERAL_ERROR )) { ! $mx_user->init($user_ip, - ( 1000 + $page_id )); } ! if ( empty($theme) ) ! { ! // - populate $theme ! //$theme = $mx_user->_setup_style($board_config['default_style']); ! } $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; --- 439,455 ---- } ! // ! // Start user session ! // - populate $userdata and $lang ! // ! if( empty($userdata) && ( $msg_code == GENERAL_MESSAGE || $msg_code == GENERAL_ERROR ) ) { ! $mx_user->init($user_ip, $page_id, false); } ! // ! // Load and instatiate CORE (page) and block classes ! // ! $mx_page->init( $page_id ); $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; *************** *** 503,507 **** case 'internal': case 'phpbb2': ! $template = new mx_Template($mx_root_path . 'templates/' . $mx_user->template_name); break; case 'phpbb3': --- 506,510 ---- case 'internal': case 'phpbb2': ! $mx_user->init_style(); break; case 'phpbb3': *************** *** 606,610 **** } } ! if ($phpbb_lang_error) { --- 609,613 ---- } } ! if ($phpbb_lang_error) { Index: mx_functions_admincp.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** mx_functions_admincp.php 11 Feb 2008 13:03:59 -0000 1.50 --- mx_functions_admincp.php 17 Feb 2008 20:14:26 -0000 1.51 *************** *** 2872,2875 **** --- 2872,2876 ---- { ob_start(); + global $lang; include( dirname( $mx_root_path .$file_name ) . "/db_install.php" ); $output_message .= ob_get_contents(); |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:42:45
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2328 Added Files: Tag: core28x full_page_body.tpl Log Message: Full page block output, little new feature ;) --- NEW FILE: full_page_body.tpl --- <table border="0" cellspacing="50" cellpadding="0" width="100%" align="center"> <tr valign="top"> <td align="center">{MESSAGE_TEXT}</td> </tr> </table> <br clear="all" /> |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:42:32
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2308 Modified Files: Tag: core28x mx_functions_phpbb.php Log Message: Full page block output, little new feature ;) Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.32.2.12 retrieving revision 1.32.2.13 diff -C2 -d -r1.32.2.12 -r1.32.2.13 *** mx_functions_phpbb.php 10 Feb 2008 21:17:54 -0000 1.32.2.12 --- mx_functions_phpbb.php 17 Feb 2008 19:42:27 -0000 1.32.2.13 *************** *** 409,414 **** if ( !defined('IN_ADMIN') ) { $template->set_filenames(array( ! 'message_body' => 'message_body.tpl') ); } --- 409,415 ---- if ( !defined('IN_ADMIN') ) { + $message_file = $mx_block->full_page ? 'full_page_body.tpl' : 'message_body.tpl'; $template->set_filenames(array( ! 'message_body' => $message_file) ); } |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:37:20
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32106 Modified Files: Tag: core28x index.php Log Message: Full page block output, little new feature ;) Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.70.2.2 retrieving revision 1.70.2.3 diff -C2 -d -r1.70.2.2 -r1.70.2.3 *** index.php 3 Feb 2008 19:22:10 -0000 1.70.2.2 --- index.php 17 Feb 2008 19:37:15 -0000 1.70.2.3 *************** *** 210,213 **** --- 210,221 ---- { // + // Full page block Mode + // + if ($mx_block->full_page) + { + $mx_block->output_full_page(); + } + + // // Output Block contents // |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:37:20
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32106/includes Modified Files: Tag: core28x mx_functions_core.php Log Message: Full page block output, little new feature ;) Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.52.2.7 retrieving revision 1.52.2.8 diff -C2 -d -r1.52.2.7 -r1.52.2.8 *** mx_functions_core.php 16 Feb 2008 22:12:36 -0000 1.52.2.7 --- mx_functions_core.php 17 Feb 2008 19:37:15 -0000 1.52.2.8 *************** *** 1132,1135 **** --- 1132,1136 ---- var $auth_edit = false; var $auth_mod = false; + var $full_page = false; var $init_error_msg = false; *************** *** 1388,1391 **** --- 1389,1404 ---- /** + * Pass block data to full page + * + * @access public + */ + function output_full_page() + { + global $layouttemplate, $mx_page; + + mx_message_die(GENERAL_MESSAGE,$this->block_contents); + } + + /** * Block border graphics. * |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:30:45
|
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29226 Modified Files: functions_comment.php Log Message: debug variable removed Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions_comment.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_comment.php 8 Feb 2008 21:58:20 -0000 1.1 --- functions_comment.php 17 Feb 2008 19:30:36 -0000 1.2 *************** *** 127,131 **** global $db, $mx_news_cache; - die('d'); if ( $mx_news_cache->exists( 'ranks' ) ) { --- 127,130 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:22:59
|
Update of /cvsroot/mxbb/mx_slides/slides/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26426/includes Modified Files: slides_constants.php Log Message: Update to custom module default style Index: slides_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_slides/slides/includes/slides_constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slides_constants.php 16 Feb 2008 13:13:40 -0000 1.2 --- slides_constants.php 17 Feb 2008 19:22:53 -0000 1.3 *************** *** 21,24 **** --- 21,26 ---- // Footer Copyrights // ------------------------------------------------------------------------- + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { *************** *** 30,34 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 32,35 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:22:59
|
Update of /cvsroot/mxbb/mx_slides/slides In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26426 Modified Files: slides_common.php Log Message: Update to custom module default style Index: slides_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_slides/slides/slides_common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slides_common.php 16 Feb 2008 00:14:56 -0000 1.2 --- slides_common.php 17 Feb 2008 19:22:53 -0000 1.3 *************** *** 83,87 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); // =================================================== --- 83,87 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); // =================================================== |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:21:14
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26232/includes Modified Files: simpledoc_constants.php Log Message: Update to custom module default style Index: simpledoc_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/simpledoc_constants.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** simpledoc_constants.php 16 Feb 2008 13:13:24 -0000 1.4 --- simpledoc_constants.php 17 Feb 2008 19:21:10 -0000 1.5 *************** *** 21,24 **** --- 21,26 ---- // Style // ------------------------------------------------------------------------- + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { *************** *** 30,34 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(MX_LANG_ALL, MX_IMAGES_NONE); --- 32,35 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:21:14
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26232 Modified Files: simpledoc_common.php Log Message: Update to custom module default style Index: simpledoc_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/simpledoc_common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** simpledoc_common.php 16 Feb 2008 00:14:32 -0000 1.8 --- simpledoc_common.php 17 Feb 2008 19:21:10 -0000 1.9 *************** *** 27,31 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); $mx_simpledoc = new mx_simpledoc_public(); --- 27,31 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); $mx_simpledoc = new mx_simpledoc_public(); |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:20:36
|
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25789/mx_news/includes Modified Files: mx_news_constants.php Log Message: Update to custom module default style Index: mx_news_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/mx_news_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_news_constants.php 16 Feb 2008 13:12:43 -0000 1.3 --- mx_news_constants.php 17 Feb 2008 19:20:28 -0000 1.4 *************** *** 48,51 **** --- 48,53 ---- define( 'CHECKBOX', 5 ); + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { *************** *** 57,61 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 59,62 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:20:36
|
Update of /cvsroot/mxbb/mx_news/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25789/mx_news Modified Files: mx_news_common.php Log Message: Update to custom module default style Index: mx_news_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/mx_news_common.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_news_common.php 16 Feb 2008 00:14:04 -0000 1.2 --- mx_news_common.php 17 Feb 2008 19:20:28 -0000 1.3 *************** *** 84,88 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); // =================================================== --- 84,88 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); // =================================================== |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:19:53
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25310 Modified Files: bugsbt_common.php Log Message: Update to custom module default style Index: bugsbt_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/bugsbt_common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bugsbt_common.php 16 Feb 2008 00:12:19 -0000 1.5 --- bugsbt_common.php 17 Feb 2008 19:19:48 -0000 1.6 *************** *** 86,90 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); // =================================================== --- 86,90 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); // =================================================== |
|
From: Jon O. <jon...@us...> - 2008-02-17 19:19:53
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25310/includes Modified Files: bugsbt_constants.php Log Message: Update to custom module default style Index: bugsbt_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/bugsbt_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_constants.php 16 Feb 2008 13:11:09 -0000 1.3 --- bugsbt_constants.php 17 Feb 2008 19:19:49 -0000 1.4 *************** *** 46,49 **** --- 46,51 ---- // Footer Copyrights // ------------------------------------------------------------------------- + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { *************** *** 55,59 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 57,60 ---- |
|
From: Jon O. <jon...@us...> - 2008-02-17 16:48:07
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20860 Modified Files: pafiledb_constants.php Log Message: Update to custom module default style Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** pafiledb_constants.php 17 Feb 2008 15:41:50 -0000 1.23 --- pafiledb_constants.php 17 Feb 2008 16:48:03 -0000 1.24 *************** *** 87,91 **** else { ! $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x if (is_object($mx_page)) { --- 87,91 ---- else { ! $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x if (is_object($mx_page)) { |