commit: kronolith addevent.php addeventaction.php day.php delevent.php editevent.php editeventaction.php login.php month.php status.php kronolith/config conf.php.dist kronolith/docs CHANGES kronolith/lib Kronolith.php Driver.php kronolith/lib/Driver ...

chuck@horde.org chuck@horde.org
1 Dec 2000 21:13:00 -0000


chuck       2000/12/01 13:13:00 PST

  Modified files:
    .                    addevent.php addeventaction.php day.php 
                         delevent.php editevent.php 
                         editeventaction.php login.php month.php 
                         status.php 
    config               conf.php.dist 
    docs                 CHANGES 
    lib                  Kronolith.php 
    lib/Driver           mcal.php 
    templates/edit       edit.inc 
    templates/menu       menu.inc 
  Added files:
    templates/month      head.inc 
  Removed files:
    lib                  Driver.php 
  Log:
  Lots of architecture work - most files now use the Kronolith_Driver and
  Kronolith_Event classes instead of calling mcal_ functions directly. This
  lets us cleanly abstract away the calendar storage mechanism, making the
  frontend code much more portable.
  
  Revision  Changes    Path
  1.19      +16 -23    kronolith/addevent.php
  1.19      +8 -7      kronolith/addeventaction.php
  1.22      +3 -1      kronolith/day.php
  1.17      +3 -3      kronolith/delevent.php
  1.18      +4 -3      kronolith/editevent.php
  1.19      +9 -8      kronolith/editeventaction.php
  1.14      +13 -12    kronolith/login.php
  1.35      +36 -77    kronolith/month.php
  1.4       +14 -16    kronolith/status.php
  1.8       +6 -4      kronolith/config/conf.php.dist
  1.10      +3 -0      kronolith/docs/CHANGES
  1.11      +209 -15   kronolith/lib/Kronolith.php
  1.3       +70 -3     kronolith/lib/Driver/mcal.php
  1.8       +35 -35    kronolith/templates/edit/edit.inc
  1.5       +5 -5      kronolith/templates/menu/menu.inc