Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99A67D089 for ; Thu, 25 Oct 2012 14:36:18 +0000 (UTC) Received: (qmail 51216 invoked by uid 500); 25 Oct 2012 14:36:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 51085 invoked by uid 500); 25 Oct 2012 14:36:15 -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 51046 invoked by uid 99); 25 Oct 2012 14:36:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 14:36:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Thu, 25 Oct 2012 14:36:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 74AC823888E3 for ; Thu, 25 Oct 2012 14:35:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1402168 - in /directory/site/trunk: content/index.mdtext content/news.mdtext templates/apacheds/page.html templates/api/page.html templates/page.html Date: Thu, 25 Oct 2012 14:35:24 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121025143524.74AC823888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Thu Oct 25 14:35:23 2012 New Revision: 1402168 URL: http://svn.apache.org/viewvc?rev=1402168&view=rev Log: Fixed the infinite loop. Fixed some entities. Fixed the index page cotent Modified: directory/site/trunk/content/index.mdtext directory/site/trunk/content/news.mdtext directory/site/trunk/templates/apacheds/page.html directory/site/trunk/templates/api/page.html directory/site/trunk/templates/page.html Modified: directory/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1402168&r1=1402167&r2=1402168&view=diff ============================================================================== --- directory/site/trunk/content/index.mdtext (original) +++ directory/site/trunk/content/index.mdtext Thu Oct 25 14:35:23 2012 @@ -17,39 +17,47 @@ Notice: Licensed to the Apache Software under the License. -

- The Apache Directory™ Project -

- +
+

+ The Apache Directory™ Project +

+
## Project Vision -here We strive to increase LDAP awareness, comfort and adoption to bring forth what we call the Modern LDAP Renaissance. Learn more about our vision [here](http://directory.apache.org/community%26resources/ldap-renaissance.html). ## Directory Sub-Projects The Apache Directory Project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (ApacheDS), and Eclipse-based directory tools (Apache Directory Studio). - - - - - - - -
-
-
- ApacheDS™ -
-
 
- ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. -
-
-
- Apache Directory Studio™ -
-
 
- Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself. -
+ + +
+ + + + + + + +
+
+
+ ApacheDS™ +
+
 
+ ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. +
+
+
+ Apache Directory Studio™ +
+
 
+ Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself. +
+
Modified: directory/site/trunk/content/news.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/news.mdtext?rev=1402168&r1=1402167&r2=1402168&view=diff ============================================================================== --- directory/site/trunk/content/news.mdtext (original) +++ directory/site/trunk/content/news.mdtext Thu Oct 25 14:35:23 2012 @@ -8,34 +8,33 @@ ApacheDS is an extensible and embeddable Here is the release note for Apache Directory ApacheDS 2.0.0-M8: -[DIRSERVER-1458 - Cursor API generic usage is totally wrong](https://issues.apache.org/jira/browse/DIRSERVER-1458) -[DIRSERVER-1624 - Index are not created when added after the server has been started]((https://issues.apache.org/jira/browse/DIRSERVER-1624) -[DIRSERVER-1655 - Possible incorrect insertion of modifications in the consumer log](https://issues.apache.org/jira/browse/DIRSERVER-1655) -[DIRSERVER-1659 - the apacheds.sh/bat files contains a hard coded revision. This is not good](https://issues.apache.org/jira/browse/DIRSERVER-1659) -[DIRSERVER-1663 - NPE when doing add/delete and search at the same time on the same entries](https://issues.apache.org/jira/browse/DIRSERVER-1663) -[DIRSERVER-1677 - Dependencies cleanup](https://issues.apache.org/jira/browse/DIRSERVER-1677) -[DIRSERVER-1689 - testNoSearchByNonAdmin does not throw an LdapNoPermissionException, as expected](https://issues.apache.org/jira/browse/DIRSERVER-1689) -[DIRSERVER-1706 - be sure we close the cursors when the session expires and if we have paged searches or persistent search going on](https://issues.apache.org/jira/browse/DIRSERVER-1706) -[DIRSERVER-1709 - Adding an index does not create the index if the server is already started](https://issues.apache.org/jira/browse/DIRSERVER-1709) -[DIRSERVER-1710 - The memory default (128M) is not enouh in most case](https://issues.apache.org/jira/browse/DIRSERVER-1710) -[DIRSERVER-1715 - Implement backward browse for DescendantCursor and ChildrenCursor](https://issues.apache.org/jira/browse/DIRSERVER-1715) -[DIRSERVER-1718 - Problems when adding a schema containing one or more uppercased letters](https://issues.apache.org/jira/browse/DIRSERVER-1718) -[DIRSERVER-1722 - The PagedSearchIT.testPagedSearchWrongCookie() test blocks randomly the build](https://issues.apache.org/jira/browse/DIRSERVER-1722) -[DIRSERVER-1723 - Potential LRUCache exhaustion with searches](https://issues.apache.org/jira/browse/DIRSERVER-1723) -[DIRSERVER-1726 - DefaultPasswordValidator always throws PasswordPolicyException when consecutive non-letter chars are in RDN](https://issues.apache.org/jira/browse/DIRSERVER-1726) -[DIRSERVER-1727 - LDAP Searches against boolean attributes with booleanMatch equality never return matches](https://issues.apache.org/jira/browse/DIRSERVER-1727) -[DIRSERVER-1732 - ERR_04131 The value is expected to be a String](https://issues.apache.org/jira/browse/DIRSERVER-1732) -[DIRSERVER-1735 - When ads-pwdmaxage attribute is set to more then 2147483, then all user passwords are expirer forever.](https://issues.apache.org/jira/browse/DIRSERVER-1735) -[DIRSERVER-1737 - ApacheDS should be able to start even when one of its indexed attributes can't be found in the schema manager](https://issues.apache.org/jira/browse/DIRSERVER-1737) -[DIRSERVER-1738 - Can't restart ApacheDS after setting a value superior to Integer.MAX_VALUE in an AT with Integer syntax](https://issues.apache.org/jira/browse/DIRSERVER-1738) -[DIRSERVER-1739 - LDAP Searches Slow](https://issues.apache.org/jira/browse/DIRSERVER-1739) -[DIRSERVER-1744 - Compex LDAP search filters returning unmatched objects](https://issues.apache.org/jira/browse/DIRSERVER-1744) -[DIRSERVER-1747 - Presence index is not up to date when the server is started](https://issues.apache.org/jira/browse/DIRSERVER-1747) -[DIRSERVER-1748 - EqualityEvaluator does not work correctly](https://issues.apache.org/jira/browse/DIRSERVER-1748) +* [DIRSERVER-1458 - Cursor API generic usage is totally wrong](https://issues.apache.org/jira/browse/DIRSERVER-1458) +* [DIRSERVER-1624 - Index are not created when added after the server has been started](https://issues.apache.org/jira/browse/DIRSERVER-1624) +* [DIRSERVER-1655 - Possible incorrect insertion of modifications in the consumer log](https://issues.apache.org/jira/browse/DIRSERVER-1655) +* [DIRSERVER-1659 - the apacheds.sh/bat files contains a hard coded revision. This is not good](https://issues.apache.org/jira/browse/DIRSERVER-1659) +* [DIRSERVER-1663 - NPE when doing add/delete and search at the same time on the same entries](https://issues.apache.org/jira/browse/DIRSERVER-1663) +* [DIRSERVER-1677 - Dependencies cleanup](https://issues.apache.org/jira/browse/DIRSERVER-1677) +* [DIRSERVER-1689 - testNoSearchByNonAdmin does not throw an LdapNoPermissionException, as expected](https://issues.apache.org/jira/browse/DIRSERVER-1689) +* [DIRSERVER-1706 - be sure we close the cursors when the session expires and if we have paged searches or persistent search going on](https://issues.apache.org/jira/browse/DIRSERVER-1706) +* [DIRSERVER-1709 - Adding an index does not create the index if the server is already started](https://issues.apache.org/jira/browse/DIRSERVER-1709) +* [DIRSERVER-1710 - The memory default (128M) is not enouh in most case](https://issues.apache.org/jira/browse/DIRSERVER-1710) +* [DIRSERVER-1715 - Implement backward browse for DescendantCursor and ChildrenCursor](https://issues.apache.org/jira/browse/DIRSERVER-1715) +* [DIRSERVER-1718 - Problems when adding a schema containing one or more uppercased letters](https://issues.apache.org/jira/browse/DIRSERVER-1718) +* [DIRSERVER-1722 - The PagedSearchIT.testPagedSearchWrongCookie() test blocks randomly the build](https://issues.apache.org/jira/browse/DIRSERVER-1722) +* [DIRSERVER-1723 - Potential LRUCache exhaustion with searches](https://issues.apache.org/jira/browse/DIRSERVER-1723) +* [DIRSERVER-1726 - DefaultPasswordValidator always throws PasswordPolicyException when consecutive non-letter chars are in RDN](https://issues.apache.org/jira/browse/DIRSERVER-1726) +* [DIRSERVER-1727 - LDAP Searches against boolean attributes with booleanMatch equality never return matches](https://issues.apache.org/jira/browse/DIRSERVER-1727) +* [DIRSERVER-1732 - ERR_04131 The value is expected to be a String](https://issues.apache.org/jira/browse/DIRSERVER-1732) +* [DIRSERVER-1735 - When ads-pwdmaxage attribute is set to more then 2147483, then all user passwords are expirer forever.](https://issues.apache.org/jira/browse/DIRSERVER-1735) +* [DIRSERVER-1737 - ApacheDS should be able to start even when one of its indexed attributes can't be found in the schema manager](https://issues.apache.org/jira/browse/DIRSERVER-1737) +* [DIRSERVER-1738 - Can't restart ApacheDS after setting a value superior to Integer.MAX_VALUE in an AT with Integer syntax](https://issues.apache.org/jira/browse/DIRSERVER-1738) +* [DIRSERVER-1739 - LDAP Searches Slow](https://issues.apache.org/jira/browse/DIRSERVER-1739) +* [DIRSERVER-1744 - Compex LDAP search filters returning unmatched objects](https://issues.apache.org/jira/browse/DIRSERVER-1744) +* [DIRSERVER-1747 - Presence index is not up to date when the server is started](https://issues.apache.org/jira/browse/DIRSERVER-1747) +* [DIRSERVER-1748 - EqualityEvaluator does not work correctly](https://issues.apache.org/jira/browse/DIRSERVER-1748) -Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the -2.0-GA release, we do expect to release a few more milestones before reaching the 2.0-GA. +Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the 2.0-GA release, we do expect to release a few more milestones before reaching the 2.0-GA. Downloads are available at [http://directory.apache.org/apacheds/2.0/downloads.html](http://directory.apache.org/apacheds/2.0/downloads.html) Modified: directory/site/trunk/templates/apacheds/page.html URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/apacheds/page.html?rev=1402168&r1=1402167&r2=1402168&view=diff ============================================================================== --- directory/site/trunk/templates/apacheds/page.html (original) +++ directory/site/trunk/templates/apacheds/page.html Thu Oct 25 14:35:23 2012 @@ -30,60 +30,6 @@ {% endblock %} {% endextends %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% block content %}{{ content|markdown }}{% endblock %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% include "footer.html" %} \ No newline at end of file Modified: directory/site/trunk/templates/api/page.html URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/api/page.html?rev=1402168&r1=1402167&r2=1402168&view=diff ============================================================================== --- directory/site/trunk/templates/api/page.html (original) +++ directory/site/trunk/templates/api/page.html Thu Oct 25 14:35:23 2012 @@ -26,60 +26,6 @@ {% endblock %} {% endextends %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% block content %}{{ content|markdown }}{% endblock %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% include "footer.html" %} \ No newline at end of file Modified: directory/site/trunk/templates/page.html URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/page.html?rev=1402168&r1=1402167&r2=1402168&view=diff ============================================================================== --- directory/site/trunk/templates/page.html (original) +++ directory/site/trunk/templates/page.html Thu Oct 25 14:35:23 2012 @@ -5,60 +5,6 @@ {% endblock %} {% endextends %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% block content %}{{ content|markdown }}{% endblock %} -{% if headers.navprev or headers.navup or headers.navnext %} - -{% endif %} - {% include "footer.html" %} \ No newline at end of file