Skip to main content

Quota support for archetypes containers.

Project description

ftw.quota

This product adds quota support to archetypes containers.

Install

  • Add the package to the eggs in your buildout configuration:

[instance]
eggs +=
    ftw.quota
  • Install the generic setup profile of the package.

Usage

Add the marker interface ftw.quota.interfaces.IQuotaSupport to any archetypes container that you want to have quota support.

Containers with quota support will get additional fields for quota setup. You can setup quota limits in the edit form.

To make all archetypes objects quota aware e.g. you can use the following zcml directive:

>>> <class class="Products.Archetypes.BaseObject.BaseObject">
...     <implements interface="ftw.quota.interfaces.IQuotaAware" />
... </class>

The quota configuration is stored using additional fields (schema extender) and can be accessed easily:

>>> container.Schema().getField('quota').get(container)
... ...  # quota in bytes
>>> container.Schema().getField('usage').get(container)
... ...  # usage in bytes
>>> container.Schema().getField('enforce').get(container)
... True  # when True it is not possible to add content when quota is exceeded

Nested quota containers are not supported at the moment.

Changelog

1.0 (2012-06-14)

  • Use plone.app.testing instead of collective.testcaselayer for testing. [jone]

  • Remove unused product initialization. [jone]

  • Update readme. [jone]

  • Fixed test-plone-4.0.x.cfg buildout [lgraf]

1.0b2 (2010-10-26)

  • Added test setup. [lgraf]

1.0b1 (2010-09-16)

  • Fixed default quota in test. [Thomas Buchberger]

  • Add translations [ttschanz]

1.0a3 (2010-04-12)

  • Add german translations for quota exceeded error. [phgross]

1.0a2 (2010-03-29)

  • Fixed bug in setup.py [jone]

1.0a1 (2010-03-29)

  • Package cleanup [jone]

  • Intial implementation [buchberger]

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftw.quota-1.0.zip (25.4 kB view details)

Uploaded Source

File details

Details for the file ftw.quota-1.0.zip.

File metadata

  • Download URL: ftw.quota-1.0.zip
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ftw.quota-1.0.zip
Algorithm Hash digest
SHA256 446a3f9cb4d4ace91376835767bc9be865e46937cfa1618676dda6f056e9f59b
MD5 f8baf6ba2f6289ae7be80199c2a86066
BLAKE2b-256 697cad2861ad610c0d60c6ff8667ff11c511f8f126b9f6b0561a559c955743e0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page