Project

General

Profile

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)

f43a4cb1 2009-11-13 00:25 Marc Dequènes

[evol] recognize 'root' and understand it as value (but not yet as argument), clarify the full handle format, and recognize the MP root

d143d217 2009-11-12 23:07 Marc Dequènes

[fix] ensure objects are properly recognized (care about excluded objectClasses)

3b622929 2009-11-12 22:56 Marc Dequènes

[cleanup] removed leftover TODO

bf962db8 2009-11-12 22:50 Marc Dequènes

[fix] check parent full_handle/DN in the proper hook, so it is always validated

f695b998 2009-11-12 22:31 Marc Dequènes

[fix] do not downcase the full handle, but only the object handle (fix RDN case when creating new items, and probably other problems)

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

822a42a2 2009-11-12 22:15 Marc Dequènes

[fix] added fix for upstream bug #27429

7414a658 2009-11-10 09:36 Marc Dequènes

[evol] better parent definition for new items (not tested yet)

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

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

c3a5f36f 2009-11-09 10:11 Marc Dequènes

[fix] silly mistakes in the object schema

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

e84e08b6 2009-10-25 19:30 Marc Dequènes

[fix] corrected shadowwalker creation (item full handle must not be validated completely as the item does not exist yet)

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

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

3a652e30 2009-10-25 18:37 Marc Dequènes

[cleanup] filter ldap object mapping better

428fdd46 2009-10-25 14:53 Marc Dequènes

[cleanup] reorganized config

62aec43a 2009-10-25 12:48 Marc Dequènes

[cleanup] simplify relations_info access

aa15cd46 2009-10-25 02:06 Marc Dequènes

[cleanup] minor stuff

cad12da3 2009-10-25 01:41 Marc Dequènes

[fix] don't crash when modifying a relation with a blank item handle

5b1a6342 2009-10-25 01:36 Marc Dequènes

[cleanup] improved a bit aspect handling

707b1758 2009-10-25 00:56 Marc Dequènes

[cleanup] minor stuff

38e5c5db 2009-10-25 00:22 Marc Dequènes

[evol] introduce item 'full-handle' and reorganize command arguments, and renamed commands

3e7f80c0 2009-10-23 01:18 Marc Dequènes

[cleanup] code reorganization

cf271e9b 2009-10-23 01:17 Marc Dequènes

[fix] family display was broken

0a4afc42 2009-10-23 00:54 Marc Dequènes

[cleanup] minor simplifications in LdapObject

accc97fc 2009-10-23 00:37 Marc Dequènes

[cleanup] simplifications thanks to default config

effa90c8 2009-10-23 00:36 Marc Dequènes

[fix] corrected object default config

f25d0aed 2009-10-23 00:13 Marc Dequènes

[fix/evol] ensure a shadow/object/aspect is not cast(/post-cast) multiple times, and btw correct the raise_error() method

f8ab8967 2009-10-23 00:03 Marc Dequènes

[fix] corrected setup comment

b527ce77 2009-10-23 00:01 Marc Dequènes

[cleanup] includes reorganization

74f54ee8 2009-10-22 23:51 Marc Dequènes

[fix] added missing start of YAML document in MP shadow config files

9a7f1b63 2009-10-22 23:38 Marc Dequènes

[evol] added default config and simplified MilkyPond shadow config (and minor other changes)

4b6439ec 2009-10-22 23:22 Marc Dequènes

[fix] corrected aspect schema

3f7ddbd3 2009-10-22 22:17 Marc Dequènes

[fix] check for dependency aspects for an aspect was missing

76228fb7 2009-10-22 22:16 Marc Dequènes

[fix] check for needed aspect for an object was subject to crash

776a7c72 2009-10-20 20:04 Marc Dequènes

[evol] try harder to find intermediate objects in tree

953a2b4d 2009-10-20 19:42 Marc Dequènes

[evol/fix] fixed creation hooks call, hooks->plugins with hooks and simplified hooks, added plugin parameters in config and updated aspect/fs

73a3d129 2009-10-20 02:12 Marc Dequènes

[fix] check better if a field value has changed or not

70b17bfa 2009-10-20 02:08 Marc Dequènes

[evol] apply password hash if requested

52697bc9 2009-10-18 22:46 Marc Dequènes

[fix] ensure shadowwalker options have a proper default

fe532158 2009-10-18 22:45 Marc Dequènes

[evol] improve tree display, and move code out of shadowwalker

540aa3c6 2009-10-18 22:43 Marc Dequènes

[evol] don't try to find raw item object if it is already known, be lazy

2d1982bd 2009-10-18 22:40 Marc Dequènes

[fix] try harder to find item name

7b2c50a8 2009-10-18 20:03 Marc Dequènes

[fix] also print aspect handle when handles are requested

2e882c9f 2009-10-18 19:59 Marc Dequènes

[cleanup] internal rework #5

c4ca8497 2009-10-18 19:47 Marc Dequènes

[cleanup] internal rework #4

0032f05d 2009-10-18 19:43 Marc Dequènes

[cleanup] internal rework #3

90809ae4 2009-10-18 19:22 Marc Dequènes

[cleanup] internal rework #2

bbe89518 2009-10-18 18:16 Marc Dequènes

[cleanup] internal rework #1

5a48a521 2009-10-18 17:11 Marc Dequènes

[cleanup] improve elements classes generation (with a few more checks)

c331fe49 2009-10-18 15:36 Marc Dequènes

[evol] rework how object/aspect classes are generated and ensure each shadow materials is in a proper container (to allow loading multiple shadows)

378df927 2009-10-18 12:36 Marc Dequènes

[fix] renamed object description() method which conflicted with the quite common attribute of the same name

3de546c5 2009-10-18 12:32 Marc Dequènes

[fix] corrected hooking methods

dfd86175 2009-10-17 15:06 Marc Dequènes

[fix] correct shadowwalker show command usage

eb96492f 2009-10-17 14:54 Marc Dequènes

[fix] corrected aspect schema ('associate_unclaimed_attributes' parameter was missing)

88b0bbce 2009-10-17 14:30 Marc Dequènes

[cleanup] move default empty hooks aside and include them (and share them between LdapObject and LdapAspect)

e34242cc 2009-10-17 13:36 Marc Dequènes

[cleanup] s/mapper/shadow/ for consistency

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

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

d5e43f08 2009-10-17 13:08 Marc Dequènes

[fix] use new recursive delete with hooks in shadowwalker

a65fd5e8 2009-10-17 13:06 Marc Dequènes

[fix] aspect hooks loading was broken, and moved file loading into the Config class

cb14c112 2009-10-17 13:00 Marc Dequènes

[fix] fixed aspects default hooks

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

[evol] completed aspect hooks panoply

4b046f91 2009-10-17 12:34 Marc Dequènes

[cleanup] Shadow load_object() -> add_object() for consistency

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)

1f9bfec2 2009-10-16 21:36 Marc Dequènes

[evol] improve config #13 (reorganized config/schema loading/validating, transform Controler into Shadow, and began reworking things to get a real Shadow view)

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

[evol] fix and improve before hooks for aspects

488f778c 2009-10-16 11:56 Marc Dequènes

[cleanup] hook_mod -> hook_modify

9fca0140 2009-10-16 02:16 Marc Dequènes

[evol] improve config #12 (improved object definition check #3 + added aspect definition check)

bd72aadb 2009-10-16 01:45 Marc Dequènes

[evol] improve config #11 (improved object definition check #2)

717158af 2009-10-16 01:09 Marc Dequènes

[evol] improve config #10 (improved object definition check)

c5ae937c 2009-10-15 00:12 Marc Dequènes

[evol] improve config #9 (preliminary work to check object definition against schema)

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

[-] todolist update

0df6346a 2009-10-14 00:46 Marc Dequènes

[evol] improve config #8 (shadow selection support)

66ccfd46 2009-10-13 23:30 Marc Dequènes

[evol] display family members optionally in show command (can be lengthy)

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)

0add0aab 2009-10-13 00:04 Marc Dequènes

[evol] improve config #6 (rename config files)

b6fb956a 2009-10-12 23:49 Marc Dequènes

[-] cleanup

1d23b8e8 2009-10-12 23:43 Marc Dequènes

[evol] improve config #5 (check for missing foreign object in relations)

cee99c3d 2009-10-12 23:19 Marc Dequènes

[evol] improve config #4 (check for missing aspect)

2b56c5a4 2009-10-12 23:14 Marc Dequènes

[evol] improve config #3 (move non-framework translations in config dir)

ef24d7f9 2009-10-12 23:01 Marc Dequènes

[evol] improve config #2 (aspects config is separated)

efe1cd5c 2009-10-12 22:13 Marc Dequènes

[evol] improve config #1 (objects+relations config is separated)

33cde370 2009-10-12 22:02 Marc Dequènes

[fix] correct item display name when a raw object is not recognized

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

[-] todolist update

0c7af251 2009-10-12 01:53 Marc Dequènes

[-] cleanup: removed silly optional_classes support, as aspects handle this nicely

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

a4aeb5ee 2009-09-27 21:10 Marc Dequènes

[evol] recognize objects out of search result, and display them properly

bd714351 2009-09-27 20:06 Marc Dequènes

[evol] added search command (working, but items are not recognized yet)

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

[evol] added aspect dependency support

b52f0f7d 2009-08-02 21:16 Marc Dequènes

[evol] move all activeldap workarounds away, and properly manage operational attributes (using schema instead of a hardcoded list)

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

9f623500 2009-08-02 11:48 Marc Dequènes

[fix] inverted logic when testing relation existence

fa46f30b 2009-08-02 11:42 Marc Dequènes

[-] cleanup