public
Description: PHP Lifestream Aggregator, built with Zend Framework
Homepage: http://blog.johannilsson.me/tagged/phplifestream
Clone URL: git://github.com/johannilsson/phplifestream.git
phplifestream / CHANGELOG
100644 35 lines (30 sloc) 1.435 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Changelog
 
## Next Release
* FIX Bug fix for undefined var in StreamModel::createUniqueId removed the
      serviceId from the calculation. In between releases this was broken.
* ADD Profiler, renders page execution time and db query info in a html comment
      block at the bottom of the page. Enable/Disable it in app.ini.
* ADD Caching of table meta data.
* ADD Added feed icons for disqus and tamat.
* CHG Centralized all configuration to app.ini. All other conf files was
      removed.
* ADD Lifestream personalization, edit the about section in app.ini conf.
* FIX StreamModel::getActivityStats() was not always returning the latest date
* ADD Comments on entries via Disqus
* ADD Entry title is now visible in the html page title
 
## 0.9.1.1
* FIX All tags was not added correctly per entry
* CHG Renamed addStreamToTags to addTagsToStream in TaggedStreams.
 
## 0.9.1
* ADD Aggregation of tags from feeds and tagged streams
* ADD Updated db schema. Run db/migrations/1.0.2/up.sql
* ADD Db table realations, including cascading deletes
* ADD ActivityStats helper
* CHG Renamed graphs action services to index
* CHG Extended Ls_Aggregator_Entry to hold list of categories
* CHG Extended StreamModel::add to take tags key in data array
* CHG ServiceModel::destroy is not direct coupled to StreamModel anymore
* CHG Removed ServiceModel::destroyOptions
* CHG Removed StreamModel::destroyByService
 
## 0.9.0
* Initial release