phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/inc class.uiagreement.inc.php class.ui...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.uiagreement.inc.php class.ui...
Date: Fri, 08 Jun 2007 09:07:31 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/06/08 09:07:31

Modified files:
        inc            : class.uiagreement.inc.php 
                         class.uidocument.inc.php class.uientity.inc.php 
                         class.uir_agreement.inc.php 
                         class.uirequest.inc.php 
                         class.uis_agreement.inc.php class.uitts.inc.php 

Log message:
        read files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uiagreement.inc.php?cvsroot=phpgroupware&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uidocument.inc.php?cvsroot=phpgroupware&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uientity.inc.php?cvsroot=phpgroupware&r1=1.44&r2=1.45
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uir_agreement.inc.php?cvsroot=phpgroupware&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uirequest.inc.php?cvsroot=phpgroupware&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uis_agreement.inc.php?cvsroot=phpgroupware&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uitts.inc.php?cvsroot=phpgroupware&r1=1.59&r2=1.60

Patches:
Index: class.uiagreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uiagreement.inc.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- class.uiagreement.inc.php   21 May 2007 07:41:42 -0000      1.35
+++ class.uiagreement.inc.php   8 Jun 2007 09:07:30 -0000       1.36
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uiagreement.inc.php,v 1.35 2007/05/21 07:41:42 
sigurdne Exp $
+       * @version $Id: class.uiagreement.inc.php,v 1.36 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -188,10 +188,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uidocument.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uidocument.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- class.uidocument.inc.php    21 May 2007 07:41:42 -0000      1.22
+++ class.uidocument.inc.php    8 Jun 2007 09:07:30 -0000       1.23
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage document
-       * @version $Id: class.uidocument.inc.php,v 1.22 2007/05/21 07:41:42 
sigurdne Exp $
+       * @version $Id: class.uidocument.inc.php,v 1.23 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -663,10 +663,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uientity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uientity.inc.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- class.uientity.inc.php      20 May 2007 12:59:12 -0000      1.44
+++ class.uientity.inc.php      8 Jun 2007 09:07:30 -0000       1.45
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage entity
-       * @version $Id: class.uientity.inc.php,v 1.44 2007/05/20 12:59:12 
sigurdne Exp $
+       * @version $Id: class.uientity.inc.php,v 1.45 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -260,10 +260,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uir_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uir_agreement.inc.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- class.uir_agreement.inc.php 21 May 2007 07:41:42 -0000      1.28
+++ class.uir_agreement.inc.php 8 Jun 2007 09:07:30 -0000       1.29
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uir_agreement.inc.php,v 1.28 2007/05/21 07:41:42 
sigurdne Exp $
+       * @version $Id: class.uir_agreement.inc.php,v 1.29 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -192,10 +192,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uirequest.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uirequest.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- class.uirequest.inc.php     21 May 2007 07:41:42 -0000      1.32
+++ class.uirequest.inc.php     8 Jun 2007 09:07:30 -0000       1.33
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage project
-       * @version $Id: class.uirequest.inc.php,v 1.32 2007/05/21 07:41:42 
sigurdne Exp $
+       * @version $Id: class.uirequest.inc.php,v 1.33 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -136,10 +136,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uis_agreement.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uis_agreement.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- class.uis_agreement.inc.php 21 May 2007 07:41:42 -0000      1.40
+++ class.uis_agreement.inc.php 8 Jun 2007 09:07:30 -0000       1.41
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage agreement
-       * @version $Id: class.uis_agreement.inc.php,v 1.40 2007/05/21 07:41:42 
sigurdne Exp $
+       * @version $Id: class.uis_agreement.inc.php,v 1.41 2007/06/08 09:07:30 
sigurdne Exp $
        */
 
        /**
@@ -188,10 +188,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 

Index: class.uitts.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uitts.inc.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- class.uitts.inc.php 22 May 2007 08:17:57 -0000      1.59
+++ class.uitts.inc.php 8 Jun 2007 09:07:30 -0000       1.60
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage helpdesk
-       * @version $Id: class.uitts.inc.php,v 1.59 2007/05/22 08:17:57 sigurdne 
Exp $
+       * @version $Id: class.uitts.inc.php,v 1.60 2007/06/08 09:07:30 sigurdne 
Exp $
        */
 
        /**
@@ -2067,10 +2067,14 @@
                                        )
                                );
 
+                               $this->bo->vfs->override_acl = 1;
+
                                $document= $this->bo->vfs->read(array(
                                        'string' => $file,
                                        'relatives' => Array(RELATIVE_NONE)));
 
+                               $this->bo->vfs->override_acl = 0;
+
                                $browser = CreateObject('phpgwapi.browser');
                                
$browser->content_header($ls_array[0]['name'],$ls_array[0]['mime_type'],$ls_array[0]['size']);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]