[cvs] commit: kronolith/lib FBView.php kronolith/lib/FBView week.php workweek.php kronolith/docs CHANGES

Jan Schneider jan at horde.org
Wed Apr 27 01:18:22 PDT 2005


jan         2005-04-27 01:18:22 PDT

  Modified files:
    lib                  FBView.php 
    lib/FBView           week.php workweek.php 
    docs                 CHANGES 
  Log:
  - Since the changement from fix time grids to variable time grids
  (i.e. implementing startHour and endHour), the size of the busy blocks are not
  calculated correctly. It will only calculate correctly if the range is exactly
  the value of _startHour.
  - Even the calculation of the number of blocks a day will not be correctly, if
  the time range for a day isn't dividable by 3 (modulus != 0).
  - if endHours is set to 19:30 (i.e. 39), any view is calculated only for 19:00
  due to the floor() call in FBView.php
  - This patch makes _getBlockes() inside workview.php obsolete (and so the
  patch should also close Bug 1557 for HEAD).
  Bug: 1868
  Submitted by: tasin (at) fhm (dot) edu
  
  Revision  Changes    Path
  1.223     +1 -1      kronolith/docs/CHANGES
  1.13      +2 -2      kronolith/lib/FBView.php
  1.14      +20 -11    kronolith/lib/FBView/week.php
  1.9       +1 -108    kronolith/lib/FBView/workweek.php

  Chora Links:
  http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.222&r2=1.223&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/FBView.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/FBView/week.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/FBView/workweek.php?r1=1.8&r2=1.9&ty=u


More information about the cvs mailing list