Skip to content

Commit

Permalink
update changelog, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed May 21, 2012
1 parent fb9fc77 commit 20f4fe4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 9 deletions.
54 changes: 52 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,58 @@
Changelog
=========


0.3 (2012-05-21)
----------------

* update changelog, readme [gyst]
* use defined accesscontrol, fix portletmanager rename
* simplify package layout [gyst]
* extract activity rendering into contentprovider/adapter [gyst]
* activity type filters [gyst]
* adapterize activity stream data structures [gyst]
* tune i18n [gyst]
* switch from annotationstorage to a utility [gyst]
* move separate ZODB shard documentation to plonesocial.microblog [gyst]
* clean up view logic [gyst]
* credit Maurits [gyst]
* refactored storage backend [gyst]
* extract content model to plonesocial.microblog [gyst]
* enable fake data insertion / fix date bug [gyst]
* Added Poi response-like Activities. [maurits]
* Some sample code for using an extra ZODB. [maurits]
* bump version [gyst]

0.2 (2012-05-04)
----------------

* update doc [gyst]
* rename primary view in anticipation of other views in the future [gyst]
* make portlet automatically assignable [gyst]
* get rid of src dir indirection [gyst]
* delegate commentActions translations to p.a.d. [gyst]
* provide i18n for nl [gyst]
* sort on effective; fix date bug; tune styling [gyst]
* force inner aquisition to be safe [gyst]
* pixeltune [gyst]
* tune css [gyst]
* restrict activitystream viewlet to activitystream view, and update doc [gyst]
* backport manageportlets link [gyst]
* Revert "extracted standalone stream view to plonesocial.suite" [gyst]
* sort on created not modified [gyst]
* provide "compact" rendering option [gyst]
* tune doc [gyst]
* update documentation [gyst]
* add basic CSS [gyst]
* prototype implementation of activitystream [gyst]
* rename portletmanager viewlet [gyst]
* provide activitystream portlet [gyst]
* extracted standalone stream view to plonesocial.suite [gyst]
* wrap the portletmanager within the viewlet, register on SiteRoot only [gyst]
* add portletmanager [gyst]
* (empty) activity stream view for homepage [gyst]

0.1dev (unreleased)
-------------------

- Package created using zopeskel
[Guido Stevens]
* initial checkin from ZopeSkel [gyst]
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@ Introduction

Plonesocial.activitystream is part of the `plonesocial suite`_.

This package provides a building block for Plone integrators who want to create
a custom social business solution in Plone.
This package provides a building block for Plone integrators who want to create a custom social business solution in Plone.

If you're an end-user looking for a pre-integrated solution,
you should install `plonesocial.suite`_ instead.
If you're an end-user looking for a pre-integrated solution, you should install `plonesocial.suite`_ instead.


plonesocial.activitystream
==========================

Plonesocial.activitystream provides an "Activity Portal" view for the SiteRoot.

The Activity Portal view renders a viewlet in AboveContent in which a portletmanager lives in which you can add an "Activity Stream" portlet (and also a "Microblog" portlet if you installed plonesocial.microblog.
The Activity Portal view renders a portletmanager viewlet in which you can add an "Activity Stream" portlet (and also a "Microblog" portlet if you installed plonesocial.microblog.

This may look like a complex construct but it provides integrators with easy customization flex points, and it provides content managers with maximal control over what is rendered where, and in which sequence. Moreover by using a portlet for rendering, content managers can set various rendering options.

You can re-use the viewlet, or the portlet, as you see fit using
ZCML overrides. YMMV.
You can re-use the viewlet, or the portlet, as you see fit using ZCML overrides. YMMV.

status
------
Expand Down

0 comments on commit 20f4fe4

Please sign in to comment.