From: <be...@us...> - 2013-01-26 17:08:47
|
Revision: 10908 http://sourceforge.net/p/xoops/svn/10908 Author: beckmi Date: 2013-01-26 17:08:43 +0000 (Sat, 26 Jan 2013) Log Message: ----------- fixing bugs with using references with non-variables Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopstree.php XoopsCore/branches/2.5.x/2.5.6/htdocs/kernel/object.php Added Paths: ----------- XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png Removed Paths: ------------- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.5.png Modified: XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/docs/changelog.250.txt 2013-01-26 17:08:43 UTC (rev 10908) @@ -1,6 +1,13 @@ XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt) =============================== +2013/01/xx: Version 2.5.6 RC1 +=============================== +Bugfixes: + - fixed issues with missing xoopscomments table (geekwright/sabahan/Mamba) + - fixed bug with using reference for non-variables (geekwright/mamba) + +=============================== 2013/01/22: Version 2.5.6 Beta =============================== Security fixes: Added: XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png =================================================================== (Binary files differ) Index: XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png 2013-01-26 17:08:43 UTC (rev 10908) Property changes on: XoopsCore/branches/2.5.x/2.5.6/htdocs/Frameworks/moduleclasses/icons/32/dashboard.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopstree.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopstree.php 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/class/xoopstree.php 2013-01-26 17:08:43 UTC (rev 10908) @@ -133,7 +133,7 @@ return $path; } list ($parentid, $name) = $this->db->fetchRow($result); - $myts = & MyTextSanitizer::getInstance(); + $myts = MyTextSanitizer::getInstance(); $name = $myts->htmlspecialchars($name); $path = "/" . $name . $path . ""; if ($parentid == 0) { @@ -151,7 +151,7 @@ if ($sel_name == "") { $sel_name = $this->id; } - $myts = & MyTextSanitizer::getInstance(); + $myts = MyTextSanitizer::getInstance(); echo "<select name='" . $sel_name . "'"; if ($onchange != "") { echo " onchange='" . $onchange . "'"; @@ -197,7 +197,7 @@ return $path; } list ($parentid, $name) = $this->db->fetchRow($result); - $myts = & MyTextSanitizer::getInstance(); + $myts = MyTextSanitizer::getInstance(); $name = $myts->htmlspecialchars($name); $path = "<a href='" . $funcURL . "&" . $this->id . "=" . $sel_id . "'>" . $name . "</a>" . $path . ""; if ($parentid == 0) { Deleted: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.5.png =================================================================== (Binary files differ) Added: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png =================================================================== (Binary files differ) Index: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png 2013-01-26 17:08:43 UTC (rev 10908) Property changes on: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6-RC1.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Added: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png =================================================================== (Binary files differ) Index: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png 2013-01-26 17:08:43 UTC (rev 10908) Property changes on: XoopsCore/branches/2.5.x/2.5.6/htdocs/install/img/xoops_2.5.6.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Modified: XoopsCore/branches/2.5.x/2.5.6/htdocs/kernel/object.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.6/htdocs/kernel/object.php 2013-01-26 16:52:10 UTC (rev 10907) +++ XoopsCore/branches/2.5.x/2.5.6/htdocs/kernel/object.php 2013-01-26 17:08:43 UTC (rev 10908) @@ -371,7 +371,7 @@ return $ret; } $ret = $this->vars[$key]['value']; - $ts =& MyTextSanitizer::getInstance(); + $ts = MyTextSanitizer::getInstance(); switch ($this->vars[$key]['data_type']) { case XOBJ_DTYPE_UNICODE_TXTBOX: case XOBJ_DTYPE_TXTBOX: |