-
b0zz committed patchset 4 of module owl-1.00 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2010-01-05 11:30:06 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 3 of module owl-1.00 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2010-01-04 17:02:07 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 1 of module owl-1.00 to the Owl Intranet Knowledgebase CVS repository, changing 3822 files.
2010-01-04 14:32:56 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 2 of module owl-1.00 to the Owl Intranet Knowledgebase CVS repository, changing 3822 files.
2010-01-04 14:32:56 UTC in Owl Intranet Knowledgebase
-
Added to the 1.00a Tree to be committed after the holidays.
Thanks for the contribution.
B0zz.
2009-12-11 18:09:39 UTC in Owl Intranet Knowledgebase
-
My Fix:
if (isset($id) and !is_numeric($id))
{
$aListofID = unserialize(stripslashes($id));
if (!is_array($aListofID))
{
// someone tapered with the ID?
/// redirect to browse Page
$id=0;
$action="";
}
}
Fix Already In CVS
B0zz.
2009-12-01 13:51:15 UTC in Owl Intranet Knowledgebase
-
Will have to revisit this one once 1.00 is released, my current code is a bit different, and not sure about the impact...
B0zz.
2009-12-01 13:44:27 UTC in Owl Intranet Knowledgebase
-
Fixed and committed to CVS:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-11-02 19:53:55 UTC in Owl Intranet Knowledgebase
-
b0zz committed patchset 759 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-11-02 19:52:49 UTC in Owl Intranet Knowledgebase
-
I believe this is already fixed in owl 1.00a Here is my function:
owl.lib.php
function pclzip_convert_filename_cb($p_event, &$p_header)
{
global $default;
if ($p_event == PCLZIP_CB_PRE_EXTRACT)
{
// contributed code $p_header['filename'] = iconv("IBM437", "UTF-8", $p_header['filename']);
$p_header['filename'] = iconv($default->extract_convert_from_charset...
2009-11-02 16:19:15 UTC in Owl Intranet Knowledgebase