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...> - 2007-05-31 19:53:31
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23973/modules Modified Files: link_mini.php Log Message: minor fixes Index: link_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_mini.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** link_mini.php 13 Aug 2006 19:43:51 -0000 1.2 --- link_mini.php 31 May 2007 19:53:27 -0000 1.3 *************** *** 65,69 **** } ! if ( ( !$this->auth_user[$cat_id]['auth_read'] ) && ( !$show_category ) ) { if ( !$userdata['session_logged_in'] ) --- 65,69 ---- } ! if ( ( !$this->auth_user[$cat_id]['auth_view'] ) && ( !$show_category ) ) { if ( !$userdata['session_logged_in'] ) *************** *** 72,76 **** } ! $message = sprintf( $lang['Sorry_auth_view'], $this->auth_user[$cat_id]['auth_read_type'] ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 72,76 ---- } ! $message = sprintf( $lang['Sorry_auth_view'], $this->auth_user[$cat_id]['auth_view_type'] ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 81,84 **** --- 81,94 ---- } + // + // Display subcats + // + if ( isset( $this->subcat_rowset[$cat_id] ) ) + { + $no_file_message = false; + + $this->display_categories( $cat_id ); + } + $no_file_message = true; $filelist = false; *************** *** 94,97 **** --- 104,108 ---- 'LINK' => $linkdb_config['module_name'], + 'L_QUICK_JUMP' => $lang['Quick_jump'], 'BLOCK_JUMPMENU' => $this->generate_jumpbox( $mini_config['mini_default_cat_id'], 0, array( $_GET['cat_id'] => 1 ) ), |
|
From: Jon O. <jon...@us...> - 2007-05-31 19:53:17
|
Update of /cvsroot/mxbb/mx_linkdb/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23958 Modified Files: lang_admin.php lang_main.php Log Message: minor fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang_main.php 13 Aug 2006 19:43:51 -0000 1.8 --- lang_main.php 31 May 2007 19:53:14 -0000 1.9 *************** *** 25,28 **** --- 25,29 ---- $lang['Link_us_explain'] = 'Please feel free to link to <b>%s</b>. Use the following HTML (You can copy and paste to your page):'; $lang['Link_us_syntax'] = '<a href="%s" target="_blank"><img src="%s" width="%d" height="%d" border="0" alt="%s" /></a>'; + $lang['Quick_jump'] = 'Select Category'; // Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/language/lang_english/lang_admin.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lang_admin.php 13 Aug 2006 19:43:51 -0000 1.10 --- lang_admin.php 31 May 2007 19:53:14 -0000 1.11 *************** *** 218,223 **** $lang['Catparent'] = 'Parent Category'; $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_file'] = 'Allow Adding link'; ! $lang['Allow_file_info'] = 'If you are not allowed to add links in this category it will be a higher level category.'; $lang['None'] = 'None'; $lang['Catedited'] = 'The category you selected has been successfully edited'; --- 218,223 ---- $lang['Catparent'] = 'Parent Category'; $lang['Catparentinfo'] = 'If you want this category to be a sub-category, select the category you want it to be a sub-category of.'; ! $lang['Allow_link'] = 'Allow Adding link'; ! $lang['Allow_link_info'] = 'If you are not allowed to add links in this category it will be a higher level category.'; $lang['None'] = 'None'; $lang['Catedited'] = 'The category you selected has been successfully edited'; *************** *** 347,350 **** --- 347,352 ---- $lang['Link_same_cat'] = 'You can\'t move the links to the same deleted category.'; $lang['Link_move_cat'] = 'You can\'t move the sub category to the same deleted category.'; + $lang['Cat_conflict'] = 'You can\'t have a category with no links in side a category that doesn\'t allow links'; + $lang['Cat_id_missing'] = 'Please select a category'; $lang['Need_validation'] = 'Validate links?'; |
|
From: Jon O. <jon...@us...> - 2007-05-31 19:52:56
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23575 Modified Files: kb_mini.tpl Log Message: minor fixes Index: kb_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_mini.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_mini.tpl 30 May 2007 21:32:24 -0000 1.2 --- kb_mini.tpl 31 May 2007 19:52:53 -0000 1.3 *************** *** 21,24 **** --- 21,43 ---- <td align="center"> + <!-- BEGIN CAT_NAV_SIMPLE --> + <table width="100%" cellpadding="2" cellspacing="1" border="0" > + <tr><td class="row1"> + <table border="0" cellpadding="5" cellspacing="1" width="100%"> + <!-- BEGIN catrow --> + <!-- BEGIN catcol --> + <tr> + <td><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}"><img src="{CAT_NAV_SIMPLE.catrow.catcol.CAT_IMAGE}" alt="{CAT_NAV_SIMPLE.catrow.catcol.CAT_DESCRIPTION}" align="absmiddle" border="0" /></a></td> + <td width="100%" valign="middle" nowrap="nowrap"><a href="{CAT_NAV_SIMPLE.catrow.catcol.U_CATEGORY}" class="topictitle">{CAT_NAV_SIMPLE.catrow.catcol.CATEGORY}</a> <span class="gensmall">({CAT_NAV_SIMPLE.catrow.catcol.CAT_ARTICLES})</span><br> + {CAT_NAV_SIMPLE.catrow.catcol.SUB_CAT} + </td> + </tr> + <!-- END catcol --> + <!-- END catrow --> + </table> + </td></tr> + </table> + <!-- END CAT_NAV_SIMPLE --> + <!-- BEGIN ARTICLELIST --> <table width="100%" cellpadding="2" cellspacing="0"> *************** *** 57,64 **** <!-- BEGIN no_articles --> ! <table class="forumline" width="100%" cellspacing="1" cellpadding="3"> ! <tr> ! <th class="thHead">{no_articles.L_NO_ARTICLES}</th> ! </tr> <tr> <td class="row1" align="center" height="30"><span class="genmed">{no_articles.L_NO_ARTICLES_CAT}</span></td> --- 76,80 ---- <!-- BEGIN no_articles --> ! <table width="100%" cellspacing="1" cellpadding="3"> <tr> <td class="row1" align="center" height="30"><span class="genmed">{no_articles.L_NO_ARTICLES_CAT}</span></td> |
|
From: Jon O. <jon...@us...> - 2007-05-31 19:52:45
|
Update of /cvsroot/mxbb/mx_kb/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23548 Modified Files: lang_main.php Log Message: minor fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/language/lang_english/lang_main.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** lang_main.php 28 Apr 2007 19:59:06 -0000 1.16 --- lang_main.php 31 May 2007 19:52:42 -0000 1.17 *************** *** 32,35 **** --- 32,36 ---- $lang['Category_not_exsist'] = 'Category doesn\'t exist'; $lang['Last_article'] = 'Last article'; + $lang['Quick_jump'] = 'Select Category'; $lang['Edit'] = 'Edit'; |
|
From: Jon O. <jon...@us...> - 2007-05-31 19:52:33
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23521/kb/modules Modified Files: kb_mini.php Log Message: minor fixes Index: kb_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_mini.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_mini.php 30 May 2007 21:32:24 -0000 1.3 --- kb_mini.php 31 May 2007 19:52:30 -0000 1.4 *************** *** 81,84 **** --- 81,92 ---- } + // + // get sub-cats + // + if ( isset( $this->subcat_rowset[$cat_id] ) ) + { + $this->display_categories( $cat_id ); + } + $no_file_message = true; $filelist = false; *************** *** 94,97 **** --- 102,106 ---- 'L_KB' => $kb_config['module_name'], + 'L_QUICK_JUMP' => $lang['Quick_jump'], 'BLOCK_JUMPMENU' => $this->generate_jumpbox( $mini_config['mini_default_cat_id'], 0, array( $cat_id => 1 ) ), |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:34:12
|
Update of /cvsroot/mxbb/mx_phpbb2admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5974 Modified Files: db_install.php db_upgrade.php phpBB2admin.pak Log Message: minor fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 16 May 2007 19:42:54 -0000 1.3 --- db_install.php 30 May 2007 21:34:07 -0000 1.4 *************** *** 32,36 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 32,36 ---- } ! $mx_module_version = 'mxBB Core Module'; $mx_module_copy = 'Original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; Index: phpBB2admin.pak =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/phpBB2admin.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** phpBB2admin.pak 9 Sep 2006 21:21:21 -0000 1.1 --- phpBB2admin.pak 30 May 2007 21:34:08 -0000 1.2 *************** *** 1,2 **** ! module=+:62=+:phpBB2admin=+:modules/mx_phpBB2admin/=+:A couple of phpBB admin tools (MODs)=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,2 ---- ! module=+:62=+:phpBB2admin=+:modules/mx_phpbb2admin/=+:A couple of phpBB admin tools (MODs)=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 16 May 2007 19:42:55 -0000 1.3 --- db_upgrade.php 30 May 2007 21:34:07 -0000 1.4 *************** *** 32,36 **** } ! $mx_module_version = '2.0.0'; $mx_module_copy = 'Original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; --- 32,36 ---- } ! $mx_module_version = 'mxBB Core Module'; $mx_module_copy = 'Original phpBB <i>Admin Tool MODs</i> by Adam Alkins, Omar Ramadan & wGEric :: Adapted for mxBB by <a href="http://www.mxbb.net" target="_blank">Jon</a>'; |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:33:52
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5558 Modified Files: db_install.php readme.txt Log Message: minor fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/db_install.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** db_install.php 30 Jan 2007 16:26:10 -0000 1.12 --- db_install.php 30 May 2007 21:33:48 -0000 1.13 *************** *** 55,73 **** $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('enable_module', '1')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('faq', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('groupcp', '0')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('index', '2')"; - //$sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('viewforum', '0')"; - //$sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('viewtopic', '0')"; - //$sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('modcp', '0')"; - //$sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('posting', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('login', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('memberlist', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('privmsg', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('profile', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('search', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('viewonline', '0')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('other', '0')"; $sql[] = "UPDATE " . $mx_table_prefix . "module" . " --- 55,69 ---- $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('enable_module', '1')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('faq', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('groupcp', '2')"; $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('index', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('login', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('memberlist', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('privmsg', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('profile', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('search', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('viewonline', '2')"; ! $sql[] = "INSERT INTO " . $mx_table_prefix . "phpbb_plugin_config VALUES ('other', '2')"; $sql[] = "UPDATE " . $mx_table_prefix . "module" . " Index: readme.txt =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 30 Jan 2007 00:11:59 -0000 1.1 --- readme.txt 30 May 2007 21:33:48 -0000 1.2 *************** *** 1,30 **** ! /********************************************************************************\ ! | ! | subject : mx-portal, CMS & portal, module ! | name : mx_phpbb ! | copyright : (C) 2002-2005 MX-System ! | mxBB project site : www.mx-system.com ! | ! | | ! | description : The "mx_phpbb" block is a block that ! | will allow 'complete intergration' between your ! | phpBB install, and mxBB Portal. ! | It requires a small addition to phpBBB's ! | common.php, detailed below. ! | ! | ! | ! | ! \********************************************************************************/ ! /********************************************************************************\ - | Installation Instructions - \********************************************************************************/ - - Note: In order for this module to install you must have a working phpBB and mxBB installation. phpbbroot refers to where your phpBB2 install is located, e.g in phpBB2/ or forum/ --- 1,15 ---- ! /** ! * ! * @package mxBB Portal Module - mx_phpbb ! * @version $Id$ ! * @copyright (c) 2002-2006 [Markus, Jon Ohlsson] mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * ! */ /********************************************************************************\ | Installation Instructions \********************************************************************************/ Note: In order for this module to install you must have a working phpBB and mxBB installation. phpbbroot refers to where your phpBB2 install is located, e.g in phpBB2/ or forum/ *************** *** 50,55 **** if( !defined('IN_ADMIN') ) { ! $mx_root_path = './../'; ! include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); } //-mxbb_portal --- 35,43 ---- if( !defined('IN_ADMIN') ) { ! $mx_root_path = './../'; ! if (file_exists($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx)) ! { ! include_once($mx_root_path.'modules/mx_phpbb/includes/forum_hack.'.$phpEx); ! } } //-mxbb_portal *************** *** 63,73 **** ! ! ** Now, add the newly created mx_phpbb Block to a relevant portal page and remove, the now redundant mx_forum block. ! --- 51,62 ---- ! /********************************************************************************\ ! | Portal Setup ! \********************************************************************************/ ** Now, add the newly created mx_phpbb Block to a relevant portal page and remove, the now redundant mx_forum block. ! ** By default, native phpBB urls are redirected to portal page 2. Visit the module adminCP for customization. |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:33:34
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5508 Modified Files: pa_lists.tpl Log Message: minor fixes Index: pa_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_lists.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pa_lists.tpl 13 Aug 2006 18:53:10 -0000 1.7 --- pa_lists.tpl 30 May 2007 21:33:28 -0000 1.8 *************** *** 1,5 **** - <!-- IF FILELIST --> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"><tr><td> ! <table width="100%" cellpadding="2" cellspacing="0"> <!-- BEGIN file_rows --> --- 1,4 ---- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"><tr><td> ! <!-- IF FILELIST --> <table width="100%" cellpadding="2" cellspacing="0"> <!-- BEGIN file_rows --> *************** *** 39,44 **** <!-- END toplist_pagination --> </table> - - </td></tr></table> <!-- ENDIF --> --- 38,41 ---- *************** *** 49,51 **** </tr> </table> ! <!-- ENDIF --> \ No newline at end of file --- 46,50 ---- </tr> </table> ! <!-- ENDIF --> ! ! </td></tr></table> |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:33:11
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5085 Modified Files: db_install.php db_uninstall.php Log Message: minor fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** db_install.php 30 Jan 2007 16:26:09 -0000 1.19 --- db_install.php 30 May 2007 21:33:00 -0000 1.20 *************** *** 53,56 **** --- 53,57 ---- "DROP TABLE IF EXISTS " . $mx_table_prefix . "linkdb_customdata ", "DROP TABLE IF EXISTS " . $mx_table_prefix . "linkdb_votes ", + "DROP TABLE IF EXISTS " . $mx_table_prefix . "linkdb_comments ", "CREATE TABLE " . $mx_table_prefix . "linkdb_categories ( *************** *** 101,106 **** auth_edit_groups varchar(255) NOT NULL default '0', auth_delete_groups varchar(255) NOT NULL default '0', ! auth_approval_groups varchar(255) NOT NULL default '0', // not really used ! auth_approval_edit_groups varchar(255) NOT NULL default '0', // not really used auth_moderator_groups varchar(255) NOT NULL default '0', --- 102,107 ---- auth_edit_groups varchar(255) NOT NULL default '0', auth_delete_groups varchar(255) NOT NULL default '0', ! auth_approval_groups varchar(255) NOT NULL default '0', ! auth_approval_edit_groups varchar(255) NOT NULL default '0', auth_moderator_groups varchar(255) NOT NULL default '0', *************** *** 110,115 **** )", ! "INSERT INTO " . $mx_table_prefix . "linkdb_categories VALUES (1, 'PHP', '', '', '', '1', 0, '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)", ! "INSERT INTO " . $mx_table_prefix . "linkdb_categories VALUES (2, 'Bulletin Board', '', 1, '', '2', 1, '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)", "CREATE TABLE " . $mx_table_prefix . "linkdb ( --- 111,116 ---- )", ! "INSERT INTO " . $mx_table_prefix . "linkdb_categories VALUES (1, 'PHP', '', '', '', '1', 0, '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)", ! "INSERT INTO " . $mx_table_prefix . "linkdb_categories VALUES (2, 'Bulletin Board', '', 1, '', '2', 1, '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', '-1', 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)", "CREATE TABLE " . $mx_table_prefix . "linkdb ( *************** *** 135,139 **** )", ! "INSERT INTO " . $mx_table_prefix . "linkdb VALUES (1, 'phpBB Official Website', 'Official phpBB Website', '', 2, 1, 'http://www.phpbb.com/', 'linkdb/images/phpBB_88a.gif', " . time() . ", " . $userdata['user_id'] . ", '', '', '', '')", "CREATE TABLE " . $mx_table_prefix . "linkdb_config ( --- 136,140 ---- )", ! "INSERT INTO " . $mx_table_prefix . "linkdb VALUES (1, 'phpBB Official Website', 'Official phpBB Website', '', 2, 1, 'http://www.phpbb.com/', 'linkdb/images/phpBB_88a.gif', " . time() . ", " . $userdata['user_id'] . ", '', '', '', '', '')", "CREATE TABLE " . $mx_table_prefix . "linkdb_config ( Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_uninstall.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_uninstall.php 13 Aug 2006 19:43:51 -0000 1.8 --- db_uninstall.php 30 May 2007 21:33:00 -0000 1.9 *************** *** 42,45 **** --- 42,47 ---- "DROP TABLE " . $mx_table_prefix . "linkdb_votes ", + "DROP TABLE " . $mx_table_prefix . "linkdb_comments ", + ); |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:33:05
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5085/linkdb/includes Modified Files: functions_linkdb.php Log Message: minor fixes Index: functions_linkdb.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions_linkdb.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** functions_linkdb.php 28 Apr 2007 19:58:25 -0000 1.23 --- functions_linkdb.php 30 May 2007 21:33:00 -0000 1.24 *************** *** 1066,1070 **** if ( $link_rowset['link_logo_src'] && $link_rowset['link_logo_src'] != 'http://' ) { ! $banner .= $link_rowset['link_logo_src']; } else --- 1066,1077 ---- if ( $link_rowset['link_logo_src'] && $link_rowset['link_logo_src'] != 'http://' ) { ! if (file_exists($module_root_path . $link_rowset['link_logo_src'])) ! { ! $banner .= $module_root_path . $link_rowset['link_logo_src']; ! } ! else ! { ! $banner .= $link_rowset['link_logo_src']; ! } } else |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:33:05
|
Update of /cvsroot/mxbb/mx_linkdb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5085/templates/subSilver Modified Files: link_add.tpl Log Message: minor fixes Index: link_add.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/subSilver/link_add.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** link_add.tpl 4 Aug 2006 16:31:34 -0000 1.4 --- link_add.tpl 30 May 2007 21:33:01 -0000 1.5 *************** *** 102,106 **** <tr> <td class="row1"><span class="genmed">{L_LINK_LOGO}</span><br><span class="gensmall">{L_LINK_LOGO_SRC}</span></td> ! <td class="row2"><input type="text" size="50" name="link_logo_src" value="{LINK_LOGO_SRC}" class="post"><span class="gensmall"> [<a href="javascript: void(0)" onclick="var img_src=document.form.link_logo_src.value;if(img_src=='' || img_src=='http://') img_src='linkdb/images/weblink_88x31.png';_preview=window.open(img_src, '_preview', 'toolbar=no,width=200,height=100,top=300,left=300');" class="gensmall">{L_PREVIEW}</a>]</span></td> </tr> <tr> --- 102,106 ---- <tr> <td class="row1"><span class="genmed">{L_LINK_LOGO}</span><br><span class="gensmall">{L_LINK_LOGO_SRC}</span></td> ! <td class="row2"><input type="text" size="50" name="link_logo_src" value="{LINK_LOGO_SRC}" class="post"><span class="gensmall"> [<a href="javascript: void(0)" onclick="var img_src=document.form.link_logo_src.value;if(img_src=='' || img_src=='http://') img_src='modules/mx_linkdb/linkdb/images/weblink_88x31.png';_preview=window.open(img_src, '_preview', 'toolbar=no,width=200,height=100,top=300,left=300');" class="gensmall">{L_PREVIEW}</a>]</span></td> </tr> <tr> |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:28
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4991 Modified Files: KnowledgeBase.pak kb.php kb_article_reader.php kb_last_article.php Log Message: minor fixes Index: KnowledgeBase.pak =================================================================== RCS file: /cvsroot/mxbb/mx_kb/KnowledgeBase.pak,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** KnowledgeBase.pak 12 Sep 2006 20:29:53 -0000 1.14 --- KnowledgeBase.pak 30 May 2007 21:32:23 -0000 1.15 *************** *** 6,9 **** --- 6,14 ---- block=+:=+:Demo - KB - Main=+:Demo block=+:42=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 + function=+:41=+:117=+:KB - Application=+:AJAX implementation=+:kb_app.php=+: + parameter=+:117=+:414=+:kb_type_select=+:kb_type_select=+:=+:=+:1=+:0 + parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 + block=+:=+:Demo - KB - Application=+:Demo block=+:117=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 + New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:41=+:96=+:KB - Article reader=+:Articles only. No category navigation. To be used with other navigation blocks.=+:kb_article_reader.php=+: parameter=+:96=+:301=+:kb_type_select=+:kb_type_select=+:array('init'=>'1')=+:=+:0=+:10 Index: kb.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** kb.php 13 Aug 2006 19:43:07 -0000 1.41 --- kb.php 30 May 2007 21:32:24 -0000 1.42 *************** *** 85,89 **** else { ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); --- 85,89 ---- else { ! if( !defined('IN_PORTAL') ) { die("Hacking attempt"); Index: kb_last_article.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_last_article.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_last_article.php 13 Aug 2006 19:43:07 -0000 1.3 --- kb_last_article.php 30 May 2007 21:32:24 -0000 1.4 *************** *** 45,50 **** // $kb_last_article_cat_var = $mx_block->get_parameters( 'Last_Article_Cat' ); ! $kb_last_article_cat_data = ( !empty( $kb_last_article_cat_var ) ) ? unserialize( $kb_last_article_cat_var ) : array(); ! $forum_lst_msg = count($kb_last_article_cat_data) > 0 ? implode(',', $kb_last_article_cat_data) : ''; if( empty($PostNumber) ) $PostNumber = 5; --- 45,50 ---- // $kb_last_article_cat_var = $mx_block->get_parameters( 'Last_Article_Cat' ); ! $kb_type_select_data = ( !empty( $kb_last_article_cat_var ) ) ? unserialize( $kb_last_article_cat_var ) : array(); ! $forum_lst_msg = $kb_type_select_data ? implode(',', $kb_type_select_data) : ''; if( empty($PostNumber) ) $PostNumber = 5; Index: kb_article_reader.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_article_reader.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** kb_article_reader.php 13 Aug 2006 19:43:07 -0000 1.20 --- kb_article_reader.php 30 May 2007 21:32:24 -0000 1.21 *************** *** 82,86 **** else { ! if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); --- 82,86 ---- else { ! if( !defined('IN_PORTAL') ) { die("Hacking attempt"); |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:28
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4991/kb/modules Modified Files: kb_lists.php kb_mini.php Log Message: minor fixes Index: kb_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_mini.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_mini.php 13 Aug 2006 19:43:07 -0000 1.2 --- kb_mini.php 30 May 2007 21:32:24 -0000 1.3 *************** *** 35,39 **** // ======================================================= $start = $mx_request_vars->request('mini_start', MX_TYPE_INT, 0); ! $cat_id = $mx_request_vars->request('cat_id', MX_TYPE_INT, $mini_config['mini_default_cat_id']); if ( empty( $cat_id ) ) --- 35,39 ---- // ======================================================= $start = $mx_request_vars->request('mini_start', MX_TYPE_INT, 0); ! $cat_id = $mx_request_vars->request('cat', MX_TYPE_INT, $mini_config['mini_default_cat_id']); if ( empty( $cat_id ) ) *************** *** 65,69 **** } ! if ( ( !$this->auth_user[$cat_id]['auth_read'] ) && ( !$show_category ) ) { if ( !$userdata['session_logged_in'] ) --- 65,69 ---- } ! if ( ( !$this->auth_user[$cat_id]['auth_view'] ) && ( !$show_category ) ) { if ( !$userdata['session_logged_in'] ) *************** *** 94,102 **** 'L_KB' => $kb_config['module_name'], ! 'BLOCK_JUMPMENU' => $this->generate_jumpbox( $mini_config['mini_default_cat_id'], 0, array( $_GET['cat_id'] => 1 ) ), 'MX_PAGE' => $page_id, 'S_JUMPBOX_ACTION' => append_sid( $this->this_mxurl( ) ), ! 'BLOCK_PAGINATION' => mx_generate_pagination(append_sid( $this->this_mxurl( 'cat_id=' . $cat_id, false, false ) ), $total_num_items, $mini_config['mini_pagination'], $start, true, true, true, false, 'mini_start'), )); } --- 94,102 ---- 'L_KB' => $kb_config['module_name'], ! 'BLOCK_JUMPMENU' => $this->generate_jumpbox( $mini_config['mini_default_cat_id'], 0, array( $cat_id => 1 ) ), 'MX_PAGE' => $page_id, 'S_JUMPBOX_ACTION' => append_sid( $this->this_mxurl( ) ), ! 'BLOCK_PAGINATION' => mx_generate_pagination(append_sid( $this->this_mxurl( 'cat=' . $cat_id, false, false ) ), $total_num_items, $mini_config['mini_pagination'], $start, true, true, true, false, 'mini_start'), )); } Index: kb_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_lists.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_lists.php 15 Aug 2006 19:42:50 -0000 1.3 --- kb_lists.php 30 May 2007 21:32:24 -0000 1.4 *************** *** 135,139 **** 'L_KB' => $kb_config['module_name'], ! 'BLOCK_PAGINATION' => mx_generate_pagination(append_sid( $this->this_mxurl( '', false, false ) ), $total_num_items, $toplist_config['toplist_pagination'], $start, true, true, true, false, 'kb_start',), )); --- 135,139 ---- 'L_KB' => $kb_config['module_name'], ! 'BLOCK_PAGINATION' => mx_generate_pagination(append_sid( $this->this_mxurl( '', false, false ) ), $total_num_items, $toplist_config['toplist_pagination'], $start, true, true, true, false, 'kb_start'), )); |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:27
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4991/templates/subSilver Modified Files: kb_mini.tpl Log Message: minor fixes Index: kb_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_mini.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_mini.tpl 13 Aug 2006 18:51:38 -0000 1.1 --- kb_mini.tpl 30 May 2007 21:32:24 -0000 1.2 *************** *** 7,11 **** <input type="hidden" name="mode" value="cat" /> <input type="hidden" name="page" value="{MX_PAGE}" /> ! <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_QUICK_JUMP}</option> {BLOCK_JUMPMENU} --- 7,11 ---- <input type="hidden" name="mode" value="cat" /> <input type="hidden" name="page" value="{MX_PAGE}" /> ! <select name="cat" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_QUICK_JUMP}</option> {BLOCK_JUMPMENU} |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:27
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4991/kb/includes Modified Files: functions_auth.php kb_pages.php Log Message: minor fixes Index: functions_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions_auth.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions_auth.php 13 Aug 2006 18:51:37 -0000 1.5 --- functions_auth.php 30 May 2007 21:32:24 -0000 1.6 *************** *** 347,351 **** global $kb_type_select_data, $kb_config; ! if ( !MXBB_MODULE || MXBB_27x || !isset($kb_type_select_data) ) { return true; --- 347,351 ---- global $kb_type_select_data, $kb_config; ! if ( !MXBB_MODULE || MXBB_27x || !isset($kb_type_select_data) || empty($kb_type_select_data) ) { return true; Index: kb_pages.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_pages.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** kb_pages.php 28 Jun 2006 21:18:14 -0000 1.5 --- kb_pages.php 30 May 2007 21:32:24 -0000 1.6 *************** *** 156,159 **** --- 156,161 ---- } + $row = $db->sql_fetchrow( $result ); + $this->cat_id = $row['article_category_id']; } *************** *** 167,171 **** if ( !$this->page_id ) { ! $this->page_id = get_page_id( 'kb.php', true ); } } --- 169,173 ---- if ( !$this->page_id ) { ! $this->page_id = get_page_id( $this->target_file, true ); } } |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:16
|
Update of /cvsroot/mxbb/mx_calsnails/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4567/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: minor fixes Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang_main.php 5 May 2007 20:20:00 -0000 1.8 --- lang_main.php 30 May 2007 21:31:54 -0000 1.9 *************** *** 9,13 **** * */ - $lang['Calendar'] = 'Calendar'; --- 9,12 ---- Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/language/lang_english/lang_admin.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** lang_admin.php 5 May 2007 20:19:59 -0000 1.14 --- lang_admin.php 30 May 2007 21:31:54 -0000 1.15 *************** *** 20,23 **** --- 20,29 ---- // + // adminCP index + // + $lang['Calsnails_title'] = 'Calsnails'; + $lang['1_Settings'] = 'General Settings'; + + // // Configuration // |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:11
|
Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4567 Modified Files: CalSnails_Lite.pak Log Message: minor fixes Index: CalSnails_Lite.pak =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/CalSnails_Lite.pak,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CalSnails_Lite.pak 17 Aug 2006 12:38:42 -0000 1.12 --- CalSnails_Lite.pak 30 May 2007 21:31:54 -0000 1.13 *************** *** 1,3 **** ! module=+:42=+:CalSnails Lite=+:modules/mx_calsnails/=+:This is Calendar Lite Module (www.snailsource.com) for MX-System :-)=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:43=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: --- 1,3 ---- ! module=+:42=+:CalSnails Lite=+:modules/mx_calsnails/=+:Calendar Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:42=+:43=+:CalSnails Lite=+:Main Calendar Lite script=+:calendar.php=+: |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:32:11
|
Update of /cvsroot/mxbb/mx_calsnails/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4567/admin Modified Files: admin_calendar.php Log Message: minor fixes Index: admin_calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/admin/admin_calendar.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** admin_calendar.php 5 May 2007 20:19:20 -0000 1.15 --- admin_calendar.php 30 May 2007 21:31:54 -0000 1.16 *************** *** 15,19 **** { $filename = basename( __FILE__ ); ! $module['Portal CalSnails Lite']['Settings'] = 'modules/mx_calsnails/admin/' . $filename; return; } --- 15,19 ---- { $filename = basename( __FILE__ ); ! $module['Calsnails_title']['1_Settings'] = 'modules/mx_calsnails/admin/' . $filename; return; } |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:31:25
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4512 Modified Files: Rebuild Search Tables.pak Log Message: minor fixes Index: Rebuild Search Tables.pak =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/Rebuild Search Tables.pak,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Rebuild Search Tables.pak 18 Oct 2006 11:34:59 -0000 1.6 --- Rebuild Search Tables.pak 30 May 2007 21:31:17 -0000 1.7 *************** *** 1,2 **** ! module=+:54=+:Rebuild Search Tables=+:modules/mx_rebuild_search_tables/=+:=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- 1,2 ---- ! module=+:54=+:Rebuild Search Tables=+:modules/mx_rebuild_search_tables/=+:Search Table Optimization Tools=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 |
|
From: Jon O. <jon...@us...> - 2007-05-30 21:31:11
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4101 Modified Files: mx_functions_phpbb.php Log Message: minor fixes Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mx_functions_phpbb.php 30 Jan 2007 16:26:07 -0000 1.29 --- mx_functions_phpbb.php 30 May 2007 21:31:03 -0000 1.30 *************** *** 860,864 **** include_once($mx_root_path . 'modules/mx_kb/kb/includes/functions_auth.' . $phpEx); $mx_kb_auth = new mx_kb_auth(); ! $is_auth_ary = $mx_kb_auth->auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata); } else --- 860,865 ---- include_once($mx_root_path . 'modules/mx_kb/kb/includes/functions_auth.' . $phpEx); $mx_kb_auth = new mx_kb_auth(); ! $mx_kb_auth->auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata); ! $is_auth_ary = $mx_kb_auth->auth_user; } else |
|
From: Jon O. <jon...@us...> - 2007-05-16 19:43:00
|
Update of /cvsroot/mxbb/mx_phpbb2admin In directory sc8-pr-cvs16:/tmp/cvs-serv15426 Modified Files: db_install.php db_upgrade.php Log Message: minor fixes Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 30 Jan 2007 16:26:10 -0000 1.2 --- db_install.php 16 May 2007 19:42:54 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/db_upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_upgrade.php 30 Jan 2007 16:26:10 -0000 1.2 --- db_upgrade.php 16 May 2007 19:42:55 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [menalto.gallery.com, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |
|
From: Jon O. <jon...@us...> - 2007-05-16 19:43:00
|
Update of /cvsroot/mxbb/mx_phpbb2admin/admin In directory sc8-pr-cvs16:/tmp/cvs-serv15426/admin Modified Files: admin_prune_user_posts.php admin_prune_users.php admin_userlist.php Log Message: minor fixes Index: admin_prune_users.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/admin/admin_prune_users.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_prune_users.php 9 Sep 2006 21:21:20 -0000 1.1 --- admin_prune_users.php 16 May 2007 19:42:54 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Omar Ramadan, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: admin_userlist.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/admin/admin_userlist.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_userlist.php 9 Sep 2006 21:21:20 -0000 1.1 --- admin_userlist.php 16 May 2007 19:42:54 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: admin_prune_user_posts.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/admin/admin_prune_user_posts.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_prune_user_posts.php 9 Sep 2006 21:21:20 -0000 1.1 --- admin_prune_user_posts.php 16 May 2007 19:42:54 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |
|
From: Jon O. <jon...@us...> - 2007-05-16 19:42:12
|
Update of /cvsroot/mxbb/mx_phpbb2admin/language/lang_english In directory sc8-pr-cvs16:/tmp/cvs-serv14665 Modified Files: lang_admin.php Log Message: minor fixes Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb2admin/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 9 Sep 2006 21:21:21 -0000 1.1 --- lang_admin.php 16 May 2007 19:42:03 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Adam Alkins (http://www.rasadam.com), Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |
|
From: Jon O. <jon...@us...> - 2007-05-16 19:41:27
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16:/tmp/cvs-serv14409/modules Modified Files: pa_search.php pa_toplist.php Log Message: Wrong LEFT JOIN syntax Index: pa_toplist.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_toplist.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** pa_toplist.php 13 Aug 2006 19:44:45 -0000 1.22 --- pa_toplist.php 16 May 2007 19:41:22 -0000 1.23 *************** *** 216,220 **** default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, COUNT(cm.comments_id) AS total_comments, c.cat_name, c.cat_allow_ratings, c.cat_allow_comments ! FROM " . PA_FILES_TABLE . " AS f1, " . PA_CATEGORY_TABLE . " AS c LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id --- 216,220 ---- default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, COUNT(cm.comments_id) AS total_comments, c.cat_name, c.cat_allow_ratings, c.cat_allow_comments ! FROM " . PA_CATEGORY_TABLE . " AS c, " . PA_FILES_TABLE . " AS f1 LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id *************** *** 416,420 **** default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, c.cat_allow_ratings, c.cat_allow_comments ! FROM " . PA_FILES_TABLE . " AS f1, " . PA_CATEGORY_TABLE . " AS c LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id --- 416,420 ---- default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, c.cat_allow_ratings, c.cat_allow_comments ! FROM " . PA_CATEGORY_TABLE . " AS c, " . PA_FILES_TABLE . " AS f1 LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id Index: pa_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_search.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** pa_search.php 13 Aug 2006 19:44:45 -0000 1.20 --- pa_search.php 16 May 2007 19:41:22 -0000 1.21 *************** *** 490,494 **** default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, COUNT(cm.comments_id) AS total_comments ! FROM " . PA_FILES_TABLE . " AS f1, " . PA_CATEGORY_TABLE . " AS c LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id --- 490,494 ---- default: $sql = "SELECT f1.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username, c.cat_id, c.cat_name, COUNT(cm.comments_id) AS total_comments ! FROM " . PA_CATEGORY_TABLE . " AS c, " . PA_FILES_TABLE . " AS f1 LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f1.file_id = r.votes_file LEFT JOIN " . USERS_TABLE . " AS u ON f1.user_id = u.user_id |
|
From: Jon O. <jon...@us...> - 2007-05-16 19:41:26
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes
In directory sc8-pr-cvs16:/tmp/cvs-serv14409/includes
Modified Files:
functions.php
Log Message:
Wrong LEFT JOIN syntax
Index: functions.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** functions.php 4 May 2007 19:02:04 -0000 1.34
--- functions.php 16 May 2007 19:41:22 -0000 1.35
***************
*** 989,1004 ****
default:
- /* Bug 50
- $sql = "SELECT f.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username
- FROM " . PA_FILES_TABLE . " AS f, " . PA_CATEGORY_TABLE . " AS cat
- LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f.file_id = r.votes_file
- LEFT JOIN " . USERS_TABLE . " AS u ON f.user_id = u.user_id
- WHERE cat.cat_id = f.file_catid
- AND f.file_id = '" . $item_id . "'
- GROUP BY f.file_id ";
- */
$sql = "SELECT f.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username
FROM " . PA_FILES_TABLE . " AS f
! LEFT JOIN " . PA_CATEGORY_TABLE . " AS cat ON cat.cat_id = f.file_catid
LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f.file_id = r.votes_file
LEFT JOIN " . USERS_TABLE . " AS u ON f.user_id = u.user_id
--- 989,995 ----
default:
$sql = "SELECT f.*, AVG(r.rate_point) AS rating, COUNT(r.votes_file) AS total_votes, u.user_id, u.username
FROM " . PA_FILES_TABLE . " AS f
! LEFT JOIN " . PA_CATEGORY_TABLE . " AS cat ON f.file_catid = cat.cat_id
LEFT JOIN " . PA_VOTES_TABLE . " AS r ON f.file_id = r.votes_file
LEFT JOIN " . USERS_TABLE . " AS u ON f.user_id = u.user_id
|