2008-3-15  koubel  <http://mirin.cz>

 * 2.0 version released and tagged in svn

2008-3-12  koubel  <http://mirin.cz>

 * page views properties added into Db and Article model

2008-2-24  koubel  <http://mirin.cz>

 * two-step view via front controller plugin replaced by zend_layout
 * language handling totaly rewritten, now without cookies and with SEO like
   urls, little hack with pathinfo in a front controller plugin is used
 * using of a headScript placeholder added
 * bugs in the admin section with Zend_Date fixed
 
2008-2-22  koubel  <http://mirin.cz>

 * first Zend Framework 1.5 ready release
 * support for the Zend_Layout added, old front controller plugin code for
   two-step view removed
 * all actions, url params and view scripts have naming convention according to
   Zend Framework manual (camel-case in url, camelCaseAction(), camel-case.phtml
   view script)
 * fixed bugs in the commenst search in the admin controller
 * added log support for main appliaction and trackback library class
 * migration into new Zend_Locale::getTranslationList()
   two-step view removed
 * rewritten ArticleMonthArchive::_makeDayStat without Zend_Date from, because
   the Zend_Date needed locale in the constructor

2008-2-12  koubel  <http://mirin.cz>

 * fixed bug in the css for the star ratig, links on the right side from the
   star rater are clickable right now
 * new model classes for the day and month archive
 * new view helper for the month calendar
 * new view helper for the month statistic links
 * Zend_View_Helper_Action is used in the blogMenu.phtml view template
 * new actions for the month calendar and month statistic, which are used via
   the Zend_View_Helper_Action helper
 * some enhanced view helpers are copiied from the ZF 1.5 (Partial, Action,
   PartialLoop), PartialLoopItemize is created.

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

 * added previous and next article link and the handling in the model for this

2008-1-18  koubel  <http://mirin.cz>
 
 * caching for the xhtml for every articles added 

2008-1-17  koubel  <http://mirin.cz>
 
 * the integration of the wikitext markup for the articles almost done. The
   dokuwiki markup is used, see README in the app/lib/WikiText
      
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
