Johans notes, links etc RSS

This is just another unimportant web page with links and pictures of things that I like or just don't want to forget. Contact me
My lifestream

Archive

Mar
27th
Fri
permalink

phplifestream bugfix for createUniqueId

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.

Comments (View)
Jan
18th
Sun
permalink

phplifestream v0.9.1.1

Hotfix for phplifestreamer

  • All tags was not added to a stream
Comments (View)
permalink

phplifestreamer v0.9.1

0.9.1 of phplifestreamer is now released.

  • Aggregation of tags
  • Tagged streams
  • New Graphs

Download 0.9.1 or see complete changelog. Demo at johannilsson.me

Comments (View)
Jan
13th
Tue
permalink

phplifestream update

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

Comments (View)
Jan
11th
Sun
permalink

phplifestream just got a bit easier to use

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

Comments (View)