<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Auth_PrefManager</name>
  <summary>Preferences management class</summary>
  <description>Preference Manager is a class to handle user preferences in a web application, looking them up in a table
using a combination of their userid, and the preference name to get a value, and (optionally) returning
a default value for the preference if no value could be found for that user.

It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you
to obtain the user's id - including your own code.</description>
  <maintainers>
    <maintainer>
      <user>jellybob</user>
      <name>Jon Wood</name>
      <email>jon@jellybob.co.uk</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.2.2</version>
    <date>2003-02-04</date>
    <license>PHP License</license>
    <state>devel</state>
    <notes>New Feature: You can now choose whether to use the cache or not (Auth_PrefManager::useCache(true|false))
Bugfix: When retrieving a preference it now checks if the query returns any rows, instead of checking the value.</notes>
    <deps>
      <dep type="pkg" rel="ge" version="1.3">DB</dep>
    </deps>
    <filelist>
      <file role="php" baseinstalldir="/Auth" md5sum="9c43138ba3494db8d4b5871be572344c" name="PrefManager.php"/>
      <file role="doc" md5sum="3a3605ebad3129b8e6e5b17860e33181" name="docs/PM_Example.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.2.1</version>
      <date>2003-01-16</date>
      <state>devel</state>
      <notes>Bugfix release: The constructor (and everything else :S) now works.
</notes>
    </release>
    <release>
      <version>0.2.0</version>
      <date>2002-12-07</date>
      <state>devel</state>
      <notes>- Changed the package and class name to Auth_PrefManager, and the filename to PrefManager.php to comply with PEAR coding standards.
</notes>
    </release>
    <release>
      <version>0.11</version>
      <date>2002-12-07</date>
      <state>devel</state>
      <notes>First release.
</notes>
    </release>
    <release>
      <version>0.1</version>
      <date>2002-12-06</date>
      <state>devel</state>
      <notes>Preview release for the PEAR-Dev list.

</notes>
    </release>
  </changelog>
</package>
