commit: kronolith week.php workweek.php month.php kronolith/docs CHANGES kronolith/lib WeekView.php Day.php DayView.php Kronolith.php kronolith/templates/week head.inc

chuck@horde.org chuck@horde.org
26 Mar 2001 23:12:20 -0000


chuck       2001/03/26 15:12:20 PST

  Modified files:
    .                    month.php 
    docs                 CHANGES 
    lib                  Day.php DayView.php Kronolith.php 
  Added files:
    .                    week.php workweek.php 
    lib                  WeekView.php 
    templates/week       head.inc 
  Log:
  Add a Kronolith_WeekView class which lets you view any slice of days in a
  week (all 7, or just the middle 3, or whatever) in a nice html table. This
  makes week.php and workweek.php simple pieces of code (look at the diff
  between the two). It also reuses a lot of the DayView code and templates
  quite nicely.
  
  There are some niceties to be worked out, but this is a pretty good start on
  things.
  
  Revision  Changes    Path
  1.40      +3 -4      kronolith/month.php
  1.17      +1 -0      kronolith/docs/CHANGES
  1.10      +7 -8      kronolith/lib/Day.php
  1.32      +2 -3      kronolith/lib/DayView.php
  1.17      +42 -9     kronolith/lib/Kronolith.php