[cvs] commit: nag task.php view.php nag/lib Driver.php Nag.php api.php nag/lib/Driver datatree.php kolab.php sql.php

Chuck Hagenbuch chuck at horde.org
Mon Sep 13 20:33:27 PDT 2004


chuck       2004-09-13 20:33:27 PDT

  Modified files:
    .                    task.php view.php 
    lib                  Driver.php Nag.php api.php 
    lib/Driver           datatree.php kolab.php sql.php 
  Log:
  Bunch of work that didn't end up being entirely related, but seemed
  that way:
  
  - rename deleteTask() to delete() (somehow I'd thought delete was a
  keyword in php4; as far as I can tell it's just fine for php4 and
  php5).
  
  - We now store a UID (formerly GUID, going by the iCal spec here)
  completely seperately from the task_id field. We don't expect to be
  able to parse the UID into a task id/tasklist id pair, just to look it
  up.
  
  - Fix some parse errors in the Kolab driver.
  
  - The tasks/browse method is now implemented for Nag. Idea is to allow
  for generic "browsing" (treating as a directory/file/object tree) of
  Nag from any Horde app or remote call. See services/obrowser/.
  
  I think that's it. :)
  
  The UID changes should be made for Mnemo, Kronolith, and Turba as
  well.
  
  Revision  Changes    Path
  1.52      +12 -20    nag/lib/Driver.php
  1.12      +32 -12    nag/lib/Driver/datatree.php
  1.2       +102 -126  nag/lib/Driver/kolab.php
  1.55      +26 -25    nag/lib/Driver/sql.php
  1.117     +65 -49    nag/lib/Nag.php
  1.96      +100 -102  nag/lib/api.php
  1.78      +2 -2      nag/task.php
  1.47      +7 -7      nag/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/nag/lib/Driver.php?r1=1.51&r2=1.52&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver/datatree.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver/kolab.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Driver/sql.php?r1=1.54&r2=1.55&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Nag.php?r1=1.116&r2=1.117&ty=u
  http://cvs.horde.org/diff.php/nag/lib/api.php?r1=1.95&r2=1.96&ty=u
  http://cvs.horde.org/diff.php/nag/task.php?r1=1.77&r2=1.78&ty=u
  http://cvs.horde.org/diff.php/nag/view.php?r1=1.46&r2=1.47&ty=u


More information about the cvs mailing list