06 Jun, 2007
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2040 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Put the references to colors in the properties files. This has been done because the meaning of the colors vari es in the countries so the use of one color or the other can be related to the language. git-svn-id: https://svn.forgerock.org/opendj/trunk@2039 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2038 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2037 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jun, 2007
18 commits
-
they pass the server unit tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@2036 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2035 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2034 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…the upgrader's interaction in asking the user whether they would like to cancel an upgrade if there are problems found: - The notion of a 'UserInteraction' which can be used by applications to prompt the user regardless of whether or not they are running in CLI or GUI mode. There are two subclasses of this, one for the CLI and one for the GUI. Unlike existing code for prompting the user in the CLI UserInteraction is intended to be used during the coarse of the progress panel but can be used elsewhere as well. UserInteraction has two methods currently that take arguments similar to JOptionPane's showConfirmDialog. One of the methods allows an application to present the user a dialog having a 'Details' section which in the GUI shows the user a JOptionPane have a 'Show Details' button that when clicked expands the panel to show details. Care has been taken to extend JOptionPane rather than invent a new dialog whose look and feel may not be compatible with future Swing look and feels. - Code for the upgrader to use the new functionality in asking the user if they would like to back out of an upgrade if there are errors found. The user is presented with an option pane in the GUI with a 'Show Details' button where they can get more information. The CLI has an option for viewing the details if in an interactive session. The previous behavior was to back out automatically. The upgrader CLI supports a noninteractive argument to support the current behavior. - Common support for 'silent' and 'noninteractive' command line parsing. The uninstaller and installer still retain their separate method for determining this but they could easily adopt the common approach now present in CliApplicationHelper. git-svn-id: https://svn.forgerock.org/opendj/trunk@2033 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2032 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- remove FSCache. git-svn-id: https://svn.forgerock.org/opendj/trunk@2031 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2030 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2029 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2028 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2027 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2026 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
If there is no replication server the domain will start anyway and will retry to connect regularly. The changes happening during this time will be sent to the replication server when it starts (currently only for modify operations) git-svn-id: https://svn.forgerock.org/opendj/trunk@2025 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix consists of selecting the whole text of the textfield when we get the keyboard focus (so it applies both to the tab key and the mouse click on the text field). git-svn-id: https://svn.forgerock.org/opendj/trunk@2024 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…re not initialized as usual git-svn-id: https://svn.forgerock.org/opendj/trunk@2023 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2022 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ess to the status panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@2021 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2020 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2019 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Jun, 2007
16 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2018 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Basically the fix consists of making the progress panel JEditorPane not to be the root of the focus cycle. Appart from that some focus listeners have been added to be sure that the first component that gets the focus is the details text area in the progress panel. Concerning the status panel, the panel could be used using just the keyboard, but when the tables get the focus CTRL+TAB must be used. As the tables are read-only there is no much value on making them focusable so I set them to be non focusable so that the use of CTRL+TAB is no longer required to use the status panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@2017 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2016 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2015 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* pull-up AbstractPropertyDefinition into PropertyDefinition and delete AbstractPropertyDefinition * fix mildly broken equals(), hashCode(), and compare() methods * define a new PropertyValueVisitor interface which is similar to PropertyDefinitionVisitor but is designed for handling property values in a flexible type-safe manner. git-svn-id: https://svn.forgerock.org/opendj/trunk@2014 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…Issues 1600 and 1762. git-svn-id: https://svn.forgerock.org/opendj/trunk@2013 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2012 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Instead of using %* to test if the user provided arguments in the command line just use the first argument with no quotes (%~0) to do the test. The fix applies both to the setup and the uninstall scripts on Windows. git-svn-id: https://svn.forgerock.org/opendj/trunk@2011 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2010 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem was that the code of the WebStartInstaller tried to create an Installation object. Installation calls start-ds(.bat) to get information about the build, but this fails if no JAVA_HOME is set. JAVA_HOME is not set in general for the WebStart installer but it should be for the other applications. The fix consists of writing the java home before creating the Installation object. Some fixes have been also done related to the progress bar of the web start installer. Now there is some progress bar updates during the downloading. git-svn-id: https://svn.forgerock.org/opendj/trunk@2009 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2008 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2007 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2006 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
https://opends.dev.java.net/issues/show_bug.cgi?id=1334 This commit implements error handling. git-svn-id: https://svn.forgerock.org/opendj/trunk@2005 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The resolution procedure for single valued attribute needs to be slightly different from the mult-valued attribute procedure : - less historical information can be kept - the procedure must take into account the fact that only one value is allowed at a given time. This Change splits the AttrInfo class into 2 classes : AttrInfoSingle and AttrInfoMultiple that both extends AttributeInfo. The Historical class if also refactorized to become more generic, some code was staying there but was indeed specific to multi-valued attribute. This change also add a number of unit tests for single valued attribute, and enable an old test from HistoricalTest.java that was previously disabled because conflict resolution for single valued attribute was not yet implemented. git-svn-id: https://svn.forgerock.org/opendj/trunk@2004 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- improve loggin around persistent state. - some minor bug fixes. - some cleanup. git-svn-id: https://svn.forgerock.org/opendj/trunk@2003 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Jun, 2007
1 commit
-
server will only allow client connections over loopback interfaces and will reject requests from non-root users. This can be used in cases where it would be helpful for the server to be online to address a problem, but there might be security risks in having it fully available (e.g., the server detects a malformed access control rule on startup, and we don't want to allow normal access to the server since that rule might be intended to prevent users from seeing sensitive information and not having it interpreted properly could be dangerous). This mode is designed so that server components like the access control subsystem can place the server in this mode if a problem is detected, but it also includes tasks that can be used to manually place the server into and out of the lockdown mode. These tasks will only be allowed to be invoked by root users over a loopback connection. OpenDS Issue Number: 1758 git-svn-id: https://svn.forgerock.org/opendj/trunk@2002 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jun, 2007
1 commit
-
with other products (like DSEE), and it was inadvertently changed with the introduction of the new logging framework. git-svn-id: https://svn.forgerock.org/opendj/trunk@2001 41b1ffd8-f28e-4786-ab96-9950f0a78031