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-08 23:41:59
|
Update of /cvsroot/mxbb/mx_pafiledb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14284 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_install.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** db_install.php 22 Jul 2007 21:06:29 -0000 1.31 --- db_install.php 8 Feb 2008 23:41:54 -0000 1.32 *************** *** 335,339 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify', 'pm')", // pm_notify "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify_group', '0')", // NEW --- 335,339 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify', '0')", // pm_notify "INSERT INTO " . $mx_table_prefix . "pa_config VALUES ('notify_group', '0')", // NEW *************** *** 368,370 **** echo "</table><br />"; ! ?> --- 368,370 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** db_upgrade.php 22 Jul 2007 21:06:29 -0000 1.25 --- db_upgrade.php 8 Feb 2008 23:41:54 -0000 1.26 *************** *** 259,261 **** echo "</table><br />"; ! ?> --- 259,261 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:46
|
Update of /cvsroot/mxbb/mx_online_adv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14263 Modified Files: db_install.php db_uninstall.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 8 Feb 2008 05:24:22 -0000 1.6 --- db_install.php 8 Feb 2008 23:41:42 -0000 1.7 *************** *** 75,77 **** echo "</table><br />"; ! ?> --- 75,77 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/db_uninstall.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_uninstall.php 8 Feb 2008 05:24:22 -0000 1.4 --- db_uninstall.php 8 Feb 2008 23:41:42 -0000 1.5 *************** *** 13,17 **** { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 13,17 ---- { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 19,23 **** // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) --- 19,23 ---- // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); if( !$userdata['session_logged_in'] ) *************** *** 61,63 **** echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> --- 61,63 ---- echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:35
|
Update of /cvsroot/mxbb/mx_newssuite In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14239 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/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:09 -0000 1.12 --- db_install.php 8 Feb 2008 23:41:29 -0000 1.13 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/db_upgrade.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** db_upgrade.php 23 Jul 2007 21:42:40 -0000 1.14 --- db_upgrade.php 8 Feb 2008 23:41:29 -0000 1.15 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:21
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14067 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_install.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** db_install.php 22 Jul 2007 21:06:05 -0000 1.22 --- db_install.php 8 Feb 2008 23:41:14 -0000 1.23 *************** *** 244,248 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify', 'pm')", // pm_notify "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify_group', '0')", // NEW --- 244,248 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify', '0')", // pm_notify "INSERT INTO " . $mx_table_prefix . "linkdb_config VALUES ('notify_group', '0')", // NEW *************** *** 268,270 **** echo "</table><br />"; ! ?> --- 268,270 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/db_upgrade.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** db_upgrade.php 22 Jul 2007 21:06:05 -0000 1.25 --- db_upgrade.php 8 Feb 2008 23:41:14 -0000 1.26 *************** *** 234,236 **** echo "</table><br />"; ! ?> --- 234,236 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:41:10
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13682 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_install.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** db_install.php 22 Jul 2007 21:05:45 -0000 1.52 --- db_install.php 8 Feb 2008 23:41:04 -0000 1.53 *************** *** 258,262 **** // Notifications ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify', 'pm')", // updated "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify_group', '0')", // admin_id --- 258,262 ---- // Notifications ! "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify', '0')", // updated "INSERT INTO " . $mx_table_prefix . "kb_config VALUES ('notify_group', '0')", // admin_id *************** *** 285,287 **** echo "</table><br />"; ! ?> --- 285,287 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/db_upgrade.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** db_upgrade.php 22 Jul 2007 21:05:45 -0000 1.44 --- db_upgrade.php 8 Feb 2008 23:41:04 -0000 1.45 *************** *** 474,476 **** echo "</table><br />"; ! ?> --- 474,476 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:40:44
|
Update of /cvsroot/mxbb/mx_clock In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13614 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_install.php 4 Feb 2008 16:45:03 -0000 1.3 --- db_install.php 8 Feb 2008 23:40:37 -0000 1.4 *************** *** 51,53 **** echo "</table><br />"; ! ?> --- 51,53 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** db_upgrade.php 4 Feb 2008 16:45:03 -0000 1.3 --- db_upgrade.php 8 Feb 2008 23:40:37 -0000 1.4 *************** *** 51,53 **** echo "</table><br />"; ! ?> --- 51,53 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:40:30
|
Update of /cvsroot/mxbb/mx_counter In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13566 Modified Files: db_install.php db_uninstall.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 6 Jun 2007 23:49:09 -0000 1.1 --- db_install.php 8 Feb 2008 23:40:23 -0000 1.2 *************** *** 86,88 **** echo "</table><br />"; ! ?> --- 86,88 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 6 Jun 2007 23:49:09 -0000 1.1 --- db_uninstall.php 8 Feb 2008 23:40:24 -0000 1.2 *************** *** 13,17 **** { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 13,17 ---- { $mx_root_path = '../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 64,66 **** echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> --- 64,66 ---- echo '<tr><td class="row1" align="center"><span class="gen">' . $message . '</span></td></tr>'; echo '</table> <br />'; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:40:30
|
Update of /cvsroot/mxbb/mx_counter/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13566/includes Modified Files: counter_common.php counter_constants.php Log Message: Removing trailing newlines... Index: counter_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/includes/counter_common.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** counter_common.php 6 Jun 2007 23:49:13 -0000 1.1 --- counter_common.php 8 Feb 2008 23:40:24 -0000 1.2 *************** *** 85,87 **** } ! ?> --- 85,87 ---- } ! ?> \ No newline at end of file Index: counter_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/includes/counter_constants.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** counter_constants.php 6 Jun 2007 23:49:14 -0000 1.1 --- counter_constants.php 8 Feb 2008 23:40:24 -0000 1.2 *************** *** 21,23 **** ! ?> --- 21,23 ---- ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:40:28
|
Update of /cvsroot/mxbb/mx_counter/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13566/admin Modified Files: admin_counter_cfg.php Log Message: Removing trailing newlines... Index: admin_counter_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_counter/admin/admin_counter_cfg.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_counter_cfg.php 6 Jun 2007 23:49:07 -0000 1.1 --- admin_counter_cfg.php 8 Feb 2008 23:40:23 -0000 1.2 *************** *** 36,40 **** // // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); --- 36,40 ---- // // ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . '/admin/pagestart.'.$phpEx); *************** *** 154,156 **** include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> --- 154,156 ---- include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx); ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:57
|
Update of /cvsroot/mxbb/mx_gallery2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12706 Modified Files: db_install.php db_upgrade.php Log Message: Removing trailing newlines... Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 5 May 2007 20:21:54 -0000 1.6 --- db_install.php 8 Feb 2008 23:38:52 -0000 1.7 *************** *** 51,53 **** echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ! ?> --- 51,53 ---- echo "<tr><td class=\"row1\" align=\"left\"><span class=\"gen\">" . $message . "</span></td></tr>"; echo "</table><br />"; ! ?> \ No newline at end of file Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_gallery2/db_upgrade.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_upgrade.php 22 Jul 2007 21:04:26 -0000 1.7 --- db_upgrade.php 8 Feb 2008 23:38:52 -0000 1.8 *************** *** 53,55 **** echo "</table><br />"; ! ?> --- 53,55 ---- echo "</table><br />"; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:20
|
Update of /cvsroot/mxbb/core/modules/mx_news/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12584/admin Removed Files: index.htm mx_news_admin_settings.tpl Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- mx_news_admin_settings.tpl DELETED --- --- index.htm DELETED --- |
Update of /cvsroot/mxbb/core/modules/mx_news/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12584 Removed Files: _core.cfg index.htm mx_news_body.tpl mx_news_comment_posting.tpl mx_news_footer.tpl mx_news_header.tpl Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- mx_news_footer.tpl DELETED --- --- _core.cfg DELETED --- --- mx_news_comment_posting.tpl DELETED --- --- mx_news_header.tpl DELETED --- --- mx_news_body.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:15
|
Update of /cvsroot/mxbb/mx_blogs/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12290 Modified Files: lang_weblog_admin.php lang_weblog_main.php Log Message: Removing trailing newlines... Index: lang_weblog_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/language/lang_english/lang_weblog_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_weblog_admin.php 7 Jun 2007 22:01:33 -0000 1.1 --- lang_weblog_admin.php 8 Feb 2008 23:38:07 -0000 1.2 *************** *** 189,191 **** $lang['Entries_restored'] = 'Weblog Entries Restored'; $lang['Click_return_weblog_tools']='Click %sHere%s to return to The Blog Module Tools'; ! ?> --- 189,191 ---- $lang['Entries_restored'] = 'Weblog Entries Restored'; $lang['Click_return_weblog_tools']='Click %sHere%s to return to The Blog Module Tools'; ! ?> \ No newline at end of file Index: lang_weblog_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/language/lang_english/lang_weblog_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_weblog_main.php 7 Jun 2007 22:01:33 -0000 1.1 --- lang_weblog_main.php 8 Feb 2008 23:38:08 -0000 1.2 *************** *** 400,402 **** $lang['Owner_banned'] = 'You have been banned from the ' . $lang['Weblog'] . ' system.'; ! ?> --- 400,402 ---- $lang['Owner_banned'] = 'You have been banned from the ' . $lang['Weblog'] . ' system.'; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:02
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176/modules Removed Files: index.htm mx_news_main.php mx_news_post_comment.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- mx_news_post_comment.php DELETED --- --- index.htm DELETED --- --- mx_news_main.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:38:00
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176/includes Removed Files: functions.php functions_admin.php functions_auth.php functions_comment.php functions_mx.php functions_mx_news.php index.htm mx_news_constants.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- functions.php DELETED --- --- functions_admin.php DELETED --- --- functions_mx_news.php DELETED --- --- functions_mx.php DELETED --- --- functions_comment.php DELETED --- --- functions_auth.php DELETED --- --- mx_news_constants.php DELETED --- --- index.htm DELETED --- |
Update of /cvsroot/mxbb/mx_blogs/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11401/admin Modified Files: admin_weblog_action.php admin_weblog_cfg.php admin_weblog_groups.php admin_weblog_mood.php admin_weblog_templates.php admin_weblog_tools.php Log Message: Removing trailing newlines... Index: admin_weblog_action.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_action.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_weblog_action.php 31 Jan 2008 03:36:34 -0000 1.3 --- admin_weblog_action.php 8 Feb 2008 23:37:18 -0000 1.4 *************** *** 43,47 **** $module_root_path = '../'; $mx_root_path = '../../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); --- 43,47 ---- $module_root_path = '../'; $mx_root_path = '../../../'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); *************** *** 352,354 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 352,354 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file Index: admin_weblog_mood.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_mood.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_weblog_mood.php 31 Jan 2008 03:36:34 -0000 1.3 --- admin_weblog_mood.php 8 Feb 2008 23:37:19 -0000 1.4 *************** *** 574,576 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 574,576 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file Index: admin_weblog_templates.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_templates.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_weblog_templates.php 31 Jan 2008 03:36:34 -0000 1.2 --- admin_weblog_templates.php 8 Feb 2008 23:37:19 -0000 1.3 *************** *** 36,40 **** $module_root_path = "./../"; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'admin/pagestart.' . $phpEx); include($module_root_path . 'includes/weblogs_constants.'.$phpEx); --- 36,40 ---- $module_root_path = "./../"; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'admin/pagestart.' . $phpEx); include($module_root_path . 'includes/weblogs_constants.'.$phpEx); *************** *** 80,84 **** if ( !is_file($module_root_path. "weblogs/templates/" . $sub_dir) && $sub_dir != '.' && $sub_dir != '..' ) { ! $dir_select .= '<option value="' . $sub_dir . '"' . $selected . '>' . $sub_dir . '</option>'; } } --- 80,84 ---- if ( !is_file($module_root_path. "weblogs/templates/" . $sub_dir) && $sub_dir != '.' && $sub_dir != '..' ) { ! $dir_select .= '<option value="' . $sub_dir . '"' . $selected . '>' . $sub_dir . '</option>'; } } *************** *** 120,125 **** "L_RESET" => $lang['Reset'], ! "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx?mode=savenew"), ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_FILENAME_OPTIONS" => $filename_list) ); --- 120,125 ---- "L_RESET" => $lang['Reset'], ! "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx?mode=savenew"), ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_FILENAME_OPTIONS" => $filename_list) ); *************** *** 220,224 **** "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx?mode=edit&id=$template_id"), ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_FILENAME_OPTIONS" => $filename_list) ); --- 220,224 ---- "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx?mode=edit&id=$template_id"), ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_FILENAME_OPTIONS" => $filename_list) ); *************** *** 352,356 **** "L_PRIVATE" => $lang['Template_private'], ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx")) ); --- 352,356 ---- "L_PRIVATE" => $lang['Template_private'], ! "S_HIDDEN_FIELDS" => $s_hidden_fields, "S_TEMPLATE_ACTION" => mx_append_sid("admin_weblog_templates.$phpEx")) ); *************** *** 367,375 **** "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, ! "TEMPLATE" => $template_data[$i]['template_name'], "TEMPLATE_IMAGE" => '<img src="' . $module_root_path . 'weblogs/templates/' . $template_data[$i]['template_dir'] . '/preview_img.gif" border="0">', "TEMPLATE_PRIVATE" => ( $template_data[$i]['template_private'] ) ? $lang['Yes'] : $lang['No'], ! "U_TEMPLATE_EDIT" => mx_append_sid("admin_weblog_templates.$phpEx?mode=edit&id=" . $template_data[$i]['template_id']), "U_TEMPLATE_DELETE" => mx_append_sid("admin_weblog_templates.$phpEx?mode=delete&id=" . $template_data[$i]['template_id'])) ); --- 367,375 ---- "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, ! "TEMPLATE" => $template_data[$i]['template_name'], "TEMPLATE_IMAGE" => '<img src="' . $module_root_path . 'weblogs/templates/' . $template_data[$i]['template_dir'] . '/preview_img.gif" border="0">', "TEMPLATE_PRIVATE" => ( $template_data[$i]['template_private'] ) ? $lang['Yes'] : $lang['No'], ! "U_TEMPLATE_EDIT" => mx_append_sid("admin_weblog_templates.$phpEx?mode=edit&id=" . $template_data[$i]['template_id']), "U_TEMPLATE_DELETE" => mx_append_sid("admin_weblog_templates.$phpEx?mode=delete&id=" . $template_data[$i]['template_id'])) ); *************** *** 387,389 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 387,389 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file Index: admin_weblog_cfg.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_cfg.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_weblog_cfg.php 31 Jan 2008 03:36:34 -0000 1.2 --- admin_weblog_cfg.php 8 Feb 2008 23:37:18 -0000 1.3 *************** *** 36,40 **** $module_root_path = './../'; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'admin/pagestart.' . $phpEx); //include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); --- 36,40 ---- $module_root_path = './../'; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'admin/pagestart.' . $phpEx); //include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); *************** *** 70,74 **** $config_value = $row['config_value']; $default_config[$config_name] = isset($HTTP_POST_VARS['submit']) ? str_replace("'", "\'", $config_value) : $config_value; ! $new[$config_name] = ( isset($HTTP_POST_VARS[$config_name]) ) ? $HTTP_POST_VARS[$config_name] : $default_config[$config_name]; --- 70,74 ---- $config_value = $row['config_value']; $default_config[$config_name] = isset($HTTP_POST_VARS['submit']) ? str_replace("'", "\'", $config_value) : $config_value; ! $new[$config_name] = ( isset($HTTP_POST_VARS[$config_name]) ) ? $HTTP_POST_VARS[$config_name] : $default_config[$config_name]; *************** *** 159,163 **** // // Escape any quotes in the site description for proper display in the text ! // box on the admin page // $template->assign_vars(array( --- 159,163 ---- // // Escape any quotes in the site description for proper display in the text ! // box on the admin page // $template->assign_vars(array( *************** *** 244,246 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 244,246 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file Index: admin_weblog_tools.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_tools.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_weblog_tools.php 31 Jan 2008 03:36:34 -0000 1.2 --- admin_weblog_tools.php 8 Feb 2008 23:37:20 -0000 1.3 *************** *** 32,36 **** $module_root_path = "./../"; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); include($mx_root_path . 'admin/pagestart.' . $phpEx); --- 32,36 ---- $module_root_path = "./../"; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); include($mx_root_path . 'admin/pagestart.' . $phpEx); *************** *** 83,87 **** 'L_FIND_USERNAME' => $lang['Find_username'], ! 'U_SEARCH_USER' => mx_append_sid($phpbb_root_path . "search.$phpEx?mode=searchuser"), 'S_USER_ACTION' => mx_append_sid("admin_weblog_tools.$phpEx?mode=user_admin"), --- 83,87 ---- 'L_FIND_USERNAME' => $lang['Find_username'], ! 'U_SEARCH_USER' => mx_append_sid($phpbb_root_path . "search.$phpEx?mode=searchuser"), 'S_USER_ACTION' => mx_append_sid("admin_weblog_tools.$phpEx?mode=user_admin"), *************** *** 311,315 **** 'L_FIND_USERNAME' => $lang['Find_username'], ! 'U_SEARCH_USER' => mx_append_sid($phpbb_root_path . "search.$phpEx?mode=searchuser"), 'S_PURGE_ACTION' => mx_append_sid("admin_weblog_tools.$phpEx?mode=purge"), --- 311,315 ---- 'L_FIND_USERNAME' => $lang['Find_username'], ! 'U_SEARCH_USER' => mx_append_sid($phpbb_root_path . "search.$phpEx?mode=searchuser"), 'S_PURGE_ACTION' => mx_append_sid("admin_weblog_tools.$phpEx?mode=purge"), *************** *** 344,348 **** $username = ( isset($HTTP_POST_VARS['username']) ) ? $HTTP_POST_VARS['username'] : ''; ! $sql = "SELECT * FROM " . USERS_TABLE . " WHERE username = '" . str_replace("\'", "''", $username) . "'"; if ( !($result = $db->sql_query($sql)) ) --- 344,348 ---- $username = ( isset($HTTP_POST_VARS['username']) ) ? $HTTP_POST_VARS['username'] : ''; ! $sql = "SELECT * FROM " . USERS_TABLE . " WHERE username = '" . str_replace("\'", "''", $username) . "'"; if ( !($result = $db->sql_query($sql)) ) *************** *** 420,422 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 420,422 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file Index: admin_weblog_groups.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/admin/admin_weblog_groups.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin_weblog_groups.php 31 Jan 2008 03:37:54 -0000 1.2 --- admin_weblog_groups.php 8 Feb 2008 23:37:18 -0000 1.3 *************** *** 36,40 **** $mx_root_path = '../../../'; $music_root_path = $module_root_path . 'music_box/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); --- 36,40 ---- $mx_root_path = '../../../'; $music_root_path = $module_root_path . 'music_box/'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); require($mx_root_path . 'admin/pagestart.' . $phpEx); *************** *** 151,163 **** $template->assign_vars(array( 'GROUP_NAME' => $group_info['group_name'], ! 'GROUP_DESCRIPTION' => $group_info['group_description'], ! 'GROUP_MODERATOR' => $group_moderator, 'L_GROUP_TITLE' => $lang['Group_administration'], ! 'L_GROUP_EDIT_DELETE' => ( isset($HTTP_POST_VARS['new']) ) ? $lang['New_group'] : $lang['Edit_group'], 'L_GROUP_NAME' => $lang['group_name'], 'L_GROUP_DESCRIPTION' => $lang['group_description'], ! 'L_GROUP_MODERATOR' => $lang['group_moderator'], ! 'L_FIND_USERNAME' => $lang['Find_username'], 'L_GROUP_STATUS' => $lang['group_status'], 'L_GROUP_OPEN' => $lang['group_open'], --- 151,163 ---- $template->assign_vars(array( 'GROUP_NAME' => $group_info['group_name'], ! 'GROUP_DESCRIPTION' => $group_info['group_description'], ! 'GROUP_MODERATOR' => $group_moderator, 'L_GROUP_TITLE' => $lang['Group_administration'], ! 'L_GROUP_EDIT_DELETE' => ( isset($HTTP_POST_VARS['new']) ) ? $lang['New_group'] : $lang['Edit_group'], 'L_GROUP_NAME' => $lang['group_name'], 'L_GROUP_DESCRIPTION' => $lang['group_description'], ! 'L_GROUP_MODERATOR' => $lang['group_moderator'], ! 'L_FIND_USERNAME' => $lang['Find_username'], 'L_GROUP_STATUS' => $lang['group_status'], 'L_GROUP_OPEN' => $lang['group_open'], *************** *** 177,181 **** 'L_NO' => $lang['No'], 'S_GROUP_ALLOW_WEBLOGS_YES' => ( $group_info['group_allow_weblogs'] ) ? ' checked="checked"' : '', ! 'S_GROUP_ALLOW_WEBLOGS_NO' => ( !$group_info['group_allow_weblogs'] ) ? ' checked="checked"' : '', 'S_GROUP_OPEN_TYPE' => GROUP_OPEN, --- 177,181 ---- 'L_NO' => $lang['No'], 'S_GROUP_ALLOW_WEBLOGS_YES' => ( $group_info['group_allow_weblogs'] ) ? ' checked="checked"' : '', ! 'S_GROUP_ALLOW_WEBLOGS_NO' => ( !$group_info['group_allow_weblogs'] ) ? ' checked="checked"' : '', 'S_GROUP_OPEN_TYPE' => GROUP_OPEN, *************** *** 204,208 **** // Is Group moderating a forum ? ! $sql = "SELECT auth_mod FROM " . AUTH_ACCESS_TABLE . " WHERE group_id = " . $group_id; if ( !($result = $db->sql_query($sql)) ) --- 204,208 ---- // Is Group moderating a forum ? ! $sql = "SELECT auth_mod FROM " . AUTH_ACCESS_TABLE . " WHERE group_id = " . $group_id; if ( !($result = $db->sql_query($sql)) ) *************** *** 226,230 **** { $sql = "SELECT g.group_id FROM " . AUTH_ACCESS_TABLE . " a, " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug ! WHERE (a.auth_mod = 1) AND (g.group_id = a.group_id) AND (a.group_id = ug.group_id) AND (g.group_id = ug.group_id) AND (ug.user_id = " . intval($rows[$i]['user_id']) . ") AND (ug.group_id <> " . $group_id . ")"; if ( !($result = $db->sql_query($sql)) ) --- 226,230 ---- { $sql = "SELECT g.group_id FROM " . AUTH_ACCESS_TABLE . " a, " . GROUPS_TABLE . " g, " . USER_GROUP_TABLE . " ug ! WHERE (a.auth_mod = 1) AND (g.group_id = a.group_id) AND (a.group_id = ug.group_id) AND (g.group_id = ug.group_id) AND (ug.user_id = " . intval($rows[$i]['user_id']) . ") AND (ug.group_id <> " . $group_id . ")"; if ( !($result = $db->sql_query($sql)) ) *************** *** 235,241 **** if ($db->sql_numrows($result) == 0) { ! $sql = "UPDATE " . USERS_TABLE . " SET user_level = " . USER . " WHERE user_level = " . MOD . " AND user_id = " . intval($rows[$i]['user_id']); ! if ( !$db->sql_query($sql) ) { --- 235,241 ---- if ($db->sql_numrows($result) == 0) { ! $sql = "UPDATE " . USERS_TABLE . " SET user_level = " . USER . " WHERE user_level = " . MOD . " AND user_id = " . intval($rows[$i]['user_id']); ! if ( !$db->sql_query($sql) ) { *************** *** 291,295 **** mx_message_die(GENERAL_MESSAGE, $lang['No_group_moderator']); } ! $this_userdata = get_userdata($group_moderator, true); $group_moderator = $this_userdata['user_id']; --- 291,295 ---- mx_message_die(GENERAL_MESSAGE, $lang['No_group_moderator']); } ! $this_userdata = get_userdata($group_moderator, true); $group_moderator = $this_userdata['user_id']; *************** *** 299,303 **** mx_message_die(GENERAL_MESSAGE, $lang['No_group_moderator']); } ! if( $mode == "editgroup" ) { --- 299,303 ---- mx_message_die(GENERAL_MESSAGE, $lang['No_group_moderator']); } ! if( $mode == "editgroup" ) { *************** *** 315,319 **** mx_message_die(GENERAL_MESSAGE, $lang['Group_not_exist']); } ! if ( $group_info['group_moderator'] != $group_moderator ) { --- 315,319 ---- mx_message_die(GENERAL_MESSAGE, $lang['Group_not_exist']); } ! if ( $group_info['group_moderator'] != $group_moderator ) { *************** *** 321,325 **** { $sql = "DELETE FROM " . USER_GROUP_TABLE . " ! WHERE user_id = " . $group_info['group_moderator'] . " AND group_id = " . $group_id; if ( !$db->sql_query($sql) ) --- 321,325 ---- { $sql = "DELETE FROM " . USER_GROUP_TABLE . " ! WHERE user_id = " . $group_info['group_moderator'] . " AND group_id = " . $group_id; if ( !$db->sql_query($sql) ) *************** *** 329,335 **** } ! $sql = "SELECT user_id ! FROM " . USER_GROUP_TABLE . " ! WHERE user_id = $group_moderator AND group_id = $group_id"; if ( !($result = $db->sql_query($sql)) ) --- 329,335 ---- } ! $sql = "SELECT user_id ! FROM " . USER_GROUP_TABLE . " ! WHERE user_id = $group_moderator AND group_id = $group_id"; if ( !($result = $db->sql_query($sql)) ) *************** *** 350,354 **** $sql = "UPDATE " . GROUPS_TABLE . " ! SET group_type = $group_type, group_name = '" . str_replace("\'", "''", $group_name) . "', group_description = '" . str_replace("\'", "''", $group_description) . "', group_moderator = $group_moderator, group_allow_weblogs = $group_allow_weblogs WHERE group_id = $group_id"; if ( !$db->sql_query($sql) ) --- 350,354 ---- $sql = "UPDATE " . GROUPS_TABLE . " ! SET group_type = $group_type, group_name = '" . str_replace("\'", "''", $group_name) . "', group_description = '" . str_replace("\'", "''", $group_description) . "', group_moderator = $group_moderator, group_allow_weblogs = $group_allow_weblogs WHERE group_id = $group_id"; if ( !$db->sql_query($sql) ) *************** *** 356,360 **** mx_message_die(GENERAL_ERROR, 'Could not update group', '', __LINE__, __FILE__, $sql); } ! $message = $lang['Updated_group'] . '<br /><br />' . sprintf($lang['Click_return_groupsadmin'], '<a href="' . mx_append_sid("admin_weblog_groups.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . mx_append_sid("index.$phpEx?pane=right") . '">', '</a>');; --- 356,360 ---- mx_message_die(GENERAL_ERROR, 'Could not update group', '', __LINE__, __FILE__, $sql); } ! $message = $lang['Updated_group'] . '<br /><br />' . sprintf($lang['Click_return_groupsadmin'], '<a href="' . mx_append_sid("admin_weblog_groups.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . mx_append_sid("index.$phpEx?pane=right") . '">', '</a>');; *************** *** 363,367 **** else if( $mode == 'newgroup' ) { ! $sql = "INSERT INTO " . GROUPS_TABLE . " (group_type, group_name, group_description, group_moderator, group_single_user, group_allow_weblogs) VALUES ($group_type, '" . str_replace("\'", "''", $group_name) . "', '" . str_replace("\'", "''", $group_description) . "', $group_moderator, '0', $group_allow_weblogs)"; if ( !$db->sql_query($sql) ) --- 363,367 ---- else if( $mode == 'newgroup' ) { ! $sql = "INSERT INTO " . GROUPS_TABLE . " (group_type, group_name, group_description, group_moderator, group_single_user, group_allow_weblogs) VALUES ($group_type, '" . str_replace("\'", "''", $group_name) . "', '" . str_replace("\'", "''", $group_description) . "', $group_moderator, '0', $group_allow_weblogs)"; if ( !$db->sql_query($sql) ) *************** *** 377,381 **** mx_message_die(GENERAL_ERROR, 'Could not insert new user-group info', '', __LINE__, __FILE__, $sql); } ! $message = $lang['Added_new_group'] . '<br /><br />' . sprintf($lang['Click_return_groupsadmin'], '<a href="' . mx_append_sid("admin_weblog_groups.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . mx_append_sid("index.$phpEx?pane=right") . '">', '</a>');; --- 377,381 ---- mx_message_die(GENERAL_ERROR, 'Could not insert new user-group info', '', __LINE__, __FILE__, $sql); } ! $message = $lang['Added_new_group'] . '<br /><br />' . sprintf($lang['Click_return_groupsadmin'], '<a href="' . mx_append_sid("admin_weblog_groups.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . mx_append_sid("index.$phpEx?pane=right") . '">', '</a>');; *************** *** 437,439 **** include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> --- 437,439 ---- include($mx_root_path . 'admin/page_footer_admin.'.$phpEx); ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:53
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176/images Removed Files: .htaccess index.htm Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- .htaccess DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:52
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176/cache Removed Files: data_global.php index.htm Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- index.htm DELETED --- --- data_global.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:52
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12176/admin Removed Files: admin_setting.php index.htm Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- index.htm DELETED --- --- admin_setting.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:41
|
Update of /cvsroot/mxbb/core/modules/mx_news/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12131 Removed Files: index.htm lang_admin.php lang_main.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- lang_main.php DELETED --- --- lang_admin.php DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:32
|
Update of /cvsroot/mxbb/mx_blogs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11401 Modified Files: db_install.php db_uninstall.php trackback.php weblog.php weblog_allentries.php weblog_blocked.php weblog_config.php weblog_contributors.php weblog_entry.php weblog_friends.php weblogs.php Log Message: Removing trailing newlines... Index: weblog_friends.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_friends.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** weblog_friends.php 7 Jun 2007 22:01:32 -0000 1.1 --- weblog_friends.php 8 Feb 2008 23:37:23 -0000 1.2 *************** *** 26,30 **** $module_root_path = './'; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); --- 26,30 ---- $module_root_path = './'; //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); include_once($phpbb_root_path . 'includes/bbcode.'.$phpEx); *************** *** 42,46 **** ! // // Start initial var setup // --- 42,46 ---- ! // // Start initial var setup // *************** *** 243,247 **** // Get this user's friends data // ! $sql = "SELECT f.friend_id, u.*, w.* FROM " . WEBLOG_FRIENDS_TABLE . " f, " . USERS_TABLE . " u, " . WEBLOGS_TABLE . " w WHERE f.owner_id = $user_id --- 243,247 ---- // Get this user's friends data // ! $sql = "SELECT f.friend_id, u.*, w.* FROM " . WEBLOG_FRIENDS_TABLE . " f, " . USERS_TABLE . " u, " . WEBLOGS_TABLE . " w WHERE f.owner_id = $user_id *************** *** 310,314 **** // $friend_entry_data['entry_text'] = htmlspecialchars($friend_entry_data['entry_text']); ! // BBCode if ( $friend_entry_data['enable_bbcode'] ) --- 310,314 ---- // $friend_entry_data['entry_text'] = htmlspecialchars($friend_entry_data['entry_text']); ! // BBCode if ( $friend_entry_data['enable_bbcode'] ) *************** *** 316,320 **** $friend_entry_data['entry_text'] = bbencode_second_pass($friend_entry_data['entry_text'], $friend_entry_data['bbcode_uid']); } ! // Smilies if ( $friend_entry_data['enable_smilies'] ) --- 316,320 ---- $friend_entry_data['entry_text'] = bbencode_second_pass($friend_entry_data['entry_text'], $friend_entry_data['bbcode_uid']); } ! // Smilies if ( $friend_entry_data['enable_smilies'] ) *************** *** 322,328 **** $friend_entry_data['entry_text'] = smilies_pass($friend_entry_data['entry_text']); } ! $friend_entry_data['entry_text'] = make_clickable($friend_entry_data['entry_text']); ! if ( !$weblog_config['censor_weblog'] ) { --- 322,328 ---- $friend_entry_data['entry_text'] = smilies_pass($friend_entry_data['entry_text']); } ! $friend_entry_data['entry_text'] = make_clickable($friend_entry_data['entry_text']); ! if ( !$weblog_config['censor_weblog'] ) { *************** *** 331,335 **** $replacement_word = array(); obtain_word_list($orig_word, $replacement_word); ! // Censor text and title if (count($orig_word)) --- 331,335 ---- $replacement_word = array(); obtain_word_list($orig_word, $replacement_word); ! // Censor text and title if (count($orig_word)) *************** *** 347,351 **** if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } --- 347,351 ---- if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } *************** *** 371,375 **** $action = ''; } ! $time = create_date($board_config['default_dateformat'], $friend_entry_data['entry_time'], $board_config['board_timezone']); --- 371,375 ---- $action = ''; } ! $time = create_date($board_config['default_dateformat'], $friend_entry_data['entry_time'], $board_config['board_timezone']); *************** *** 457,461 **** mx_message_die(GENERAL_ERROR, "Couldn't get friend of information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { --- 457,461 ---- mx_message_die(GENERAL_ERROR, "Couldn't get friend of information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { *************** *** 476,480 **** mx_message_die(GENERAL_ERROR, "Couldn't get friend of information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { --- 476,480 ---- mx_message_die(GENERAL_ERROR, "Couldn't get friend of information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { *************** *** 525,527 **** use_weblog_footer ($weblog_data, $template_dir); ! ?> --- 525,527 ---- use_weblog_footer ($weblog_data, $template_dir); ! ?> \ No newline at end of file Index: weblog_contributors.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_contributors.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** weblog_contributors.php 20 Jun 2007 13:43:30 -0000 1.2 --- weblog_contributors.php 8 Feb 2008 23:37:22 -0000 1.3 *************** *** 29,33 **** //include($phpbb_root_path . 'includes/weblogs_common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 29,33 ---- //include($phpbb_root_path . 'includes/weblogs_common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 45,49 **** ! // // Start initial var setup // --- 45,49 ---- ! // // Start initial var setup // *************** *** 267,271 **** mx_message_die(GENERAL_ERROR, "Couldn't get contributors information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { --- 267,271 ---- mx_message_die(GENERAL_ERROR, "Couldn't get contributors information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { *************** *** 309,311 **** use_weblog_footer ( $weblog_data, $template_dir); ! ?> --- 309,311 ---- use_weblog_footer ( $weblog_data, $template_dir); ! ?> \ No newline at end of file Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/db_uninstall.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_uninstall.php 7 Jun 2007 22:01:31 -0000 1.1 --- db_uninstall.php 8 Feb 2008 23:37:21 -0000 1.2 *************** *** 20,24 **** include($mx_root_path . 'extension.inc'); include($mx_root_path . 'common.'.$phpEx); ! // // Start session management --- 20,24 ---- include($mx_root_path . 'extension.inc'); include($mx_root_path . 'common.'.$phpEx); ! // // Start session management *************** *** 26,43 **** $userdata = session_pagestart($user_ip, PAGE_INDEX); mx_init_userprefs($userdata); - - if( !$userdata['session_logged_in'] ) - { - die("Hacking attempt(3)"); - } ! if( $userdata['user_level'] != ADMIN ) ! { ! die("Hacking attempt(4)"); } // // End session management // ! } --- 26,43 ---- $userdata = session_pagestart($user_ip, PAGE_INDEX); mx_init_userprefs($userdata); ! if( !$userdata['session_logged_in'] ) ! { ! die("Hacking attempt(3)"); ! } ! ! if( $userdata['user_level'] != ADMIN ) ! { ! die("Hacking attempt(4)"); } // // End session management // ! } *************** *** 86,88 **** echo "</table><br />"; ! ?> --- 86,88 ---- echo "</table><br />"; ! ?> \ No newline at end of file Index: weblog_entry.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_entry.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** weblog_entry.php 31 Jan 2008 03:36:34 -0000 1.2 --- weblog_entry.php 8 Feb 2008 23:37:22 -0000 1.3 *************** *** 24,28 **** $mx_root_path = '../../'; $module_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); --- 24,28 ---- $mx_root_path = '../../'; $module_root_path = './'; ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); *************** *** 381,386 **** { include_once($phpbb_root_path . 'includes/bbcode.' .$phpEx); ! } ! $message = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($message, $entry_data['bbcode_uid']) : preg_replace('/\:[0-9a-z\:]+\]/si', ']', $entry_data['entry_text']); --- 381,386 ---- { include_once($phpbb_root_path . 'includes/bbcode.' .$phpEx); ! } ! $message = ( $board_config['allow_bbcode'] ) ? bbencode_second_pass($message, $entry_data['bbcode_uid']) : preg_replace('/\:[0-9a-z\:]+\]/si', ']', $entry_data['entry_text']); *************** *** 431,435 **** if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="' . $mx_root_path . 'modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } --- 431,435 ---- if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="' . $mx_root_path . 'modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } *************** *** 859,868 **** { $post_subject = preg_replace($orig_word, $replacement_word, $post_subject); ! if ($user_sig != '') { $user_sig = str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace(\$orig_word, \$replacement_word, '\\0')", '>' . $user_sig . '<'), 1, -1)); } ! $message = str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace(\$orig_word, \$replacement_word, '\\0')", '>' . $message . '<'), 1, -1)); } --- 859,868 ---- { $post_subject = preg_replace($orig_word, $replacement_word, $post_subject); ! if ($user_sig != '') { $user_sig = str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace(\$orig_word, \$replacement_word, '\\0')", '>' . $user_sig . '<'), 1, -1)); } ! $message = str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace(\$orig_word, \$replacement_word, '\\0')", '>' . $message . '<'), 1, -1)); } *************** *** 1050,1052 **** use_weblog_footer ( $weblog_entry_data, $template_dir ); ! ?> --- 1050,1052 ---- use_weblog_footer ( $weblog_entry_data, $template_dir ); ! ?> \ No newline at end of file Index: weblog_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_config.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** weblog_config.php 31 Jan 2008 03:36:34 -0000 1.3 --- weblog_config.php 8 Feb 2008 23:37:22 -0000 1.4 *************** *** 24,28 **** // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) --- 24,28 ---- // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) *************** *** 141,145 **** mx_message_die(GENERAL_ERROR, "Couldn't get weblog template information.", "", __LINE__, __FILE__, $sql); } ! if ( !($row = $db->sql_fetchrow($result)) ) { --- 141,145 ---- mx_message_die(GENERAL_ERROR, "Couldn't get weblog template information.", "", __LINE__, __FILE__, $sql); } ! if ( !($row = $db->sql_fetchrow($result)) ) { *************** *** 206,210 **** $show_weblog_info = ( isset($HTTP_POST_VARS['show_weblog_info']) ) ? intval($HTTP_POST_VARS['show_weblog_info']) : 1; $show_shoutbox = ( isset($HTTP_POST_VARS['show_shoutbox']) ) ? intval($HTTP_POST_VARS['show_shoutbox']) : 1; ! $show_categorybox = ( isset($HTTP_POST_VARS['show_categorybox']) ) ? intval($HTTP_POST_VARS['show_categorybox']) : 1; $reply_in_popup = ( isset($HTTP_POST_VARS['reply_in_popup']) ) ? intval($HTTP_POST_VARS['reply_in_popup']) : 1; $shoutbox_desc = ( isset($HTTP_POST_VARS['shoutbox_desc']) ) ? intval($HTTP_POST_VARS['shoutbox_desc']) : 1; --- 206,210 ---- $show_weblog_info = ( isset($HTTP_POST_VARS['show_weblog_info']) ) ? intval($HTTP_POST_VARS['show_weblog_info']) : 1; $show_shoutbox = ( isset($HTTP_POST_VARS['show_shoutbox']) ) ? intval($HTTP_POST_VARS['show_shoutbox']) : 1; ! $show_categorybox = ( isset($HTTP_POST_VARS['show_categorybox']) ) ? intval($HTTP_POST_VARS['show_categorybox']) : 1; $reply_in_popup = ( isset($HTTP_POST_VARS['reply_in_popup']) ) ? intval($HTTP_POST_VARS['reply_in_popup']) : 1; $shoutbox_desc = ( isset($HTTP_POST_VARS['shoutbox_desc']) ) ? intval($HTTP_POST_VARS['shoutbox_desc']) : 1; *************** *** 623,627 **** $sql = "UPDATE " . WEBLOGS_TABLE . " SET template_id = $weblog_template, ! weblog_name = '" . str_replace("\'", "''", $weblog_name) . "', weblog_desc = '" . str_replace("\'", "''", $weblog_desc) . "', weblog_auth = $weblog_auth, --- 623,627 ---- $sql = "UPDATE " . WEBLOGS_TABLE . " SET template_id = $weblog_template, ! weblog_name = '" . str_replace("\'", "''", $weblog_name) . "', weblog_desc = '" . str_replace("\'", "''", $weblog_desc) . "', weblog_auth = $weblog_auth, *************** *** 981,985 **** 'SHOUTBOX_ASC' => ( !$weblog_data['weblog_shoutbox_desc'] ) ? ' checked="checked"' : '', 'PREVIEW_IMG' => $module_root_path . 'weblogs/templates/' . get_template_dir($template_data[0]['template_id']) . '/preview_img.gif', ! 'DELETE_NAME' => ( $weblog_data['deleted'] ) ? 'undelete' : 'delete', 'L_DELETE_WEBLOG' => ( $weblog_data['deleted'] ) ? $lang['Weblog_undelete'] : $lang['Weblog_delete'], --- 981,985 ---- 'SHOUTBOX_ASC' => ( !$weblog_data['weblog_shoutbox_desc'] ) ? ' checked="checked"' : '', 'PREVIEW_IMG' => $module_root_path . 'weblogs/templates/' . get_template_dir($template_data[0]['template_id']) . '/preview_img.gif', ! 'DELETE_NAME' => ( $weblog_data['deleted'] ) ? 'undelete' : 'delete', 'L_DELETE_WEBLOG' => ( $weblog_data['deleted'] ) ? $lang['Weblog_undelete'] : $lang['Weblog_delete'], *************** *** 1006,1008 **** //include($mx_root_path . 'includes/page_tail.'.$phpEx); ! ?> --- 1006,1008 ---- //include($mx_root_path . 'includes/page_tail.'.$phpEx); ! ?> \ No newline at end of file Index: weblog_blocked.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_blocked.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** weblog_blocked.php 7 Jun 2007 22:01:32 -0000 1.1 --- weblog_blocked.php 8 Feb 2008 23:37:21 -0000 1.2 *************** *** 29,33 **** //include($phpbb_root_path . 'includes/weblogs_common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); // --- 29,33 ---- //include($phpbb_root_path . 'includes/weblogs_common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); // *************** *** 45,49 **** ! // // Start initial var setup // --- 45,49 ---- ! // // Start initial var setup // *************** *** 278,282 **** mx_message_die(GENERAL_ERROR, "Couldn't get blocked user information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { --- 278,282 ---- mx_message_die(GENERAL_ERROR, "Couldn't get blocked user information.", "", __LINE__, __FILE__, $sql); } ! while ( $row = $db->sql_fetchrow($result) ) { *************** *** 319,321 **** use_weblog_footer ( $weblog_data, $template_dir); ! ?> --- 319,321 ---- use_weblog_footer ( $weblog_data, $template_dir); ! ?> \ No newline at end of file Index: weblogs.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblogs.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** weblogs.php 31 Jan 2008 03:36:34 -0000 1.4 --- weblogs.php 8 Feb 2008 23:37:23 -0000 1.5 *************** *** 6,10 **** * * File ID : $Id$ ! * Last Modified : $Date$ * ***************************************************************************/ --- 6,10 ---- * * File ID : $Id$ ! * Last Modified : $Date$ * ***************************************************************************/ *************** *** 14,18 **** // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) --- 14,18 ---- // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); if( !defined('IN_PORTAL') || !is_object($mx_block)) *************** *** 195,199 **** // Viewer of own weblog presumed to have maximum authentication... $sql = "SELECT * FROM " . WEBLOG_ENTRIES_TABLE . " ! WHERE weblog_id = " . $userdata['user_weblog'] . " AND entry_deleted <> " . TRUE . " ORDER BY entry_time DESC LIMIT 1"; --- 195,199 ---- // Viewer of own weblog presumed to have maximum authentication... $sql = "SELECT * FROM " . WEBLOG_ENTRIES_TABLE . " ! WHERE weblog_id = " . $userdata['user_weblog'] . " AND entry_deleted <> " . TRUE . " ORDER BY entry_time DESC LIMIT 1"; *************** *** 211,215 **** if ( $mood >= 0 ) ! { $mood = sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']); } --- 211,215 ---- if ( $mood >= 0 ) ! { $mood = sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']); } *************** *** 225,229 **** if ( $currently > 0 ) { ! $action = sprintf($lang['Currently:'], '<img src="modules/mx_blogs/images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $last_entry_data['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $last_entry_data['currently_text']); } else if ( $last_entry_data['currently_text'] && $currently == -2 ) --- 225,229 ---- if ( $currently > 0 ) { ! $action = sprintf($lang['Currently:'], '<img src="modules/mx_blogs/images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $last_entry_data['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $last_entry_data['currently_text']); } else if ( $last_entry_data['currently_text'] && $currently == -2 ) *************** *** 535,539 **** if ( $mood >= 0 ) ! { $mood = sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']); } --- 535,539 ---- if ( $mood >= 0 ) ! { $mood = sprintf($lang['Mood:'], '<img src="modules/mx_blogs/images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']); } *************** *** 549,553 **** if ( $currently > 0 ) { ! $action = sprintf($lang['Currently:'], '<img src="modules/mx_blogs/images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $last_entry_data['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $last_entry_data['currently_text']); } else if ( $last_entry_data['currently_text'] && $currently == -2 ) --- 549,553 ---- if ( $currently > 0 ) { ! $action = sprintf($lang['Currently:'], '<img src="modules/mx_blogs/images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $last_entry_data['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $last_entry_data['currently_text']); } else if ( $last_entry_data['currently_text'] && $currently == -2 ) *************** *** 667,669 **** $template->pparse('bottom'); ! ?> --- 667,669 ---- $template->pparse('bottom'); ! ?> \ No newline at end of file Index: weblog.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** weblog.php 31 Jan 2008 03:36:34 -0000 1.3 --- weblog.php 8 Feb 2008 23:37:21 -0000 1.4 *************** *** 32,36 **** { //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); } --- 32,36 ---- { //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); } *************** *** 130,134 **** $blocked_data[] = $row; } ! // // Start initial var setup // --- 130,134 ---- $blocked_data[] = $row; } ! // // Start initial var setup // *************** *** 560,568 **** if ( $weblog_config['birthday_mod'] == 1 ) { ! $this_year = create_date('Y', time(), $board_config['board_timezone']); $this_date = create_date('md', time(), $board_config['board_timezone']); ! if ( $weblog_ownerdata['user_birthday'] != 999999 ) ! { $poster_birthdate = realdate('md', $weblog_ownerdata['user_birthday']); if ( $weblog_config['birthday_zodiac_mod'] == 1 ) --- 560,568 ---- if ( $weblog_config['birthday_mod'] == 1 ) { ! $this_year = create_date('Y', time(), $board_config['board_timezone']); $this_date = create_date('md', time(), $board_config['board_timezone']); ! if ( $weblog_ownerdata['user_birthday'] != 999999 ) ! { $poster_birthdate = realdate('md', $weblog_ownerdata['user_birthday']); if ( $weblog_config['birthday_zodiac_mod'] == 1 ) *************** *** 747,751 **** if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } --- 747,751 ---- if ( $mood >= 0 ) ! { $mood = '<strong>[</strong> ' . sprintf($lang['Mood:'], '<img src="images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" style="vertical-align: middle" border="0" />', $mood['mood_text']) . ' <strong>]</strong>'; } *************** *** 761,765 **** if ( $currently > 0 ) { ! $action = '<strong>[</strong> ' . sprintf($lang['Currently:'], '<img src="images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $entry_data[$i]['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $entry_data[$i]['currently_text']) . ' <strong>]</strong>'; } else if ( $entry_data[$i]['currently_text'] && $currently == -2 ) --- 761,765 ---- if ( $currently > 0 ) { ! $action = '<strong>[</strong> ' . sprintf($lang['Currently:'], '<img src="images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $entry_data[$i]['currently_text'] . '" style="vertical-align: middle" border="0" />', $currently['action_text'] . ' ' . $entry_data[$i]['currently_text']) . ' <strong>]</strong>'; } else if ( $entry_data[$i]['currently_text'] && $currently == -2 ) *************** *** 771,775 **** $action = ''; } ! --- 771,775 ---- $action = ''; } ! *************** *** 785,789 **** ! $time = create_date($board_config['default_dateformat'], $entry_data[$i]['entry_time'], $board_config['board_timezone']); --- 785,789 ---- ! $time = create_date($board_config['default_dateformat'], $entry_data[$i]['entry_time'], $board_config['board_timezone']); *************** *** 828,832 **** $month = create_date("m", time(), $board_config['board_timezone']); } ! if ( !$year ) { --- 828,832 ---- $month = create_date("m", time(), $board_config['board_timezone']); } ! if ( !$year ) { *************** *** 938,945 **** for ( $i = 0; $i < count($category_data); $i++ ) { ! $template->assign_block_vars('switch_categorybox.categoryrow', array( 'CATEGORY' => $category_data[$i]) ); ! $template->assign_block_vars('categoryrow', array( 'CATEGORY' => $category_data[$i]) --- 938,945 ---- for ( $i = 0; $i < count($category_data); $i++ ) { ! $template->assign_block_vars('switch_categorybox.categoryrow', array( 'CATEGORY' => $category_data[$i]) ); ! $template->assign_block_vars('categoryrow', array( 'CATEGORY' => $category_data[$i]) *************** *** 1057,1063 **** // $message = str_replace("\n", "\n<br />\n", $message); ! $row_class = ( $i % 2 ) ? ' class="row2"' : ' class="row1"'; ! $template->assign_block_vars('switch_shoutbox.shoutrow', array( 'DELETE_SHOUT' => ( $weblog_data['weblog_id'] == $userdata['user_weblog'] ) ? '<div style="float: right; font-weight: bold">[ <a href="' . append_sid("weblog.$phpEx?" . POST_WEBLOG_URL . "=" . $weblog_data['weblog_id'] . "&d=" . $shout_data[$i]['shout_id']) . '">X</a> ]</div>' : '', --- 1057,1063 ---- // $message = str_replace("\n", "\n<br />\n", $message); ! $row_class = ( $i % 2 ) ? ' class="row2"' : ' class="row1"'; ! $template->assign_block_vars('switch_shoutbox.shoutrow', array( 'DELETE_SHOUT' => ( $weblog_data['weblog_id'] == $userdata['user_weblog'] ) ? '<div style="float: right; font-weight: bold">[ <a href="' . append_sid("weblog.$phpEx?" . POST_WEBLOG_URL . "=" . $weblog_data['weblog_id'] . "&d=" . $shout_data[$i]['shout_id']) . '">X</a> ]</div>' : '', *************** *** 1134,1140 **** 'L_CONTRIBUTORS' => $lang['Contributors'], 'L_EDIT_CONTRIBUTORS' => $lang['Edit_contributors'], ! 'L_DISABLE_HTML' => $lang['Disable_HTML_post'], ! 'L_DISABLE_BBCODE' => $lang['Disable_BBCode_post'], ! 'L_DISABLE_SMILIES' => $lang['Disable_Smilies_post'], 'L_NO_SHOUTS' => $lang['No_shouts'], 'L_NO_CATEGORY' => $lang['No_category'], --- 1134,1140 ---- 'L_CONTRIBUTORS' => $lang['Contributors'], 'L_EDIT_CONTRIBUTORS' => $lang['Edit_contributors'], ! 'L_DISABLE_HTML' => $lang['Disable_HTML_post'], ! 'L_DISABLE_BBCODE' => $lang['Disable_BBCode_post'], ! 'L_DISABLE_SMILIES' => $lang['Disable_Smilies_post'], 'L_NO_SHOUTS' => $lang['No_shouts'], 'L_NO_CATEGORY' => $lang['No_category'], *************** *** 1231,1247 **** if ( $weblog_config['gender_mod'] == 1 ) { ! if ( !empty($weblog_ownerdata['user_gender'])) ! { ! switch ($weblog_ownerdata['user_gender']) ! { case 1: $gender = $lang['Male']; ! break; case 2: $gender = $lang['Female']; ! break; default: $gender = $lang['No_gender_specify']; ! } } else --- 1231,1247 ---- if ( $weblog_config['gender_mod'] == 1 ) { ! if ( !empty($weblog_ownerdata['user_gender'])) ! { ! switch ($weblog_ownerdata['user_gender']) ! { case 1: $gender = $lang['Male']; ! break; case 2: $gender = $lang['Female']; ! break; default: $gender = $lang['No_gender_specify']; ! } } else *************** *** 1361,1365 **** 'S_CUSTOM_BLOCK' => ( $weblog_data['custom_block_title'] && $weblog_data['custom_block'] ) ? $weblog_data['custom_block'] : '') ); ! if ( !$weblog_data['weblog_advanced'] ) { --- 1361,1365 ---- 'S_CUSTOM_BLOCK' => ( $weblog_data['custom_block_title'] && $weblog_data['custom_block'] ) ? $weblog_data['custom_block'] : '') ); ! if ( !$weblog_data['weblog_advanced'] ) { *************** *** 1375,1377 **** use_weblog_footer ( $weblog_data, $template_dir, FALSE ); ! ?> --- 1375,1377 ---- use_weblog_footer ( $weblog_data, $template_dir, FALSE ); ! ?> \ No newline at end of file Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/db_install.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** db_install.php 20 Jun 2007 13:19:57 -0000 1.2 --- db_install.php 8 Feb 2008 23:37:20 -0000 1.3 *************** *** 26,30 **** include($mx_root_path . 'extension.inc'); include($mx_root_path . 'common.'.$phpEx); ! // // Start session management --- 26,30 ---- include($mx_root_path . 'extension.inc'); include($mx_root_path . 'common.'.$phpEx); ! // // Start session management *************** *** 32,49 **** $userdata = session_pagestart($user_ip, PAGE_INDEX); mx_init_userprefs($userdata); - - if( !$userdata['session_logged_in'] ) - { - die("Hacking attempt(3)"); - } ! if( $userdata['user_level'] != ADMIN ) ! { ! die("Hacking attempt(4)"); } // // End session management // ! } --- 32,49 ---- $userdata = session_pagestart($user_ip, PAGE_INDEX); mx_init_userprefs($userdata); ! if( !$userdata['session_logged_in'] ) ! { ! die("Hacking attempt(3)"); ! } ! ! if( $userdata['user_level'] != ADMIN ) ! { ! die("Hacking attempt(4)"); } // // End session management // ! } *************** *** 328,330 **** ! ?> --- 328,330 ---- ! ?> \ No newline at end of file Index: weblog_allentries.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblog_allentries.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** weblog_allentries.php 31 Jan 2008 03:36:34 -0000 1.2 --- weblog_allentries.php 8 Feb 2008 23:37:21 -0000 1.3 *************** *** 28,32 **** //include($phpbb_root_path . 'common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); // --- 28,32 ---- //include($phpbb_root_path . 'common.'.$phpEx); //include($mx_root_path . 'extension.inc'); ! $phpEx = substr(strrchr(__FILE__, '.'), 1); include($mx_root_path . 'common.'.$phpEx); // *************** *** 152,160 **** $min_entry_time = time() - ($entry_days * 86400); ! $sql = "SELECT COUNT(e.entry_id) AS weblog_entries FROM " . WEBLOG_ENTRIES_TABLE . " e, " . WEBLOG_REPLIES_TABLE . " r ! WHERE e.weblog_id = $weblog_id AND r.reply_id = e.entry_last_post_id ! AND r.post_time >= $min_entry_time"; if( !$result = $db->sql_query($sql) ) --- 152,160 ---- $min_entry_time = time() - ($entry_days * 86400); ! $sql = "SELECT COUNT(e.entry_id) AS weblog_entries FROM " . WEBLOG_ENTRIES_TABLE . " e, " . WEBLOG_REPLIES_TABLE . " r ! WHERE e.weblog_id = $weblog_id AND r.reply_id = e.entry_last_post_id ! AND r.post_time >= $min_entry_time"; if( !$result = $db->sql_query($sql) ) *************** *** 202,206 **** mx_message_die(GENERAL_ERROR, "Couldn't get template directory information.", "", __LINE__, __FILE__, $sql); } ! if ( $row = $db->sql_fetchrow($result) ) { --- 202,206 ---- mx_message_die(GENERAL_ERROR, "Couldn't get template directory information.", "", __LINE__, __FILE__, $sql); } ! if ( $row = $db->sql_fetchrow($result) ) { *************** *** 345,349 **** if ( $mood >= 0 ) ! { $mood = '<img src="images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" border="0" />'; } --- 345,349 ---- if ( $mood >= 0 ) ! { $mood = '<img src="images/weblogs/' . $mood['mood_url'] . '" alt="' . $mood_data['mood_text'] . '" border="0" />'; } *************** *** 359,363 **** if ( $currently > 0 ) { ! $action = '<img src="images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $entry_data[$i]['currently_text'] . '" border="0" />'; } else --- 359,363 ---- if ( $currently > 0 ) { ! $action = '<img src="images/weblogs/' . $currently['action_url'] . '" alt="' . $currently['action_text'] . ' ' . $entry_data[$i]['currently_text'] . '" border="0" />'; } else *************** *** 402,406 **** if( $userdata['session_logged_in'] ) { ! if( $entry_data[$i]['entry_time'] > $userdata['user_lastvisit'] ) { if( !empty($tracking_entries) || !empty($tracking_weblogs) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all']) ) --- 402,406 ---- if( $userdata['session_logged_in'] ) { ! if( $entry_data[$i]['entry_time'] > $userdata['user_lastvisit'] ) { if( !empty($tracking_entries) || !empty($tracking_weblogs) || isset($HTTP_COOKIE_VARS[$board_config['cookie_name'] . '_f_all']) ) *************** *** 455,459 **** } } ! else { $entry_image = $entry; --- 455,459 ---- } } ! else { $entry_image = $entry; *************** *** 477,481 **** $last_post_author = ( $entry_data[$i]['poster_id'] == ANONYMOUS ) ? ( ($entry_data[$i]['post_username'] != '' ) ? $entry_data[$i]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $entry_data[$i]['user_id']) . '">' . $entry_data[$i]['username'] . '</a>'; ! if( !$entry_data[$i]['entry_last_post_id'] ) { --- 477,481 ---- $last_post_author = ( $entry_data[$i]['poster_id'] == ANONYMOUS ) ? ( ($entry_data[$i]['post_username'] != '' ) ? $entry_data[$i]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $entry_data[$i]['user_id']) . '">' . $entry_data[$i]['username'] . '</a>'; ! if( !$entry_data[$i]['entry_last_post_id'] ) { *************** *** 520,524 **** $goto_page = ''; } ! $view_entry_url = append_sid($mx_root_path . "modules/mx_blogs/weblog_entry.$phpEx?" . POST_ENTRY_URL . "=$entry_id"); --- 520,524 ---- $goto_page = ''; } ! $view_entry_url = append_sid($mx_root_path . "modules/mx_blogs/weblog_entry.$phpEx?" . POST_ENTRY_URL . "=$entry_id"); *************** *** 543,549 **** 'VIEWS' => $views, ! 'LAST_POST_TIME' => $last_post_time, ! 'LAST_POST_AUTHOR' => $last_post_author, ! 'LAST_POST_IMG' => $last_post_url, 'U_VIEW_ENTRY' => $view_entry_url) --- 543,549 ---- 'VIEWS' => $views, ! 'LAST_POST_TIME' => $last_post_time, ! 'LAST_POST_AUTHOR' => $last_post_author, ! 'LAST_POST_IMG' => $last_post_url, 'U_VIEW_ENTRY' => $view_entry_url) *************** *** 553,557 **** $template->assign_vars(array( 'PAGINATION' => generate_pagination($mx_root_path . "weblog.$phpEx?" . POST_WEBLOG_URL . "=$weblog_id&entrydays=$entry_days", count($entry_data), $board_config['topics_per_page'], $start), ! 'PAGE_NUMBER' => sprintf($lang['Page_of'], ( floor( $start / $board_config['topics_per_page'] ) + 1 ), ceil( count($entry_data) / $board_config['topics_per_page'] )), 'L_GOTO_PAGE' => $lang['Goto_page']) --- 553,557 ---- $template->assign_vars(array( 'PAGINATION' => generate_pagination($mx_root_path . "weblog.$phpEx?" . POST_WEBLOG_URL . "=$weblog_id&entrydays=$entry_days", count($entry_data), $board_config['topics_per_page'], $start), ! 'PAGE_NUMBER' => sprintf($lang['Page_of'], ( floor( $start / $board_config['topics_per_page'] ) + 1 ), ceil( count($entry_data) / $board_config['topics_per_page'] )), 'L_GOTO_PAGE' => $lang['Goto_page']) *************** *** 633,635 **** use_weblog_footer ( $weblog_data, $template_dir ); ! ?> --- 633,635 ---- use_weblog_footer ( $weblog_data, $template_dir ); ! ?> \ No newline at end of file Index: trackback.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/trackback.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** trackback.php 7 Jun 2007 22:01:32 -0000 1.1 --- trackback.php 8 Feb 2008 23:37:21 -0000 1.2 *************** *** 134,136 **** exit; ! ?> --- 134,136 ---- exit; ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:29
|
Update of /cvsroot/mxbb/core/modules/mx_news/templates In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11985/templates Removed Files: index.htm Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:28
|
Update of /cvsroot/mxbb/mx_blogs/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11401/includes Modified Files: functions_weblog.php weblogs_common.php weblogs_constants.php Log Message: Removing trailing newlines... Index: weblogs_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/includes/weblogs_common.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** weblogs_common.php 31 Jan 2008 03:36:34 -0000 1.3 --- weblogs_common.php 8 Feb 2008 23:37:23 -0000 1.4 *************** *** 42,46 **** include($module_root_path . "templates/" . $theme['template_name'] . "/" . $theme['template_name'] . ".cfg"); // ---------- ! } else { --- 42,46 ---- include($module_root_path . "templates/" . $theme['template_name'] . "/" . $theme['template_name'] . ".cfg"); // ---------- ! } else { *************** *** 62,66 **** include_once( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_weblog_main.' . $phpEx ); $link_language='lang_' . $board_config['default_lang']; ! } // --- 62,66 ---- include_once( $module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_weblog_main.' . $phpEx ); $link_language='lang_' . $board_config['default_lang']; ! } // *************** *** 154,156 **** ! ?> --- 154,156 ---- ! ?> \ No newline at end of file Index: functions_weblog.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/includes/functions_weblog.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_weblog.php 7 Jun 2007 22:01:33 -0000 1.1 --- functions_weblog.php 8 Feb 2008 23:37:23 -0000 1.2 *************** *** 51,55 **** if ( extension_loaded('zlib') ) { ! @ob_end_clean(); ob_start('ob_gzhandler'); } --- 51,55 ---- if ( extension_loaded('zlib') ) { ! @ob_end_clean(); ob_start('ob_gzhandler'); } *************** *** 350,354 **** { $preview = 'mood_none.gif'; ! } $select = ( $selected == $mood_set_data[$i]['set_id'] ) ? ' selected="selected"' : ''; $set_select .= '<option value="' . $mood_set_data[$i]['set_id'] . '"' . $select . ' id="' . $preview . '">' . $mood_set_data[$i]['set_name'] . '</option>'; --- 350,354 ---- { $preview = 'mood_none.gif'; ! } $select = ( $selected == $mood_set_data[$i]['set_id'] ) ? ' selected="selected"' : ''; $set_select .= '<option value="' . $mood_set_data[$i]['set_id'] . '"' . $select . ' id="' . $preview . '">' . $mood_set_data[$i]['set_name'] . '</option>'; *************** *** 420,424 **** @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_header.htm', 0755); @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_footer.htm', 0755); ! @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_faceplate_body.htm', 0755); if ( file_exists($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_body.htm') ) --- 420,424 ---- @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_header.htm', 0755); @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_footer.htm', 0755); ! @chmod ($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_faceplate_body.htm', 0755); if ( file_exists($mx_root_path . 'modules/mx_blogs/weblogs/templates/' . $template_dir . '/weblog_body.htm') ) *************** *** 471,475 **** // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $file_body ); // Close the file --- 471,475 ---- // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $file_body ); // Close the file *************** *** 483,487 **** // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $file_faceplate ); // Close the file --- 483,487 ---- // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $file_faceplate ); // Close the file *************** *** 518,522 **** // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $weblog_body ); // Close the file --- 518,522 ---- // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $weblog_body ); // Close the file *************** *** 536,540 **** // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $weblog_faceplate ); // Close the file --- 536,540 ---- // Open for writing $f = @fopen($filename, 'w' ); ! // Write the stuff @fwrite( $f, $weblog_faceplate ); // Close the file *************** *** 634,638 **** { global $template_data; ! for ( $i = 0; $i < count ($template_data); $i++) { --- 634,638 ---- { global $template_data; ! for ( $i = 0; $i < count ($template_data); $i++) { *************** *** 802,804 **** return $sorted_data; } ! ?> --- 802,804 ---- return $sorted_data; } ! ?> \ No newline at end of file Index: weblogs_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/includes/weblogs_constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** weblogs_constants.php 31 Jan 2008 03:36:34 -0000 1.2 --- weblogs_constants.php 8 Feb 2008 23:37:23 -0000 1.3 *************** *** 44,46 **** define('WEBLOG_AUTH_OWNER', 3); ! ?> --- 44,46 ---- define('WEBLOG_AUTH_OWNER', 3); ! ?> \ No newline at end of file |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:28
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11985/mx_news Removed Files: .htaccess index.htm mx_news_common.php Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- .htaccess DELETED --- --- mx_news_common.php DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-02-08 23:37:27
|
Update of /cvsroot/mxbb/core/modules/mx_news/language In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11985/language Removed Files: index.htm Log Message: Removing trailing newlines... Removing mx_news, by accident included in CORE --- index.htm DELETED --- |