12 Aug, 2015

1 commit


30 Jun, 2015

2 commits


01 Jun, 2015

2 commits


29 May, 2015

1 commit

  • This patch adds LDAP result code appendices
    to the LDAP SDK dev guide and to the server reference.
    
    The implementation is quite closely coupled to
    the code in org.forgerock.opendj.ldap.ResultCode,
    and because it uses Javadoc comment text
    it does not provide for generating a localized version.
    
    This patch also introduces a new opendj-doc-maven-plugin
    dependency on QDox, which has an Apache 2 license.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12376 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

28 May, 2015

3 commits


22 May, 2015

1 commit


21 May, 2015

1 commit

  • This patch uses conditional text to make it possible
    to exclude elements related to the local-db-backend
    from the hand-written documentation.
    
    This patch does not address local-db-backend related content
    in the generated reference documentation.
    For the most part, that should be a by-product of changes
    to OpenDJ directory server code, though there is one place
    in the opendj-server-legacy POM that I've left a comment
    regarding the need to avoid trying to build a man page for dbtest.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12315 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

18 May, 2015

1 commit


03 Apr, 2015

1 commit

  • This patch brings the doc generation plugins together
    in a single module, and adapts the implementation
    of the log ref generation plugin to use a FreeMarker template
    as is already in use in other plugins.
    
    This patch also uses sections in the log ref.
    Sections, rather than naked variablelists,
    make the log ref easier to navigate.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12027 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark