[evol] attributes parameters rework §10 (access support for show operation on a single value)(changes also bring relation support to this operation btw) (closes #142)
[evol] attributes parameters rework §10 (access support for modify operation) (refs #142)
[evol] updated MilkyPond world
[evol] organized_data: added ignored attributes
[evol] attributes parameters rework § (MilkyPond world update) (refs #142)
[evol] attributes parameters rework §8 (attributes data retrieval fix) (refs #142)
[evol] attributes parameters rework §7 (organized data fix) (refs #142)
[evol] attributes parameters rework §6 (relation params retrieval fix) (refs #142)
[evol] attributes parameters rework §5 (attribute params retrieval fix) (refs #142)
[evol] attributes parameters rework §4 (OpenLDAP_config world update) (refs #142)
[evol] attributes parameters rework §3 (schema + defaults) (refs #142)
[evol] attributes parameters rework §2 (display code) (refs #142)
[evol] attributes parameters rework §1 (core code) (refs #142)
[fix] display correct binary files count
[fix] correct 'root' search error handling
[fix] potential crash in raw_item_info
[evol/fix] finish 'root' support (closes #148)
[evol] allow specifying a file content as value in the command line for search and modify commands (closes #149)
[evol] implemented vattrs search via post-filters (closes #141)
[fix] correct _attribute_info return values
[evol] vattrs: normalize when setting field with helpers (refs #141)
[evol] virtual attributes support §3 (TextUI can fetch specific vattr) (refs #141)
[fix] TextUI key pattern was wrong (not allowing digits at all)
[evol] virtual attributes support §2 (aspect vattrs with example) (refs #141)
[fix] correct broken LdapObject initialization due to the way ActiveLdap instanciate
[evol] preliminary virtual attributes support (with read only attributes support, and an example vattr) (refs #141)
[evol] hidden/expert attributes updates in shadows
[evol] implemented expert_attributes and hidden_attributes for aspects (closes #147)
[fix] translation
[evol] preliminary support for OpenLDAP 'cn=config' world §3 (translations) (refs #143)
[evol] preliminary support for OpenLDAP 'cn=config' world §2 (refs #143)
[fix] boolean values always defines nonempty_attributes
[fix] in debug mode, only display aspects names, not Ruby objects
[fix] ensure DNs outside the current base DN are handled properly
[evol] adapt to ActiveLDAP changes in relations (introduced in 1.1.0)
[fix] missing translation for the main MilkyPond shadow
[evol] accept ActiveLDAP has_many 'wrap' option
[fix] correct display attributes sorting
[evol] preliminary support for OpenLDAP 'cn=config' world (refs #143)
[fix] correct fix for activeldap#28433 (was broken for base DN)
[fix] compute an object human name for non-string values too
[evol] added support for multiple worlds (closes #144)
[-] updated version
[workaround] added fix for activeldap#28433
[fix] corrected display of unknown DN (closes #109)
Merge branch 'master' of ssh://rcs-git.duckcorp.org/rcs/git/duckcorp/ldapshadows
[evol] added requirements info
[evol] shrinked ActiveLdap fixes (but now requires version 1.2.2)
[evol] updated workaround for activeldap#26720
[fix] reindent
[evol] switched to a higher activeldap library (closes #27)
[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] corrected naming clash leading to uncaught exception
[evol] use a plugins-pecific include dir to share functions among plugins easily (closes #36)
[fix] files in 'lib/' should not be executable
[licence] copyright updated (or added when missing)
[evol] MilkyPond config: enforce proper 'allowedServices' values
[fix] correct aspect hooks call
[fix] MilkyPond config: s/primary/primary_account/
[evol] synched MilkyPond shadow config with current schema
[todo] moved in Redmine
[fix] clarify usage for create command
[fix] clarify usage for modify command
[fix] always set relations_info event if there are no relations defined for this object
[cleanup] removed a now useless global variable
[evol] added restriction on parents for MP objects
[evol] search can use family relationship as criterias
[cleanup] todolist update
[cleanup] removed useless code
[fix] corrected attributes not retrieved anymore
[fix] forgot to modify method call after moving away raw_item_info()
[fix] remove remaining ref to $shadow outside the shadowwalker scope
[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] ensure objects are properly recognized (care about excluded objectClasses)
[cleanup] removed leftover TODO
[fix] check parent full_handle/DN in the proper hook, so it is always validated
[fix] do not downcase the full handle, but only the object handle (fix RDN case when creating new items, and probably other problems)
[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
[fix] added fix for upstream bug #27429
[evol] better parent definition for new items (not tested yet)
[evol] limit parent location/type for item creation (not yet properly integrated)
[fix] silly mistakes in the object schema
[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
[-] todolist update
[fix] corrected shadowwalker creation (item full handle must not be validated completely as the item does not exist yet)
[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