[fix] correct handling of multiple values (closes #108)
[fix] don't crash when checking parent for an item being modified but not relocated
[fix] correct aspect hooks call #2
[fix] don't crash when a hook crash (closes #37)
[fix] files in 'lib/' should not be executable
[licence] copyright updated (or added when missing)
[fix] correct aspect hooks call
[fix] always set relations_info event if there are no relations defined for this object
[fix/cleanup] handle the 'root' element better (even if ActiveLdap seems not to behave properly with the root DSA)
[evol] recognize 'root' and understand it as value (but not yet as argument), clarify the full handle format, and recognize the MP root
[fix] check parent full_handle/DN in the proper hook, so it is always validated
[fix/evol] correct a bug in the item creation when handling the parent parameter, allow specifying a default parent per object, and provides a new find_by_full_handle() handy method
[evol] better parent definition for new items (not tested yet)
[fix] ensure removing an aspect also remove reverse-depends
[evol] replace DNs with recognized objects in show command (if not in debug mode)
[evol] allow specifying a DN using an item full handle in create/modify command
[cleanup] moved helper things out of LdapObject in Manipulation and began sweeping dust
[cleanup] filter ldap object mapping better
[cleanup] reorganized config
[cleanup] simplify relations_info access
[cleanup] minor stuff
[fix] don't crash when modifying a relation with a blank item handle
[cleanup] improved a bit aspect handling
[evol] introduce item 'full-handle' and reorganize command arguments, and renamed commands
[cleanup] code reorganization
[cleanup] minor simplifications in LdapObject
[cleanup] simplifications thanks to default config
[fix/evol] ensure a shadow/object/aspect is not cast(/post-cast) multiple times, and btw correct the raise_error() method
[fix] check for dependency aspects for an aspect was missing
[fix] check for needed aspect for an object was subject to crash
[evol/fix] fixed creation hooks call, hooks->plugins with hooks and simplified hooks, added plugin parameters in config and updated aspect/fs
[fix] check better if a field value has changed or not
[evol] apply password hash if requested
[evol] don't try to find raw item object if it is already known, be lazy
[fix] try harder to find item name
[cleanup] internal rework #5
[cleanup] internal rework #4
[cleanup] internal rework #3
[cleanup] internal rework #2
[cleanup] internal rework #1
[cleanup] improve elements classes generation (with a few more checks)