commit: horde/docs CHANGES horde/lib Prefs.php horde/lib/Prefs LDAP.php SQL.php Session.php

jon@horde.org jon@horde.org
21 Feb 2001 06:30:15 -0000


jon         2001/02/20 22:30:15 PST

  Modified files:
    docs                 CHANGES 
    lib                  Prefs.php 
    lib/Prefs            LDAP.php SQL.php Session.php 
  Log:
  Another large overhaul to the preferences system.  Note that the
  isChangeable() function has been renamed isLocked().  There is also
  support for preference scope (via isShared() and setShared()).
  
  Only the SQL driver supports preference scoping at the moment.  I'll work on
  the LDAP driver when I have some more time and a better testing environment.
  
  Note that you'll need to update your config/prefs.php files to match the
  format of the new preferences hash.  See config/prefs.php.dist for details.
  
  Revision  Changes    Path
  1.121     +3 -0      horde/docs/CHANGES
  1.35      +88 -62    horde/lib/Prefs.php
  1.21      +8 -6      horde/lib/Prefs/LDAP.php
  1.22      +51 -44    horde/lib/Prefs/SQL.php
  1.7       +5 -3      horde/lib/Prefs/Session.php