collective.contentstats

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Raphael Ritz last modified May 09, 2011 10:38 AM

A configlet for Plone showing some content statistics (type/state)

Project Description

Introduction

collective.contentstats adds a section to the Plone control panel showing summary statics of the content of the site. Specifically, it provides a table listing the number of content items broken down by portal type versus review state. Non-zero entries are linked to a listing of the respective items. Access to the page requires the 'Manage portal' permission.

Features

  • Works on catalog data exclusively - no content is touched.
  • Only lists portal types that are used
  • Only lists review states used
  • Works with custom add-ons right away
  • Supports CSV export of summary data

Tested with Plone 3.3.5 and 4.0.5

Changelog

1.0.1 (2011-05-09)

  • Get rid of setup.cfg

1.0 (2011-05-09)

  • Initial release

Current Release
collective.contentstats 1.0.1

Released May 09, 2011 — tested with Plone 4, Plone 3

First public release
More about this release…

Download file Get collective.contentstats for all platforms
collective.contentstats-1.0.1.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.0dev-r238854 More about this release… GPL alpha
1.0.1 May 09, 2011 First public release More about this release…
Plone 4
Plone 3
GPL final

Comments (3)

Jon Stahl May 10, 2011 01:14 AM
This looks really useful, I'm excited to try it out. Thanks, Raphael!
David Beitey May 10, 2011 05:48 AM
Looks much more user-friendly version of a dirty TTW Python script I was using at one point; thanks!
Ida Ebkes May 19, 2011 01:17 PM
Very often requested and now available with useful extra features like the csv-export, nicely done. A big thank you Raphael!