Summary | command driver to get the quota |
Queue | Gollem |
Queue Version | 1.0.2 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | prazeres (at) impa (dot) br |
Created | 08/07/2006 (6942 days ago) |
Due | |
Updated | 09/12/2006 (6906 days ago) |
Assigned | 08/07/2006 (6942 days ago) |
Resolved | 09/12/2006 (6906 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
still do all quota checking through Horde_VFS rather than hardcoding
it in a quota information screen.
State ⇒ Assigned
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ command driver to get the quota
Queue ⇒ Gollem
New Attachment: quota.php.patch
Jan,
I am submitting my patch to source file "quota.php" inspired on IMP.
The "config/backends.php" file I set in this way:
...
'quota' => 'driver',
'quotadriver' => array(
'driver' => 'command',
'params' => array(
'quota_path' => ...,
'grep_path' => ...,
'partition' => ...
)
),
...
Thanks,
Manoel Prazeres