[dev] Re: [cvs] commit: imp/docs CHANGES imp/config conf.php.dist servers.php.dist imp/templates/quota quota.inc imp folders.php mailbox.phpmessage.php imp/lib Quota.php Session.php imp/lib/Quota courier.php cyrus.php mdaemon.php

Michael Cochrane mike@graftonhall.co.nz
Mon, 22 Jul 2002 17:25:00 +0100


first skip read of commit says you need to change this time in Quota.php's
factory method from
$class = 'Quota_' . $driver;
to
$class = 'IMP_Quota_' . $driver;

- Mike :-)

Quoting Michael M Slusarz <slusarz@bigworm.colorado.edu>:

> slusarz     2002/07/22 09:18:58 PDT
> 
>   Modified files:
>     docs                 CHANGES 
>     config               servers.php.dist conf.php.dist 
>     .                    message.php mailbox.php folders.php 
>     lib                  Session.php 
>   Added files:
>     templates/quota      quota.inc 
>     lib                  Quota.php 
>     lib/Quota            courier.php cyrus.php mdaemon.php 
>   Log:
>   Quota display now handled by the IMP_Quota:: API.
>   
>   Revision  Changes    Path
>   1.187     +1 -48     imp/config/conf.php.dist
>   1.24      +17 -3     imp/config/servers.php.dist
>   1.523     +2 -0      imp/docs/CHANGES
>   2.170     +9 -10     imp/folders.php
>   1.1       +135 -0    imp/lib/Quota.php (new)
>   1.1       +57 -0     imp/lib/Quota/courier.php (new)
>   1.1       +63 -0     imp/lib/Quota/cyrus.php (new)
>   1.1       +45 -0     imp/lib/Quota/mdaemon.php (new)
>   1.5       +3 -2      imp/lib/Session.php
>   2.403     +8 -3      imp/mailbox.php
>   2.388     +8 -4      imp/message.php
>   1.1       +9 -0      imp/templates/quota/quota.inc (new)
> 
>   Chora Links:
>  
> http://cvs.horde.org/diff.php/imp/config/conf.php.dist?r1=1.186&r2=1.187&ty=u
>  
> http://cvs.horde.org/diff.php/imp/config/servers.php.dist?r1=1.23&r2=1.24&ty=u
>   http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.522&r2=1.523&ty=u
>   http://cvs.horde.org/diff.php/imp/folders.php?r1=2.169&r2=2.170&ty=u
>   http://cvs.horde.org/co.php/imp/lib/Quota.php?r=1.1
>   http://cvs.horde.org/co.php/imp/lib/Quota/courier.php?r=1.1
>   http://cvs.horde.org/co.php/imp/lib/Quota/cyrus.php?r=1.1
>   http://cvs.horde.org/co.php/imp/lib/Quota/mdaemon.php?r=1.1
>   http://cvs.horde.org/diff.php/imp/lib/Session.php?r1=1.4&r2=1.5&ty=u
>   http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.402&r2=2.403&ty=u
>   http://cvs.horde.org/diff.php/imp/message.php?r1=2.387&r2=2.388&ty=u
>   http://cvs.horde.org/co.php/imp/templates/quota/quota.inc?r=1.1
> 
> -- 
> To unsubscribe, mail: cvs-unsubscribe@lists.horde.org


-- 

If you tell the truth you don't have to remember anything.
signature from Siglets.com

-------------------------------------------------------------------------
This mail sent from Mike's CVS HEAD install of IMP: http://horde.org/imp/