-
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 by b0zz
-
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 by b0zz
-
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 by b0zz
-
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 by b0zz
-
bug found in view_default.php
row 290~328
problem: suppose the no. of folders is 15, the no of files is 3 and a no. of Notes is 1 but no Url count then is goes like this: 15:31. In other words the colon before note count is missing.
I revised the section as follows:
if(!$default->hide_folder_doc_count)
{
if ($iFolderCount > 0 or $iFileCount > 0 or $iUrlCount > 0...
2010-01-03 21:02:00 UTC by hghahn
-
Added to the 1.00a Tree to be committed after the holidays.
Thanks for the contribution.
B0zz.
2009-12-11 18:09:39 UTC by b0zz
-
You can ask that your document is reviewing by a disable user.
You can send a document to a disable user.
I think it's a bug.
I join the patch to fix it.
2009-12-10 16:20:33 UTC by jheyman
-
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 by b0zz
-
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 by b0zz
-
This patch fixed it.
2009-12-01 12:55:37 UTC by jheyman