14 Aug, 2007

13 commits


13 Aug, 2007

7 commits


10 Aug, 2007

3 commits


09 Aug, 2007

2 commits


08 Aug, 2007

4 commits


07 Aug, 2007

3 commits

  • 1. Provide a fix for the GUI part of issue 1894 (consider replication in uninstall).  Basically the graphical uninstall checks whether there is an ADS defined and if the server is configured for replication and asks the users whether (s)he wants to remove the references to the server that is being uninstalled.
    
    2. Fix some minor issues that appear in the merged version of the installer and upgrader.
    
    3. Update the build so that statuspanel.jar disappears.  The idea is to minimize the number of jars that we have.  This is a requirement coming from customers and approved by Neil in a conversation we had a while ago.
    
    4. Minimize the number of classes that go to quicksetup.jar so that its size is the minimal possible and we reduce the download time when launching the WebStart based tools.  This has been done by moving the uninstaller tool to OpenDS.jar (with the status tools). 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2586 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • close a file after we're done reading it.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2585 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • take some action whenever a subordinate entry is modified as a result of a
    modify DN operation that targets an entry that has one or more children (i.e.,
    a subtree move or subtree rename operation).  At present, subordinate modify DN
    plugins are not allowed to change the contents of the entry as it is being
    moved/renamed, but an appropriate API is in place if we decide to add this
    functionality in the future.
    
    This commit also includes a significant amount of cleanup for plugin result
    code, including corrections to copy-and-paste errors in the javadoc
    documentation.
    
    OpenDS Issue Number:  752
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2584 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

06 Aug, 2007

7 commits


04 Aug, 2007

1 commit