2008-1-4  koubel  <http://mirin.cz>

 * lazy loading for a DAO objects, which are as the members of the domain model
   objects
 * star rating support with ajax functionality. For this new functionality it
   was needed other things: DAO and Model classes for the article rating, new
   action methods and a little bit javascript code.
 * actions for the ajax calls which are related to the blog was moved into the
   blog module.   

2007-12-27  koubel  <http://mirin.cz>

 * commentator data are serilized in the cookie, and don't need to be typed
   again and again 

2007-12-25  koubel  <http://mirin.cz>

 * own validator for the posted input
 * the PageNav object throws exception when current page number is out of range

2007-12-19  koubel  <http://mirin.cz>

 * version 0.9 -  all code for Models parts of the MVC are rewritten, Zend_Db_Table 
 is used as DAO.
 * new library class IncludePath, it wraps include_path manipulation.

2007-12-03  koubel  <http://mirin.cz>

 * initial release - version 0.8 - non public release
