phpGeneral - web based administration phpGeneral version 0.7.7 * Encryption for auth password can be switched on or off * MyEntry user objects can consist of account or person objectclasses * New AutoID module to fill posix uid- and gidnumbers automatically phpGeneral version 0.7.6 * API change: Generic access to all available hash functions * API change: DBX::query() returns result as lvalue instead of reference * Change in TransformCrypt() - see MIGRATION * Native implementation of DBXPgSQL * New escape() function in class DBX * Fixed SHA1 password generation * Each option in the common config files is now fully documented * Removed blank lines after ?> in all files to get rid of the need to enable output buffering if cookies must be set phpGeneral version 0.7.5 * New support class for encryption based on the mcrypt library * Session password isn't stored in cleartext anymore on the server * One support class with different types could not be instantiated * Improved default theme (light-blue) * Displays server url in tree view phpGeneral version 0.7.4 * New "soa" module for increasing the serial of SOA records automatically * Fixed a bug preventing tree code from using cached entries * Removed some warnings appearing at highest warning level phpGeneral version 0.7.3 * Fixed bug in Ldap::deleteAttributes() preventing modification of objects with empty attributes * Textarea width and height is now skinable * More than one wizard function for a form field is possible * New onFocus handler can execute wizards per input field (like onBlur) * SOARecord field is filled with default values phpGeneral version 0.7.2 * Tree code rewrite to build up the tree correctly (bug introduced in 0.7.1) * Fixed wrong behaviour of rename() in idcheck module * Fixed bug in myentry (introduced in 0.7.1) * Replaced array_delete_key() by unset() resulting in a small speed improvement * Moved "COMSpace and "MyEntry" config files to /etc/general//comspace/ phpGeneral version 0.7.1 * Reduced database lookups by storing the objects along the current path * Node arrays are now associative for faster creation of the tree * Fixed tree display bug forcing previous versions to loop through node array in BaseLdap::show() and BaseLdap::search() * Fixed misbehaviour if dn contains basedn twice * PTR record support for reverse lookup delegation (requires dnsDomain2 schema) * New support classes for file-based databases phpGeneral version 0.7.0 * idcheck module prevents modification of groups * Added favicon code (thanks to Olivier Javaux) * Set default scripting language to javascript * Named framesets (for more than one frameset.conf) * associatedDomain is changed if dc is renamed while adding a dnshost/dnsalias * Ldap support class converts chars to UTF8, so non ASCII chars can be stored as well (thanks to Olivier Javaux)