<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>VFS Quota</title> 
  <pubDate>Wed, 08 Apr 2026 07:37:13 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/162</link> 
  <atom:link rel="self" type="application/rss+xml" title="VFS Quota" href="https://bugs.horde.org/ticket/162/rss" /> 
  <description>VFS Quota</description> 
 
   
   
  <item> 
   <title>Add the ability to set up quotas on the SQL VFS or file base</title> 
   <description>Add the ability to set up quotas on the SQL VFS or file based VFS.</description> 
   <pubDate>Mon, 10 May 2004 18:41:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t646</link> 
  </item> 
   
  <item> 
   <title>This has to be implemented in the VFS package.</title> 
   <description>This has to be implemented in the VFS package.</description> 
   <pubDate>Mon, 17 May 2004 15:40:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t647</link> 
  </item> 
   
  <item> 
   <title>Bounty added: http://www.horde.org/bounties/details.php#hord</title> 
   <description>Bounty added: http://www.horde.org/bounties/details.php#horde_vfsquota</description> 
   <pubDate>Mon, 17 May 2004 16:15:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t648</link> 
  </item> 
   
  <item> 
   <title></title> 
   <description></description> 
   <pubDate>Mon, 17 May 2004 16:24:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t649</link> 
  </item> 
   
  <item> 
   <title></title> 
   <description></description> 
   <pubDate>Tue, 25 May 2004 17:48:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t650</link> 
  </item> 
   
  <item> 
   <title>From what I can tell, I don&#039;t think this will display the qu</title> 
   <description>From what I can tell, I don&#039;t think this will display the quota in the top block of gollem.  I think this should be done, otherwise users may get confused.

Thoughts?

</description> 
   <pubDate>Sun, 24 Apr 2005 00:20:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t7627</link> 
  </item> 
   
  <item> 
   <title>I cleaned up some of the wording on this patch a bit.</title> 
   <description>I cleaned up some of the wording on this patch a bit.</description> 
   <pubDate>Sun, 24 Apr 2005 00:28:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t7628</link> 
  </item> 
   
  <item> 
   <title>Can you update the getFileSize() and getFolderSize() functio</title> 
   <description>Can you update the getFileSize() and getFolderSize() functions in the sql and sql_file drivers to use bind variables?</description> 
   <pubDate>Tue, 26 Apr 2005 03:54:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t7679</link> 
  </item> 
   
  <item> 
   <title>I was not the original author of these, so I will defer to h</title> 
   <description>I was not the original author of these, so I will defer to him.

Are these patches good enough to commit?  This is an enhancement I have been looking for.



Thanks.</description> 
   <pubDate>Sat, 30 Apr 2005 01:39:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t7826</link> 
  </item> 
   
  <item> 
   <title>Any update on this one?</title> 
   <description>Any update on this one?</description> 
   <pubDate>Fri, 20 May 2005 04:09:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t8379</link> 
  </item> 
   
  <item> 
   <title>I will try to take a look at this sometime soon.



Some not</title> 
   <description>I will try to take a look at this sometime soon.



Some notes from the gollem aspect of these patches that were posted on the list by me a few months ago:





Looks like this is Bug #162.  Just some notes on a very quick perusal

of the gollem part of the patches submitted:



1) this should be allowed to be turned on/off per backend setting, not

generally in the configuration file

2) there is absolutely no hurry to get this into gollem since it will

require a version of Horde that doesn&#039;t even exist yet (i.e. Horde 3.1

at the earliest).</description> 
   <pubDate>Sun, 24 Jul 2005 16:58:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t9977</link> 
  </item> 
   
  <item> 
   <title>Implemented in HEAD.</title> 
   <description>Implemented in HEAD.</description> 
   <pubDate>Thu, 22 Sep 2005 06:36:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11671</link> 
  </item> 
   
  <item> 
   <title>There&#039;s one thng missing, though.  The block display in Goll</title> 
   <description>There&#039;s one thng missing, though.  The block display in Gollem that reports the quota status to the user, just like IMP does.  Can this be added?</description> 
   <pubDate>Thu, 22 Sep 2005 16:15:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11708</link> 
  </item> 
   
  <item> 
   <title>I hesitate to do this because determining the current size o</title> 
   <description>I hesitate to do this because determining the current size of all files in a VFS backend can be a very time-consuming process (e.g. a ftp account with hundreds of folders).  The code as it stands right now only calculates the size when a write process is performed.  This will not happen on the majority of page loads.  If you are asking to recalculate the filesize on every page load with some kind of status bar, this will be a terrible performance issue at this time.



Other options to consider:

1.) Caching filesize - this will only work if we can be sure that the Horde VFS object in the current session is the only method that can be used to update the filesystem.  This might be doable if we add an &#039;exclusivevfsupdate&#039; parameter that indicates this is the case.  In the default case, however, we can&#039;t cache.

2.) Have a separate page in gollem that can be accessed that will show the VFS quota information - a better option.</description> 
   <pubDate>Thu, 22 Sep 2005 16:41:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11709</link> 
  </item> 
   
  <item> 
   <title>Michael, I like option 2.  It will be less of a hit and give</title> 
   <description>Michael, I like option 2.  It will be less of a hit and give users the info that they want.  Perhaps it can be put on one of the top buttons?  What are your thoughts?



Thanks.</description> 
   <pubDate>Thu, 22 Sep 2005 18:35:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11717</link> 
  </item> 
   
  <item> 
   <title>Perhaps a page that says something like:



Quota Informatio</title> 
   <description>Perhaps a page that says something like:



Quota Information:



Used:  xxx

Quota:  xxx

Percent:  xx%



What do you think?</description> 
   <pubDate>Sat, 24 Sep 2005 05:22:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11792</link> 
  </item> 
   
  <item> 
   <title>quota display in gollem is an entirely separate issue than w</title> 
   <description>quota display in gollem is an entirely separate issue than what this ticket was originally opened for.  Moving that enhancement to a new ticket.</description> 
   <pubDate>Tue, 27 Sep 2005 06:38:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11879</link> 
  </item> 
   
  <item> 
   <title>&gt; quota display in gollem is an entirely separate issue than</title> 
   <description>&gt; quota display in gollem is an entirely separate issue than what this 

&gt; ticket was originally opened for.  Moving that enhancement to a new 

&gt; ticket.



See Bug #2685;</description> 
   <pubDate>Tue, 27 Sep 2005 06:39:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/162#t11882</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
