commit: horde/config registry.php.dist horde/docs CHANGES imp mailbox.php imp/lib api.php horde/lib Registry.php

Chuck Hagenbuch chuck@horde.org
15 Aug 2001 21:53:52 -0000


chuck       2001/08/15 14:53:52 PDT

  Modified files:
    config               registry.php.dist 
    docs                 CHANGES 
    .                    mailbox.php 
    lib                  api.php 
    lib                  Registry.php 
  Log:
  - Get rid of the invoke() methods in the Registry
  - Convert the login compose functionality to use a new registry method that
    uses call() instead of invoke().
  - Fix a bug in call() that occurred when you called a registry method of an
    app from within that same app that I unearthed in the process.
  
  Revision  Changes    Path
  1.44      +12 -7     horde/config/registry.php.dist
  1.183     +1 -0      horde/docs/CHANGES
  2.280     +2 -2      imp/mailbox.php
  1.8       +7 -1      imp/lib/api.php
  1.45      +31 -105   horde/lib/Registry.php