| » Version | » Information |
|---|---|
| 1.2.0 | Download Release date: 2007-06-18 02:50 UTC Release state: stable Changelog: * Moved DB connection out of constructor so connection is only made when needed and error handling can be done properly. * Added option to return PEAR_Error objects when a problem occurs. * General code cleanup. * Switched to package.xml 2.0. * Added test suite. * Fix Bug #9469. Attempts to use DB connection even if error generated while connecting. Dependencies:
|
| 1.1.4 | Download Release date: 2005-04-05 00:06 UTC Release state: stable Changelog: Bugfix release, submitted patches from the bug tracker. * Closes #3655 * Closes #2975 * Closes #2512 Dependencies:
|
| 1.1.3 | Download Release date: 2004-06-16 23:30 UTC Release state: stable Changelog: Bugfix release, removing a missed debug echo. Dependencies:
|
| 1.1.2 | Download Release date: 2004-04-30 17:29 UTC Release state: stable Changelog: * Stopped using the depracted DB_Common::quote method, and changed to DB_Common::quoteSmart. * Use DB_Common::quoteIdentifier to make sure that the table and column names are legal. Dependencies:
|
| 1.1.1 | Download Release date: 2004-02-17 06:18 UTC Release state: stable Changelog: Fixed a bug in the new serialization code, which was preventing non-default values from being unserialized. Dependencies:
|
| 1.1.0 | Download Release date: 2004-02-15 01:32 UTC Release state: stable Changelog: Added support for serializing values before they're saved in the database, and then unserializing when retrieved. To use it set the "serialize" option to true. Dependencies:
|
| 1.0.4 | Download Release date: 2003-11-18 00:34 UTC Release state: stable Changelog: Fixed a bug which occured when setting the name column to something other than pref_id, where preferences would never be found. Contributed by Niklas Norstrom. Dependencies:
|
| 1.0.3 | Download Release date: 2003-04-24 05:30 UTC Release state: stable Changelog: * I missed a set of quotes in the last release, causing empty preferences to be set to ' One day I'll manage to get the release thing right ;) Dependencies:
|
| 1.0.2 | Download Release date: 2003-04-24 03:17 UTC Release state: stable Changelog: * Change all the addslashes to DB::Quote for better database independence. * Fixed some calls to uninitialised variables in the constructor. Dependencies:
|
| 1.0.1 | Download Release date: 2003-04-20 20:12 UTC Release state: stable Changelog: * Added a getDefaultPref method. * Various bug fixes Dependencies:
|
| 1.0 | Download Release date: 2003-04-20 20:08 UTC Release state: stable Changelog: * Added a getDefaultPref method. * Various bug fixes Dependencies:
|
| 0.2.31 | Download Release date: 2003-03-24 19:14 UTC Release state: stable Changelog: Moving to stable state. Dependencies:
|
| 0.2.3 | Download Release date: 2003-03-24 19:12 UTC Release state: devel Changelog: Moving to stable state. Dependencies:
|
| 0.2.2 | Download Release date: 2003-02-05 03:54 UTC Release state: devel Changelog: 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. |
| 0.2.1 | Download Release date: 2003-01-17 02:36 UTC Release state: devel Changelog: Bugfix release: The constructor (and everything else :S) now works. |
| 0.2.0 | Download Release date: 2002-12-13 04:05 UTC Release state: devel Changelog: - Changed the package and class name to Auth_PrefManager, and the filename to PrefManager.php to comply with PEAR coding standards. |
| 0.11 | Download Release date: 2002-12-10 21:32 UTC Release state: devel Changelog: Preview release for the PEAR-Dev list. |