Top Level :: Authentication

Package Information: LiveUser_Admin 0.3.0

Show All Changelogs
» Version » Information
0.3.9 2006-08-22     beta
0.3.8 2006-04-19     beta
0.3.7 2006-02-21     beta
0.3.6 2005-12-21     beta
0.3.5 2005-10-10     beta
0.3.4 2005-09-02     beta
0.3.3 2005-08-17     beta
0.3.2 2005-08-09     beta
0.3.1 2005-07-20     beta
0.3.0Download

Release date: 2005-06-21 09:40 UTC
Release state: beta

Changelog:

- added _call() overloading method for php5 users in LiveUser_Admin class
- dont require a conf array for all but the first call of singleton()
- updated LiveUser dependency

storage
- delete() now uses findTable() to ensure that only defined table with the
proper fields are being used
- findTable() now only prefixes fields if necessary
- added ability to prefix explicit tables in findTables()
- no longer use "ids" in insert so we can remove this information from the
Globals.php file in the client
- added support for table name aliasing
- tweaked NULL value handling in createWhere() (bug #4638)

authentication
- typo fix (bug #4109)
- typo fix (bug #4173)
- moved to admin storage class
- tweaked disconnect to only disconnect when a new connection was made

permission
- typo fix: hierachy -> hierarchy (bug #4150)
- improved the "with" support (fixing bug #3245)
- tweaked disconnect to only disconnect when a new connection was made
- fixed bug that would lead to hierarchy mode in getGroups only fetching the
first subgroup level (bug #4633)

examples
- examples were converted to use MDB2_Schema. See the demodata.php script found
in the client part (http://cvs.php.net/co.php/pear/LiveUser/docs/examples/demodata.php)
- removed the test.php script since this code is outdated and serves no purpose any longer
- updated examples to use the new auth config layout due to using admin storage
- tweaked error handling on init() call

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.3.1 or newer
  • PEAR Package: LiveUser 0.16.0 or newer
  • PEAR Package: Log 1.7.0 or newer (optional)
  • PEAR Package: DB 1.6.0 or newer (optional)
  • PEAR Package: MDB 1.1.4 or newer (optional)
  • PEAR Package: MDB2 2.0.0beta4 or newer (optional)
  • PEAR Package: XML_Tree (optional)
  • PEAR Package: Crypt_RC4 (optional)
0.2.1 2005-03-30     beta
0.2.0 2005-03-15     beta
0.1.0 2004-12-20     beta