phpGeneral - web based administration


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/<your realm>/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)
