Yesterday I found a bug in the phplifestream when calculating a unique id for the an activity. I fixed this bug but unfortunately this ment that all previous aggregated activities had a different id. Today I rolled back that commit because I think it makes since to keep the previous calculation.
If you where running on the code between those two commits I recommend you to run the following sql queries to remove aggregated activities with wrong unique id.
Just committed
- add Atom and RSS suport.
- add View for aggregated items.
- add AppUrl view helper to retrieve the combined http host and base url.
- add HttpHost view helper to retrieve the http host.
- add StreamFeed view helper to build and retrieve an Zend_Feed_Abstract out of a stream entry.
http://github.com/johannilsson/phplifestream/tree/master
Just added
- Possible to add update and delete services, not a minute to late
- Login based on OpenID
Login is controlled via the config file app/conf/auth.ini auth is only enabled in production mode but can be changed in this config via the property auth.enabled.
To test open id in development mode add the following line to app/conf/auth-identities.ini below the development section.
[development : production]
auth.identities.myusername = my open id
The file deploy_env.properties.example is updated with examples of how to add auth properties too.
Get the source from GitHub