commit: kronolith/lib WeekView.php kronolith/templates/edit edit.inc

Chuck Hagenbuch chuck@horde.org
9 Aug 2001 15:53:34 -0000


chuck       2001/08/09 08:53:34 PDT

  Modified files:
    lib                  WeekView.php 
    templates/edit       edit.inc 
  Log:
  Fix a few more display issues. Basically, we handle all day events by making
  them take up the span of the amount of day that would be displayed if they
  weren't there. We do this by shifting their effective (displayed) start
  times up if no other criteria would cause us to start displaying the day. We
  were doing this at the wrong time - before we'd checked every single day -
  and because of that, under certain circumstances, events would be displayed
  more than once, causing bad html breakage and confusion.
  
  Revision  Changes    Path
  1.18      +34 -22    kronolith/lib/WeekView.php
  1.37      +1 -1      kronolith/templates/edit/edit.inc