30 Jul, 2015

2 commits


29 Jul, 2015

1 commit

  • Hand-written docs depend on generated doc sources.
    In order to move the hand-written docs out of the project,
    the sources generated from project code must be in artifacts.
    
    This initial patch creates the artifacts for man pages
    and other generated documentation.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12703 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

14 Jul, 2015

1 commit


07 Jul, 2015

1 commit

  • This patch fixes the existing documentation on entry cache settings,
    and also includes tip in the section about static groups
    to try to avoid large static groups by using dynamic groups if possible,
    and if not to use an entry cache.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12621 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

06 Jul, 2015

2 commits


30 Jun, 2015

1 commit


26 Jun, 2015

1 commit


25 Jun, 2015

2 commits


24 Jun, 2015

1 commit


23 Jun, 2015

1 commit

  • This patch mentions the need to use OPENDJ_JAVA_HOME
    (or OPENDJ_JAVA_BIN) to set the Java environment correctly
    for GUI installation.
    
    This also means that OpenDJ is dropping support for Java WebStart.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12558 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

17 Jun, 2015

1 commit

  • CR-7262
    This change is a consequence of OPENDJ-2098
    * src/main/java/org/opends/server/tools/upgrade/LicenseFile.java
    ** Perform a check in multiple folders to ensure if the license has been accepted for a 2.6.x version a user would not be prompted again.
    ** Introduce some constants to avoid harcoded string repetitions
    * build.xml
    ** I do not think this code is still use, but update to prevent any regression
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12525 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

15 Jun, 2015

1 commit

  • This patch removes a number of screenshots
    that take up space and require maintenance
    without adding much beyond what is in the text.
    
    Readers who want the screenshots can follow along
    by running the setup program on their computers.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12517 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

10 Jun, 2015

1 commit


09 Jun, 2015

1 commit


08 Jun, 2015

1 commit


01 Jun, 2015

1 commit


29 May, 2015

3 commits

  • 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
     
  • This patch adds a missing -validity option,
    and updates the output shown to align with the fix.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12371 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • This patch documents the need to prevent
    anti-virus and intrusion detection systems
    from interfering with OpenDJ directory server.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12369 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

27 May, 2015

1 commit


22 May, 2015

5 commits

  • This patch uses a new feature of the doc build plugin
    to move extra resource files in with the versioned doc sources.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12327 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@12325 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • This patch adds a procedure to reinitialize data for a base DN.
    
    This procedure uses the pre-/post-external-init subcommands,
    rather than rm -rf of the changelogDb and database files.
    The approach with rm is perhaps quicker for test/PoC environments,
    but looks like it calls for shutting the service down.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12324 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • This patch removes links to the config reference,
    because the information is now provided in the dsconfig man pages.
    We might stop delivering the configuration reference at some point.
    
    To avoid a clash with the fix for OPENDJ-2013,
    this patch does not address links related to the local-db attributes.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12318 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • Thanks to Jean-Noël Rouvignac for pointing out a typo
    and a misnamed method in my previous commit for this issue.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12317 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

21 May, 2015

2 commits

  • 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
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@12314 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

18 May, 2015

4 commits


13 May, 2015

1 commit


12 May, 2015

1 commit

  • The Admin Guide section describing replication topologies
    introduces the idea of “sub-topologies” without explaining it.
    This patch clarifies what is meant,
    and breaks up a long sentence to make the text easier to digest.
    
    Thanks to Fabio for pointing out the problem and reviewing over IM.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12244 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

11 May, 2015

1 commit


30 Apr, 2015

1 commit


23 Apr, 2015

2 commits

  • Thanks to muzzol oliba for spotting the problem.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12136 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     
  • Thanks to Peter Major for pointing this out.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12133 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark