Project

General

Profile

Download (373 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
020c18fe 2009-11-13 01:24 Marc Dequènes

[fix/cleanup] handle the 'root' element better (even if ActiveLdap seems not to behave properly with the root DSA)

fa116a1b 2009-11-12 22:25 Marc Dequènes

[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

458f7c28 2009-11-09 10:31 Marc Dequènes

[evol] limit parent location/type for item creation (not yet properly integrated)

560c7b40 2009-10-27 00:32 Marc Dequènes

[fix] ensure removing an aspect also remove reverse-depends

aa4e021c 2009-10-26 23:49 Marc Dequènes

[evol] replace DNs with recognized objects in show command (if not in debug mode)

e99088e1 2009-10-25 20:34 Marc Dequènes

[evol] allow specifying a DN using an item full handle in create/modify command

ba350c4d 2009-10-25 19:34 Marc Dequènes

[-] todolist update

2bd92292 2009-10-25 19:22 Marc Dequènes

[cleanup] moved helper things out of LdapObject in Manipulation and began sweeping dust

7b832340 2009-10-17 13:34 Marc Dequènes

[fix/evol] corrected before delete hook and added complete hook support for objects

d8cfa085 2009-10-17 12:35 Marc Dequènes

[evol] completed aspect hooks panoply

7f913647 2009-10-17 11:17 Marc Dequènes

[evol] improve config #14 (validate global and shadow config, and removed shadowwalker's stuff from the general classes)

f706cc1d 2009-10-16 12:36 Marc Dequènes

[evol] fix and improve before hooks for aspects

10c5f7df 2009-10-14 00:54 Marc Dequènes

[-] todolist update

7da3bb75 2009-10-13 23:30 Marc Dequènes

[-] todolist update

74f1db3a 2009-10-13 00:42 Marc Dequènes

[evol] improve config #7 (move shadow loading in the Controller)

82f680e0 2009-10-12 02:11 Marc Dequènes

[-] todolist update

ad8f03b8 2009-10-12 01:47 Marc Dequènes

[-] todolist update: fields containing a DN should be handled by relations

cc630798 2009-10-12 00:58 Marc Dequènes

[-] todolist update

c30d4613 2009-10-12 00:57 Marc Dequènes

[evol] improved code for objects recognition, created display helper for raw items, and added family items display support

c85ec00c 2009-10-11 18:15 Marc Dequènes

[fix] forgot to update todolist

13594999 2009-08-02 21:53 Marc Dequènes

[evol] added aspect dependency support

3d5fa735 2009-08-02 12:56 Marc Dequènes

[evol] move all item modification into LdapObject, clean things a bit, and use this code for creation too instead of the partial modification support needed to add the MUST attributetypes, this is more flexible

3d58e226 2009-08-02 01:30 Marc Dequènes

[fix] fs aspect primaryGroup corrected, and now handle single-valued relation data, and btw disallow adding the same value multiple times

2238bff8 2009-07-28 14:04 Marc Dequènes

[evol] todolist update

d9091cc0 2009-07-26 23:04 Marc Dequènes

[evol] added aspects modification support, complain about missing fields (added for creation too), and better list present (non-empty) attributes

5d28ad6e 2009-07-26 16:27 Marc Dequènes

[evol] added a basic 'create' command, allowing to set fields with a single value to ensure required fields are not missing; btw ensure the objectClass attributetype is never considered as a field

11c9a6c9 2009-07-26 14:32 Marc Dequènes

[evol/fix] added uploading of files for binary fields, fixed broken '-=' operator in the 'mod' command, fixed another index bug for the 'show' command, and modified the show commmand to display binary fields without newline (usefull for pipes or redirections)

26a3ca45 2009-07-26 13:39 Marc Dequènes

[evol] the 'list' command now display the number of items

304a503d 2009-07-26 13:33 Marc Dequènes

[evol/fix] added 'del' command, added command usage information (using cmdparse subclass was necessary), and fixed a parsing mistake in the 'show' command with field and index

e0364ef1 2009-07-26 03:27 Marc Dequènes

[evol] todolist update

aec96bfd 2009-07-25 01:42 Marc Dequènes

[evol] added binary fields download support ('getbin' command)

f7217dcd 2009-07-25 00:24 Marc Dequènes

[evol] move display options out of object management into the display functions, and display binary field presence

cdce3438 2009-07-21 13:45 Marc Dequènes

[evol] relations are now limited to what is really available in regard to aspects, and the list of possible (potential) relations can be retrieved; relations only include explicit links between objects, not family members (parent/siblings/children objects)

23fe62d2 2009-07-21 01:28 Marc Dequènes

[evol] properly display names and handles

278bbafc 2009-07-20 03:50 Marc Dequènes

[evol] added a todolist