-
dhcst committed revision 3826 to the XOOPS Web Application Platform SVN repository, changing 2 files.
2009-10-31 11:39:29 UTC in XOOPS Web Application Platform
-
dhcst committed revision 3825 to the XOOPS Web Application Platform SVN repository, changing 107 files.
2009-10-31 11:27:25 UTC in XOOPS Web Application Platform
-
dhcst committed revision 3369 to the XOOPS Web Application Platform SVN repository, changing 288 files.
2009-07-24 09:43:58 UTC in XOOPS Web Application Platform
-
dhcst committed revision 3050 to the XOOPS Web Application Platform SVN repository, changing 7 files.
2009-03-21 14:19:45 UTC in XOOPS Web Application Platform
-
dhcst committed revision 3049 to the XOOPS Web Application Platform SVN repository, changing 1 files.
2009-03-21 14:07:01 UTC in XOOPS Web Application Platform
-
this is not a Bug from XOOPS, this is a Problem from IE7/8
you can fix this Problem with the Code from the Comment.
2009-02-08 18:18:38 UTC in XOOPS Web Application Platform
-
open the /class/captcha/images/scripts/image.php
replace
if (empty($_SERVER['HTTP_REFERER']) || !preg_match("/^" . preg_quote(XOOPS_URL, '/') . "/", $_SERVER['HTTP_REFERER'])) {
exit();
}
with
if (empty($_SERVER['HTTP_REFERER']) || !preg_match("/^" . preg_quote(XOOPS_URL, '/') . "/", $_SERVER['HTTP_REFERER'])) {
//exit();
}.
2009-02-08 18:00:54 UTC in XOOPS Web Application Platform
-
dhcst committed revision 2779 to the XOOPS Web Application Platform SVN repository, changing 8 files.
2009-02-08 15:19:38 UTC in XOOPS Web Application Platform
-
dhcst committed revision 2778 to the XOOPS Web Application Platform SVN repository, changing 1 files.
2009-02-08 13:58:45 UTC in XOOPS Web Application Platform
-
dhcst committed revision 2777 to the XOOPS Web Application Platform SVN repository, changing 43 files.
2009-02-08 13:47:39 UTC in XOOPS Web Application Platform