cvs commit: horde/lib Notification.php base.php horde/lib/Notification status.php kronolith/lib/Notification status.php kronolith/lib base.php kronolith status.php

Jan Schneider jan@ammma.de
Wed, 9 Jan 2002 05:43:12 -0800 (PST)


jan         2002/01/09 05:43:11 PST

  Modified files:
    lib                  base.php 
    lib                  base.php 
    .                    status.php 
  Added files:
    lib                  Notification.php 
    lib/Notification     status.php 
    lib/Notification     status.php 
  Log:
  Beginning of a notification framework that supports multiple notification
  targets. Currently there's only the 'status' target that actually does
  what the status.php files do.
  You can push messages on any target's message stack and these targets can
  do whatever they are intended to do with these messages. I think of email
  or pager notification for example.
  I chose Kronolith as the first application to test this on because it has
  some special message types and shows how this framework can be extended by
  an application.
  
  Revision  Changes    Path
  1.1       +117 -0    horde/lib/Notification.php (new)
  1.1       +62 -0     horde/lib/Notification/status.php (new)
  1.5       +5 -1      horde/lib/base.php
  1.1       +44 -0     kronolith/lib/Notification/status.php (new)
  1.30      +7 -1      kronolith/lib/base.php
  1.11      +5 -38     kronolith/status.php

  Chora Links:
  http://cvs.horde.org/co.php/horde/lib/Notification.php?r=1.1
  http://cvs.horde.org/co.php/horde/lib/Notification/status.php?r=1.1
  http://cvs.horde.org/diff.php/horde/lib/base.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/co.php/kronolith/lib/Notification/status.php?r=1.1
  http://cvs.horde.org/diff.php/kronolith/lib/base.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/kronolith/status.php?r1=1.10&r2=1.11&ty=u