[Zope-CMF] Finding size of portal

Gitte Wange gitte@mmmanager.org
Mon, 16 Dec 2002 20:51:29 +0100


On Monday 16 December 2002 08:05 pm, you wrote:
> On Mon, Dec 16, 2002 at 07:30:03PM +0100, Gitte Wange wrote:
> > On Monday 16 December 2002 06:31 pm, Ivo van der Wijk wrote:
> > > On Mon, Dec 16, 2002 at 06:20:50PM +0100, Gitte Wange wrote:
> > > > Hello,
> > > >
> > > > Is there anyone out there who have created a method that returns =
the
> > > > size of a CMF Portal ? (The size in MB or something?)
> > > > Or have any good ideas how I can create such a method ?
> > >
> > > You could use QuotaFolder for this. However, QuotaFolder currently
> > > doesn't count FilesystemDirectoryViews correctly, so the numbers ma=
y
> > > not be correct - we're working on this (actually, we're making
> > > QuotaFolder completely CMF aware so it can even serve as a restrict=
ed
> > > Member folder)
> > >
> > > Also, it's impossible to get an exact size of zope objects (and the=
ir
> > > properties, older versions, etc), but QuotaFolder gives you a pictu=
re
> > > of the size of the content, and a way to restrict it.
> > >
> > > Cheers
> > >
> > > =09Ivo
> >
> > Thanks for your reply Ivo ...
> >
> > But I just came to think of 1 thing ... in order to use QuotaFolder f=
or
> > this wouldn't the portal object need to inherite from QuotaFolder ?
>
> Not if the portalfolder is a child of the quotafolder.
>
> =09Ivo

Arh ... let me see if I get this ...
I should add a QuotaFolder and put the portal inside it?
(Sorry if I'm slow on this)

Greetings,
Gitte Wange