[cvs] commit: nag/docs CHANGES nag/lib Nag.php QuickParser.php api.php

Chuck Hagenbuch chuck at horde.org
Wed Jul 8 02:58:54 UTC 2009


chuck       2009-07-07 22:58:54 EDT

  Modified files:
    docs                 CHANGES 
    lib                  Nag.php api.php 
  Added files:
    lib                  QuickParser.php 
  Log:
  [cjh] Initial Quick Add support.
  
  This adds a tasks/quickAdd registry method, that takes a single string. Dates in
  the string are parsed out as due dates, and multiple tasks can be added by
  separating them with newlines. Child tasks can also be created with
  indentation. For example:
  
  laundry tomorrow
  buy detergent tonight
  
  Will create two tasks: a parent task named "laundry" with a due date of
  tomorrow, and a child task named "buy detergent" with a due date of tonight.
  
  Revision  Changes    Path
  1.258     +1 -0      nag/docs/CHANGES
  1.197     +57 -1     nag/lib/Nag.php
  1.1       +57 -0     nag/lib/QuickParser.php (new)
  1.203     +46 -28    nag/lib/api.php

  Chora Links:
  http://cvs.horde.org/diff.php/nag/docs/CHANGES?rt=horde&r1=1.257&r2=1.258&ty=u
  http://cvs.horde.org/diff.php/nag/lib/Nag.php?rt=horde&r1=1.196&r2=1.197&ty=u
  http://cvs.horde.org/co.php/nag/lib/QuickParser.php?rt=horde&r=1.1
  http://cvs.horde.org/diff.php/nag/lib/api.php?rt=horde&r1=1.202&r2=1.203&ty=u


More information about the cvs mailing list