Recent activity portlet for Plone.
Project description
Introduction
collective.portlet.recentactivity provides a portlet and a viewlet with Facebook like entries on recent user activities, e.g. “the user admin added ‘News Item 1’ to ‘News’ 10 minutes ago”.
By default, the Recent Activity Viewlet is not registered. If you want to register it, for example below your content, you have to add this code to your configure.zcml:
<browser:viewlet name="collective.portlet.recentactivity.RecentActivityViewlet" manager="plone.app.layout.viewlets.interfaces.IBelowContentBody" class=".viewlet.RecentActivityViewlet" permission="zope2.View" />
Buildout Installation
To install collective.portlet.recentactivity, add the following code to your buildout.cfg:
[instance] ... eggs = ... collective.portlet.recentactivity ... zcml = ... collective.portlet.recentactivity
Known Issues
The log entries only work for Archetype content types. Though, it should be fairly easy to replace the Archetype specific event handlers with ones that work for other types of content.
Changelog
1.0b1 (2009-12-11)
Catalan and German translation added. [timo]
Limit for items to show up in viewlet/portlet fixed. [timo]
Bugfix: time was not shown in the recent activity portlet. [timo]
1.0a1 (2009-11-23)
Initial release. [timo]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for collective.portlet.recentactivity-1.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0de4531f4a5659a3b02aa5d87ed3c622e96be302d9f7251ca5a149336aa1a859 |
|
MD5 | 87003f86425a9ecca9433c186fde83bb |
|
BLAKE2b-256 | 974a4a732f8cbca0fd7a5f27fca0215da07de6c7e3bb48919bf39206d92e82c2 |
Hashes for collective.portlet.recentactivity-1.0b1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 824ab04266e5a61c9a0215588e2b4f2eb5396456572dbfb005d54bc09922f53a |
|
MD5 | b1f2c65dbaec46f347ed0671cf15cb38 |
|
BLAKE2b-256 | d6040f09bb65b0ff0e27ad332b416bd17bde67169994864e954ba49cb77ea9f0 |