Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(107) |
Jun
(142) |
Jul
(28) |
Aug
(64) |
Sep
(134) |
Oct
(16) |
Nov
(15) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(8) |
Feb
(30) |
Mar
(124) |
Apr
(13) |
May
(26) |
Jun
(28) |
Jul
(41) |
Aug
(79) |
Sep
(92) |
Oct
(34) |
Nov
(25) |
Dec
(14) |
2009 |
Jan
(4) |
Feb
(9) |
Mar
(70) |
Apr
(26) |
May
(64) |
Jun
(19) |
Jul
(2) |
Aug
(9) |
Sep
|
Oct
(7) |
Nov
(8) |
Dec
(16) |
2010 |
Jan
(70) |
Feb
(29) |
Mar
(28) |
Apr
(34) |
May
(52) |
Jun
(7) |
Jul
(2) |
Aug
(13) |
Sep
(31) |
Oct
(19) |
Nov
(21) |
Dec
(11) |
2011 |
Jan
(7) |
Feb
(10) |
Mar
(15) |
Apr
(1) |
May
(18) |
Jun
(16) |
Jul
(10) |
Aug
(8) |
Sep
(21) |
Oct
(15) |
Nov
(6) |
Dec
(48) |
2012 |
Jan
(8) |
Feb
(8) |
Mar
(11) |
Apr
(5) |
May
(9) |
Jun
(5) |
Jul
(28) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(1) |
14
|
15
(1) |
16
|
17
|
18
|
19
|
20
(2) |
21
|
22
(2) |
23
(3) |
24
|
25
|
26
|
27
|
28
(1) |
29
(1) |
30
|
31
|
From: SourceForge.net <noreply@so...> - 2012-03-29 19:57:02
|
Bugs : Legacy item #3512942, was opened at 2012-03-29 12:57 Message generated for change (Tracker Item Submitted) made by mikhail You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3512942&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) Assigned to: Nobody/Anonymous (nobody) Summary: Magic Quotes REMOVED from PHP 5.4 and deprecated in PHP 5.3 Initial Comment: Magic Quotes was REMOVED from the last PHP stable (v5.4.0) and is deprecated in PHP 5.3.0. /admin.php is showing a red alert message about the "Magic Quotes : Off", but is not possible to set this "On" since was removed from the last PHP stable :-) Please, look: http://i.imgur.com/8uXua.png REFERENCES ABOUT MAGIC QUOTES IN XC FILES: \\xoopscube\Package_Legacy\trunk\xoops_trust_path\libs\htmlpurifier\library\HTMLPurifier\Config.php 28,00 KB Line 615 $mq = $mq_fix && function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc(); \\xoopscube\Package_Legacy\trunk\html\modules\legacy\preload\AdminSystemCheckPlusPreload.class.php 13,00 KB Line 140 $phpsetting_message[] = _AD_LEGACY_PHPSETTING_MQ." : ".(ini_get('magic_quotes_gpc')? "<span style=color:green>" ._AD_LEGACY_PHPSETTING_ON."</span>" : "<span style=color:red>" ._AD_LEGACY_PHPSETTING_OFF. "</span>"); \\xoopscube\Package_Legacy\trunk\html\modules\legacy\lib\nusoap\nusoap.php 291,00 KB Line 2715 //set_magic_quotes_runtime(0); \\xoopscube\Package_Legacy\trunk\html\modules\legacy\kernel\Legacy_Controller.class.php 44,00 KB Line 136 if(get_magic_quotes_runtime()) { Line 137 set_magic_quotes_runtime(0); // ^^; \\xoopscube\Package_Legacy\trunk\html\install\class\textsanitizer.php 9,00 KB Line 32 if(get_magic_quotes_runtime()) set_magic_quotes_runtime(0); Line 77 if (!get_magic_quotes_gpc()) { Line 84 * if magic_quotes_gpc is on, stirip back slashes Line 88 if (get_magic_quotes_gpc()) { Line 227 //if magic_quotes_gpc is on, do stipslashes Line 244 if (get_magic_quotes_runtime()) { \\xoopscube\Package_Legacy\trunk\html\core\XCube_HttpContext.class.php 6,00 KB Line 197 if (!get_magic_quotes_gpc()) { \\xoopscube\Package_Legacy\trunk\html\core\XCube_ActionForm.class.php 18,00 KB Line 310 if (get_magic_quotes_gpc()) { \\xoopscube\Package_Legacy\trunk\html\class\mail\phpmailer\class.phpmailer.php 73,00 KB Line 1464 if (function_exists('get_magic_quotes')) { Line 1465 function get_magic_quotes() { Line 1470 $magic_quotes = get_magic_quotes_runtime(); Line 1471 set_magic_quotes_runtime(0); Line 1475 if (PHP_VERSION < 6) { set_magic_quotes_runtime($magic_quotes); } Line 1528 // Can't use addslashes as we don't know what value has magic_quotes_sybase \\xoopscube\Package_Legacy\trunk\html\class\module.textsanitizer.php 15,00 KB Line 219 * Add slashes to the text if magic_quotes_gpc is turned off. Line 226 if (!get_magic_quotes_gpc()) { Line 232 * if magic_quotes_gpc is on, stirip back slashes Line 240 if (get_magic_quotes_gpc()) { Line 459 //if magic_quotes_gpc is on, do stipslashes Line 477 if (get_magic_quotes_runtime()) { \\xoopscube\Package_Legacy\trunk\extras\installer-ftp\lib\HTTP\Request.php 49,00 KB Line 697 $magicQuotes = ini_get('magic_quotes_runtime'); Line 698 ini_set('magic_quotes_runtime', false); Line 755 ini_set('magic_quotes_runtime', $magicQuotes); \\xoopscube\Package_Legacy\trunk\extras\extra_modules\xoops_trust_path\libs\altsys\include\gtickets.php 10,00 KB Line 204 if( get_magic_quotes_gpc() ) { Line 212 if( get_magic_quotes_gpc() ) { Line 229 if( get_magic_quotes_gpc() ) { Line 237 if( get_magic_quotes_gpc() ) { \\xoopscube\Package_Legacy\trunk\extras\extra_modules\xoops_trust_path\libs\altsys\class\d3utilities.php 9,00 KB Line 46 if( get_magic_quotes_gpc() ) $value = stripslashes( $value ) ; Line 52 if( get_magic_quotes_gpc() ) $value = stripslashes( $value ) ; \\xoopscube\Package_Legacy\trunk\extras\extra_languages\tw_utf-8\html\class\mail\phpmailer\class.phpmailer.php 46,00 KB Line 1090 $magic_quotes = get_magic_quotes_runtime(); Line 1091 set_magic_quotes_runtime(0); Line 1095 set_magic_quotes_runtime($magic_quotes); Line 1143 // Can't use addslashes as we don't know what value has magic_quotes_sybase. \\xoopscube\Package_Legacy\trunk\extras\extra_languages\tw_big5\html\class\mail\phpmailer\class.phpmailer.php 46,00 KB Line 1090 $magic_quotes = get_magic_quotes_runtime(); Line 1091 set_magic_quotes_runtime(0); Line 1095 set_magic_quotes_runtime($magic_quotes); Line 1143 // Can't use addslashes as we don't know what value has magic_quotes_sybase. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3512942&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-28 05:53:28
|
Bugs : Legacy item #3512207, was opened at 2012-03-27 22:53 Message generated for change (Tracker Item Submitted) made by mikhail You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3512207&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 2.2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid argument supplied for foreach() XCube_Controller.php Initial Comment: Blank page of death with the message: "Warning: Invalid argument supplied for foreach() in /core/XCube_Controller.class.php on line 431" The function _processPreload($path) (around the line 431) makes a recursive directory scan that may cause a conflict with the open_basedir function (if on, in some php.ini settings), resulting in a blank page without any information about it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3512207&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-23 14:53:28
|
Bugs : Legacy item #3505585, was opened at 2012-03-15 16:16 Message generated for change (Settings changed) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Legacy Group: 2.2.1 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: HIKAWA Kilica (kilica) Assigned to: HIKAWA Kilica (kilica) Summary: xoops.js additional comma required Initial Comment: Posted by marine http://www.xugj.org/modules/d3forum/index.php?topic_id=1219#post_id6743 [ja] 私のサイトに質問があったんですが、「イメージマネージャのポップアップ画面をサイズ変更したい」とのことで、 legacy_xoopsform_dhtmltextarea.html の中の記述 "imgmanager",400,430 の数値を変更すると、ポップアップ画面のサイズを変更できるはずが、上手くいかない・・・というもので、色々と確認してみると、どうやら xoops.jp の記述が間違っているような気がしてきました。 具体的には、xoops.js の33行目にある var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; なんですが、 toolbar の前に , が足りないような気がします。 実際、これを足してみると、上手く動作するようになったので・・・ 皆さんも一度ご確認いただければと思って、投稿させていただきました。 ちなみに、私のサイトに質問があった掲示板は次のアドレスとなっています。 http://xoops123.com/modules/d3forum/index.php?topic_id=39 [/ja] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-23 14:51:52
|
Bugs : Legacy item #3505585, was opened at 2012-03-15 16:16 Message generated for change (Settings changed) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Legacy Group: 2.2.1 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: HIKAWA Kilica (kilica) Assigned to: HIKAWA Kilica (kilica) Summary: xoops.js additional comma required Initial Comment: Posted by marine http://www.xugj.org/modules/d3forum/index.php?topic_id=1219#post_id6743 [ja] 私のサイトに質問があったんですが、「イメージマネージャのポップアップ画面をサイズ変更したい」とのことで、 legacy_xoopsform_dhtmltextarea.html の中の記述 "imgmanager",400,430 の数値を変更すると、ポップアップ画面のサイズを変更できるはずが、上手くいかない・・・というもので、色々と確認してみると、どうやら xoops.jp の記述が間違っているような気がしてきました。 具体的には、xoops.js の33行目にある var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; なんですが、 toolbar の前に , が足りないような気がします。 実際、これを足してみると、上手く動作するようになったので・・・ 皆さんも一度ご確認いただければと思って、投稿させていただきました。 ちなみに、私のサイトに質問があった掲示板は次のアドレスとなっています。 http://xoops123.com/modules/d3forum/index.php?topic_id=39 [/ja] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-23 14:43:57
|
Bugs : Legacy item #3509194, was opened at 2012-03-19 20:28 Message generated for change (Settings changed) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Legacy Group: 2.2.1 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) Assigned to: HIKAWA Kilica (kilica) Summary: Deprecated Function get_magic_quotes_gpc: class/uploader.php Initial Comment: Deprecated: Function get_magic_quotes_gpc() in 'xoopscube.svn.sourceforge.net/viewvc/xoopscube/Package_Legacy/trunk/html/class/uploader.php': (line 159): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($_FILES[$media_name]['name'][$index]) : $_FILES[$media_name]['name'][$index]; (line 166): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($media_name['name']) : $media_name['name']; ---------------------------------------- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-22 09:19:55
|
Bugs : Legacy item #3509214, was opened at 2012-03-19 20:48 Message generated for change (Settings changed) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509214&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Legacy Group: 2.2.1 Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) >Assigned to: HIKAWA Kilica (kilica) Summary: PHPMailer 5.1 with several bugs closed in PHPMailer 5.2.1 Initial Comment: XC is using the old PHPMailer 5.1 with several bugs now closed in the new PHPMailer 5.2.1. Please, check the ChangeLog: http://svn.codespot.com/a/apache-extras.org/phpmailer/trunk/changelog.txt Download: http://phpmailer.apache-extras.org.codespot.com/files/PHPMailer_5.2.1.tgz SVN: http://code.google.com/a/apache-extras.org/p/phpmailer/source/browse/ Small note about the line 1470: [code] if (PHP_VERSION < 6) { $magic_quotes = get_magic_quotes_runtime(); set_magic_quotes_runtime(0); } // But get_magic_quotes_runtime() was removed from php 5.4 [/code] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509214&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-22 09:18:59
|
Bugs : Legacy item #3509194, was opened at 2012-03-19 20:28 Message generated for change (Settings changed) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Legacy Group: 2.2.1 Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) >Assigned to: HIKAWA Kilica (kilica) Summary: Deprecated Function get_magic_quotes_gpc: class/uploader.php Initial Comment: Deprecated: Function get_magic_quotes_gpc() in 'xoopscube.svn.sourceforge.net/viewvc/xoopscube/Package_Legacy/trunk/html/class/uploader.php': (line 159): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($_FILES[$media_name]['name'][$index]) : $_FILES[$media_name]['name'][$index]; (line 166): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($media_name['name']) : $media_name['name']; ---------------------------------------- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-20 03:48:59
|
Bugs : Legacy item #3509214, was opened at 2012-03-19 20:48 Message generated for change (Tracker Item Submitted) made by mikhail You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509214&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 2.2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) Assigned to: Nobody/Anonymous (nobody) Summary: PHPMailer 5.1 with several bugs closed in PHPMailer 5.2.1 Initial Comment: XC is using the old PHPMailer 5.1 with several bugs now closed in the new PHPMailer 5.2.1. Please, check the ChangeLog: http://svn.codespot.com/a/apache-extras.org/phpmailer/trunk/changelog.txt Download: http://phpmailer.apache-extras.org.codespot.com/files/PHPMailer_5.2.1.tgz SVN: http://code.google.com/a/apache-extras.org/p/phpmailer/source/browse/ Small note about the line 1470: [code] if (PHP_VERSION < 6) { $magic_quotes = get_magic_quotes_runtime(); set_magic_quotes_runtime(0); } // But get_magic_quotes_runtime() was removed from php 5.4 [/code] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509214&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-20 03:28:37
|
Bugs : Legacy item #3509194, was opened at 2012-03-19 20:28 Message generated for change (Tracker Item Submitted) made by mikhail You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 2.2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mikhail Miguel (mikhail) Assigned to: Nobody/Anonymous (nobody) Summary: Deprecated Function get_magic_quotes_gpc: class/uploader.php Initial Comment: Deprecated: Function get_magic_quotes_gpc() in 'xoopscube.svn.sourceforge.net/viewvc/xoopscube/Package_Legacy/trunk/html/class/uploader.php': (line 159): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($_FILES[$media_name]['name'][$index]) : $_FILES[$media_name]['name'][$index]; (line 166): $this->mediaName = (get_magic_quotes_gpc()) ? stripslashes($media_name['name']) : $media_name['name']; ---------------------------------------- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3509194&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-15 23:16:47
|
Bugs : Legacy item #3505585, was opened at 2012-03-15 16:16 Message generated for change (Tracker Item Submitted) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Legacy Group: 2.2.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: HIKAWA Kilica (kilica) Assigned to: HIKAWA Kilica (kilica) Summary: xoops.js additional comma required Initial Comment: Posted by marine http://www.xugj.org/modules/d3forum/index.php?topic_id=1219#post_id6743 [ja] 私のサイトに質問があったんですが、「イメージマネージャのポップアップ画面をサイズ変更したい」とのことで、 legacy_xoopsform_dhtmltextarea.html の中の記述 "imgmanager",400,430 の数値を変更すると、ポップアップ画面のサイズを変更できるはずが、上手くいかない・・・というもので、色々と確認してみると、どうやら xoops.jp の記述が間違っているような気がしてきました。 具体的には、xoops.js の33行目にある var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; なんですが、 toolbar の前に , が足りないような気がします。 実際、これを足してみると、上手く動作するようになったので・・・ 皆さんも一度ご確認いただければと思って、投稿させていただきました。 ちなみに、私のサイトに質問があった掲示板は次のアドレスとなっています。 http://xoops123.com/modules/d3forum/index.php?topic_id=39 [/ja] ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943471&aid=3505585&group_id=159211 |
From: SourceForge.net <noreply@so...> - 2012-03-13 06:35:22
|
Feature Requests : Legacy item #3503215, was opened at 2012-03-12 23:35 Message generated for change (Tracker Item Submitted) made by kilica You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943472&aid=3503215&group_id=159211 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: 2.2.0 Enhancement Group: legacyRender Status: Open Resolution: None Priority: 5 Private: No Submitted By: HIKAWA Kilica (kilica) Assigned to: HIKAWA Kilica (kilica) Summary: Cool URI expand Initial Comment: https://www.facebook.com/groups/176626012402337/314526028612334/ xclFinder を Cool URI に対応させようとテストしてるのですが、XOOPS_URL が ディレクトリを掘ってる場合、(/hoge/ が XOOPS Root) の場合に RewriteBase /hoge/ としないと動かなような感じです。(少なくとも私の環境 (Apache/2.2.21 (Unix))では) あと、xelFinder では、実際には PHP では参照していないのですが、ブラウザへのファイル名通知として URL の最後にファイル名を入れています。 これが原因で管理画面に表示される rewrite ルールではマッチしてくれませんでした。 RewriteRule ^(\w+)/(\w+)/(\d+)/ /xoops_root_path/modules/$1/index.php?requested_data_name=$2&requested_data_id=$3 [L,QSA] を追加することで対応できました。汎用性を持たせて RewriteRule ^(\w+)/(\w+)/(\d+)/(.+)$ /xoops_root_path/modules/$1/index.php?requested_data_name=$2&requested_action_name=$4&requested_data_id=$3 [L,QSA] でもいいのですが、これって管理画面に表示される rewrite ルールに追加することは可能でしょうか? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=943472&aid=3503215&group_id=159211 |