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: Culprit <cul...@us...> - 2008-02-14 09:39:09
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30634/core/templates/prosilver/admin Modified Files: mx_blockcp_admin_body.html Log Message: more fixes for prosilver, JS fix Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_blockcp_admin_body.html 14 Feb 2008 09:17:58 -0000 1.6 --- mx_blockcp_admin_body.html 14 Feb 2008 09:39:07 -0000 1.7 *************** *** 2,5 **** --- 2,6 ---- <script type="text/javascript" src="{MX_DYN_PATH}modules/mx_shared/lib/DynamicOptionList_comp.js"></script> <script id="DYNAMIC_LIST"> + <!-- window.onload = initDynamicOptionLists; var makeModule = new DynamicOptionList("module_id","function_id","block_id"); *************** *** 7,11 **** --- 8,17 ---- {DYNAMIC_BLOCK_SETUP} {DYNAMIC_DEFAULT_SETUP} + // --> + </script> + <!-- END dynamic_select --> + <script language="javascript" type="text/javascript"> + <!-- function blockcp_getCookie(name) { *************** *** 204,209 **** } </script> - <!-- END dynamic_select --> <!-- BEGIN mx_blockcp --> --- 210,215 ---- } + // --> </script> <!-- BEGIN mx_blockcp --> *************** *** 218,222 **** <!-- BEGIN dynamic_select --> - <!-- dynamic_select --> <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> <div> --- 224,227 ---- *************** *** 254,258 **** </div> </form> - <!-- dynamic_select --> <!-- END dynamic_select --> {POST_PREVIEW_BOX} --- 259,262 ---- *************** *** 266,270 **** <!-- END mx_blockcp --> <br clear="all" /> - <!-- BEGIN dynamic_select --> <div id="adminBlockCP_require_refresh" style="display:block;"> <div id="tabs"> --- 270,273 ---- *************** *** 314,320 **** } setActiveTab(); ! --> </script> - <!-- END dynamic_select --> <div id="adminBlockCP_general_add" style="display:{VISIBLE_GENERAL_ADD};" class="panel bg3"> <div class="inner"> --- 317,322 ---- } setActiveTab(); ! // --> </script> <div id="adminBlockCP_general_add" style="display:{VISIBLE_GENERAL_ADD};" class="panel bg3"> <div class="inner"> |
|
From: Culprit <cul...@us...> - 2008-02-14 09:35:05
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28486/core/templates/prosilver Modified Files: prosilver.css Log Message: more fixes for prosilver Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** prosilver.css 14 Feb 2008 09:17:58 -0000 1.13 --- prosilver.css 14 Feb 2008 09:34:54 -0000 1.14 *************** *** 325,329 **** float: left; display: block; ! background: url("images/bg_tabs2.gif") no-repeat 100% -34px; padding: 7px 10px 4px 4px; color: #767676; --- 325,329 ---- float: left; display: block; ! background: url("theme/images/bg_tabs2.gif") no-repeat 100% -35px; padding: 7px 10px 4px 4px; color: #767676; *************** *** 333,337 **** font-weight: bold; } ! #tabs #activetab a span, #tabs .activetab a span { background-position: 100% 0; padding-bottom: 5px; --- 333,337 ---- font-weight: bold; } ! #tabs .activetab a span { background-position: 100% 0; padding-bottom: 5px; *************** *** 347,351 **** } ! #tabs #activetab a:hover span, #tabs .activetab a:hover span { color: #115098; } --- 347,351 ---- } ! #tabs .activetab a:hover span { color: #115098; } |
|
From: Culprit <cul...@us...> - 2008-02-14 09:18:05
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21072/core/modules/mx_navmenu/templates/prosilver/admin Modified Files: mx_module_parameters.html Log Message: more fixes for prosilver Index: mx_module_parameters.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/admin/mx_module_parameters.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_module_parameters.html 13 Feb 2008 11:37:33 -0000 1.3 --- mx_module_parameters.html 14 Feb 2008 09:17:57 -0000 1.4 *************** *** 298,302 **** <div style="float:right;font-size:1.1em;"> <!-- BEGIN is_cat --> ! <a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');">{L_EDIT}</a> <a href="{catrow.U_CAT_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a> <a href="{catrow.U_CAT_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a> --- 298,302 ---- <div style="float:right;font-size:1.1em;"> <!-- BEGIN is_cat --> ! <a href="javascript:onMenuCatClick('{catrow.CAT_ID}','adminCatEdit_');"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_edit.gif" alt="{L_EDIT}"/></a> <a href="{catrow.U_CAT_MOVE_UP}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_up.gif" alt="{L_MOVE_UP}"/></a> <a href="{catrow.U_CAT_MOVE_DOWN}"><img src="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/admin_icons/icon_down.gif" alt="{L_MOVE_DOWN}"/></a> *************** *** 338,342 **** <p align="center"> {catrow.S_HIDDEN_DELETE_FIELDS} ! <input type="submit" name="submit" value="{catrow.S_SUBMIT_DELETE}" class="button1" /> </p> </fieldset> --- 338,342 ---- <p align="center"> {catrow.S_HIDDEN_DELETE_FIELDS} ! <input type="submit" name="submit" value="{catrow.S_SUBMIT_DELETE}" class="button2" /> </p> </fieldset> |
|
From: Culprit <cul...@us...> - 2008-02-14 09:18:04
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21072/core/templates/prosilver Modified Files: prosilver.css overall_header.html Log Message: more fixes for prosilver Index: prosilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** prosilver.css 13 Feb 2008 11:50:20 -0000 1.12 --- prosilver.css 14 Feb 2008 09:17:58 -0000 1.13 *************** *** 356,357 **** --- 356,361 ---- padding:10px; } + + .fieldset1 FORM * { + font-size: 1.0em; + } \ No newline at end of file Index: overall_header.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/overall_header.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header.html 12 Feb 2008 08:23:57 -0000 1.8 --- overall_header.html 14 Feb 2008 09:17:58 -0000 1.9 *************** *** 11,15 **** <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet--><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet--> <!-- BEGIN switch_enable_pm_popup --> --- 11,15 ---- <title>{SITENAME} :: {PAGE_TITLE}</title> ! <!-- BEGIN switch_phpbb_stylesheet --><link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}styles/prosilver/theme/stylesheet.css" type="text/css" ><!-- END switch_phpbb_stylesheet --> <!-- BEGIN switch_enable_pm_popup --> |
|
From: Culprit <cul...@us...> - 2008-02-14 09:18:02
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21072/core/templates/prosilver/admin Modified Files: mx_blockcp_admin_body.html Log Message: more fixes for prosilver Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_blockcp_admin_body.html 13 Feb 2008 11:37:36 -0000 1.5 --- mx_blockcp_admin_body.html 14 Feb 2008 09:17:58 -0000 1.6 *************** *** 1,3 **** ! <!-- dynamic_select --> <script type="text/javascript" src="{MX_DYN_PATH}modules/mx_shared/lib/DynamicOptionList_comp.js"></script> <script id="DYNAMIC_LIST"> --- 1,3 ---- ! <!-- BEGIN dynamic_select --> <script type="text/javascript" src="{MX_DYN_PATH}modules/mx_shared/lib/DynamicOptionList_comp.js"></script> <script id="DYNAMIC_LIST"> *************** *** 205,209 **** </script> ! <!-- dynamic_select --> <!-- BEGIN mx_blockcp --> --- 205,209 ---- </script> ! <!-- END dynamic_select --> <!-- BEGIN mx_blockcp --> *************** *** 266,269 **** --- 266,270 ---- <!-- END mx_blockcp --> <br clear="all" /> + <!-- BEGIN dynamic_select --> <div id="adminBlockCP_require_refresh" style="display:block;"> <div id="tabs"> *************** *** 315,318 **** --- 316,320 ---- --> </script> + <!-- END dynamic_select --> <div id="adminBlockCP_general_add" style="display:{VISIBLE_GENERAL_ADD};" class="panel bg3"> <div class="inner"> *************** *** 375,386 **** </dd> </dl> - <dl> - <dd> - {blockcp_general_adds.S_HIDDEN_FIELDS} - <input onClick="preFormCheck()" type="submit" name="submit" value="{blockcp_general_adds.S_SUBMIT}" class="button1" /> - {CANCEL} - </dd> - </dl> </fieldset> </form> </div> --- 377,386 ---- </dd> </dl> </fieldset> + <p align="right"> + {blockcp_general_adds.S_HIDDEN_FIELDS} + <input onClick="preFormCheck()" type="submit" name="submit" value="{blockcp_general_adds.S_SUBMIT}" class="button1" /> + {CANCEL} + </p> </form> </div> *************** *** 456,467 **** </dd> </dl> - <dl> - <dd> - {blockcp_general.S_HIDDEN_FIELDS} - <input onClick="preFormCheck()" type="submit" name="submit" value="{blockcp_general.S_SUBMIT}" class="button1" /> - {CANCEL} - </dd> - </dl> </fieldset> </form> </div> --- 456,465 ---- </dd> </dl> </fieldset> + <p align="right"> + {blockcp_general.S_HIDDEN_FIELDS} + <input onClick="preFormCheck()" type="submit" name="submit" value="{blockcp_general.S_SUBMIT}" class="button1" /> + {CANCEL} + </p> </form> </div> *************** *** 496,500 **** </fieldset> </div> ! <div style="text-align:center"> {blockcp_settings.S_HIDDEN_FIELDS} <input type="submit" name="submit_pars" value="{blockcp_settings.S_SUBMIT}" class="button1" /> --- 494,498 ---- </fieldset> </div> ! <div style="text-align:right"> {blockcp_settings.S_HIDDEN_FIELDS} <input type="submit" name="submit_pars" value="{blockcp_settings.S_SUBMIT}" class="button1" /> *************** *** 541,545 **** </table> </form> ! <div style="text-align:center"> {blockcp_permissions.S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{blockcp_permissions.S_SUBMIT}" class="button1" /> --- 539,543 ---- </table> </form> ! <div style="text-align:right"> {blockcp_permissions.S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{blockcp_permissions.S_SUBMIT}" class="button1" /> *************** *** 565,570 **** </div> - </div> - <div id="adminBlockCP_require_refresh_info" style="display:none;" class="genmed"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="forumline"> --- 563,566 ---- *************** *** 579,581 **** </tr> </table> ! </div> --- 575,577 ---- </tr> </table> ! </div> \ No newline at end of file |
|
From: Culprit <cul...@us...> - 2008-02-14 09:07:27
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16715/core/modules/mx_navmenu/admin Modified Files: mx_module_defs.php Log Message: U_PORTAL_ROOT_PATH :: allow to add images from template root folder Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/admin/mx_module_defs.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** mx_module_defs.php 11 Feb 2008 11:13:16 -0000 1.35 --- mx_module_defs.php 14 Feb 2008 09:07:22 -0000 1.36 *************** *** 289,292 **** --- 289,293 ---- 'U_PHPBB_ROOT_PATH' => PHPBB_URL, 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, + 'U_PORTAL_ROOT_PATH' => PORTAL_URL, // DIV Templates. Images from root template folder. phpbb3::prosilver template 'L_CREATE_MENU' => $lang['Create_menu'], |
|
From: OryNider <ory...@us...> - 2008-02-14 03:24:19
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31010 Modified Files: mx_functions_phpbb.php Log Message: Changes to critical error Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mx_functions_phpbb.php 14 Feb 2008 03:08:03 -0000 1.45 --- mx_functions_phpbb.php 14 Feb 2008 03:24:15 -0000 1.46 *************** *** 561,565 **** if ((@include($lang_path . "lang_english/lang_main.$phpEx")) === false) { ! die('Language file (mx_message_die) ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } --- 561,569 ---- if ((@include($lang_path . "lang_english/lang_main.$phpEx")) === false) { ! $phpbb_lang_error = 'Language file ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'; ! } ! else ! { ! $phpbb_lang_error = false; } } *************** *** 569,582 **** if ((@include($mx_root_path . "language/lang_english/lang_main.$phpEx")) === false) { ! die('Language file (mx_message_die) ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } ! if ( $msg_text == '' ) { $msg_text = $lang['A_critical_error']; } ! if ( $msg_title == '' ) { $msg_title = 'MX-Publisher : <b>' . $lang['Critical_Error'] . '</b>'; --- 573,590 ---- if ((@include($mx_root_path . "language/lang_english/lang_main.$phpEx")) === false) { ! $mx_lang_error = 'Language file ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'; ! } ! else ! { ! $mx_lang_error = false; } } ! if ($msg_text == '') { $msg_text = $lang['A_critical_error']; } ! if ($msg_title == '') { $msg_title = 'MX-Publisher : <b>' . $lang['Critical_Error'] . '</b>'; *************** *** 595,601 **** if ( $debug_text != '' ) { ! $msg_text = $msg_text . '<br /><br /><b><u>DEBUG MODE</u></b>' . $debug_text; } } if ( $msg_code != CRITICAL_ERROR ) --- 603,619 ---- if ( $debug_text != '' ) { ! $msg_text = $msg_text . '<br /><br /><b><u>DEBUG MODE</u></b> ' . $debug_text; } } + + if ($phpbb_lang_error) + { + $msg_text = $msg_text . '<br /><br /><b><u>ALLSO</u></b> ' . $phpbb_lang_error; + } + + if ($mx_lang_error) + { + $msg_text = $msg_text . '<br /><br /><b><u>ALLSO</u></b> ' . $mx_lang_error; + } if ( $msg_code != CRITICAL_ERROR ) |
|
From: OryNider <ory...@us...> - 2008-02-14 03:08:10
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22916 Modified Files: mx_functions_phpbb.php Log Message: comment added to die message Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** mx_functions_phpbb.php 5 Feb 2008 02:10:14 -0000 1.44 --- mx_functions_phpbb.php 14 Feb 2008 03:08:03 -0000 1.45 *************** *** 450,454 **** } ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->lang['default_lang'] : $board_config['default_lang']; if ( empty($default_lang) ) --- 450,454 ---- } ! $default_lang = ($mx_user->lang['default_lang']) ? $mx_user->get_old_lang($mx_user->lang['default_lang']) : $board_config['default_lang']; if ( empty($default_lang) ) *************** *** 482,486 **** if ((@include $lang_path . "lang_english/lang_main.$phpEx") === false) { ! die('Language file ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } --- 482,486 ---- if ((@include $lang_path . "lang_english/lang_main.$phpEx") === false) { ! die('Language file (mx_message_die) ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } *************** *** 490,494 **** if ((@include $mx_root_path . "language/lang_english/lang_main.$phpEx") === false) { ! die('Language file ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } --- 490,494 ---- if ((@include $mx_root_path . "language/lang_english/lang_main.$phpEx") === false) { ! die('Language file (mx_message_die) ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } *************** *** 557,573 **** // available so we're going to dump out a simple echo'd statement // ! if ((@include $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx") === false) { ! if ((@include $lang_path . "lang_english/lang_main.$phpEx") === false) { ! die('Language file ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } ! if ((@include $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx") === false) { ! if ((@include $mx_root_path . "language/lang_english/lang_main.$phpEx") === false) { ! die('Language file ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } --- 557,573 ---- // available so we're going to dump out a simple echo'd statement // ! if ((@include($lang_path . "lang_" . $default_lang . "/lang_main.$phpEx")) === false) { ! if ((@include($lang_path . "lang_english/lang_main.$phpEx")) === false) { ! die('Language file (mx_message_die) ' . $lang_path . "lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } ! if ((@include($mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx")) === false) { ! if ((@include($mx_root_path . "language/lang_english/lang_main.$phpEx")) === false) { ! die('Language file (mx_message_die) ' . $mx_root_path . "language/lang_" . $default_lang . "/lang_main.$phpEx" . ' couldn\'t be opened.'); } } |
|
From: OryNider <ory...@us...> - 2008-02-14 02:34:31
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6793 Modified Files: session.php Log Message: auth db Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** session.php 11 Feb 2008 12:13:11 -0000 1.12 --- session.php 14 Feb 2008 02:34:24 -0000 1.13 *************** *** 313,317 **** // Check whether the session is still valid if we have one $method = basename(trim($board_config['auth_method'])); ! include_once($phpbb_root_path . 'includes/auth/auth_' . $method . '.' . $phpEx); $method = 'validate_session_' . $method; --- 313,324 ---- // Check whether the session is still valid if we have one $method = basename(trim($board_config['auth_method'])); ! ! if ((@include_once $phpbb_root_path . "includes/auth/auth_" . $method . ".$phpEx") === false) ! { ! if ((@include_once $mx_root_path . "includes/sessions/phpbb3/includes/auth/auth_" . $method . ".$phpEx") === false) ! { ! mx_message_die(CRITICAL_ERROR, 'File ' . $phpbb_root_path . "includes/auth/auth_" . $method . ".$phpEx" . ' couldn\'t be opened.'); ! } ! } $method = 'validate_session_' . $method; |
|
From: MW <jo...@us...> - 2008-02-13 22:16:40
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23211/includes Modified Files: mx_functions_core.php Log Message: updated the $mx_request_vars class to also deal with empty when requesting vars. Now pass the const MX_NOT_EMPTY to ->post and ->get if empty() should be taken into consideration and not just isset() Ex. $res = $mx_request_vars->post ($var, MX_TYPE_NO_TAGS, $default, MX_NOT_EMPTY) Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** mx_functions_core.php 12 Feb 2008 21:24:18 -0000 1.78 --- mx_functions_core.php 13 Feb 2008 22:16:21 -0000 1.79 *************** *** 3590,3593 **** --- 3590,3594 ---- define('MX_TYPE_POST_VARS' , 64); // Read a POST variable. define('MX_TYPE_GET_VARS' , 128); // Read a GET variable. + define('MX_NOT_EMPTY' , true); // /**#@-*/ *************** *** 3645,3649 **** * @return unknown */ ! function _read($var, $type = MX_TYPE_ANY, $dflt = '') { if( ($type & (MX_TYPE_POST_VARS|MX_TYPE_GET_VARS)) == 0 ) --- 3646,3650 ---- * @return unknown */ ! function _read($var, $type = MX_TYPE_ANY, $dflt = '', $not_null = false) { if( ($type & (MX_TYPE_POST_VARS|MX_TYPE_GET_VARS)) == 0 ) *************** *** 3678,3687 **** if( $type & MX_TYPE_INT ) // integer { ! return intval($val); } if( $type & MX_TYPE_FLOAT ) // float { ! return floatval($val); } --- 3679,3688 ---- if( $type & MX_TYPE_INT ) // integer { ! return $not_null && empty($val) ? $dflt : intval($val); } if( $type & MX_TYPE_FLOAT ) // float { ! return $not_null && empty($val) ? $dflt : floatval($val); } *************** *** 3730,3734 **** } ! return $val; } --- 3731,3735 ---- } ! return $not_null && empty($val) ? $dflt : $val; } *************** *** 3748,3754 **** * @return string */ ! function post($var, $type = MX_TYPE_ANY, $dflt = '') { ! return $this->_read($var, ($type | MX_TYPE_POST_VARS), $dflt); } --- 3749,3755 ---- * @return string */ ! function post($var, $type = MX_TYPE_ANY, $dflt = '', $not_null = false) { ! return $this->_read($var, ($type | MX_TYPE_POST_VARS), $dflt, $not_null); } *************** *** 3764,3770 **** * @return string */ ! function get($var, $type = MX_TYPE_ANY, $dflt = '') { ! return $this->_read($var, ($type | MX_TYPE_GET_VARS), $dflt); } --- 3765,3771 ---- * @return string */ ! function get($var, $type = MX_TYPE_ANY, $dflt = '', $not_null = false) { ! return $this->_read($var, ($type | MX_TYPE_GET_VARS), $dflt, $not_null); } *************** *** 3780,3786 **** * @return string */ ! function request($var, $type = MX_TYPE_ANY, $dflt = '') { ! return $this->_read($var, ($type | MX_TYPE_POST_VARS | MX_TYPE_GET_VARS), $dflt); } --- 3781,3787 ---- * @return string */ ! function request($var, $type = MX_TYPE_ANY, $dflt = '', $not_null = false) { ! return $this->_read($var, ($type | MX_TYPE_POST_VARS | MX_TYPE_GET_VARS), $dflt, $not_null); } *************** *** 3839,3848 **** function is_empty_post($var) { ! if ( $this->is_post($var)) ! { ! $tmp = $this->_read($var, MX_TYPE_POST_VARS); ! return empty($tmp) ? 1 : 0; ! } ! return true; } /** --- 3840,3844 ---- function is_empty_post($var) { ! return (empty($_POST[$var]) && ( empty($_POST[$var.'_x']) || empty($_POST[$var.'_y']))) ? 1 : 0 ; } /** *************** *** 3858,3867 **** function is_empty_get($var) { ! if ($this->is_get($var)) ! { ! $tmp = $this->_read($var, MX_TYPE_GET_VARS); ! return empty($tmp) ? 1 : 0; ! } ! return true; } --- 3854,3858 ---- function is_empty_get($var) { ! return empty($_GET[$var]) ? 1 : 0 ; } |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:44:26
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10002/includes Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:44:26
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3/includes/acp In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10002/includes/acp Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:44:26
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10002 Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:44:06
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9606/lang_swedish Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:44:05
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9606/lang_english Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:53
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/images/smiles In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9559/images/smiles Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:53
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9583/language Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:52
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9559 Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:52
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9583/includes Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:26
|
Update of /cvsroot/mxbb/core/includes/sessions In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9521/sessions Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:25
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9521/sessions/phpbb3 Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:25
|
Update of /cvsroot/mxbb/core/includes/shared In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9521/shared Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:25
|
Update of /cvsroot/mxbb/core/includes/sessions/internal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9521/sessions/internal Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:43:25
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9521/sessions/phpbb2 Added Files: index.htm Log Message: missing index.htm files... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2008-02-13 21:37:17
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6961 Added Files: index.htm Log Message: swedish... fyi, as agreed, i'm allowed to keep these in the cvs, but they are to be dropped when releasing... --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |