Top Level :: Authentication

Package Information: LiveUser_Admin 0.2.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.0 2005-06-21     beta
0.2.1 2005-03-30     beta
0.2.0Download

Release date: 2005-03-15 12:35 UTC
Release state: beta

Changelog:

- perm container now also has a default init() method that is called in the factory
- delete/update now dont require a filter in the id field
- delete/update now return the number of affected rows
- use LiveUser::cryptRC4() for rc4 handling
- added support to be able to query for single values, columns and rows next to
fetching multi dimensional arrays ('select' key in params array of get methods)
- improved error handling in several places to not trigger on empty results
- sequences are now named after the table they belong to
- now requiring MDB2-2.0.0beta3
- if the "force-seq" option is now set to false in the storage config
MDB2 will try to use autoincrement if supported by the RDBMS (you will need
to add autoincrement to the id fields in the applications, areas, groups,
rights, and perm_users tables yourself)
- example 1 now outputs all queries using an MDB2 debug handler
- Subgroups now work
- ImplyRights now work
- One can now remove groups recursively by passing recursive = true to
removeGroup in Perm Complex container (before it was hardcoded to true,
now defaults to false)
- Tests for SubGroups and ImplyRights up and running
- getGroup and getRight now work in Perm Complex Container
- added DB and MDB permission backends
- Complex container is now fully implemented.
- addAreaAdmin and removeAreaAdmin where added to the Complex container
- Admin.php getUser was removed and searchUser was renamed to getUsers and with
new params (BC break!)
- give each example a unique database name
- moved selectable tables into property so that they can be overwritten
- fixed autoinit handling in factoray (bug #3133)
- added missing PEAR error to error stack conversions
- return false if we previously ensured that the value is false anyways for clarity
- call setAdminAuthContainer() in updateUser() and removeUser() to ensure that
the proper auth container is affected
- updated the file headers as per the RFC
- getGroups() in the complex container was refactored and subgroup handling
was reworked (BC break!)

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.3.1 or newer
  • PEAR Package: LiveUser 0.14.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.0beta3 or newer (optional)
  • PEAR Package: XML_Tree (optional)
  • PEAR Package: Crypt_RC4 (optional)
0.1.0 2004-12-20     beta