cvs commit: kronolith addeventaction.php delevent.php deleventaction.php editevent.php editeventaction.php month.php prefs.php kronolith/config prefs.php.dist kronolith/docs CHANGES kronolith/lib DayView.php Event.php Kronolith.php WeekView.php ...

Chuck Hagenbuch chuck@horde.org
Sun, 14 Apr 2002 11:59:16 -0700 (PDT)


chuck       2002/04/14 11:59:16 PDT

  Modified files:
    .                    addeventaction.php delevent.php 
                         editevent.php editeventaction.php 
                         month.php prefs.php 
    config               prefs.php.dist 
    docs                 CHANGES 
    lib                  DayView.php Event.php Kronolith.php 
                         WeekView.php api.php 
    lib/Driver           mcal.php sql.php 
    scripts/drivers      kronolith.sql 
    templates/edit       edit.inc 
  Added files:
    .                    deleventaction.php 
    templates/delete     delete.inc one.inc 
  Removed files:
    templates/javascript delete.inc 
  Log:
  - Add exceptions to recurring events.
  - Allow same deletion options as Palm for recurring events.
  - Add a preference for confirming event deletion.
  - Massive code cleanup
  
  Revision  Changes    Path
  1.30      +2 -2      kronolith/addeventaction.php
  1.21      +11 -3     kronolith/config/prefs.php.dist
  1.26      +22 -19    kronolith/delevent.php
  1.1       +58 -0     kronolith/deleventaction.php (new)
  1.74      +3 -0      kronolith/docs/CHANGES
  1.29      +3 -3      kronolith/editevent.php
  1.31      +3 -3      kronolith/editeventaction.php
  1.79      +20 -25    kronolith/lib/DayView.php
  1.25      +117 -331  kronolith/lib/Driver/mcal.php
  1.32      +64 -284   kronolith/lib/Driver/sql.php
  1.14      +271 -81   kronolith/lib/Event.php
  1.50      +11 -9     kronolith/lib/Kronolith.php
  1.40      +13 -14    kronolith/lib/WeekView.php
  1.29      +2 -2      kronolith/lib/api.php
  1.72      +9 -8      kronolith/month.php
  1.16      +2 -1      kronolith/prefs.php
  1.5       +3 -2      kronolith/scripts/drivers/kronolith.sql
  1.1       +33 -0     kronolith/templates/delete/delete.inc (new)
  1.1       +31 -0     kronolith/templates/delete/one.inc (new)
  1.54      +0 -1      kronolith/templates/edit/edit.inc
  1.5       +0 -10     kronolith/templates/javascript/Attic/delete.inc (dead)

  Chora Links:
  http://cvs.horde.org/diff.php/kronolith/addeventaction.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/kronolith/config/prefs.php.dist?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/kronolith/delevent.php?r1=1.25&r2=1.26&ty=u
  http://cvs.horde.org/co.php/kronolith/deleventaction.php?r=1.1
  http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.73&r2=1.74&ty=u
  http://cvs.horde.org/diff.php/kronolith/editevent.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/kronolith/editeventaction.php?r1=1.30&r2=1.31&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/DayView.php?r1=1.78&r2=1.79&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Driver/mcal.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.31&r2=1.32&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Event.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/Kronolith.php?r1=1.49&r2=1.50&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/WeekView.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.71&r2=1.72&ty=u
  http://cvs.horde.org/diff.php/kronolith/prefs.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/kronolith/scripts/drivers/kronolith.sql?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/kronolith/templates/delete/delete.inc?r=1.1
  http://cvs.horde.org/co.php/kronolith/templates/delete/one.inc?r=1.1
  http://cvs.horde.org/diff.php/kronolith/templates/edit/edit.inc?r1=1.53&r2=1.54&ty=u
  http://cvs.horde.org/co.php/kronolith/templates/javascript/Attic/delete.inc?r=1.4