Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 53542 invoked from network); 26 Aug 2008 15:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 15:40:42 -0000 Received: (qmail 52640 invoked by uid 500); 26 Aug 2008 15:40:41 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 52580 invoked by uid 500); 26 Aug 2008 15:40:40 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 52571 invoked by uid 99); 26 Aug 2008 15:40:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 08:40:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 15:38:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 62373238899E; Tue, 26 Aug 2008 08:38:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r689113 - in /directory/studio/trunk: ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ ldapbrowser-help/src/main/docbook/ ldapbrowser-help/src/main/resources/html/images/ ldapbrowser-ui/src/main/java/org/apache/dir... Date: Tue, 26 Aug 2008 15:38:05 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080826153807.62373238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Tue Aug 26 08:38:04 2008 New Revision: 689113 URL: http://svn.apache.org/viewvc?rev=689113&view=rev Log: Update user doc: search logs view and edit entry wizard Added: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.25.1_tools_search_logs_view.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.41.1_tools_editentry_wizard.xml directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_search_logs_1.png (with props) directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_value_editors_10a.png (with props) Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ValueEditorManager.java directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.10_tools_ldap_perspective.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.20_tools_connections_view.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.21.0_tools_browser_view_overview.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.70_tools_value_editors.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml directory/studio/trunk/ldapbrowser-help/src/main/docbook/3_tasks.xml directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_browser_view_2.png directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/entry/OpenEntryEditorAction.java directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/searchresult/OpenEntryEditorAction.java Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ValueEditorManager.java URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ValueEditorManager.java?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ValueEditorManager.java (original) +++ directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/valueeditors/ValueEditorManager.java Tue Aug 26 08:38:04 2008 @@ -123,13 +123,13 @@ // special case: multivalued editor multiValuedValueEditor = new MultivaluedValueEditor( this.parent, this ); - multiValuedValueEditor.setValueEditorName( "Mulitvalued Editor" ); + multiValuedValueEditor.setValueEditorName( "Mulitvalued Editor..." ); multiValuedValueEditor.setValueEditorImageDescriptor( BrowserCommonActivator.getDefault().getImageDescriptor( BrowserCommonConstants.IMG_MULTIVALUEDEDITOR ) ); // special case: entry editor entryValueEditor = new EntryValueEditor( this.parent, this ); - entryValueEditor.setValueEditorName( "Entry Editor" ); + entryValueEditor.setValueEditorName( "Entry Editor..." ); entryValueEditor.setValueEditorImageDescriptor( BrowserCommonActivator.getDefault().getImageDescriptor( BrowserCommonConstants.IMG_ENTRY ) ); Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/0_index.xml Tue Aug 26 08:38:04 2008 @@ -29,11 +29,13 @@ + + Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.10_tools_ldap_perspective.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.10_tools_ldap_perspective.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.10_tools_ldap_perspective.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.10_tools_ldap_perspective.xml Tue Aug 26 08:38:04 2008 @@ -83,7 +83,9 @@ The bottom centered view displays all Modifications - made on the currently selected connections as LIDF change records. + made on the currently selected connections as LDIF change records and all + Searches performed on the on the currently + selected connections as LDIF records. The bottom right Progress view displays Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.20_tools_connections_view.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.20_tools_connections_view.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.20_tools_connections_view.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.20_tools_connections_view.xml Tue Aug 26 08:38:04 2008 @@ -31,11 +31,20 @@ - - - It is possible to organize connections in folders. - Use drag-and-drop to re-organize connections and folders. - + + + + Organize Connections + + It is possible to organize connections in folders and sub-folders. + Use drag-and-drop to re-organize connections and folders. + + + You could copy and paste the connection parameters as LDAP URL + to/from the clipboard. This makes it very easy to share connection parameters + with other users. + + Icons @@ -174,7 +183,7 @@ Copy Connection - Copies the selected connections(s) to the clipboard. To duplicate an existing connection please combine copy and paste. + Copies the selected connection(s) as LDAP URL(s) to the clipboard. To duplicate an existing connection please combine copy and paste. CtrlC or @@ -184,7 +193,7 @@ Paste Connection - Pastes the copied connections(s) from clipboard. Only enabled if there are connections in clipboard. + Pastes the copied connection(s) or LDAP URL(s) from clipboard. Only enabled if there are connections or LDAP URLs in clipboard. CtrlV or Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.21.0_tools_browser_view_overview.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.21.0_tools_browser_view_overview.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.21.0_tools_browser_view_overview.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.21.0_tools_browser_view_overview.xml Tue Aug 26 08:38:04 2008 @@ -408,6 +408,22 @@ on + Container entries first + + If enabled, entries with children are + grouped before the entries without children. + + on + + + Mixed + + If enabled, entries with and without children + are not group before each other. + + on + + Meta entries last If enabled, meta entries (e.g. root DSE or Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.1_tools_entry_editor_features.xml Tue Aug 26 08:38:04 2008 @@ -268,9 +268,8 @@ - - Editing - + + Edit Attributes and Values It is possible to add, edit or delete attributes and values of an entry in the Entry editor. @@ -290,9 +289,30 @@ . - To finish editing press Enter or click to another value or click - the OK button in a value editor dialog. To cancel editing press - ESC or click the Cancel button in a value editor dialog. + To finish editing press Enter + or click to another value or click the OK button in a + value editor dialog. To cancel editing press + ESC or click the Cancel button + in a value editor dialog. + + + Using this method each modification will be immediately sent to + the directory. + + + + + Edit Entry Offline + + You could edit an entry offline to make multiple modifications on + an entry and to send these modifications as one request to the server. + This is necessary e.g. when adding an additional object class + which requires addional attributes. + + + To start the offlien entry editor press F8 + or choose Edit Entry... from the + context menu. Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.22.9_tools_entry_editor_contextmenu.xml Tue Aug 26 08:38:04 2008 @@ -28,26 +28,26 @@ + Opens the + + New Attribute wizard + + . When finishing the wizard a new attribute is + created and the edit mode is started to enter a + value. + + + + Icon: - + - - - - - - Description: Opens the - - New Attribute wizard - - . When finishing the wizard a new attribute is - created and the edit mode is started to enter a - value. + @@ -77,21 +77,21 @@ + Adds a new value to the selected + attribute and starts the edit mode. + + + + Icon: - + - - - - - - Description: Adds a new value to the selected - attribute and starts the edit mode. + @@ -121,25 +121,25 @@ + Opens the + + Search dialog + + . The selected attributes and values are used to + build the search filter (Query by example). + + + + Icon: - + - - - - - - Description: Opens the - - Search dialog - - . The selected attributes and values are used to - build the search filter (Query by example). + @@ -168,20 +168,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Batch Operation wizard @@ -195,6 +182,19 @@ + Icon: + + + + + + + + + + + Enabled: If attributes or values are selected. @@ -208,21 +208,21 @@ + Locates the entry of the selected + DN in DIT. + + + + Icon: - + - - - - - - Description: Locates the entry of the selected - DN in DIT. + @@ -250,20 +250,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Object Class page @@ -277,6 +264,19 @@ + Icon: + + + + + + + + + + + Enabled: If one objectClass value is selected and the schema contains this object class. @@ -291,20 +291,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Attribute Type page @@ -318,6 +305,19 @@ + Icon: + + + + + + + + + + + Enabled: If one attribute or value is selected and the schema contains this attribute type. @@ -335,21 +335,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Matching Rule page @@ -363,6 +349,20 @@ + Icon: + + + + + + + + + + + Enabled: If one attribute or value is selected, the attribute provides an equality matching rule and the schema contains this matching rule. @@ -381,21 +381,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Matching Rule page @@ -409,6 +395,20 @@ + Icon: + + + + + + + + + + + Enabled: If one attribute or value is selected, the attribute provides a substring matching rule and the schema contains this matching rule. @@ -427,21 +427,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Matching Rule page @@ -455,6 +441,20 @@ + Icon: + + + + + + + + + + + Enabled: If one attribute or value is selected, the attribute provides an ordering matching rule and the schema contains this matching rule. @@ -470,20 +470,7 @@ - Icon: - - - - - - - - - - - - Description: Opens the + Opens the Syntax page @@ -497,6 +484,19 @@ + Icon: + + + + + + + + + + + Enabled: If one attribute or value is selected, the attribute provides an syntax and the schema contains this syntax. @@ -512,20 +512,7 @@ - Icon: - - - - - - - - - - - - Description: Copies the selected values. The + Copies the selected values. The values are copied to clipboard in an internal format so they could be pasted to another entry even in the search result editor. Additional @@ -538,6 +525,19 @@ + Icon: + + + + + + + + + + + Shortcut: @@ -564,24 +564,24 @@ + Pasted the previously copied values + to the current entry. Each value is copied + separately, when an error occurs while adding + the value the paste operation will continue with + the next value. + + + + Icon: - + - - - - - - Description: Pasted the previously copied values - to the current entry. Each value is copied - separately, when an error occurs while adding - the value the paste operation will continue with - the next value. + @@ -618,20 +618,7 @@ - Icon: - - - - - - - - - - - - Description: Deletes the selected attributes and + Deletes the selected attributes and values. Note that the following attributes aren't deleteable: @@ -649,6 +636,19 @@ + Icon: + + + + + + + + + + + Enabled: If attributes and values are selected and they are deletable. @@ -671,7 +671,7 @@ - Description: Selects all attributes and values. + Selects all attributes and values. @@ -695,22 +695,22 @@ + Copies the distinguished name of + the current entry (e.g. cn=John + Fowler,ou=People,o=JNDITutorial) + + + + Icon: - + - - - - - - Description: Copies the distinguished name of - the current entry (e.g. cn=John - Fowler,ou=People,o=JNDITutorial) + @@ -722,22 +722,22 @@ + Copies the URL of the current entry + (e.g. ldap://localhost:389/cn=John + Fowler,ou=People,o=JNDITutorial) + + + + Icon: - + - - - - - - Description: Copies the URL of the current entry - (e.g. ldap://localhost:389/cn=John - Fowler,ou=People,o=JNDITutorial) + @@ -751,22 +751,22 @@ + Copies the attribute descriptions of the + selected attributes and values as string to the + system clipboard. + + + + Icon: - + - - - - - - Copies the attribute descriptions of the - selected attributes and values as string to the - system clipboard. + @@ -779,21 +779,21 @@ + Copies the selected values UTF-8 encoded to the + system clipboard. + + + + Icon: - + - - - - - - Copies the selected values UTF-8 encoded to the - system clipboard. + @@ -807,21 +807,21 @@ + Copies the selected values BASE-64 encoded to + the system clipboard. + + + + Icon: - + - - - - - - Copies the selected values BASE-64 encoded to - the system clipboard. + @@ -834,21 +834,21 @@ + Copies the selected values HEX encoded to the + system clipboard. + + + + Icon: - + - - - - - - Copies the selected values HEX encoded to the - system clipboard. + @@ -861,21 +861,21 @@ + Copies the selected attribute and values in LDIF + format to the system clipboard. + + + + Icon: - + - - - - - - Copies the selected attribute and values in LDIF - format to the system clipboard. + @@ -895,22 +895,22 @@ + Copies the selected + attribute and value as LDAP search + filter (attribute=value). + + + + Icon: - + - - - - - - Description: Copies the selected - attribute and value as LDAP search - filter (attribute=value). + @@ -927,22 +927,22 @@ + Copies the selected + attribute and value as LDAP NOT + search filter (!(attribute=value)). + + + + Icon: - + - - - - - - Description: Copies the selected - attribute and value as LDAP NOT - search filter (!(attribute=value)). + @@ -959,23 +959,23 @@ + Copies the selected + attributes and values as LDAP AND + search filter + (&(attribute1=value1)...(attributeN=valueN)). + + + + Icon: - + - - - - - - Description: Copies the selected - attributes and values as LDAP AND - search filter - (&(attribute1=value1)...(attributeN=valueN)). + @@ -987,23 +987,23 @@ + Copies the selected + attributes and values as LDAP OR + search filter + (|(attribute1=value1)...(attributeN=valueN)). + + + + Icon: - + - - - - - - Description: Copies the selected - attributes and values as LDAP OR - search filter - (|(attribute1=value1)...(attributeN=valueN)). + @@ -1019,23 +1019,23 @@ + Deletes all values of the selected + attributes. Applicable to multi-valued + attributes, if you want to delete the complete + attribute just select one value use this action. + + + + Icon: - + - - - - - - Description: Deletes all values of the selected - attributes. Applicable to multi-valued - attributes, if you want to delete the complete - attribute just select one value use this action. + @@ -1055,7 +1055,7 @@ - Description: Opens the + Opens the Edit Attribute wizard @@ -1153,26 +1153,49 @@ + + Edit Entry... + + + + + Opens the + + Editor Entry Wizard, used to edit the entry offline. + + + + + Shortcut: + + F8 + + + + + + + Reload Attribute + Reloads the attributes of the current entry. + + + + Icon: - + - - - - - - Reloads the attributes of the current entry. + @@ -1193,8 +1216,7 @@ - Description: Opens the Properties dialog with - the + Opens the Properties dialog with the Attribute properties page Added: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.25.1_tools_search_logs_view.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.25.1_tools_search_logs_view.xml?rev=689113&view=auto ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.25.1_tools_search_logs_view.xml (added) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.25.1_tools_search_logs_view.xml Tue Aug 26 08:38:04 2008 @@ -0,0 +1,218 @@ + +
+ Search Logs view + + The Search Logs view shows all search requests and optionally + all received search result entries. + + + + Concept + + All search requests are logged in LDIF to a logfile, it consists of + three parts: + + + + The initial SEARCH REQUEST record. It contains all search request + parameters like search filter, scope and requested attributes. + It also contains the command line argument that could be used + to send the same request using the ldapsearch command line tool. + + + + + Optional multiple SEARCH RESULT ENTRY records, one for each + received entry. + + + + + The final SEARCH RESULT DONE record. It contains the number + of received entries. + + + + Each part contains a unique number that helps to put together all parts + for a specific request in case that there are multiple requests in parallel. + + + Example log of a SEARCH REQUEST record: + + + #!SEARCH REQUEST (112) OK + + #!CONNECTION ldap://localhost:10389 + + #!DATE 2008-08-26T16:31:59.271 + + # LDAP URL : ldap://localhost:10389/dc=example,dc=com?objectClass,cn,description?one?(objectClass=*) + + # command line : ldapsearch -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -W -b "dc=example,dc=com" -s one -a always -z 1000 "(objectClass=*)" "objectClass" "cn" "description" + + # baseObject : dc=example,dc=com + + # scope : singleLevel (1) + + # derefAliases : derefAlways (3) + + # sizeLimit : 1000 + + # timeLimit : 0 + + # typesOnly : False + + # filter : (objectClass=*) + + # attributes : objectClass cn description + + + + + Example log of a SEARCH RESULT ENTRY record: + + + #!SEARCH RESULT ENTRY (112) OK + + #!CONNECTION ldap://localhost:10389 + + #!DATE 2008-08-26T16:31:59.272 + + dn: cn=test,dc=example,dc=com + + objectClass: person + + objectClass: top + + cn: test + + + + + Example log of a SEARCH RESULT DONE record: + + + #!SEARCH RESULT DONE (112) OK + + #!CONNECTION ldap://localhost:10389 + + #!DATE 2008-08-26T16:31:59.273 + + # numEntries : 1 + + + + + The search logging mechanism works with logfile rotation. + It uses 10 logfiles each with 100KB per connection. + + + + + Example screenshot + + + + + + + + + + + + + Toolbar + + + + + + + + Icon + Action + Description + + + + + + Clear + Clears the current search logfile. + + + + Refresh + Reloads the current search logfile. + + + + Older + Loads an older search logfile. + + + + Newer + Loads a newer search logfile. + + + + + + + + Drop Down Menu + + The drop down menu contains the following items: + + + + Enable Search Request Logs: Enables/Disables the search request and search result done logs. + + + + + Enable Search Result Entry Logs: Enables/Disables the search result entry logs. + Note: You should only activate this options for debug reasons, otherwise your + logfile will overfill very fast. + + + + + Preferences...: Opens the + + Search Logs preferences + + dialog. + + + + + + + + + + +
\ No newline at end of file Added: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.41.1_tools_editentry_wizard.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.41.1_tools_editentry_wizard.xml?rev=689113&view=auto ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.41.1_tools_editentry_wizard.xml (added) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.41.1_tools_editentry_wizard.xml Tue Aug 26 08:38:04 2008 @@ -0,0 +1,123 @@ + +
+ Edit Entry wizard + + This wizard helps you to edit an entry offline. You could make + multiple modifications, when finishing the wizard all your + modifications are sent to the directory in one request. This + wizard is especially helpful when adding additional object + classes which require additional attributes. + + + + To start the wizard choose Edit Entry... + from the Entry editor's context menu or use the + F6 shortcut. + + + + The wizard is also the default value editor for the objectClass attribute, + so you could also start the wizard by editing the objectClass attribute. + + + + Editing the LDAP entry is a two-step process: + + + + + Specify object classes of the entry. + + + + + + + Edit attributes and values of the entry. + + + + + + + + Page 1 + + On the first page you could change the object classes of + the entry. + + + + + + + + + + + + The list + Available object classes + on the left side lists the object classes provided from + schema of the current connection. The list + Selected object classes + lists the object classes of the entry. To add object + classed to the "selected" list select some in the + "available" list and click the + Add + button. You could also double-click an object class in the + "available" list. To remove object classed from the + "selected" list select some in the "selected" list and click + the + Remove + button. You could also double-click an object class in the + "selected" list. + + + + + Page 2 + + On the second page you could change the attributes of the entry. + + + + + + + + + + + + The layout and features are similar to the Entry editor. You + could add, edit or delete attributes and values. + + + As soon as all MUST attributes are filled the + Finish + button is activated. When clicking the button all modifications + will be sent to to the direcrory. + + + +
\ No newline at end of file Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.70_tools_value_editors.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.70_tools_value_editors.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.70_tools_value_editors.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2.70_tools_value_editors.xml Tue Aug 26 08:38:04 2008 @@ -504,7 +504,7 @@ + fileref="images/tools_value_editors_10a.png" format="PNG" /> @@ -518,5 +518,34 @@
+
+ OID Editor + + The OID Editor is the default editor for attributes with OID syntax. + + + Display value + + The values are suffixed with the textual description of the OID. + + + + + + + + + + + + + Edit value + + The In-Place Text Editor is used to edit values. + + +
+ \ No newline at end of file Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/2_tools.xml Tue Aug 26 08:38:04 2008 @@ -32,6 +32,7 @@ &tools_schema_browser; &tools_modification_logs_view; + &tools_search_logs_view; &tools_progress_view; @@ -41,6 +42,7 @@ &tools_newconnection_wizard; &tools_newentry_wizard; + &tools_editentry_wizard; &tools_attribute_wizard; &tools_search_dialog; Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/3_tasks.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/3_tasks.xml?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-help/src/main/docbook/3_tasks.xml (original) +++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/3_tasks.xml Tue Aug 26 08:38:04 2008 @@ -431,6 +431,14 @@ or press Delete key. + +
+ Modifying the object class + + To modify the object class please use the + Edit Entry wizard. + +
Modified: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_browser_view_2.png URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_browser_view_2.png?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== Binary files - no diff available. Added: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_search_logs_1.png URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_search_logs_1.png?rev=689113&view=auto ============================================================================== Binary file - no diff available. Propchange: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_search_logs_1.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_value_editors_10a.png URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_value_editors_10a.png?rev=689113&view=auto ============================================================================== Binary file - no diff available. Propchange: directory/studio/trunk/ldapbrowser-help/src/main/resources/html/images/tools_value_editors_10a.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/entry/OpenEntryEditorAction.java URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/entry/OpenEntryEditorAction.java?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/entry/OpenEntryEditorAction.java (original) +++ directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/entry/OpenEntryEditorAction.java Tue Aug 26 08:38:04 2008 @@ -113,7 +113,7 @@ */ public String getText() { - return "Edit Entry"; + return "Edit Entry..."; } Modified: directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/searchresult/OpenEntryEditorAction.java URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/searchresult/OpenEntryEditorAction.java?rev=689113&r1=689112&r2=689113&view=diff ============================================================================== --- directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/searchresult/OpenEntryEditorAction.java (original) +++ directory/studio/trunk/ldapbrowser-ui/src/main/java/org/apache/directory/studio/ldapbrowser/ui/editors/searchresult/OpenEntryEditorAction.java Tue Aug 26 08:38:04 2008 @@ -112,7 +112,7 @@ */ public String getText() { - return "Edit Entry"; + return "Edit Entry..."; }