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-07-08 22:10:32
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/js In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13271 Modified Files: init_view.js management.js.php Log Message: Still updating/debugging generic core comments Index: init_view.js =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/js/init_view.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** init_view.js 2 Jun 2007 21:42:17 -0000 1.4 --- init_view.js 8 Jul 2008 22:10:21 -0000 1.5 *************** *** 19,23 **** tree.active = queryPath; tree.loadState(); ! tree.updateHtml(); document.title = el(tree.active+"-text").innerHTML; } --- 19,23 ---- tree.active = queryPath; tree.loadState(); ! //tree.updateHtml(); // Fix for NOT folding categories document.title = el(tree.active+"-text").innerHTML; } Index: management.js.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/includes/js/management.js.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** management.js.php 21 May 2008 21:58:12 -0000 1.7 --- management.js.php 8 Jul 2008 22:10:25 -0000 1.8 *************** *** 386,392 **** function clearTabs() { ! el('tab1').className = "tab"; ! el('tab2').className = "tab right"; ! el('tabs-data').innerHTML = ""; } --- 386,392 ---- function clearTabs() { ! if(el('tab1')) {el('tab1').className = "tab";} ! if(el('tab2')) {el('tab2').className = "tab right";} ! if(el('tabs-data')) {el('tabs-data').innerHTML = "";} } |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:09:59
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12804 Modified Files: pa_comment_posting.tpl pa_lists.tpl pa_mini.tpl Log Message: Still updating/debugging generic core comments Index: pa_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/pa_comment_posting.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pa_comment_posting.tpl 15 Feb 2008 20:04:48 -0000 1.3 --- pa_comment_posting.tpl 8 Jul 2008 22:09:55 -0000 1.4 *************** *** 49,53 **** } - // Replacement for arrayname.length property function getarraysize(thearray) { --- 49,52 ---- *************** *** 74,97 **** } - - function checkForm() { - - formErrors = false; - - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}"; - } - - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } - } - function emoticon(text) { var txtarea = document.post.message; --- 73,76 ---- *************** *** 134,138 **** } - function bbstyle(bbnumber) { var txtarea = document.post.message; --- 113,116 ---- *************** *** 238,254 **** <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) { ! if (postmaxchars != 0) ! { ! message = ""; ! } ! else { ! message = ""; } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); } //--> </script> --- 216,254 ---- <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) ! { ! if (postmaxchars != 0) { ! message = ""; ! } ! else ! { ! message = ""; ! } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); ! } ! ! function checkForm() { ! ! formErrors = false; ! ! if (document.post.message.value.length < 2) { ! formErrors = "{L_EMPTY_MESSAGE}"; ! } ! ! if (formErrors) { ! alert(formErrors); ! return false; ! } else { ! if (bbstyle) { ! bbstyle(-1); } ! //formObj.preview.disabled = true; ! //formObj.submit.disabled = true; ! return true; } + } //--> </script> Index: pa_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/pa_mini.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pa_mini.tpl 21 May 2008 21:54:57 -0000 1.3 --- pa_mini.tpl 8 Jul 2008 22:09:55 -0000 1.4 *************** *** 85,89 **** <!-- END display_username --> <!-- BEGIN display_date --> ! • {L_UPDATE_TIME}: {file_rows.DATE}<br /> <!-- END display_date --> <!-- BEGIN display_counter --> --- 85,89 ---- <!-- END display_username --> <!-- BEGIN display_date --> ! • {L_UPDATE_TIME}: {file_rows.UPDATED}<br /> <!-- END display_date --> <!-- BEGIN display_counter --> Index: pa_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/pa_lists.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pa_lists.tpl 9 Sep 2007 20:17:12 -0000 1.1 --- pa_lists.tpl 8 Jul 2008 22:09:55 -0000 1.2 *************** *** 20,24 **** <!-- END display_username --> <!-- BEGIN display_date --> ! • {L_UPDATE_TIME}: {file_rows.DATE}<br /> <!-- END display_date --> <!-- BEGIN display_counter --> --- 20,24 ---- <!-- END display_username --> <!-- BEGIN display_date --> ! • {L_UPDATE_TIME}: {file_rows.UPDATED}<br /> <!-- END display_date --> <!-- BEGIN display_counter --> |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:09:41
|
Update of /cvsroot/mxbb/mx_news/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12759 Modified Files: mx_news_comment_posting.tpl Log Message: Still updating/debugging generic core comments Index: mx_news_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_news/templates/_core/mx_news_comment_posting.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_news_comment_posting.tpl 13 Feb 2008 21:20:38 -0000 1.2 --- mx_news_comment_posting.tpl 8 Jul 2008 22:09:35 -0000 1.3 *************** *** 48,52 **** } - // Replacement for arrayname.length property function getarraysize(thearray) { --- 48,51 ---- *************** *** 73,96 **** } - - function checkForm() { - - formErrors = false; - - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}"; - } - - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } - } - function emoticon(text) { var txtarea = document.post.message; --- 72,75 ---- *************** *** 133,137 **** } - function bbstyle(bbnumber) { var txtarea = document.post.message; --- 112,115 ---- *************** *** 237,253 **** <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) { ! if (postmaxchars != 0) ! { ! message = ""; ! } ! else { ! message = ""; } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); } //--> </script> --- 215,253 ---- <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) ! { ! if (postmaxchars != 0) { ! message = ""; ! } ! else ! { ! message = ""; ! } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); ! } ! ! function checkForm() { ! ! formErrors = false; ! ! if (document.post.message.value.length < 2) { ! formErrors = "{L_EMPTY_MESSAGE}"; ! } ! ! if (formErrors) { ! alert(formErrors); ! return false; ! } else { ! if (bbstyle) { ! bbstyle(-1); } ! //formObj.preview.disabled = true; ! //formObj.submit.disabled = true; ! return true; } + } //--> </script> |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:09:10
|
Update of /cvsroot/mxbb/mx_linkdb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12479 Modified Files: link_add.tpl link_comment_posting.tpl Log Message: Still updating/debugging generic core comments Index: link_add.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/_core/link_add.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_add.tpl 9 Sep 2007 20:09:49 -0000 1.1 --- link_add.tpl 8 Jul 2008 22:09:05 -0000 1.2 *************** *** 9,13 **** } ! if({ALLOW_GUEST} && document.form.post_username.value == "") { if(error_msg != "") --- 9,13 ---- } ! if("{ALLOW_GUEST}" && document.form.post_username.value == "") { if(error_msg != "") Index: link_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/_core/link_comment_posting.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** link_comment_posting.tpl 13 Feb 2008 21:20:28 -0000 1.3 --- link_comment_posting.tpl 8 Jul 2008 22:09:05 -0000 1.4 *************** *** 73,96 **** } - - function checkForm() { - - formErrors = false; - - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}"; - } - - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } - } - function emoticon(text) { var txtarea = document.post.message; --- 73,76 ---- *************** *** 133,137 **** } - function bbstyle(bbnumber) { var txtarea = document.post.message; --- 113,116 ---- *************** *** 237,253 **** <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) { ! if (postmaxchars != 0) ! { ! message = ""; ! } ! else { ! message = ""; } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); } //--> </script> --- 216,254 ---- <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) ! { ! if (postmaxchars != 0) { ! message = ""; ! } ! else ! { ! message = ""; ! } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); ! } ! ! function checkForm() { ! ! formErrors = false; ! ! if (document.post.message.value.length < 2) { ! formErrors = "{L_EMPTY_MESSAGE}"; ! } ! ! if (formErrors) { ! alert(formErrors); ! return false; ! } else { ! if (bbstyle) { ! bbstyle(-1); } ! //formObj.preview.disabled = true; ! //formObj.submit.disabled = true; ! return true; } + } //--> </script> |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:08:57
|
Update of /cvsroot/mxbb/mx_kb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12138 Modified Files: kb_app.tpl kb_comment_posting.tpl kb_post_body.tpl Log Message: Still updating/debugging generic core comments Index: kb_post_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_post_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_post_body.tpl 13 Feb 2008 21:19:04 -0000 1.3 --- kb_post_body.tpl 8 Jul 2008 22:08:51 -0000 1.4 *************** *** 48,52 **** } - // Replacement for arrayname.length property function getarraysize(thearray) { --- 48,51 ---- *************** *** 73,103 **** } - - function checkForm() { - - formErrors = false; - if (document.post.article_name.value.length < 2) { - formErrors = "{L_EMPTY_ARTICLE_NAME}\r"; - } - if (document.post.article_desc.value.length < 2) { - formErrors = "{L_EMPTY_ARTICLE_DESC}\r"; - } - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}\r"; - } - if (document.post.type_id.value=='select_one') { - formErrors = "{L_EMPTY_TYPE}\r"; - } - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } - } - function emoticon(text) { var txtarea = document.post.message; --- 72,75 ---- *************** *** 140,144 **** } - function bbstyle(bbnumber) { var txtarea = document.post.message; --- 112,115 ---- *************** *** 236,245 **** if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } - //--> </script> <!-- END switch_bbcodes --> ! <!-- BEGIN tinyMCE --> <script language="javascript" type="text/javascript" src="{tinyMCE.PATH}modules/mx_shared/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> --- 207,243 ---- if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //--> </script> <!-- END switch_bbcodes --> ! <script language="JavaScript" type="text/javascript"> ! <!-- ! function checkForm() { ! formErrors = false; ! if (document.post.article_name.value.length < 2) { ! formErrors = "{L_EMPTY_ARTICLE_NAME}\r"; ! } ! if (document.post.article_desc.value.length < 2) { ! formErrors = "{L_EMPTY_ARTICLE_DESC}\r"; ! } ! if (document.post.message.value.length < 2) { ! formErrors = "{L_EMPTY_MESSAGE}\r"; ! } ! if (document.post.type_id.value=='select_one') { ! formErrors = "{L_EMPTY_TYPE}\r"; ! } ! if (formErrors) { ! alert(formErrors); ! return false; ! } else { ! if (bbstyle) ! { ! bbstyle(-1); ! } ! return true; ! } ! } ! //--> ! </script> <!-- BEGIN tinyMCE --> <script language="javascript" type="text/javascript" src="{tinyMCE.PATH}modules/mx_shared/tinymce/jscripts/tiny_mce/tiny_mce.js"></script> Index: kb_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_comment_posting.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_comment_posting.tpl 13 Feb 2008 21:19:04 -0000 1.3 --- kb_comment_posting.tpl 8 Jul 2008 22:08:51 -0000 1.4 *************** *** 73,96 **** } - - function checkForm() { - - formErrors = false; - - if (document.post.message.value.length < 2) { - formErrors = "{L_EMPTY_MESSAGE}"; - } - - if (formErrors) { - alert(formErrors); - return false; - } else { - bbstyle(-1); - //formObj.preview.disabled = true; - //formObj.submit.disabled = true; - return true; - } - } - function emoticon(text) { var txtarea = document.post.message; --- 73,76 ---- *************** *** 133,137 **** } - function bbstyle(bbnumber) { var txtarea = document.post.message; --- 113,116 ---- *************** *** 237,253 **** <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) { ! if (postmaxchars != 0) ! { ! message = ""; ! } ! else { ! message = ""; } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); } //--> </script> --- 216,254 ---- <script language="javascript"> <!-- ! var postmaxchars = {MESSAGE_LENGTH}; ! function checklength(theform) ! { ! if (postmaxchars != 0) { ! message = ""; ! } ! else ! { ! message = ""; ! } ! alert("{L_MSG_LENGTH_1}"+theform.message.value.length+"{L_MSG_LENGTH_2}\n\r\n\r{L_MSG_LENGTH_3}"+postmaxchars+"{L_MSG_LENGTH_4}\n\r\n\r{L_MSG_LENGTH_5}"+(postmaxchars-theform.message.value.length)+"{L_MSG_LENGTH_6}"); ! } ! ! function checkForm() { ! ! formErrors = false; ! ! if (document.post.message.value.length < 2) { ! formErrors = "{L_EMPTY_MESSAGE}"; ! } ! ! if (formErrors) { ! alert(formErrors); ! return false; ! } else { ! if (bbstyle) { ! bbstyle(-1); } ! //formObj.preview.disabled = true; ! //formObj.submit.disabled = true; ! return true; } + } //--> </script> Index: kb_app.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/_core/kb_app.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_app.tpl 21 May 2008 21:52:15 -0000 1.2 --- kb_app.tpl 8 Jul 2008 22:08:51 -0000 1.3 *************** *** 13,22 **** <script type="text/javascript"> ! function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } ! mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); articlePath = '{ARTICLE_PATH}'; </script> --- 13,23 ---- <script type="text/javascript"> ! function _mxBlock(id, page, start) { this.block_id = id; this.page_id = page; + this.start = start; } ! mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}','{START}'); articlePath = '{ARTICLE_PATH}'; </script> |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:08:43
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12098 Modified Files: kb_app.php Log Message: Still updating/debugging generic core comments Index: kb_app.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_app.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_app.php 3 Jun 2008 20:10:29 -0000 1.3 --- kb_app.php 8 Jul 2008 22:08:39 -0000 1.4 *************** *** 37,40 **** --- 37,41 ---- 'BLOCK_ID' => $mx_block->block_id, 'PAGE_ID' => $mx_page->page_id, + 'START' => $_GET['start'], 'ARTICLE_PATH' => $article_path, |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:08:34
|
Update of /cvsroot/mxbb/mx_kb/kb/includes/js In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12059 Modified Files: init_view.js management.js.php Log Message: Still updating/debugging generic core comments Index: init_view.js =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/js/init_view.js,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** init_view.js 6 Aug 2007 21:13:10 -0000 1.2 --- init_view.js 8 Jul 2008 22:08:30 -0000 1.3 *************** *** 19,23 **** tree.active = queryPath; tree.loadState(); ! tree.updateHtml(); document.title = el(tree.active+"-text").innerHTML; } --- 19,23 ---- tree.active = queryPath; tree.loadState(); ! //tree.updateHtml(); // Fix for NOT folding categories document.title = el(tree.active+"-text").innerHTML; } Index: management.js.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/js/management.js.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** management.js.php 21 May 2008 21:52:14 -0000 1.2 --- management.js.php 8 Jul 2008 22:08:30 -0000 1.3 *************** *** 140,144 **** { 'url':'modules/mx_kb/kb/modules/tabs/kb__tab-view.php' ! ,'parameters':{ 'mode':'article', 'k': escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'id': escape(treeGetId()), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } --- 140,144 ---- { 'url':'modules/mx_kb/kb/modules/tabs/kb__tab-view.php' ! ,'parameters':{ 'mode':'article', 'k': escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'id': escape(treeGetId()), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id, 'start':mxBlock.start } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:53
|
Update of /cvsroot/mxbb/mx_bugsbt/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11475 Modified Files: bugsbt_comment_posting.tpl bugsbt_index.tpl bugsbt_product_body.tpl bugsbt_view_body.tpl Log Message: Still updating/debugging generic core comments Index: bugsbt_view_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_view_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_view_body.tpl 1 Jul 2008 21:48:57 -0000 1.2 --- bugsbt_view_body.tpl 8 Jul 2008 22:07:47 -0000 1.3 *************** *** 77,81 **** <p> ! <table width="100%" cellspacing="0" cellpadding="4" border="1"> <!-- BEGIN text --> <tr> --- 77,81 ---- <p> ! <table width="100%" cellspacing="0" cellpadding="4" border="0"> <!-- BEGIN text --> <tr> *************** *** 126,132 **** <p> <!-- BEGIN auth_post --> ! <table width="100%" cellspacing="0" cellpadding="0" border="1" align="center"> <tr> ! <td align="left" class="row2"> {use_comments.auth_post.B_REPLY_IMG} <!-- <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a>--> --- 126,132 ---- <p> <!-- BEGIN auth_post --> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> ! <td align="left" class="row1"> {use_comments.auth_post.B_REPLY_IMG} <!-- <a href="javascript:void(0)" onclick="commentBug();"><img src="{use_comments.auth_post.REPLY_IMG}" vspace="4" border="0" alt="" align="middle" /></a>--> Index: bugsbt_product_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_product_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_product_body.tpl 9 Sep 2007 19:35:12 -0000 1.1 --- bugsbt_product_body.tpl 8 Jul 2008 22:07:47 -0000 1.2 *************** *** 38,41 **** </table> </div> ! </td></tr></table> ! --- 38,40 ---- </table> </div> ! </td></tr></table> \ No newline at end of file Index: bugsbt_index.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_index.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_index.tpl 21 May 2008 21:49:32 -0000 1.2 --- bugsbt_index.tpl 8 Jul 2008 22:07:47 -0000 1.3 *************** *** 13,17 **** <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/dhtmlHistory.js"></script> ! <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/table.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/util.js"></script> --- 13,17 ---- <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/dhtmlHistory.js"></script> ! <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/table_comp.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/tablesort/util.js"></script> *************** *** 27,36 **** <script type="text/javascript"> ! function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } ! mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); bugPath = '{BUG_PATH}'; </script> --- 27,37 ---- <script type="text/javascript"> ! function _mxBlock(id, page, start) { this.block_id = id; this.page_id = page; + this.start = start; } ! mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}','{START}'); bugPath = '{BUG_PATH}'; </script> *************** *** 129,133 **** return false; } else { ! bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; --- 130,137 ---- return false; } else { ! if (bbstyle) ! { ! bbstyle(-1); ! } //formObj.preview.disabled = true; //formObj.submit.disabled = true; Index: bugsbt_comment_posting.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/templates/_core/bugsbt_comment_posting.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_comment_posting.tpl 13 Feb 2008 21:17:13 -0000 1.3 --- bugsbt_comment_posting.tpl 8 Jul 2008 22:07:46 -0000 1.4 *************** *** 1,3 **** - <form method="post" action="{S_POST_ACTION}" onsubmit="saveComment(this); this.blur(); return false;" name="post"> --- 1,2 ---- |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:40
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10399/includes Modified Files: functions_bugsbt.php functions_comment.php Log Message: Still updating/debugging generic core comments Index: functions_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_comment.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions_comment.php 1 Jul 2008 21:48:07 -0000 1.6 --- functions_comment.php 8 Jul 2008 22:07:05 -0000 1.7 *************** *** 80,84 **** $this->pagination_num = empty($show_num_comments) ? $this->pagination_num : $show_num_comments; ! $this->u_pagination = $mx_bugsbt->this_mxurl( $this->pagination_action . "&" . $this->pagination_target . $this->item_id ); // --- 80,84 ---- $this->pagination_num = empty($show_num_comments) ? $this->pagination_num : $show_num_comments; ! $this->u_pagination = $mx_bugsbt->this_mxurl( $this->pagination_action . "&" . $this->pagination_target . $this->item_id,false, false, $_GET['page_id'] ); // *************** *** 114,118 **** ); ! $this->u_post = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); //$this->u_edit = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id ); //$this->u_delete = $mx_bugsbt->this_mxurl( "mode=post_comment&delete=do&item_id=".$this->item_id . '&cat_id=' . $this->cat_id ); --- 114,118 ---- ); ! //$this->u_post = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id); //$this->u_edit = $mx_bugsbt->this_mxurl( 'mode=post_comment&item_id=' . $this->item_id . '&cat_id=' . $this->cat_id ); //$this->u_delete = $mx_bugsbt->this_mxurl( "mode=post_comment&delete=do&item_id=".$this->item_id . '&cat_id=' . $this->cat_id ); *************** *** 126,130 **** function u_post() { ! return mx_append_sid($this->u_post); } --- 126,131 ---- function u_post() { ! //return mx_append_sid($this->u_post); ! return 'javascript:void(0)" onclick="commentBug('. $this->item_id .');'; } *************** *** 162,165 **** --- 163,167 ---- { return $this->u_pagination . $page_num; + //return 'javascript:void(0)" onclick="viewBug('.$this->item_id.');'; } Index: functions_bugsbt.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions_bugsbt.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** functions_bugsbt.php 3 Jun 2008 20:07:46 -0000 1.10 --- functions_bugsbt.php 8 Jul 2008 22:07:05 -0000 1.11 *************** *** 1360,1363 **** --- 1360,1365 ---- $dynamicId = !empty($_GET['dynamic_block']) ? ( $non_html_amp ? '&dynamic_block=' : '&dynamic_block=' ) . $_GET['dynamic_block'] : ''; + $args .= ($args == '' ? '' : '&' ) . 'modrewrite=no'; + if ( !MXBB_MODULE ) { |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:11
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/js In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10399/includes/js Modified Files: init_main.js management.js.php Log Message: Still updating/debugging generic core comments Index: init_main.js =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/js/init_main.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** init_main.js 6 Aug 2007 14:46:48 -0000 1.4 --- init_main.js 8 Jul 2008 22:07:05 -0000 1.5 *************** *** 18,22 **** tree.active = queryPath; tree.loadState(); ! tree.updateHtml(); document.title = el(tree.active+"-text").innerHTML; } --- 18,22 ---- tree.active = queryPath; tree.loadState(); ! // tree.updateHtml(); // Fix for NOT folding categories document.title = el(tree.active+"-text").innerHTML; } Index: management.js.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/js/management.js.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** management.js.php 12 Jul 2007 22:44:47 -0000 1.3 --- management.js.php 8 Jul 2008 22:07:06 -0000 1.4 *************** *** 213,217 **** { 'url':'modules/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php' ! ,'parameters':{ 'k': bug_id, 'mode':'view', 'cat':escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } --- 213,217 ---- { 'url':'modules/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php' ! ,'parameters':{ 'k': bug_id, 'mode':'view', 'cat':escape(treeGetId().substr(treeGetId().lastIndexOf("/")+1)), 'block_id':mxBlock.block_id, 'page_id':mxBlock.page_id, 'start':mxBlock.start } ,'onLoading':function() { clearTabs(); tabsLoadingOn(); } ,'onComplete':function() { tabsLoadingOff(); } *************** *** 299,304 **** theform ,{ ! 'onLoading':function() { clearTabs(); el('tabs-data-comment').innerHTML = ''; tabsSavingOn(); el('submit').disabled = true; } ! ,'onComplete':function() { tabsSavingOff(); el('submit').disabled = false; } ,'onSuccess':function(req){ return_data = stripBodyHtml(req.responseText); } ,'onError':function(req){ el('tabs-data-comment').innerHTML = 'Error!\nStatusText='+req.statusText+'\nContents='+req.responseText;} --- 299,304 ---- theform ,{ ! 'onLoading':function() { clearTabs(); el('tabs-data-comment').innerHTML = ''; tabsSavingOn(); } ! ,'onComplete':function() { tabsSavingOff(); } ,'onSuccess':function(req){ return_data = stripBodyHtml(req.responseText); } ,'onError':function(req){ el('tabs-data-comment').innerHTML = 'Error!\nStatusText='+req.statusText+'\nContents='+req.responseText;} |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:10
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10399/cache Removed Files: data_global.php Log Message: Still updating/debugging generic core comments --- data_global.php DELETED --- |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:07:10
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10399/modules Modified Files: bugsbt_index.php Log Message: Still updating/debugging generic core comments Index: bugsbt_index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bugsbt_index.php 3 Jun 2008 20:07:47 -0000 1.6 --- bugsbt_index.php 8 Jul 2008 22:07:06 -0000 1.7 *************** *** 36,39 **** --- 36,40 ---- 'BLOCK_ID' => $mx_block->block_id, 'PAGE_ID' => $mx_page->page_id, + 'START' => $_GET['start'], 'BUG_PATH' => $bug_path, |
|
From: Jon O. <jon...@us...> - 2008-07-08 22:06:13
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/cache In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9721 Modified Files: data_global.php Log Message: Still updating/debugging generic core comments Index: data_global.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/cache/data_global.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** data_global.php 9 Sep 2007 19:35:11 -0000 1.3 --- data_global.php 8 Jul 2008 22:06:04 -0000 1.4 *************** *** 1,2 **** ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'0','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'1','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'2','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1186348132,'ranks'=>1184184109) ?> \ No newline at end of file --- 1,2 ---- ! <?php $this->vars=array('config'=>array('enable_module'=>'1','module_name'=>'BugsBT','wysiwyg_path'=>'modules/mx_shared/','formatting_wordwrap'=>'1','formatting_image_resize'=>'300','formatting_truncate_links'=>'1','allow_wysiwyg'=>'0','allow_html'=>'1','allow_bbcode'=>'1','allow_smilies'=>'1','allowed_html_tags'=>'b,i,u,a','allow_links'=>'1','allow_images'=>'0','no_image_message'=>'[No image please]','no_link_message'=>'[No links please]','max_subject_chars'=>'100','max_desc_chars'=>'500','max_chars'=>'0','sort_method'=>'Alphabetic','sort_order'=>'ASC','pagination'=>'10','stats_list'=>'1','header_banner'=>'0','use_simple_navigation'=>'1','cat_col'=>'2','settings_newdays'=>'5','use_comments'=>'1','internal_comments'=>'1','formatting_comment_wordwrap'=>'1','formatting_comment_image_resize'=>'300','formatting_comment_truncate_links'=>'1','max_comment_subject_chars'=>'50','max_comment_chars'=>'5000','allow_comment_wysiwyg'=>'0','allow_comment_html'=>'1','allow_comment_bbcode'=>'1','allow_comment_smilies'=>'1','allow_comment_links'=>'1','allow_comment_images'=>'0','no_comment_image_message'=>'[No image please]','no_comment_link_message'=>'[No links please]','allowed_comment_html_tags'=>'b,i,u,a','del_topic'=>'0','autogenerate_comments'=>'1','comments_pagination'=>'5','comments_forum_id'=>'1','show_pretext'=>'0','pt_header'=>'Article Submission Instructions','pt_body'=>'Please check your references and include as much information as you can.','notify'=>'0','notify_group'=>'0'),'ranks'=>array('0'=>array('rank_id'=>'1','rank_title'=>'Site Admin','rank_min'=>'-1','rank_special'=>'1','rank_image'=>''))); ! $this->vars_ts=array('config'=>1215461906,'ranks'=>1184184109) ?> \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2008-07-08 22:01:37
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5667 Modified Files: mx_functions_phpbb.php Log Message: user-> mx_user-> Index: mx_functions_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_phpbb.php,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** mx_functions_phpbb.php 5 Jul 2008 22:19:58 -0000 1.69 --- mx_functions_phpbb.php 8 Jul 2008 22:01:34 -0000 1.70 *************** *** 1567,1571 **** function mx_get_username_string($mode, $user_id, $username, $username_colour = '', $guest_username = false, $custom_profile_url = false) { ! global $phpbb_root_path, $phpEx, $user, $phpbb_auth; $profile_url = ''; --- 1567,1571 ---- function mx_get_username_string($mode, $user_id, $username, $username_colour = '', $guest_username = false, $custom_profile_url = false) { ! global $phpbb_root_path, $phpEx, $mx_user, $phpbb_auth; $profile_url = ''; *************** *** 1574,1582 **** if ($guest_username === false) { ! $username = ($username) ? $username : $user->lang['GUEST']; } else { ! $username = ($user_id && $user_id != ANONYMOUS) ? $username : ((!empty($guest_username)) ? $guest_username : $user->lang['GUEST']); } --- 1574,1582 ---- if ($guest_username === false) { ! $username = ($username) ? $username : $mx_user->lang['GUEST']; } else { ! $username = ($user_id && $user_id != ANONYMOUS) ? $username : ((!empty($guest_username)) ? $guest_username : $mx_user->lang['GUEST']); } *************** *** 1586,1590 **** // Do not show the link if the user is already logged in but do not have u_viewprofile permissions (relevant for bots mostly). // For all others the link leads to a login page or the profile. ! if ($user->data['user_id'] != ANONYMOUS && !$phpbb_auth->acl_get('u_viewprofile')) { $profile_url = ''; --- 1586,1590 ---- // Do not show the link if the user is already logged in but do not have u_viewprofile permissions (relevant for bots mostly). // For all others the link leads to a login page or the profile. ! if ($mx_user->data['user_id'] != ANONYMOUS && !$phpbb_auth->acl_get('u_viewprofile')) { $profile_url = ''; |
|
From: FlorinCB <ory...@us...> - 2008-07-08 21:44:19
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30629 Modified Files: Tag: core28x music_comment.php Log Message: fix Index: music_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment.php,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** music_comment.php 13 Mar 2008 10:35:01 -0000 1.1.2.4 --- music_comment.php 8 Jul 2008 21:44:16 -0000 1.1.2.5 *************** *** 285,293 **** $lastedit_row = $db->sql_fetchrow($result); ! $comment_edit_time = (@function_exists( 'create_date' )) ? create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']), $commentrow[$i]['comment_edit_count']) : phpBB2::create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']), $commentrow[$i]['comment_edit_count']); $edit_info = ($commentrow[$i]['comment_edit_count'] == 1) ? $lang['Edited_time_total'] : $lang['Edited_times_total']; ! $edit_info = '<br /><br />» '. sprintf($edit_info, $lastedit_row['username'], $comment_edit_time .'<br />'; } else --- 285,293 ---- $lastedit_row = $db->sql_fetchrow($result); ! $comment_edit_time = (@function_exists('create_date')) ? create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']) : phpBB2::create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']); $edit_info = ($commentrow[$i]['comment_edit_count'] == 1) ? $lang['Edited_time_total'] : $lang['Edited_times_total']; ! $edit_info = "<br /><br />» ". sprintf($edit_info, $lastedit_row['username'], $comment_edit_time) ."<br />"; } else |
|
From: FlorinCB <ory...@us...> - 2008-07-08 21:43:55
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30227 Modified Files: music_comment.php Log Message: fix Index: music_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_comment.php 29 Jan 2008 07:51:05 -0000 1.2 --- music_comment.php 8 Jul 2008 21:43:50 -0000 1.3 *************** *** 285,297 **** $lastedit_row = $db->sql_fetchrow($result); ! $comment_edit_time = (@function_exists( 'create_date' )) ? create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']), $commentrow[$i]['comment_edit_count']) : phpBB2::create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']), $commentrow[$i]['comment_edit_count']); $edit_info = ($commentrow[$i]['comment_edit_count'] == 1) ? $lang['Edited_time_total'] : $lang['Edited_times_total']; ! $edit_info = '<br /><br />» '. sprintf($edit_info, $lastedit_row['username'], $comment_edit_time .'<br />'; } else { ! $edit_info = ''; } --- 285,297 ---- $lastedit_row = $db->sql_fetchrow($result); ! $comment_edit_time = (@function_exists('create_date')) ? create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']) : phpBB2::create_date($board_config['default_dateformat'], $commentrow[$i]['comment_edit_time'], $board_config['board_timezone']); $edit_info = ($commentrow[$i]['comment_edit_count'] == 1) ? $lang['Edited_time_total'] : $lang['Edited_times_total']; ! $edit_info = "<br /><br />» ". sprintf($edit_info, $lastedit_row['username'], $comment_edit_time) ."<br />"; } else { ! $edit_info = ""; } |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:18:05
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28605/modules Modified Files: pa_user_upload.php Log Message: comments, notifications, etc Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** pa_user_upload.php 3 Jun 2008 20:17:13 -0000 1.30 --- pa_user_upload.php 6 Jul 2008 22:18:00 -0000 1.31 *************** *** 235,239 **** // $mx_pa_notification = new mx_pa_notification(); ! $mx_pa_notification->init( $file_id ); $mx_pa_notification->_compose_auto_note($pa_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 235,239 ---- // $mx_pa_notification = new mx_pa_notification(); ! $mx_pa_notification->init( $file_id, $pafiledb_config['allow_comment_wysiwyg'] ); $mx_pa_notification->_compose_auto_note($pa_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:18:05
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28605/includes Modified Files: functions.php Log Message: comments, notifications, etc Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** functions.php 3 Jun 2008 20:17:04 -0000 1.45 --- functions.php 6 Jul 2008 22:18:00 -0000 1.46 *************** *** 1174,1178 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $pafiledb; --- 1174,1178 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $pafiledb; *************** *** 1284,1287 **** --- 1284,1292 ---- $this->temp_url = PORTAL_URL . $pafiledb->this_mxurl("action=" . "file&file_id=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:16:31
|
Update of /cvsroot/mxbb/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28072 Modified Files: functions.php Log Message: comments, notifications, etc Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/includes/functions.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** functions.php 3 Jun 2008 20:12:40 -0000 1.6 --- functions.php 6 Jul 2008 22:16:27 -0000 1.7 *************** *** 269,273 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $mx_news; --- 269,273 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $mx_news; *************** *** 341,344 **** --- 341,349 ---- $this->temp_url = PORTAL_URL . $mx_news->this_mxurl("action=" . "main&link_id=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:13:55
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26712/modules Modified Files: link_user_upload.php Log Message: comments, notifications, etc Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** link_user_upload.php 3 Jun 2008 20:10:19 -0000 1.17 --- link_user_upload.php 6 Jul 2008 22:13:50 -0000 1.18 *************** *** 224,228 **** // $mx_linkdb_notification = new mx_linkdb_notification(); ! $mx_linkdb_notification->init( $link_id ); $mx_linkdb_notification->_compose_auto_note($link_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 224,228 ---- // $mx_linkdb_notification = new mx_linkdb_notification(); ! $mx_linkdb_notification->init( $link_id, $linkdb_config['allow_comment_wysiwyg'] ); $mx_linkdb_notification->_compose_auto_note($link_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:13:55
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26712/includes Modified Files: functions.php Log Message: comments, notifications, etc Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** functions.php 3 Jun 2008 20:10:06 -0000 1.25 --- functions.php 6 Jul 2008 22:13:50 -0000 1.26 *************** *** 758,762 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $linkdb; --- 758,762 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $linkdb; *************** *** 868,871 **** --- 868,876 ---- $this->temp_url = PORTAL_URL . $linkdb->this_mxurl("action=" . "jump&link_id=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:12:30
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26197/modules Modified Files: kb_post.php Log Message: comments, notifications, etc Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** kb_post.php 3 Jun 2008 20:10:34 -0000 1.18 --- kb_post.php 6 Jul 2008 22:12:24 -0000 1.19 *************** *** 352,356 **** // $mx_kb_notification = new mx_kb_notification(); ! $mx_kb_notification->init( $article_id ); $mx_kb_notification->_compose_auto_note($kb_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 352,356 ---- // $mx_kb_notification = new mx_kb_notification(); ! $mx_kb_notification->init( $article_id, $kb_config['allow_comment_wysiwyg'] ); $mx_kb_notification->_compose_auto_note($kb_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:12:28
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26197/includes Modified Files: functions.php Log Message: comments, notifications, etc Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** functions.php 3 Jun 2008 20:10:15 -0000 1.23 --- functions.php 6 Jul 2008 22:12:24 -0000 1.24 *************** *** 939,943 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $mx_kb; --- 939,943 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $mx_kb; *************** *** 1048,1051 **** --- 1048,1056 ---- $this->temp_url = PORTAL_URL . $mx_kb->this_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:11:34
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25749/modules Modified Files: bugsbt_post.php Log Message: Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** bugsbt_post.php 3 Jun 2008 20:07:48 -0000 1.9 --- bugsbt_post.php 6 Jul 2008 22:11:31 -0000 1.10 *************** *** 344,348 **** // $mx_bugsbt_notification = new mx_bugsbt_notification(); ! $mx_bugsbt_notification->init( $article_id ); $mx_bugsbt_notification->_compose_auto_note($bugsbt_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); --- 344,348 ---- // $mx_bugsbt_notification = new mx_bugsbt_notification(); ! $mx_bugsbt_notification->init( $article_id, $bugsbt_config['allow_comment_wysiwyg'] ); $mx_bugsbt_notification->_compose_auto_note($bugsbt_post_mode == 'add' ? MX_NEW_NOTIFICATION : MX_EDITED_NOTIFICATION); |
|
From: Jon O. <jon...@us...> - 2008-07-06 22:11:34
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25749/includes Modified Files: functions.php Log Message: Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** functions.php 3 Jun 2008 20:07:45 -0000 1.10 --- functions.php 6 Jul 2008 22:11:31 -0000 1.11 *************** *** 521,525 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $mx_root_path, $phpbb_root_path, $phpEx, $userdata, $mx_bugsbt; --- 521,525 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $mx_root_path, $phpbb_root_path, $phpEx, $userdata, $mx_bugsbt; *************** *** 628,631 **** --- 628,636 ---- $this->temp_url = PORTAL_URL . $mx_bugsbt->this_mxurl("mode=" . "index&k=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |