| PEAR Announce 2006-08-22, 6:58 pm |
| The new PEAR package LiveUser_Admin-0.3.9 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- pass debug parameter by ref to the constructor since it can be an object instance
- updated API calls of getBeforeId() and getAfterId() in the storage classes
- refactored decryptPW() and encryptPW() into static methods in the LiveUser class
- force null instead of false for PDO fetch() calls that return empty sets
- added static error push when a non array is passed to setSelectDefaultParams() (Request #7779)
- use empty() instead of array_key_exists() in setSelectDefaultParams()
- update of auth_user_id not possible via LiveUser_Admin::updateUser() (Bug #7975; thx to Matthias)
- fixed incorrect handling of single column joins (Bug #8424)
- better handling of '*' inside the field list together with explicit fields (Bug #7955)
Package Info
-------------
LiveUser_Admin is meant to be used with the LiveUser package.
It is composed of all the classes necessary to administrate
data used by LiveUser.
You'll be able to add/edit/delete/get things like:
* Rights
* Users
* Groups
* Areas
* Applications
* Subgroups
* ImpliedRights
And all other entities within LiveUser.
At the moment we support the following storage containers:
* PEAR::DB
* PEAR::MDB
* PEAR::MDB2
* PECL::PDO
But it takes no time to write up your own storage container,
so if you like to use native mysql functions straight, then it's possible
to do so in under a hour!
Related Links
-------------
Package home: http://pear.php.net/package/LiveUser_Admin
Changelog: http://pear.php.net/package/LiveUse.../download/0.3.9
Download: http://pear.php.net/get/LiveUser_Admin-0.3.9.tgz
Authors
-------------
Arnaud Limbourg <arnaud@limbourg.com> (lead)
Lukas Smith <smith@pooteeweet.org> (lead)
Markus Wolff <wolff@21st.de> (lead)
Helgi Žormar <dufuz@php.net> (lead)
Matthias Nothhaft (developer)
|