13 Dec, 2013

1 commit

  • 
    Most of the replace was done by global search replace from Eclipse via regular expressions.
    Individual files had incorrect headers or badly formatted ones, so some of them have been done manually by replacing the content between CDDL HEADER START and CDDL HEADER END.
    Some headers were quoting "trunk/opends/resource/legal-notices/CDDLv1_0.txt" while it should have been "legal-notices/CDDLv1_0.txt".
    
    
    Removed:
    - resource/legal-notices/OpenDS.LICENSE
    
    The following required manual changes:
    - build.xml
    - ext/checkstyle/opendj.sourceheader
    - resource/admin/java-utilities.xsl
    - src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
    - src/build-tools/windows/*
    - src/pkg/opends-dsml-gateway_proto.py
    - src/pkg/opends_proto.py
    - src/server/org/opends/server/util/ServerConstants.java
    - tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
    - tests/staf-tests/build.bat
    
    An incorrect header mentionning "exclude" instead of "include" in the copyright header existed for: tests/staf-tests/functional-tests/testcases/backends/backup/**/*
    
    Some files have no copyright headers at all. I did not update them. Here is some of them (more exist):
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/*.ref
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/delete.ldif
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9984 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

07 Jun, 2013

1 commit

  • The jnlp / webstart is now able to display the license if it is present and to validate it.
    
    Additional fix : The font is now set to UIFactory.TEXTFIELD_FONT for the license panel. (fix windows OS trivial graphical bug)
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8975 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

05 Jun, 2013

1 commit


22 May, 2013

1 commit


11 Apr, 2013

2 commits


11 Mar, 2013

1 commit


10 Jul, 2012

1 commit


20 Oct, 2011

1 commit


05 Oct, 2010

1 commit


30 Sep, 2010

1 commit


18 Aug, 2010

1 commit

  • Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code.
    The minimal version has been set to Java 1.6.0_10.
    Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6564 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

07 Jun, 2010

1 commit


25 Sep, 2009

1 commit


07 Apr, 2008

1 commit


15 Feb, 2008

1 commit


20 Aug, 2007

1 commit


17 May, 2007

1 commit


15 May, 2007

1 commit


08 May, 2007

1 commit


27 Apr, 2007

1 commit


23 Apr, 2007

1 commit

  • - The Upgrader wizard panels (except the final progress panel) now pass real user data to the upgrader process.
    
    - A RemoteBuildManager that handles querying for and downloading build files.  Also code for handling access through web proxies.
    
    - The create-webstart-standalone script has been modified to generate a QuickUpgrade.jnlp file that is put into the 'install' directory as a peer to the QuickSetup.jnlp script.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1676 41b1ffd8-f28e-4786-ab96-9950f0a78031
    kenneth_suter
     

29 Mar, 2007

1 commit

  • … for the upgrader feature (issue 598).  These changes were reviewed by Josu. 
    
    1.  Establish the concept of an Application (Install, Uninstall, Upgrade, Revert etc.) so that common drudgery (progress notification, message formatting, look and feel, user input, file management etc.) can be handled by a common base class (newly created AbstractApplication).
    
    2.  Establish clearly defined interface between the framework (QuickSetup) and the applications.
    
    3.  Replace classes currently defined in each application's package having lots of commonality with common classes (see new classes in org.opends.quicksetup).
    
    4.  Miscellaneous cleanup mostly handled by my IDE (fix Javadoc problems, optimize import statements etc.)
    
    This commit also:
    
    - made ProgressSteps an interface that the application specific enums implement.
    
    - moved the uninstaller specific user data back into a UninstallUserData object.  For now I've left the installer's UserData to be more of a default since it has lots of properties I imagine would be useful for the upgrader.
    
    - added a new system property org.opends.quickstart.Application.class for specifying the application class of the Application to be instantiated.  I've done this to remove some of the logic involved in determining which application to create in QuickSetup (if (isWebStart())..., if (isInstaller())...).  The create-webstart-standalone script now generates this property as do the *Launcher classes.  Applications are now created in the Application.create() method.
    
    - QuickSetup now creates the application during the init phase rather than waiting until the launch*.  This so that the application can supply the user data necessary (specialized user data if necessary as is done by the uninstaller application). 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1537 41b1ffd8-f28e-4786-ab96-9950f0a78031
    kenneth_suter
     

14 Mar, 2007

1 commit

  • QuickSetup is not using the latest version in www.opends.org in certain scenarios because we are using the offline-allowed element.  If this option is specified the application is launched and then the checking for updates is done.  If the checking times out the copy stored in the cache is used.  The fix consists of removing this option (in the context of opends.org we are always running online).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@1409 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

10 Mar, 2007

1 commit


21 Nov, 2006

1 commit


20 Nov, 2006

1 commit


19 Nov, 2006

1 commit