[jira] Created: (DIRSTUDIO-472) SWTException (Widget is disposed) when disabling DIT Quick Search

2009-03-12 Thread Pierre-Arnaud Marcelot (JIRA)
SWTException (Widget is disposed) when disabling DIT Quick Search -- Key: DIRSTUDIO-472 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-472 Project: Directory Studio

[jira] Closed: (DIRSHARED-29) GeneralizedTime.toString() generates wrong output when TimeZone has hours 10 and minutes 10

2009-03-12 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSHARED-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot closed DIRSHARED-29. --- Resolution: Fixed Fixed at commit 752832.

[jira] Created: (DIRSHARED-29) GeneralizedTime.toString() generates wrong output when TimeZone has hours 10 and minutes 10

2009-03-12 Thread Pierre-Arnaud Marcelot (JIRA)
GeneralizedTime.toString() generates wrong output when TimeZone has hours 10 and minutes 10 --- Key: DIRSHARED-29 URL:

[jira] Assigned: (DIRSERVER-1324) In default configuration not possible to connect via LDAP and LDAPS from computers other than the one the server has been started from

2009-03-12 Thread Stefan Zoerner (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Zoerner reassigned DIRSERVER-1324: - Assignee: Emmanuel Lecharny Assigned to Emmanuel, who has already fixed it.

[Fwd: Apache Directory website]

2009-03-12 Thread Emmanuel Lécharny
Hi guys, a mail from Rich Bowen about the Web Site. Seems like you did a great job ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org ---BeginMessage--- If you haven't seen the Apache Directory website, you should go look at it: http://directory.apache.org/

[jira] Closed: (DIRSERVER-1324) In default configuration not possible to connect via LDAP and LDAPS from computers other than the one the server has been started from

2009-03-12 Thread Stefan Zoerner (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Zoerner closed DIRSERVER-1324. - I have rebuild the 1.5.5 trunk, reinstalled a fresh ApacheDS, accessed it from

Re: [Fwd: Apache Directory website]

2009-03-12 Thread Pierre-Arnaud Marcelot
Nice comments. :) Thanks, Pierre-Arnaud On Thu, Mar 12, 2009 at 2:13 PM, Emmanuel Lécharny elecha...@apache.orgwrote: Hi guys, a mail from Rich Bowen about the Web Site. Seems like you did a great job ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Re: [Fwd: Apache Directory website]

2009-03-12 Thread Felix Knecht
You did a good job! Just an idea: ATM the content is moving depending on the length of the content because of the scrollbar shown or not. IMO this can be avoided by adding html { overflow-y:scroll; } to the relevant CSS. To give a sample without moving content:

Re: [Fwd: Apache Directory website]

2009-03-12 Thread Felix Knecht
Emmanuel Lécharny schrieb: Hi guys, a mail from Rich Bowen about the Web Site. Seems like you did a great job ! And a good reason to have the customized skins when doing site/report generation by maven ;-) Felix

Re: [Fwd: Apache Directory website]

2009-03-12 Thread Pierre-Arnaud Marcelot
Yeah, depending on the length of the page, the scrollbar will be necessary, or not... And, as the page layout is centered, when the scrollbar is there, the general layout moves a little on the left. +1 for your fix. Regards, Pierre-Arnaud On Thu, Mar 12, 2009 at 3:09 PM, Felix Knecht

Re: [Fwd: Apache Directory website]

2009-03-12 Thread Alex Karasulu
Very cool that someone thought this :). Of course it looks great but it's just nice to hear. Great Job Pierre, Stefan and others involved. Alex On Thu, Mar 12, 2009 at 9:13 AM, Emmanuel Lécharny elecha...@apache.orgwrote: Hi guys, a mail from Rich Bowen about the Web Site. Seems like you

[jira] Updated: (DIR-241) Skins CPD and PMD reports

2009-03-12 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/DIR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Knecht updated DIR-241: - Description: Adapt css in skins projects (apacheds, studio, triplesec) to render the reports correctly.

[jira] Commented: (DIR-241) Skins CPD and PMD reports

2009-03-12 Thread Felix Knecht (JIRA)
[ https://issues.apache.org/jira/browse/DIR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681424#action_12681424 ] Felix Knecht commented on DIR-241: -- PMD looks good now. Still some problems for the CPD

Re: svn commit: r752832 - in /directory/shared/trunk/ldap/src: main/java/org/apache/directory/shared/ldap/util/GeneralizedTime.java test/java/org/apache/directory/shared/ldap/util/GeneralizedTimeTest.

2009-03-12 Thread Stefan Seelmann
pamarce...@apache.org wrote: if ( timeZoneFormat == TimeZoneFormat.DIFF_HOUR_MINUTE || timeZoneFormat == TimeZoneFormat.Z ) { -if ( hour 10 ) +if ( minute 10 ) Thanks for fixing this. Regards, Stefan

[jira] Updated: (DIRSTUDIO-472) SWTException (Widget is disposed) when disabling DIT Quick Search

2009-03-12 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann updated DIRSTUDIO-472: -- Fix Version/s: 1.4.0 Assignee: Stefan Seelmann SWTException (Widget is

[jira] Resolved: (DIRSTUDIO-472) SWTException (Widget is disposed) when disabling DIT Quick Search

2009-03-12 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann resolved DIRSTUDIO-472. --- Resolution: Fixed Fixed in trunk:

Re: svn commit: r752832 - in /directory/shared/trunk/ldap/src: main/java/org/apache/directory/shared/ldap/util/GeneralizedTime.java test/java/org/apache/directory/shared/ldap/util/GeneralizedTimeTes

2009-03-12 Thread Pierre-Arnaud Marcelot
My pleasure. ;) Regards, Pierre-Arnaud On Thu, Mar 12, 2009 at 9:36 PM, Stefan Seelmann seelm...@apache.orgwrote: pamarce...@apache.org wrote: if ( timeZoneFormat == TimeZoneFormat.DIFF_HOUR_MINUTE || timeZoneFormat == TimeZoneFormat.Z ) { -if (

[jira] Created: (DIR-243) External Keystore Fails: invalid property 'certificatePassword'

2009-03-12 Thread ironside (JIRA)
External Keystore Fails: invalid property 'certificatePassword' --- Key: DIR-243 URL: https://issues.apache.org/jira/browse/DIR-243 Project: Directory Issue Type: Bug

[jira] Commented: (DIR-243) External Keystore Fails: invalid property 'certificatePassword'

2009-03-12 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681520#action_12681520 ] Emmanuel Lecharny commented on DIR-243: --- Which version of ADS ? Please give us some

[jira] Assigned: (DIR-243) External Keystore Fails: invalid property 'certificatePassword'

2009-03-12 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny reassigned DIR-243: - Assignee: (was: Alex Karasulu) Those who feel like that can fix it will assign

[jira] Commented: (DIRSERVER-1328) External Keystore Fails: invalid property 'certificatePassword'

2009-03-12 Thread Stefan Zoerner (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681525#action_12681525 ] Stefan Zoerner commented on DIRSERVER-1328: --- I have recently tried this out

[jira] Commented: (DIRSERVER-1328) External Keystore Fails: invalid property 'certificatePassword'

2009-03-12 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681526#action_12681526 ] Emmanuel Lecharny commented on DIRSERVER-1328: -- Yeah, this is my feeling,