21 Jan, 2013

2 commits


15 Jan, 2013

1 commit


09 Jan, 2013

1 commit


08 Jan, 2013

2 commits


21 Dec, 2012

4 commits


20 Dec, 2012

4 commits


19 Dec, 2012

4 commits


18 Dec, 2012

5 commits


17 Dec, 2012

2 commits


16 Dec, 2012

1 commit


14 Dec, 2012

7 commits


13 Dec, 2012

2 commits

  • Documentation fix about scripting
    Fixed a) and b) as indicated.
    Fixed c) as per this info from Laszlo:
    
    The properties is an ArrayList so the order is exactly the same as it's 
    defined in the config file and not random.
    
    update calls
        onUpdate script
        
        Iterates over the pre-defined properties in order and call the onValidate
        call the onValidate on the object
        
        DOES NOT DO "Perform schema validation (see the Schema Validation section)"
        
        Iterates over the pre-defined properties in order and call the onStore
        call the onStore on the object
        
        updates the repo object
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1780 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     
  • 
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1778 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana
     

11 Dec, 2012

1 commit


10 Dec, 2012

3 commits


06 Dec, 2012

1 commit

  • Wrong request type in Object/Property validation in documentation
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@1718 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    Lana