[jira] [Comment Edited] (DIRSTUDIO-1115) Value editor settings are not used and the menu displays wrong entries

2016-09-14 Thread Stefan Seelmann (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491540#comment-15491540
 ] 

Stefan Seelmann edited comment on DIRSTUDIO-1115 at 9/14/16 9:51 PM:
-

The issue with wrong menu item text is fixed: 
http://svn.apache.org/viewvc?rev=1760781=rev

The other issue with value editor settings are not working: you write about 
your custom attribute "vacationInfo octet stream", do you mean it uses "Octet 
String" syntax? In such a case when the value contains binary data or 
non-printable characters, then I'm able to reproduce your issue. For example if 
I assign the "Text Editor" to the "userCertificate" attribute, then on 
double-click nothing happens, only the Hex-Editor works. There is some design 
flaw how the value editors work, it's possible to assign each value editor to 
every attribute, and if a value cannot be parsed most of the value editors just 
do nothing, not even give an error. I'll look if it's possible to change that 
and at least open an error dialog or so.


was (Author: seelmann):
The issue with wrong menu item text is fixed: 
http://svn.apache.org/viewvc?rev=1760781=rev

The other issue with value editor settings are not working: you write about 
your custom attribute "vacationInfo octet stream", do you mean it uses "Octet 
String" syntax? In such a case when the value contains binary data or 
non-printable characters, then I'm able to reproduce your issue. For example if 
I assign the "Text Editor" to the "userCertificate" attribute, then on 
double-click nothing happens, only the Hex-Editor works. There is some design 
flow how the value editors work, it's possible to assign each value editor to 
every attribute, and if a value cannot be parsed most of the value editors just 
do nothing, not even give an error. I'll look if it's possible to change that 
and at least open an error dialog or so.

> Value editor settings are not used and the menu displays wrong entries
> --
>
> Key: DIRSTUDIO-1115
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1115
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-ldapbrowser
>Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
> Environment: Windows 7 x64
> Linux Debian 8.5 x64
>Reporter: Nagy Attila
>Priority: Minor
>
> The following two issues are really close related to each other, so I'm 
> reporting them here together. If they should be reported separately, then 
> please indicate so, and I'll separate them.
> I was trying to set custom value editor for some attributes (vacationInfo 
> octet stream) when I discovered that the settings are ignored. I added a new 
> entry into Value Editors (Eclipse Preferences -> LDAP Browser -> Value 
> Editors):
> attribute: vacationInfo
> value editor: "Text Editor"
> Applied the settings (even restarted Eclipse) but on double clicking a 
> vacationInfo attribute nothing happens, not even if I right click and select 
> "Edit Value". The only way to edit the attribute value is to right click the 
> attribute, select "Edit Value With" and there selecting "Hex Editor".
> While I was messing with these settings I noticed that the "Edit Value With" 
> submenu contains a changing entry (top one, besides the alternative editors 
> and the "Preferences..." one) which as I found out is the entry corresponding 
> to the previously selected attribute. So if selecting a password, afterwards 
> selecting a string attribute  and then looking into the "Edit Value With" 
> submenu, it will contain a "Password Editor" entry which will do nothing. And 
> sometimes it does really weird things.
> Eg:
> Selecting a Boolean and afterwards a Password: the "Boolean Editor" entry is 
> displayed but it opens the "Password Editor".
> Selecting a Password and afterwards a Boolean: the "Password Editor" entry is 
> displayed but it opens the "In-Place text Editor".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DIRSTUDIO-1115) Value editor settings are not used and the menu displays wrong entries

2016-09-14 Thread Stefan Seelmann (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491540#comment-15491540
 ] 

Stefan Seelmann commented on DIRSTUDIO-1115:


The issue with wrong menu item text is fixed: 
http://svn.apache.org/viewvc?rev=1760781=rev

The other issue with value editor settings are not working: you write about 
your custom attribute "vacationInfo octet stream", do you mean it uses "Octet 
String" syntax? In such a case when the value contains binary data or 
non-printable characters, then I'm able to reproduce your issue. For example if 
I assign the "Text Editor" to the "userCertificate" attribute, then on 
double-click nothing happens, only the Hex-Editor works. There is some design 
flow how the value editors work, it's possible to assign each value editor to 
every attribute, and if a value cannot be parsed most of the value editors just 
do nothing, not even give an error. I'll look if it's possible to change that 
and at least open an error dialog or so.

> Value editor settings are not used and the menu displays wrong entries
> --
>
> Key: DIRSTUDIO-1115
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1115
> Project: Directory Studio
>  Issue Type: Bug
>  Components: studio-ldapbrowser
>Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
> Environment: Windows 7 x64
> Linux Debian 8.5 x64
>Reporter: Nagy Attila
>Priority: Minor
>
> The following two issues are really close related to each other, so I'm 
> reporting them here together. If they should be reported separately, then 
> please indicate so, and I'll separate them.
> I was trying to set custom value editor for some attributes (vacationInfo 
> octet stream) when I discovered that the settings are ignored. I added a new 
> entry into Value Editors (Eclipse Preferences -> LDAP Browser -> Value 
> Editors):
> attribute: vacationInfo
> value editor: "Text Editor"
> Applied the settings (even restarted Eclipse) but on double clicking a 
> vacationInfo attribute nothing happens, not even if I right click and select 
> "Edit Value". The only way to edit the attribute value is to right click the 
> attribute, select "Edit Value With" and there selecting "Hex Editor".
> While I was messing with these settings I noticed that the "Edit Value With" 
> submenu contains a changing entry (top one, besides the alternative editors 
> and the "Preferences..." one) which as I found out is the entry corresponding 
> to the previously selected attribute. So if selecting a password, afterwards 
> selecting a string attribute  and then looking into the "Edit Value With" 
> submenu, it will contain a "Password Editor" entry which will do nothing. And 
> sometimes it does really weird things.
> Eg:
> Selecting a Boolean and afterwards a Password: the "Boolean Editor" entry is 
> displayed but it opens the "Password Editor".
> Selecting a Password and afterwards a Boolean: the "Password Editor" entry is 
> displayed but it opens the "In-Place text Editor".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (DIRSTUDIO-1116) Attribute not sorted alphabetically for multiple entries

2016-09-14 Thread Stefan Seelmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Seelmann resolved DIRSTUDIO-1116.

   Resolution: Duplicate
Fix Version/s: 2.0.0-M11

> Attribute not sorted alphabetically for multiple entries
> 
>
> Key: DIRSTUDIO-1116
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1116
> Project: Directory Studio
>  Issue Type: Bug
>  Components: OpenLDAP Config
>Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
>Reporter: steve balon
>Priority: Critical
> Fix For: 2.0.0-M11
>
> Attachments: default view with version M10.jpg, sorted view ascending 
> with M10 version.jpg, sorted view descending with version M10.jpg, sorting by 
> default with version 2.0.0.v20130628.jpg
>
>
> I receive a new laptop and I have upgrade to the latest version.
> On my previous laptop all was working fine (Version 2.0.0.v20130628)
> I have some group with memberUid with a higher number of 10.
> When I extend the view, in my old configuration, all the user are sorted with 
> alphabetic order.
> If I browse the same ldap tree on my new pc, they are all mixed.
> I try all sort of sorting but each time i got the same result, unable to have 
> a good sorting. It seems that the ordering only sort the main value and not 
> if they are within the same group (memberuid).
> Please check the screenshot on attach.
> Thanks in advance.
> steve  Balon



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DIRSTUDIO-1116) Attribute not sorted alphabetically for multiple entries

2016-09-14 Thread Stefan Seelmann (JIRA)

[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15491287#comment-15491287
 ] 

Stefan Seelmann commented on DIRSTUDIO-1116:


This is a know problem in M10 and solved in trunk and will be available in next 
release, see DIRSTUDIO-1090. In the meantime you may want to try the latest 
snapshot build from 
https://builds.apache.org/view/A-D/view/Directory/job/dir-studio/


> Attribute not sorted alphabetically for multiple entries
> 
>
> Key: DIRSTUDIO-1116
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1116
> Project: Directory Studio
>  Issue Type: Bug
>  Components: OpenLDAP Config
>Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
>Reporter: steve balon
>Priority: Critical
> Attachments: default view with version M10.jpg, sorted view ascending 
> with M10 version.jpg, sorted view descending with version M10.jpg, sorting by 
> default with version 2.0.0.v20130628.jpg
>
>
> I receive a new laptop and I have upgrade to the latest version.
> On my previous laptop all was working fine (Version 2.0.0.v20130628)
> I have some group with memberUid with a higher number of 10.
> When I extend the view, in my old configuration, all the user are sorted with 
> alphabetic order.
> If I browse the same ldap tree on my new pc, they are all mixed.
> I try all sort of sorting but each time i got the same result, unable to have 
> a good sorting. It seems that the ordering only sort the main value and not 
> if they are within the same group (memberuid).
> Please check the screenshot on attach.
> Thanks in advance.
> steve  Balon



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Help with task: Complete the LDAP API User Guide documentation

2016-09-14 Thread Emmanuel Lecharny
Hi Sudheer !


that's pretty easy. All the API documentation is stored in
http://svn.apache.org/viewvc/directory/site/trunk/. You can check it out
using :


$ svn co http://svn.apache.org/viewvc/directory/site/trunk/


The pages are in
http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/,
and it's using Mardown as the syntax.


There are a lot of missing pages (marked with a (e) on the site), that's
the obvious first hing that need to get fixed.


The best solution would be to attache the changes you do into a JIRA
ticket
(https://issues.apache.org/jira/browse/DIRAPI-74?jql=
project%20%3D%20DIRAPI%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%
20priority%20DESC)
so that we can review and apply them.

At some point, we can vote you in so that you have a direct access to
the project without needing one of us to review your work before you
push it !

Hope it's anough to get you started, but please don't hesitate to ask if
you need more specific informations.


Many thanks !

On Wed, Sep 7, 2016 at 5:47 PM, sudheer T  wrote:

> I would like to help out with the task listed at
> https://helpwanted.apache.org/task.html?4f557867
>



-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com