-
It's not possible to rename file if you have update this file before, because you have a backup
I join a patch to fix it.
2009-11-20 14:24:55 UTC by jheyman
-
clicking the folders to return within an opened sitemap when moving a file using 'bulk move' button produces 'unauthorized' failure message in my installation.
I could fix it by changing the code in lib/disp.lib.php here:
ORIGINAL:
756 if(is_numeric($id))
757 {
758 $sUrl .= "&id=" . $id;
759 }
760 else
761 {
762.
2009-11-19 22:06:53 UTC by hghahn
-
Don't show link icon when you can't move this file.
2009-11-17 15:14:31 UTC by jheyman
-
Fixed and committed to CVS:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-11-02 19:53:55 UTC by b0zz
-
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 by b0zz
-
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 by b0zz
-
When you make a bulk download with accent in folder or file, we have a encoding problems.
The patch fix it.
2009-11-02 15:44:30 UTC by jheyman
-
When you make a bulk download with accent in folder or file, we have a encoding problems.
The patch fix it.
2009-11-02 15:41:59 UTC by jheyman
-
I send you the patch to fix it
Cheers.
2009-11-02 09:59:30 UTC by jheyman
-
Additionally need this:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-10-30 10:37:18 UTC by b0zz