You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: Used reentrantReadWriteLock instead of ReentrantLocks, to allow concurrent access to the set when we just do a set.contains(). - posted by el...@apache.org on 2014/11/01 07:40:34 UTC, 0 replies.
- git commit: Fixed the concurrent accesses to the PolicySet field (see https://issues.apache.org/jira/browse/FC-38) - posted by el...@apache.org on 2014/11/01 08:21:47 UTC, 0 replies.
- svn commit: r1635915 - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/BindRequestImpl.java - posted by ka...@apache.org on 2014/11/01 11:21:58 UTC, 0 replies.
- svn commit: r1635999 - /directory/site/trunk/content/fortress/user-guide.mdtext - posted by sm...@apache.org on 2014/11/01 18:46:05 UTC, 0 replies.
- svn commit: r927640 - in /websites/staging/directory/trunk/content: ./ fortress/user-guide.html - posted by bu...@apache.org on 2014/11/01 18:46:16 UTC, 0 replies.
- git commit: o Fix for FC-38, using read and write locks. When we update the protected data, we release the read lock acquire the write lock, check that we should still update the data (another might have done that just after we released the read lock), - posted by el...@apache.org on 2014/11/02 01:47:13 UTC, 0 replies.
- svn commit: r1636160 [2/2] - in /directory/studio/branches/studio-tycho/plugins: ldapservers.apacheds.v153/ ldapservers.apacheds.v154/ ldapservers.apacheds.v155/ ldapservers.apacheds.v156/ ldapservers.apacheds.v157/ ldapservers.apacheds.v200/ - posted by se...@apache.org on 2014/11/02 19:17:11 UTC, 0 replies.
- svn commit: r1636160 [1/2] - in /directory/studio/branches/studio-tycho/plugins: ldapservers.apacheds.v153/ ldapservers.apacheds.v154/ ldapservers.apacheds.v155/ ldapservers.apacheds.v156/ ldapservers.apacheds.v157/ ldapservers.apacheds.v200/ - posted by se...@apache.org on 2014/11/02 19:17:11 UTC, 0 replies.
- svn commit: r1636162 - in /directory/studio/branches/studio-tycho: eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target eclipse-target-platform/pom.xml pom.xml - posted by se...@apache.org on 2014/11/02 19:25:21 UTC, 0 replies.
- svn commit: r1636183 - /directory/shared/trunk/pom.xml - posted by el...@apache.org on 2014/11/02 21:31:26 UTC, 0 replies.
- svn commit: r1636184 - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/constants/SchemaConstants.java - posted by el...@apache.org on 2014/11/02 21:31:50 UTC, 0 replies.
- svn commit: r1636185 - /directory/project/trunk/pom.xml - posted by el...@apache.org on 2014/11/02 21:32:16 UTC, 0 replies.
- svn commit: r1636193 - /directory/apacheds/trunk/pom.xml - posted by el...@apache.org on 2014/11/02 22:12:02 UTC, 0 replies.
- svn commit: r1636296 - /directory/apacheds/trunk/pom.xml - posted by el...@apache.org on 2014/11/03 10:45:00 UTC, 0 replies.
- svn commit: r1636310 - in /directory/apacheds/trunk: protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/protocol/ protocol-dns/src/main/java/org/apache/directory/server/dns/protocol/ protocol-kerberos/src/main/java/org/apache/directory/server... - posted by ka...@apache.org on 2014/11/03 11:34:05 UTC, 0 replies.
- git commit: FC-38 - Potential issues on synchronized protected elements - modified getGraph code to workaround deadlock. - posted by sm...@apache.org on 2014/11/04 00:03:26 UTC, 0 replies.
- svn commit: r1636511 - /directory/apacheds/trunk/ldap-client-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionPoolTest.java - posted by el...@apache.org on 2014/11/04 07:56:55 UTC, 0 replies.
- svn commit: r1636512 - in /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api: LdapConnectionPool.java LdapNetworkConnection.java - posted by el...@apache.org on 2014/11/04 08:01:05 UTC, 0 replies.
- git commit: FC-39 - Cleanup NPE during ldap pool init - posted by sm...@apache.org on 2014/11/04 19:07:16 UTC, 0 replies.
- svn commit: r1636809 - /directory/sandbox/kayyagari/embedded-sample-trunk/pom.xml - posted by ka...@apache.org on 2014/11/05 08:24:18 UTC, 0 replies.
- svn commit: r1636843 - /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/DefaultLdapConnectionFactory.java - posted by el...@apache.org on 2014/11/05 10:57:26 UTC, 0 replies.
- svn commit: r1636845 - /directory/shared/trunk/ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/PoolableLdapConnectionFactory.java - posted by el...@apache.org on 2014/11/05 10:58:18 UTC, 0 replies.
- [01/20] git commit: Added a method assertContext that takes a methodName, instead of constructing it inside the body of the method. - posted by el...@apache.org on 2014/11/05 18:33:08 UTC, 0 replies.
- [02/20] git commit: Fixed a LOG statement (removing a string concatenation) - posted by el...@apache.org on 2014/11/05 18:33:09 UTC, 0 replies.
- [03/20] git commit: Made the constructor protected, accordingly (at least partially) to the comment - posted by el...@apache.org on 2014/11/05 18:33:10 UTC, 0 replies.
- [04/20] git commit: Adding missing generics - posted by el...@apache.org on 2014/11/05 18:33:11 UTC, 0 replies.
- [05/20] git commit: o The getDn method now returns a Dn instead of a String o Used constants from StringsConstants now that we depend on the LDAP API - posted by el...@apache.org on 2014/11/05 18:33:12 UTC, 0 replies.
- [06/20] git commit: o Declared a static field for the createInstance method name, avoiding a concatenation later o Used the Strings.isEmpty() method - posted by el...@apache.org on 2014/11/05 18:33:13 UTC, 0 replies.
- [07/20] git commit: Reformatted the code - posted by el...@apache.org on 2014/11/05 18:33:14 UTC, 0 replies.
- [08/20] git commit: Added constants for some method name - posted by el...@apache.org on 2014/11/05 18:33:15 UTC, 0 replies.
- [09/20] git commit: Added a /* no qualifier */ prefix for method that are package protected, for clarity. - posted by el...@apache.org on 2014/11/05 18:33:16 UTC, 0 replies.
- [10/20] git commit: Added the read, modify and delete method that take a Dn as a parameter, instead of a String. - posted by el...@apache.org on 2014/11/05 18:33:17 UTC, 0 replies.
- [11/20] git commit: o Used Strings.isEmpty - posted by el...@apache.org on 2014/11/05 18:33:18 UTC, 0 replies.
- [12/20] git commit: o Fixed a LOG o Used a better entry constructor - posted by el...@apache.org on 2014/11/05 18:33:19 UTC, 0 replies.
- [13/20] git commit: Fixed some LOG - posted by el...@apache.org on 2014/11/05 18:33:20 UTC, 0 replies.
- [14/20] git commit: Minor formatting - posted by el...@apache.org on 2014/11/05 18:33:21 UTC, 0 replies.
- [15/20] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-fortress-core - posted by el...@apache.org on 2014/11/05 18:33:22 UTC, 0 replies.
- [16/20] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-fortress-core - posted by el...@apache.org on 2014/11/05 18:33:23 UTC, 0 replies.
- [17/20] git commit: Formlatting the code - posted by el...@apache.org on 2014/11/05 18:33:24 UTC, 0 replies.
- [18/20] git commit: o Added a serialVersionUID o Calling the parent toString() in the toString() method - posted by el...@apache.org on 2014/11/05 18:33:25 UTC, 0 replies.
- [19/20] git commit: Improved teh wayw e build the DN - posted by el...@apache.org on 2014/11/05 18:33:26 UTC, 0 replies.
- [20/20] git commit: Added teh SchemaConstants instead of teh GlobalIds constants - posted by el...@apache.org on 2014/11/05 18:33:27 UTC, 0 replies.
- svn commit: r1637004 - in /directory: apacheds/trunk/ldap-client-test/src/test/java/org/apache/directory/ldap/client/template/ apacheds/trunk/ldap-client-test/src/test/java/org/apache/directory/shared/client/api/ apacheds/trunk/test-framework/src/main/... - posted by el...@apache.org on 2014/11/06 00:17:11 UTC, 0 replies.
- svn commit: r1637021 - in /directory/shared/trunk: i18n/src/main/resources/org/apache/directory/api/i18n/errors.properties ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifReader.java - posted by el...@apache.org on 2014/11/06 01:47:34 UTC, 0 replies.
- svn commit: r1637025 - /directory/project/trunk/pom.xml - posted by el...@apache.org on 2014/11/06 02:47:48 UTC, 0 replies.
- svn commit: r1637026 - /directory/project/trunk/pom.xml - posted by el...@apache.org on 2014/11/06 02:50:12 UTC, 0 replies.
- svn commit: r1637027 - /directory/project/tags/33/ - posted by el...@apache.org on 2014/11/06 02:50:25 UTC, 0 replies.
- svn commit: r1637028 - /directory/project/trunk/pom.xml - posted by el...@apache.org on 2014/11/06 02:50:28 UTC, 0 replies.
- svn commit: r1637070 - /directory/shared/trunk/pom.xml - posted by el...@apache.org on 2014/11/06 11:39:21 UTC, 0 replies.
- svn commit: r1637076 - in /directory/site/trunk/templates: api/index.html fortress/index.html - posted by el...@apache.org on 2014/11/06 12:08:12 UTC, 0 replies.
- svn commit: r928131 - in /websites/staging/directory/trunk/content: ./ api/index.html fortress/index.html - posted by bu...@apache.org on 2014/11/06 12:08:35 UTC, 0 replies.
- svn commit: r928132 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/06 12:09:48 UTC, 0 replies.
- svn commit: r1637077 - /directory/shared/trunk/pom.xml - posted by el...@apache.org on 2014/11/06 12:12:26 UTC, 0 replies.
- svn commit: r1637084 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/06 12:40:01 UTC, 0 replies.
- svn commit: r1637085 - /directory/shared/tags/1.0.0-M25/ - posted by el...@apache.org on 2014/11/06 12:40:18 UTC, 0 replies.
- svn commit: r1637086 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/06 12:40:30 UTC, 0 replies.
- svn commit: r1637287 - /directory/shared/trunk/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/controls/sort/SortRequestGrammar.java - posted by el...@apache.org on 2014/11/07 03:09:54 UTC, 0 replies.
- svn commit: r1637288 - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/SortKey.java - posted by el...@apache.org on 2014/11/07 03:10:50 UTC, 0 replies.
- svn commit: r1637289 - /directory/shared/trunk/integ/src/test/java/org/apache/directory/api/ldap/model/name/SchemaAwareRdnTest.java - posted by el...@apache.org on 2014/11/07 03:11:37 UTC, 0 replies.
- svn commit: r1637329 - /directory/shared/tags/1.0.0-M25/ - posted by el...@apache.org on 2014/11/07 11:08:27 UTC, 0 replies.
- svn commit: r1637332 - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/BindRequestImpl.java - posted by el...@apache.org on 2014/11/07 11:25:26 UTC, 0 replies.
- svn commit: r1637334 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/07 11:29:21 UTC, 0 replies.
- svn commit: r1637340 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/07 11:52:25 UTC, 0 replies.
- svn commit: r1637341 - /directory/shared/tags/1.0.0-M25/ - posted by el...@apache.org on 2014/11/07 11:52:40 UTC, 0 replies.
- svn commit: r1637342 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/07 11:52:50 UTC, 0 replies.
- svn commit: r1637356 - /directory/apacheds/trunk/test-framework/src/main/java/org/apache/directory/server/core/integ/CreateLdapConnectionPoolRule.java - posted by el...@apache.org on 2014/11/07 12:57:34 UTC, 0 replies.
- svn commit: r1637357 - /directory/apacheds/trunk/ldap-client-test/src/main/java/org/apache/directory/shared/client/api/LdapApiIntegrationUtils.java - posted by el...@apache.org on 2014/11/07 12:58:04 UTC, 0 replies.
- svn commit: r1637375 - /directory/site/trunk/content/mailing-lists-and-irc.mdtext - posted by el...@apache.org on 2014/11/07 14:50:20 UTC, 0 replies.
- svn commit: r928285 - in /websites/staging/directory/trunk/content: ./ mailing-lists-and-irc.html - posted by bu...@apache.org on 2014/11/07 14:50:27 UTC, 0 replies.
- svn commit: r1637376 - /directory/site/trunk/content/api/developer-guide.mdtext - posted by el...@apache.org on 2014/11/07 14:50:39 UTC, 0 replies.
- svn commit: r928286 - in /websites/staging/directory/trunk/content: ./ api/developer-guide.html - posted by bu...@apache.org on 2014/11/07 14:50:43 UTC, 0 replies.
- directory-fortress-core git commit: FC-40 - rolled back change on create, schema constants broke fortress data load. - posted by sm...@apache.org on 2014/11/07 21:37:29 UTC, 0 replies.
- directory-fortress-core git commit: rolled back change to OrgUnitDao add - remove global constant - broke ARBAC checkAccess due to incorrect format of method name. - posted by sm...@apache.org on 2014/11/07 21:39:15 UTC, 0 replies.
- directory-fortress-core git commit: rolled back change to OrganizationalUnitDAO create method. Combining create default entry into one call broke the fortress base data loads. - posted by sm...@apache.org on 2014/11/07 21:42:33 UTC, 0 replies.
- [1/2] directory-fortress-core git commit: change test address info - posted by sm...@apache.org on 2014/11/07 21:43:33 UTC, 0 replies.
- [2/2] directory-fortress-core git commit: change test address info - posted by sm...@apache.org on 2014/11/07 21:43:34 UTC, 0 replies.
- directory-fortress-core git commit: FC-45 - Normalize fortress test policies - posted by sm...@apache.org on 2014/11/07 21:47:02 UTC, 6 replies.
- directory-fortress-core git commit: cleanup up the javadoc overview - posted by sm...@apache.org on 2014/11/07 21:47:51 UTC, 0 replies.
- directory-fortress-core git commit: FC-46 - Prepare core rest client - posted by sm...@apache.org on 2014/11/07 21:50:09 UTC, 0 replies.
- svn commit: r1637470 - /directory/apacheds/trunk/xdbm-partition/src/test/java/org/apache/directory/server/xdbm/search/impl/NestedFilterTest.java - posted by el...@apache.org on 2014/11/07 23:01:24 UTC, 0 replies.
- svn commit: r1637484 - in /directory/apacheds/trunk/ldap-client-test/src/test/java/org/apache/directory/shared/client/api: LdapConnectionPoolTest.java LdapConnectionTest.java - posted by lu...@apache.org on 2014/11/08 00:33:10 UTC, 0 replies.
- svn commit: r1637523 - /directory/site/trunk/content/apacheds/advanced-ug/5.4-replication.mdtext - posted by ka...@apache.org on 2014/11/08 09:08:41 UTC, 0 replies.
- svn commit: r928371 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/5.4-replication.html - posted by bu...@apache.org on 2014/11/08 09:08:50 UTC, 0 replies.
- svn commit: r928373 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by ka...@apache.org on 2014/11/08 09:13:19 UTC, 0 replies.
- svn commit: r1637531 - /directory/apacheds/trunk/xdbm-partition/src/test/java/org/apache/directory/server/xdbm/search/impl/NestedFilterTest.java - posted by el...@apache.org on 2014/11/08 10:02:02 UTC, 0 replies.
- svn commit: r1637532 - in /directory/apacheds/trunk/xdbm-partition/src/test/java/org/apache/directory/server/xdbm/search/impl: AndCursorTest.java OrCursorTest.java - posted by el...@apache.org on 2014/11/08 10:12:51 UTC, 0 replies.
- svn commit: r1637538 - in /directory/apacheds/trunk/xdbm-partition/src/test/java/org/apache/directory/server/xdbm/search/impl: AndCursorTest.java OrCursorTest.java - posted by el...@apache.org on 2014/11/08 11:37:36 UTC, 0 replies.
- svn commit: r1637564 - /directory/site/trunk/content/apacheds/advanced-ug/0.2-building-trunks.mdtext - posted by ka...@apache.org on 2014/11/08 14:52:02 UTC, 0 replies.
- svn commit: r928400 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/0.2-building-trunks.html - posted by bu...@apache.org on 2014/11/08 14:52:09 UTC, 0 replies.
- svn commit: r1637567 - /directory/site/trunk/.project - posted by ka...@apache.org on 2014/11/08 14:52:23 UTC, 0 replies.
- svn commit: r928401 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/08 14:52:44 UTC, 0 replies.
- directory-fortress-core git commit: FC-40 - use SchemaConstants once again. - posted by sm...@apache.org on 2014/11/10 02:08:00 UTC, 0 replies.
- directory-fortress-core git commit: FC-47 - OrganizationalUnitDao create attribute syntax violation - posted by sm...@apache.org on 2014/11/10 14:23:39 UTC, 0 replies.
- svn commit: r1637865 - /directory/apacheds/trunk/ldap-client-test/src/test/java/org/apache/directory/shared/client/api/LdapConnectionTest.java - posted by el...@apache.org on 2014/11/10 14:58:08 UTC, 0 replies.
- svn commit: r1637874 - in /directory/jdbm/trunk/jdbm1/META-INF: ./ MANIFEST.MF - posted by el...@apache.org on 2014/11/10 15:31:24 UTC, 0 replies.
- [1/5] directory-fortress-core git commit: Removed the GlobalIds constants NO_ATRS, TOP, OBJECT_CLASS, OU, CN and UID, replaced by the SchemaConstants values (FC-40) - posted by el...@apache.org on 2014/11/10 16:01:37 UTC, 0 replies.
- [2/5] directory-fortress-core git commit: Using teh SchemaConstants constants CN_AT, OBJECT_CLASS_AT, TOP_OC, DEVICE_OC, OU_AT and DC_OBJECT_AT instead of the one declared in GlobalIds - posted by el...@apache.org on 2014/11/10 16:01:38 UTC, 0 replies.
- [3/5] directory-fortress-core git commit: Using parameters in LOG instead of concatenations - posted by el...@apache.org on 2014/11/10 16:01:39 UTC, 0 replies.
- [4/5] directory-fortress-core git commit: Used the correct Strings class - posted by el...@apache.org on 2014/11/10 16:01:40 UTC, 0 replies.
- [5/5] directory-fortress-core git commit: merged with Shawn's changes - posted by el...@apache.org on 2014/11/10 16:01:41 UTC, 0 replies.
- directory-fortress-core git commit: FC-40 - Use the LDAP API constants instead of GlobalIDs constants when possible - posted by sm...@apache.org on 2014/11/10 16:24:32 UTC, 1 replies.
- directory-fortress-core git commit: repairs to pom to fix compilation issues - posted by sm...@apache.org on 2014/11/10 16:27:31 UTC, 0 replies.
- svn commit: r1638014 - in /directory/mavibot/trunk/mavibot/src/main/java/org/apache/directory/mavibot/btree: AbstractPage.java BulkLoader.java InMemoryBTreeBuilder.java KeyHolder.java PersistedBTree.java - posted by el...@apache.org on 2014/11/11 02:55:57 UTC, 0 replies.
- svn commit: r1638015 - in /directory/mavibot/trunk/mavibot/src/test/java/org/apache/directory/mavibot/btree: BulkLoaderTest.java InMemoryBTreeBuilderTest.java - posted by el...@apache.org on 2014/11/11 02:56:52 UTC, 0 replies.
- svn commit: r1638055 - /directory/site/trunk/content/sources.mdtext - posted by el...@apache.org on 2014/11/11 10:36:15 UTC, 0 replies.
- svn commit: r928726 - in /websites/staging/directory/trunk/content: ./ sources.html - posted by bu...@apache.org on 2014/11/11 10:36:26 UTC, 0 replies.
- svn commit: r1638068 - in /directory/mavibot/trunk/mavibot/src: main/java/org/apache/directory/mavibot/btree/BulkLoader.java test/java/org/apache/directory/mavibot/btree/BulkLoaderTest.java - posted by el...@apache.org on 2014/11/11 12:37:26 UTC, 0 replies.
- svn commit: r7115 - /release/directory/api/dist/1.0.0-M25/ - posted by el...@apache.org on 2014/11/11 15:00:53 UTC, 0 replies.
- svn commit: r928762 - /websites/staging/directory/trunk/content/extpaths.txt - posted by el...@apache.org on 2014/11/11 15:10:11 UTC, 0 replies.
- svn commit: r928764 - /websites/staging/directory/trunk/content/api/gen-docs/.htaccess - posted by el...@apache.org on 2014/11/11 15:10:39 UTC, 0 replies.
- svn commit: r928768 - in /websites/production/directory/content/api/gen-docs/1.0.0-M25: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/directory/ apidocs/org/apache/directory/api/ apidocs/org/apache/directory/api/asn1/ apidocs/org/apac... - posted by el...@apache.org on 2014/11/11 15:36:29 UTC, 0 replies.
- svn commit: r1638129 - in /directory/site/trunk: content/api/download-old-versions.mdtext content/api/news.mdtext lib/path.pm - posted by el...@apache.org on 2014/11/11 15:41:54 UTC, 0 replies.
- svn commit: r928770 [2/2] - in /websites/staging/directory/trunk/content: ./ api/ api/download/ api/groovy-api/ api/user-guide/ - posted by bu...@apache.org on 2014/11/11 15:42:26 UTC, 0 replies.
- svn commit: r928770 [1/2] - in /websites/staging/directory/trunk/content: ./ api/ api/download/ api/groovy-api/ api/user-guide/ - posted by bu...@apache.org on 2014/11/11 15:42:26 UTC, 0 replies.
- svn commit: r928774 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/11 16:08:13 UTC, 0 replies.
- [1/5] directory-fortress-realm git commit: change package structure, names, license, and pom improvements - posted by sm...@apache.org on 2014/11/11 21:16:25 UTC, 0 replies.
- [2/5] directory-fortress-realm git commit: change package structure, names, license, and pom improvements - posted by sm...@apache.org on 2014/11/11 21:16:26 UTC, 0 replies.
- [3/5] directory-fortress-realm git commit: change package structure, names, license, and pom improvements - posted by sm...@apache.org on 2014/11/11 21:16:27 UTC, 0 replies.
- [4/5] directory-fortress-realm git commit: change package structure, names, license, and pom improvements - posted by sm...@apache.org on 2014/11/11 21:16:28 UTC, 0 replies.
- [5/5] directory-fortress-realm git commit: change package structure, names, license, and pom improvements - posted by sm...@apache.org on 2014/11/11 21:16:29 UTC, 0 replies.
- [01/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:11 UTC, 0 replies.
- [02/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:12 UTC, 0 replies.
- [03/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:13 UTC, 0 replies.
- [04/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:14 UTC, 0 replies.
- [05/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:15 UTC, 0 replies.
- [06/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:16 UTC, 0 replies.
- [07/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:17 UTC, 0 replies.
- [08/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:18 UTC, 0 replies.
- [09/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:19 UTC, 0 replies.
- [10/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:20 UTC, 0 replies.
- [11/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:21 UTC, 0 replies.
- [12/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:22 UTC, 0 replies.
- [13/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:23 UTC, 0 replies.
- [14/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:24 UTC, 0 replies.
- [15/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:25 UTC, 0 replies.
- [16/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:26 UTC, 0 replies.
- [17/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:27 UTC, 0 replies.
- [18/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:28 UTC, 0 replies.
- [19/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:29 UTC, 0 replies.
- [20/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:30 UTC, 0 replies.
- [21/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:31 UTC, 0 replies.
- [22/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:32 UTC, 0 replies.
- [23/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:33 UTC, 0 replies.
- [24/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:34 UTC, 0 replies.
- [25/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:35 UTC, 0 replies.
- [26/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:36 UTC, 0 replies.
- [27/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:35:37 UTC, 0 replies.
- [01/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:40 UTC, 0 replies.
- [02/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:41 UTC, 0 replies.
- [03/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:42 UTC, 0 replies.
- [04/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:43 UTC, 0 replies.
- [05/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:44 UTC, 0 replies.
- [06/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:45 UTC, 0 replies.
- [07/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:46 UTC, 0 replies.
- [08/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:47 UTC, 0 replies.
- [09/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:48 UTC, 0 replies.
- [10/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:49 UTC, 0 replies.
- [11/11] directory-fortress-enmasse git commit: change package structure and names, pom improvements, license - posted by sm...@apache.org on 2014/11/11 21:38:50 UTC, 0 replies.
- directory-fortress-enmasse git commit: change site readme - posted by sm...@apache.org on 2014/11/11 21:41:11 UTC, 0 replies.
- directory-fortress-realm git commit: remove old websphere custom registry script - posted by sm...@apache.org on 2014/11/11 21:45:50 UTC, 0 replies.
- svn commit: r1638516 - in /directory/mavibot/trunk: mavibot/pom.xml pom.xml - posted by el...@apache.org on 2014/11/11 23:57:07 UTC, 0 replies.
- svn commit: r1638540 - /directory/mavibot/trunk/pom.xml - posted by el...@apache.org on 2014/11/12 00:07:15 UTC, 0 replies.
- svn commit: r1638547 - /directory/mavibot/trunk/mavibot/src/test/java/org/apache/directory/mavibot/btree/BulkLoaderTest.java - posted by el...@apache.org on 2014/11/12 00:11:29 UTC, 0 replies.
- svn commit: r1638548 - /directory/mavibot/trunk/mavibot/src/test/java/org/apache/directory/mavibot/btree/PersistedBTreeBuilderTest.java - posted by el...@apache.org on 2014/11/12 00:12:02 UTC, 0 replies.
- svn commit: r1638550 - /directory/mavibot/trunk/mavibot/src/main/java/org/apache/directory/mavibot/btree/BulkLoader.java - posted by el...@apache.org on 2014/11/12 00:12:42 UTC, 0 replies.
- svn commit: r1638551 - /directory/mavibot/trunk/mavibot/src/main/java/org/apache/directory/mavibot/btree/BTreeFactory.java - posted by el...@apache.org on 2014/11/12 00:13:04 UTC, 0 replies.
- svn commit: r1638730 - /directory/mavibot/trunk/mavibot/src/main/java/org/apache/directory/mavibot/btree/PersistedValueHolder.java - posted by el...@apache.org on 2014/11/12 11:04:26 UTC, 0 replies.
- svn commit: r1638731 - in /directory/mavibot/trunk/mavibot/src: main/java/org/apache/directory/mavibot/btree/BulkLoader.java test/java/org/apache/directory/mavibot/btree/BulkLoaderTest.java - posted by el...@apache.org on 2014/11/12 11:14:34 UTC, 0 replies.
- svn commit: r1638739 - in /directory/mavibot/trunk: distribution/pom.xml mavibot/pom.xml pom.xml - posted by el...@apache.org on 2014/11/12 11:43:08 UTC, 0 replies.
- svn commit: r1638740 - /directory/mavibot/tags/1.0.0-M6/ - posted by el...@apache.org on 2014/11/12 11:43:22 UTC, 0 replies.
- svn commit: r1638741 - in /directory/mavibot/trunk: distribution/pom.xml mavibot/pom.xml pom.xml - posted by el...@apache.org on 2014/11/12 11:43:24 UTC, 0 replies.
- svn commit: r1638763 - /directory/jdbm/trunk/jdbm1/pom.xml - posted by el...@apache.org on 2014/11/12 12:40:32 UTC, 0 replies.
- svn commit: r1638764 - in /directory/jdbm/trunk: jdbm2/pom.xml pom.xml - posted by el...@apache.org on 2014/11/12 12:46:08 UTC, 0 replies.
- svn commit: r1638774 - in /directory/jdbm/trunk: jdbm1/pom.xml jdbm2/pom.xml pom.xml - posted by el...@apache.org on 2014/11/12 13:45:11 UTC, 0 replies.
- svn commit: r1638775 - /directory/jdbm/tags/2.0.0-M3/ - posted by el...@apache.org on 2014/11/12 13:45:25 UTC, 0 replies.
- svn commit: r1638776 - in /directory/jdbm/trunk: jdbm1/pom.xml jdbm2/pom.xml pom.xml - posted by el...@apache.org on 2014/11/12 13:45:27 UTC, 0 replies.
- svn commit: r1638785 - /directory/apacheds/trunk/pom.xml - posted by el...@apache.org on 2014/11/12 14:40:48 UTC, 0 replies.
- svn commit: r1638788 - /directory/apacheds/trunk/all/pom.xml - posted by el...@apache.org on 2014/11/12 14:53:16 UTC, 0 replies.
- svn commit: r1638789 - /directory/apacheds/trunk/jdbm-partition/pom.xml - posted by el...@apache.org on 2014/11/12 14:53:29 UTC, 0 replies.
- svn commit: r1638790 - /directory/apacheds/trunk/protocol-ldap/pom.xml - posted by el...@apache.org on 2014/11/12 14:54:19 UTC, 0 replies.
- svn commit: r1638802 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/12 15:46:44 UTC, 0 replies.
- svn commit: r1638803 - /directory/apacheds/tags/2.0.0-M18/ - posted by el...@apache.org on 2014/11/12 15:46:58 UTC, 0 replies.
- svn commit: r1638804 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/12 15:47:15 UTC, 0 replies.
- svn commit: r1639066 - /directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext - posted by sm...@apache.org on 2014/11/12 22:28:47 UTC, 0 replies.
- svn commit: r928966 - in /websites/staging/directory/trunk/content: ./ fortress/quick-start/apacheds/section-I.html - posted by bu...@apache.org on 2014/11/12 22:28:56 UTC, 0 replies.
- directory-fortress-core git commit: fix FC-40 merge on schema constants, chg ldapapi to M25 - posted by sm...@apache.org on 2014/11/13 01:54:16 UTC, 0 replies.
- directory-fortress-core git commit: bump apacheds to M18 - posted by sm...@apache.org on 2014/11/13 02:59:40 UTC, 0 replies.
- directory-fortress-core git commit: cleanup build.props - posted by sm...@apache.org on 2014/11/13 04:00:24 UTC, 0 replies.
- directory-fortress-core git commit: replace build.props log min/max conns - posted by sm...@apache.org on 2014/11/13 04:17:14 UTC, 0 replies.
- directory-fortress-commander git commit: Change servlet dependency to javax.servlet from tomcat. - posted by sm...@apache.org on 2014/11/13 05:53:18 UTC, 0 replies.
- directory-fortress-commander git commit: FC-45 - Normalize fortress test policies - posted by sm...@apache.org on 2014/11/13 06:01:29 UTC, 1 replies.
- svn commit: r1639263 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 08:56:59 UTC, 0 replies.
- svn commit: r929007 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 08:57:07 UTC, 0 replies.
- svn commit: r1639264 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 09:03:30 UTC, 0 replies.
- svn commit: r929008 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 09:03:34 UTC, 0 replies.
- svn commit: r1639265 - /directory/site/trunk/content/mavibot/developer-guide.mdtext - posted by el...@apache.org on 2014/11/13 09:24:30 UTC, 0 replies.
- svn commit: r929010 - in /websites/staging/directory/trunk/content: ./ mavibot/developer-guide.html - posted by bu...@apache.org on 2014/11/13 09:24:35 UTC, 0 replies.
- svn commit: r1639266 - /directory/site/trunk/content/contribute.mdtext - posted by el...@apache.org on 2014/11/13 09:27:40 UTC, 0 replies.
- svn commit: r929012 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 09:27:44 UTC, 0 replies.
- svn commit: r1639267 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 09:30:46 UTC, 0 replies.
- svn commit: r929013 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 09:30:53 UTC, 0 replies.
- svn commit: r1639272 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 09:52:20 UTC, 0 replies.
- svn commit: r929014 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 09:52:25 UTC, 0 replies.
- svn commit: r1639274 - /directory/site/trunk/content/contribute.mdtext - posted by el...@apache.org on 2014/11/13 10:18:56 UTC, 0 replies.
- svn commit: r929020 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 10:19:02 UTC, 0 replies.
- svn commit: r1639276 - /directory/apacheds/trunk/core-shared/src/main/java/org/apache/directory/server/core/shared/partition/DefaultPartitionNexus.java - posted by el...@apache.org on 2014/11/13 10:31:28 UTC, 0 replies.
- svn commit: r1639277 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 10:37:59 UTC, 0 replies.
- svn commit: r929023 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 10:38:04 UTC, 0 replies.
- svn commit: r1639279 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 10:46:43 UTC, 0 replies.
- svn commit: r929025 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 10:46:47 UTC, 0 replies.
- svn commit: r1639280 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 10:50:42 UTC, 0 replies.
- svn commit: r929026 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 10:50:46 UTC, 0 replies.
- svn commit: r1639281 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 10:54:59 UTC, 0 replies.
- svn commit: r929027 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 10:55:05 UTC, 0 replies.
- svn commit: r1639282 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:00:52 UTC, 0 replies.
- svn commit: r929028 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:00:59 UTC, 0 replies.
- svn commit: r1639283 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:08:39 UTC, 0 replies.
- svn commit: r929029 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:08:44 UTC, 0 replies.
- svn commit: r1639284 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:12:00 UTC, 0 replies.
- svn commit: r929031 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:12:04 UTC, 0 replies.
- svn commit: r1639285 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:13:43 UTC, 0 replies.
- svn commit: r929032 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:13:47 UTC, 0 replies.
- svn commit: r1639286 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:15:40 UTC, 0 replies.
- svn commit: r929033 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:15:44 UTC, 0 replies.
- svn commit: r1639287 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:18:14 UTC, 0 replies.
- svn commit: r929034 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:18:18 UTC, 0 replies.
- svn commit: r1639288 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:19:30 UTC, 0 replies.
- svn commit: r929035 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:19:35 UTC, 0 replies.
- svn commit: r1639289 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:21:27 UTC, 0 replies.
- svn commit: r929037 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:21:32 UTC, 0 replies.
- svn commit: r1639290 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:26:22 UTC, 0 replies.
- svn commit: r929038 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:26:26 UTC, 0 replies.
- svn commit: r1639291 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:28:33 UTC, 0 replies.
- svn commit: r929040 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:28:37 UTC, 0 replies.
- svn commit: r1639293 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:33:47 UTC, 0 replies.
- svn commit: r929041 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 11:33:51 UTC, 0 replies.
- svn commit: r1639294 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 11:35:24 UTC, 0 replies.
- svn commit: r929043 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/13 11:35:28 UTC, 0 replies.
- svn commit: r1639296 - in /directory/site/trunk: .project content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:00:14 UTC, 0 replies.
- svn commit: r929044 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:00:18 UTC, 0 replies.
- svn commit: r1639297 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:03:04 UTC, 0 replies.
- svn commit: r929045 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:03:23 UTC, 0 replies.
- svn commit: r1639298 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:04:04 UTC, 0 replies.
- svn commit: r929046 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:04:14 UTC, 0 replies.
- svn commit: r1639299 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:05:23 UTC, 0 replies.
- svn commit: r929047 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:05:27 UTC, 0 replies.
- svn commit: r1639300 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:08:12 UTC, 0 replies.
- svn commit: r929048 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:08:16 UTC, 0 replies.
- svn commit: r1639301 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:11:59 UTC, 0 replies.
- svn commit: r929050 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:12:04 UTC, 0 replies.
- svn commit: r1639302 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:19:13 UTC, 0 replies.
- svn commit: r929051 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:19:18 UTC, 0 replies.
- svn commit: r1639305 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:21:00 UTC, 0 replies.
- svn commit: r929054 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:21:05 UTC, 0 replies.
- svn commit: r1639308 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:26:53 UTC, 0 replies.
- svn commit: r929056 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:26:57 UTC, 0 replies.
- svn commit: r1639309 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:28:50 UTC, 0 replies.
- svn commit: r929057 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:28:55 UTC, 0 replies.
- svn commit: r1639310 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:32:34 UTC, 0 replies.
- svn commit: r929058 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:32:38 UTC, 0 replies.
- svn commit: r1639311 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:34:59 UTC, 0 replies.
- svn commit: r929059 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:35:04 UTC, 0 replies.
- svn commit: r1639312 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:40:12 UTC, 0 replies.
- svn commit: r929060 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:40:16 UTC, 0 replies.
- svn commit: r1639313 - /directory/site/trunk/content/contribute.mdtext - posted by pi...@apache.org on 2014/11/13 12:41:40 UTC, 0 replies.
- svn commit: r929061 - in /websites/staging/directory/trunk/content: ./ contribute.html - posted by bu...@apache.org on 2014/11/13 12:41:44 UTC, 0 replies.
- directory-fortress-core git commit: fix the maven ant plugin classpath for config file - posted by sm...@apache.org on 2014/11/13 14:53:31 UTC, 0 replies.
- directory-fortress-core git commit: kick off ant init-fortress-config target from maven - posted by sm...@apache.org on 2014/11/13 15:14:19 UTC, 0 replies.
- svn commit: r1639354 - in /directory/apacheds/trunk/kerberos-test/src/test/java/org/apache/directory/server/kerberos/kdc: KerberosTcpITest.java KerberosUdpITest.java - posted by el...@apache.org on 2014/11/13 15:58:32 UTC, 0 replies.
- directory-fortress-core git commit: add test resources to classpath for pom so junit tests can run - posted by sm...@apache.org on 2014/11/13 16:27:30 UTC, 0 replies.
- directory-fortress-core git commit: cleanup commented entries in pom - posted by sm...@apache.org on 2014/11/13 16:29:10 UTC, 0 replies.
- svn commit: r1639394 - /directory/apacheds/trunk/protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/request/BindRequestHandler.java - posted by el...@apache.org on 2014/11/13 18:01:16 UTC, 0 replies.
- svn commit: r1639395 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 18:09:22 UTC, 0 replies.
- svn commit: r1639516 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 21:59:49 UTC, 0 replies.
- svn commit: r1639517 - /directory/apacheds/tags/2.0.0-M18/trunk/ - posted by el...@apache.org on 2014/11/13 22:00:06 UTC, 0 replies.
- svn commit: r1639518 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 22:00:31 UTC, 0 replies.
- svn commit: r1639529 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 22:39:50 UTC, 0 replies.
- svn commit: r1639538 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 23:01:10 UTC, 0 replies.
- svn commit: r1639542 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 23:33:34 UTC, 0 replies.
- svn commit: r1639543 - /directory/apacheds/tags/2.0.0-M18/ - posted by el...@apache.org on 2014/11/13 23:34:42 UTC, 0 replies.
- svn commit: r1639544 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 23:47:10 UTC, 0 replies.
- svn commit: r1639545 - /directory/apacheds/tags/2.0.0-M18/ - posted by el...@apache.org on 2014/11/13 23:47:23 UTC, 0 replies.
- svn commit: r1639546 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/13 23:47:38 UTC, 0 replies.
- directory-fortress-core git commit: Bumped up many revisions, added a prerequisite, changed the version to be a SNAPSHOT - posted by el...@apache.org on 2014/11/14 10:51:46 UTC, 0 replies.
- directory-fortress-core git commit: o Merged the two antrun plugin declaration o Removed the duplicate maven release declaration - posted by el...@apache.org on 2014/11/14 11:30:25 UTC, 0 replies.
- directory-fortress-realm git commit: FC-48 - remove log4j from realm impl - posted by sm...@apache.org on 2014/11/14 14:27:56 UTC, 0 replies.
- directory-fortress-commander git commit: change version to 1.0-RC40-SNAPSHOT - posted by sm...@apache.org on 2014/11/14 14:33:34 UTC, 0 replies.
- directory-fortress-enmasse git commit: change version to 1.0-RC40-SNAPSHOT - posted by sm...@apache.org on 2014/11/14 14:34:07 UTC, 0 replies.
- svn commit: r1639724 - /directory/site/trunk/templates/fortress/index.html - posted by el...@apache.org on 2014/11/14 19:31:10 UTC, 0 replies.
- svn commit: r929226 - in /websites/staging/directory/trunk/content: ./ fortress/index.html - posted by bu...@apache.org on 2014/11/14 19:31:34 UTC, 0 replies.
- svn commit: r1639725 - /directory/site/trunk/templates/fortress/page.html - posted by el...@apache.org on 2014/11/14 19:32:24 UTC, 0 replies.
- svn commit: r929227 - in /websites/staging/directory/trunk/content: ./ fortress/ fortress/quick-start/linux/ fortress/quick-start/windows/ fortress/user-guide/ - posted by bu...@apache.org on 2014/11/14 19:32:42 UTC, 0 replies.
- svn commit: r1639726 - /directory/site/trunk/content/fortress/user-guide/2.3-multitenancy-under-covers.mdtext - posted by el...@apache.org on 2014/11/14 19:32:53 UTC, 0 replies.
- svn commit: r929228 - in /websites/staging/directory/trunk/content: ./ fortress/user-guide/2.3-multitenancy-under-covers.html - posted by bu...@apache.org on 2014/11/14 19:32:57 UTC, 0 replies.
- svn commit: r929229 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/14 19:35:50 UTC, 0 replies.
- svn commit: r1639729 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 19:44:27 UTC, 0 replies.
- svn commit: r929230 - in /websites/staging/directory/trunk/content: ./ api/news.html - posted by bu...@apache.org on 2014/11/14 19:44:32 UTC, 0 replies.
- svn commit: r929231 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/14 19:45:50 UTC, 0 replies.
- svn commit: r1639730 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 19:52:45 UTC, 0 replies.
- svn commit: r929232 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/14 19:52:50 UTC, 0 replies.
- svn commit: r1639731 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 19:53:26 UTC, 0 replies.
- svn commit: r929233 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/14 19:53:30 UTC, 0 replies.
- svn commit: r1639732 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 19:56:57 UTC, 0 replies.
- svn commit: r929234 - in /websites/staging/directory/trunk/content: ./ api/news.html - posted by bu...@apache.org on 2014/11/14 19:57:01 UTC, 0 replies.
- svn commit: r1639733 - /directory/site/trunk/content/apacheds/developer-guide.mdtext - posted by el...@apache.org on 2014/11/14 19:57:16 UTC, 0 replies.
- svn commit: r929235 - in /websites/staging/directory/trunk/content: ./ apacheds/developer-guide.html - posted by bu...@apache.org on 2014/11/14 19:57:20 UTC, 0 replies.
- svn commit: r1639734 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 19:59:16 UTC, 0 replies.
- svn commit: r929236 - in /websites/staging/directory/trunk/content: ./ api/news.html - posted by bu...@apache.org on 2014/11/14 19:59:20 UTC, 0 replies.
- svn commit: r1639735 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/14 20:00:35 UTC, 0 replies.
- svn commit: r929237 - in /websites/staging/directory/trunk/content: ./ api/news.html - posted by bu...@apache.org on 2014/11/14 20:00:39 UTC, 0 replies.
- svn commit: r1639806 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/15 00:58:50 UTC, 0 replies.
- svn commit: r929272 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/15 00:58:57 UTC, 0 replies.
- svn commit: r1639808 - /directory/site/trunk/content/api/news.mdtext - posted by el...@apache.org on 2014/11/15 01:01:53 UTC, 0 replies.
- svn commit: r929273 - in /websites/staging/directory/trunk/content: ./ api/news.html - posted by bu...@apache.org on 2014/11/15 01:01:57 UTC, 0 replies.
- svn commit: r1640021 - in /directory/site/trunk: content/mavibot/download-old-versions.mdtext content/mavibot/news.mdtext lib/path.pm - posted by el...@apache.org on 2014/11/16 19:42:09 UTC, 0 replies.
- svn commit: r1640022 - /directory/site/trunk/.project - posted by el...@apache.org on 2014/11/16 19:42:30 UTC, 0 replies.
- svn commit: r929428 [1/3] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ fortress/quick-start/apacheds/ mavibot/ mavibot/downlo... - posted by bu...@apache.org on 2014/11/16 19:42:44 UTC, 0 replies.
- svn commit: r929428 [2/3] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ fortress/quick-start/apacheds/ mavibot/ mavibot/downlo... - posted by bu...@apache.org on 2014/11/16 19:42:44 UTC, 0 replies.
- svn commit: r929428 [3/3] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ fortress/quick-start/apacheds/ mavibot/ mavibot/downlo... - posted by bu...@apache.org on 2014/11/16 19:42:44 UTC, 0 replies.
- svn commit: r929429 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/16 19:42:54 UTC, 0 replies.
- svn commit: r7175 - /release/directory/mavibot/dist/1.0.0-M6/ - posted by el...@apache.org on 2014/11/19 01:25:21 UTC, 0 replies.
- svn commit: r929708 - in /websites/production/directory/content/mavibot/gen-docs/1.0.0-M6: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/directory/ apidocs/org/apache/directory/mavibot/ apidocs/org/apache/directory/mavibot/btree/ apid... - posted by el...@apache.org on 2014/11/19 01:32:25 UTC, 0 replies.
- svn commit: r929709 - in /websites/staging/directory/trunk/content: extpaths.txt mavibot/gen-docs/.htaccess - posted by el...@apache.org on 2014/11/19 01:35:57 UTC, 0 replies.
- svn commit: r1640461 - in /directory: apacheds/trunk/protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/extended/ apacheds/trunk/protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/ssl/ shared/trunk/ldap/client/api/... - posted by el...@apache.org on 2014/11/19 01:44:59 UTC, 0 replies.
- svn commit: r7176 - in /release/directory/jdbm: ./ dist/ - posted by el...@apache.org on 2014/11/19 08:35:37 UTC, 0 replies.
- svn commit: r7177 - /release/directory/jdbm/dist/2.0.0-M3/ - posted by el...@apache.org on 2014/11/19 08:37:53 UTC, 0 replies.
- svn commit: r7178 - /release/directory/apacheds/dist/2.0.0-M18/ - posted by el...@apache.org on 2014/11/19 09:37:37 UTC, 0 replies.
- svn commit: r929762 - in /websites/production/directory/content/apacheds/gen-docs/2.0.0-M18: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/directory/ apidocs/org/apache/directory/kerberos/ apidocs/org/apache/directory/kerberos/client/... - posted by el...@apache.org on 2014/11/19 12:07:54 UTC, 0 replies.
- svn commit: r929764 - in /websites/staging/directory/trunk/content: apacheds/gen-docs/.htaccess extpaths.txt - posted by el...@apache.org on 2014/11/19 12:21:06 UTC, 0 replies.
- svn commit: r1640527 - /directory/site/trunk/content/extpaths.txt - posted by el...@apache.org on 2014/11/19 12:22:40 UTC, 0 replies.
- svn commit: r929765 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/19 12:22:47 UTC, 0 replies.
- svn commit: r1640528 - in /directory/site/trunk/content: api/gen-docs/.htaccess mavibot/gen-docs/.htaccess - posted by el...@apache.org on 2014/11/19 12:25:07 UTC, 0 replies.
- svn commit: r929766 - in /websites/staging/directory/trunk/content: ./ mavibot/gen-docs/.htaccess - posted by bu...@apache.org on 2014/11/19 12:25:12 UTC, 0 replies.
- svn commit: r929772 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/19 13:54:27 UTC, 0 replies.
- svn commit: r1640543 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/19 14:28:03 UTC, 0 replies.
- svn commit: r1640544 - /directory/shared/tags/1.0.0-M26/ - posted by el...@apache.org on 2014/11/19 14:28:17 UTC, 0 replies.
- svn commit: r1640545 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/19 14:28:27 UTC, 0 replies.
- svn commit: r1640549 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/19 14:41:36 UTC, 0 replies.
- svn commit: r1640551 - /directory/shared/tags/1.0.0-M26/ - posted by el...@apache.org on 2014/11/19 14:45:21 UTC, 0 replies.
- svn commit: r1640552 - in /directory/shared/trunk: dsml/engine/pom.xml dsml/parser/pom.xml ldap/extras/aci/pom.xml ldap/net/mina/pom.xml util/pom.xml - posted by el...@apache.org on 2014/11/19 14:50:35 UTC, 0 replies.
- svn commit: r1640554 - /directory/shared/trunk/ldap/extras/codec-api/pom.xml - posted by se...@apache.org on 2014/11/19 15:00:29 UTC, 0 replies.
- svn commit: r1640557 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/19 15:23:07 UTC, 0 replies.
- svn commit: r1640558 - /directory/shared/tags/1.0.0-M26/ - posted by el...@apache.org on 2014/11/19 15:23:21 UTC, 0 replies.
- svn commit: r1640559 - in /directory/shared/trunk: ./ all/ asn1/ asn1/api/ asn1/ber/ distribution/ dsml/ dsml/engine/ dsml/parser/ i18n/ integ/ ldap/ ldap/client/ ldap/client/all/ ldap/client/api/ ldap/codec/ ldap/codec/core/ ldap/codec/standalone/ lda... - posted by el...@apache.org on 2014/11/19 15:23:34 UTC, 0 replies.
- svn commit: r1640570 - /directory/apacheds/trunk/pom.xml - posted by el...@apache.org on 2014/11/19 16:12:32 UTC, 0 replies.
- svn commit: r1640571 - /directory/apacheds/trunk/kerberos-test/src/test/java/org/apache/directory/server/kerberos/kdc/KerberosUdpITest.java - posted by el...@apache.org on 2014/11/19 16:14:14 UTC, 0 replies.
- svn commit: r1640581 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/19 17:04:31 UTC, 0 replies.
- svn commit: r1640583 - /directory/apacheds/tags/2.0.0-M19/ - posted by el...@apache.org on 2014/11/19 17:04:45 UTC, 0 replies.
- svn commit: r1640584 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor... - posted by el...@apache.org on 2014/11/19 17:05:01 UTC, 0 replies.
- directory-fortress-core git commit: Cast to AdminRole - posted by el...@apache.org on 2014/11/20 23:37:04 UTC, 0 replies.
- [1/3] directory-fortress-commander git commit: o Fixing some generics pb o Fixing some warnings o Minor formating - posted by el...@apache.org on 2014/11/20 23:42:28 UTC, 0 replies.
- [2/3] directory-fortress-commander git commit: Added a serializable proxy list used for Model pages - posted by el...@apache.org on 2014/11/20 23:42:29 UTC, 0 replies.
- [3/3] directory-fortress-commander git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-fortress-commander - posted by el...@apache.org on 2014/11/20 23:42:30 UTC, 0 replies.
- [1/4] directory-fortress-enmasse git commit: Changed the @author tag - posted by el...@apache.org on 2014/11/21 08:28:40 UTC, 0 replies.
- [2/4] directory-fortress-enmasse git commit: Added the missing AL 2.0 header - posted by el...@apache.org on 2014/11/21 08:28:41 UTC, 0 replies.
- [3/4] directory-fortress-enmasse git commit: Rename the license file - posted by el...@apache.org on 2014/11/21 08:28:42 UTC, 0 replies.
- [4/4] directory-fortress-enmasse git commit: renamed this file - posted by el...@apache.org on 2014/11/21 08:28:43 UTC, 0 replies.
- directory-fortress-commander git commit: Added the missing AL 2.0 header - posted by el...@apache.org on 2014/11/21 08:29:42 UTC, 0 replies.
- [1/2] directory-fortress-commander git commit: Added the missing AL 2.0 license - posted by el...@apache.org on 2014/11/21 14:08:24 UTC, 0 replies.
- [2/2] directory-fortress-commander git commit: o Added the apache-rat plugin configuration to ignore files that are not from Aapche o Referenced the default Apache parent pom o Removed the useless versions for plugins (they are already declared in the pa - posted by el...@apache.org on 2014/11/21 14:08:25 UTC, 0 replies.
- svn commit: r7203 - /release/directory/api/1.0.0-M26/ - posted by el...@apache.org on 2014/11/21 23:05:58 UTC, 0 replies.
- svn commit: r7204 - /release/directory/apacheds/dist/2.0.0-M19/ - posted by el...@apache.org on 2014/11/21 23:14:46 UTC, 0 replies.
- svn commit: r930039 - in /websites/production/directory/content/api/gen-docs/1.0.0-M26: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/directory/ apidocs/org/apache/directory/api/ apidocs/org/apache/directory/api/asn1/ apidocs/org/apac... - posted by el...@apache.org on 2014/11/21 23:52:53 UTC, 0 replies.
- svn commit: r1641019 - in /directory/site/trunk/content: apacheds/gen-docs/ apacheds/gen-docs/.htaccess apacheds/gen-docs/latest/ api/gen-docs/.htaccess extpaths.txt - posted by el...@apache.org on 2014/11/22 01:42:10 UTC, 0 replies.
- svn commit: r930046 - in /websites/staging/directory/trunk/content: ./ apacheds/gen-docs/.htaccess api/gen-docs/.htaccess extpaths.txt - posted by bu...@apache.org on 2014/11/22 01:42:18 UTC, 0 replies.
- svn commit: r930047 - in /websites/production/directory/content/apacheds/gen-docs/2.0.0-M19: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/directory/ apidocs/org/apache/directory/kerberos/ apidocs/org/apache/directory/kerberos/client/... - posted by el...@apache.org on 2014/11/22 01:54:17 UTC, 0 replies.
- svn commit: r930048 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/22 01:58:40 UTC, 0 replies.
- svn commit: r1641033 - in /directory/site/trunk/content/apacheds: download-old-versions.mdtext news.mdtext - posted by el...@apache.org on 2014/11/22 09:24:47 UTC, 0 replies.
- svn commit: r930077 - in /websites/staging/directory/trunk/content: ./ apacheds/download-old-versions.html apacheds/news.html - posted by bu...@apache.org on 2014/11/22 09:24:57 UTC, 0 replies.
- svn commit: r1641034 - in /directory/site/trunk/content/api: download-old-versions.mdtext news.mdtext - posted by el...@apache.org on 2014/11/22 09:35:38 UTC, 0 replies.
- svn commit: r930079 - in /websites/staging/directory/trunk/content: ./ api/download-old-versions.html api/news.html - posted by bu...@apache.org on 2014/11/22 09:35:42 UTC, 0 replies.
- svn commit: r1641036 - /directory/site/trunk/lib/path.pm - posted by el...@apache.org on 2014/11/22 09:53:26 UTC, 0 replies.
- svn commit: r930081 [4/4] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ fortress... - posted by bu...@apache.org on 2014/11/22 09:53:58 UTC, 0 replies.
- svn commit: r930081 [2/4] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ fortress... - posted by bu...@apache.org on 2014/11/22 09:53:58 UTC, 0 replies.
- svn commit: r930081 [1/4] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ fortress... - posted by bu...@apache.org on 2014/11/22 09:53:58 UTC, 0 replies.
- svn commit: r930081 [3/4] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ fortress... - posted by bu...@apache.org on 2014/11/22 09:53:58 UTC, 0 replies.
- svn commit: r930082 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/22 09:56:24 UTC, 0 replies.
- svn commit: r7232 - /release/directory/api/dist/1.0.0-M26/ - posted by el...@apache.org on 2014/11/22 19:13:23 UTC, 0 replies.
- svn commit: r1641177 - /directory/apacheds/trunk/protocol-shared/src/main/java/org/apache/directory/server/protocol/shared/transport/Transport.java - posted by el...@apache.org on 2014/11/23 13:49:36 UTC, 0 replies.
- [1/6] directory-fortress-enmasse git commit: o Inherits from the AbstractImpl class o Added /* no qualifier */ for package protected methods o Called the createResponse() and createError() method o Formatting the code o Added some Javadoc - posted by el...@apache.org on 2014/11/24 12:16:02 UTC, 0 replies.
- [2/6] directory-fortress-enmasse git commit: o Inherits from the AbstractImpl class o Added /* no qualifier */ for package protected methods o Called the createResponse() and createError() method o Formatting the code o Added some Javadoc - posted by el...@apache.org on 2014/11/24 12:16:03 UTC, 0 replies.
- [3/6] directory-fortress-enmasse git commit: Added an abstract class that is used by all the managers. It contains two methods used by all the managers - posted by el...@apache.org on 2014/11/24 12:16:04 UTC, 0 replies.
- [4/6] directory-fortress-enmasse git commit: Same formating and changes than for the other managers - posted by el...@apache.org on 2014/11/24 12:16:05 UTC, 0 replies.
- [5/6] directory-fortress-enmasse git commit: The AbstractImpl class has been renamed - posted by el...@apache.org on 2014/11/24 12:16:06 UTC, 0 replies.
- [6/6] directory-fortress-enmasse git commit: Formatting - posted by el...@apache.org on 2014/11/24 12:16:07 UTC, 0 replies.
- svn commit: r1641401 - in /directory/shared/trunk/ldap/schema/data/src: main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/ main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/ test/java/org/apache/directory/api/ldap/schemaloader/ - posted by el...@apache.org on 2014/11/24 15:29:57 UTC, 0 replies.
- svn commit: r1641402 - in /directory/apacheds/trunk: protocol-ldap/src/main/java/org/apache/directory/server/ldap/ protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/extended/ protocol-ldap/src/main/java/org/apache/directory/server/l... - posted by el...@apache.org on 2014/11/24 15:34:11 UTC, 0 replies.
- directory-fortress-enmasse git commit: Minor formating (Directory formater) - posted by el...@apache.org on 2014/11/24 17:23:40 UTC, 0 replies.
- directory-fortress-enmasse git commit: Removed the warnings, used properties to refer to the latest dependeny versiosn, removed duplicated deps - posted by el...@apache.org on 2014/11/24 17:56:50 UTC, 0 replies.
- directory-fortress-enmasse git commit: Added teh .gitignore file - posted by el...@apache.org on 2014/11/24 17:59:08 UTC, 0 replies.
- svn commit: r1641445 - /directory/apacheds/trunk/server-integ/src/test/java/org/apache/directory/server/operations/modify/ModifyReplaceIT.java - posted by el...@apache.org on 2014/11/24 20:01:59 UTC, 0 replies.
- svn commit: r1641446 [2/2] - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/PrepareString.java - posted by el...@apache.org on 2014/11/24 20:02:51 UTC, 0 replies.
- svn commit: r1641446 [1/2] - /directory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/PrepareString.java - posted by el...@apache.org on 2014/11/24 20:02:51 UTC, 0 replies.
- svn commit: r1641534 - in /directory/site/trunk/content: conference-materials.data/Rbac-Directory-ApacheCon.pdf conference-materials.data/testing-LDAP.pdf conference-materials.mdtext - posted by el...@apache.org on 2014/11/25 08:40:22 UTC, 0 replies.
- svn commit: r930398 - in /websites/staging/directory/trunk/content: ./ conference-materials.data/Rbac-Directory-ApacheCon.pdf conference-materials.data/testing-LDAP.pdf conference-materials.html - posted by bu...@apache.org on 2014/11/25 08:40:33 UTC, 0 replies.
- svn commit: r1641535 - /directory/site/trunk/content/conference-materials.mdtext - posted by el...@apache.org on 2014/11/25 08:43:00 UTC, 0 replies.
- svn commit: r930399 - in /websites/staging/directory/trunk/content: ./ conference-materials.html - posted by bu...@apache.org on 2014/11/25 08:43:05 UTC, 0 replies.
- svn commit: r1641537 - /directory/site/trunk/content/conference-materials.mdtext - posted by el...@apache.org on 2014/11/25 08:47:56 UTC, 0 replies.
- svn commit: r930401 - in /websites/staging/directory/trunk/content: ./ conference-materials.html - posted by bu...@apache.org on 2014/11/25 08:48:00 UTC, 0 replies.
- svn commit: r1641538 - /directory/site/trunk/content/images/flags/hu.png - posted by el...@apache.org on 2014/11/25 08:48:32 UTC, 0 replies.
- svn commit: r930402 - in /websites/staging/directory/trunk/content: ./ images/flags/hu.png - posted by bu...@apache.org on 2014/11/25 08:48:35 UTC, 0 replies.
- svn commit: r1641539 - /directory/site/trunk/templates/navigation.html - posted by el...@apache.org on 2014/11/25 08:49:42 UTC, 0 replies.
- svn commit: r930403 - /websites/staging/directory/trunk/content/ - posted by bu...@apache.org on 2014/11/25 08:49:59 UTC, 0 replies.
- svn commit: r930404 - in /websites/production/directory/content: ./ apacheds/gen-docs/2.0.0-M1/ apacheds/gen-docs/2.0.0-M10/ apacheds/gen-docs/2.0.0-M11/ apacheds/gen-docs/2.0.0-M12/ apacheds/gen-docs/2.0.0-M13/ apacheds/gen-docs/2.0.0-M14/ apacheds/ge... - posted by el...@apache.org on 2014/11/25 08:51:36 UTC, 0 replies.
- [1/3] directory-fortress-realm git commit: o Formatted the pom.xml file (2 spaces instead of 4) o Applied the Directory formatter o The static final 'log' filed is renamed to 'LOG' (all the static final fields should be upper-cased o Fixed the logs by us - posted by el...@apache.org on 2014/11/25 10:43:56 UTC, 0 replies.
- [2/3] directory-fortress-realm git commit: o Applied the Directory formatter o Renamed 'log" to 'LOG' o formatted the pom.xml file (2 spaces instead of 4) - posted by el...@apache.org on 2014/11/25 10:43:57 UTC, 0 replies.
- [3/3] directory-fortress-realm git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-fortress-realm - posted by el...@apache.org on 2014/11/25 10:43:58 UTC, 0 replies.
- [1/4] directory-fortress-core git commit: Removed all the warnings associated with the lack of serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 19:39:15 UTC, 0 replies.
- [2/4] directory-fortress-core git commit: Removed all the warnings associated with the lack of serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 19:39:16 UTC, 0 replies.
- [3/4] directory-fortress-core git commit: Removed all the warnings associated with the lack of serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 19:39:17 UTC, 0 replies.
- [4/4] directory-fortress-core git commit: Removed all the warnings associated with the lack of serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 19:39:18 UTC, 0 replies.
- [01/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:27 UTC, 0 replies.
- [02/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:28 UTC, 0 replies.
- [03/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:29 UTC, 0 replies.
- [04/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:30 UTC, 0 replies.
- [05/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:31 UTC, 0 replies.
- [06/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:32 UTC, 0 replies.
- [07/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:33 UTC, 0 replies.
- [08/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:34 UTC, 0 replies.
- [09/10] directory-fortress-commander git commit: o Removed the warning caused by the missing serialVersionUID (FC-24) - posted by el...@apache.org on 2014/11/25 20:56:35 UTC, 0 replies.
- [10/10] directory-fortress-commander git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-fortress-commander - posted by el...@apache.org on 2014/11/25 20:56:36 UTC, 0 replies.
- svn commit: r1641769 - in /directory/escimo/trunk: json2java/src/main/java/org/apache/directory/scim/JsonToJava.java pom.xml - posted by ka...@apache.org on 2014/11/26 08:29:12 UTC, 0 replies.
- svn commit: r1641831 - in /directory/site/trunk/content/apacheds/advanced-ug/images: configBeans.graphml configBeans.png - posted by el...@apache.org on 2014/11/26 16:12:31 UTC, 0 replies.
- svn commit: r930587 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/images/configBeans.graphml apacheds/advanced-ug/images/configBeans.png - posted by bu...@apache.org on 2014/11/26 16:12:39 UTC, 0 replies.
- svn commit: r1641836 - /directory/site/trunk/content/apacheds/advanced-ug/2-server-config.mdtext - posted by el...@apache.org on 2014/11/26 16:39:39 UTC, 0 replies.
- svn commit: r930594 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2-server-config.html - posted by bu...@apache.org on 2014/11/26 16:39:48 UTC, 0 replies.
- svn commit: r1642296 - /directory/apacheds/trunk/pom.xml - posted by ka...@apache.org on 2014/11/28 14:46:04 UTC, 0 replies.
- svn commit: r1642377 - in /directory/site/trunk/content/apacheds/advanced-ug: 2-server-config.mdtext 2.1-config-description.mdtext 2.2-installation-layout.mdtext 2.3-instance-layout.mdtext images/debian.png - posted by el...@apache.org on 2014/11/29 01:18:08 UTC, 0 replies.
- svn commit: r930927 [1/2] - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ apacheds/advanced-ug/images/ - posted by bu...@apache.org on 2014/11/29 01:18:18 UTC, 0 replies.
- svn commit: r930927 [2/2] - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ apacheds/advanced-ug/images/ - posted by bu...@apache.org on 2014/11/29 01:18:18 UTC, 0 replies.
- svn commit: r1642378 - in /directory/site/trunk/content/apacheds/advanced-ug: 2.2-installation-layout.mdtext 2.3-instance-layout.mdtext - posted by el...@apache.org on 2014/11/29 01:19:12 UTC, 0 replies.
- svn commit: r930928 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html apacheds/advanced-ug/2.3-instance-layout.html - posted by bu...@apache.org on 2014/11/29 01:19:16 UTC, 0 replies.
- svn commit: r1642381 - /directory/site/trunk/content/apacheds/advanced-ug/images/rpm.png - posted by el...@apache.org on 2014/11/29 01:48:18 UTC, 0 replies.
- svn commit: r930933 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/images/rpm.png - posted by bu...@apache.org on 2014/11/29 01:48:22 UTC, 0 replies.
- svn commit: r1642382 - /directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext - posted by el...@apache.org on 2014/11/29 01:49:36 UTC, 0 replies.
- svn commit: r930934 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html - posted by bu...@apache.org on 2014/11/29 01:49:40 UTC, 0 replies.
- svn commit: r1642384 - in /directory/site/trunk/content/apacheds/advanced-ug: 2.2-installation-layout.mdtext images/mac.png images/windows.png - posted by el...@apache.org on 2014/11/29 02:00:25 UTC, 0 replies.
- svn commit: r930936 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html apacheds/advanced-ug/images/mac.png apacheds/advanced-ug/images/windows.png - posted by bu...@apache.org on 2014/11/29 02:00:30 UTC, 0 replies.
- svn commit: r1642385 - /directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext - posted by el...@apache.org on 2014/11/29 02:01:53 UTC, 0 replies.
- svn commit: r930937 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html - posted by bu...@apache.org on 2014/11/29 02:01:58 UTC, 0 replies.
- svn commit: r1642408 - /directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext - posted by el...@apache.org on 2014/11/29 11:01:03 UTC, 0 replies.
- svn commit: r930972 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html - posted by bu...@apache.org on 2014/11/29 11:01:11 UTC, 0 replies.
- svn commit: r1642430 - /directory/apacheds/trunk/protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/request/SearchRequestHandler.java - posted by ka...@apache.org on 2014/11/29 14:08:48 UTC, 0 replies.
- svn commit: r1642432 - in /directory/apacheds/trunk/core-shared: ./ src/main/java/org/apache/directory/server/core/shared/ - posted by ka...@apache.org on 2014/11/29 15:14:12 UTC, 0 replies.
- svn commit: r1642480 - in /directory/site/trunk/content/apacheds/advanced-ug: 2-server-config.mdtext 2.2-installation-layout.mdtext 2.2.1-debian-installation-layout.mdtext - posted by el...@apache.org on 2014/11/29 23:40:09 UTC, 0 replies.
- svn commit: r931016 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2-server-config.html apacheds/advanced-ug/2.2-installation-layout.html apacheds/advanced-ug/2.2.1-debian-installation-layout.html - posted by bu...@apache.org on 2014/11/29 23:40:17 UTC, 0 replies.
- svn commit: r1642481 - in /directory/site/trunk/content/apacheds: advanced-ug/2.2-installation-layout.mdtext advanced-user-guide.mdtext - posted by el...@apache.org on 2014/11/29 23:41:47 UTC, 0 replies.
- svn commit: r931017 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.2-installation-layout.html apacheds/advanced-user-guide.html - posted by bu...@apache.org on 2014/11/29 23:41:52 UTC, 0 replies.
- svn commit: r1642504 - /directory/site/trunk/content/apacheds/advanced-ug/ - posted by el...@apache.org on 2014/11/30 04:52:40 UTC, 0 replies.
- svn commit: r931033 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ - posted by bu...@apache.org on 2014/11/30 04:52:49 UTC, 0 replies.
- svn commit: r1642505 - /directory/site/trunk/content/apacheds/advanced-ug/ - posted by el...@apache.org on 2014/11/30 04:57:15 UTC, 0 replies.
- svn commit: r931034 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ - posted by bu...@apache.org on 2014/11/30 04:57:20 UTC, 0 replies.
- svn commit: r1642506 - /directory/site/trunk/content/apacheds/advanced-ug/ - posted by el...@apache.org on 2014/11/30 04:59:50 UTC, 0 replies.
- svn commit: r931035 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ - posted by bu...@apache.org on 2014/11/30 04:59:55 UTC, 0 replies.
- svn commit: r1642507 - /directory/site/trunk/content/apacheds/advanced-user-guide.mdtext - posted by el...@apache.org on 2014/11/30 05:03:50 UTC, 0 replies.
- svn commit: r931036 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-user-guide.html - posted by bu...@apache.org on 2014/11/30 05:03:54 UTC, 0 replies.
- svn commit: r1642508 - /directory/site/trunk/content/apacheds/advanced-user-guide.mdtext - posted by el...@apache.org on 2014/11/30 05:05:28 UTC, 0 replies.
- svn commit: r931037 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-user-guide.html - posted by bu...@apache.org on 2014/11/30 05:05:32 UTC, 0 replies.
- svn commit: r1642509 - in /directory/site/trunk/content/apacheds: advanced-ug/6-implementing-interceptor.mdtext advanced-ug/7-embedding-apacheds.mdtext advanced-user-guide.mdtext - posted by el...@apache.org on 2014/11/30 05:12:22 UTC, 0 replies.
- svn commit: r931039 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/6-implementing-interceptor.html apacheds/advanced-ug/7-embedding-apacheds.html apacheds/advanced-user-guide.html - posted by bu...@apache.org on 2014/11/30 05:12:26 UTC, 0 replies.
- svn commit: r1642515 - in /directory/site/trunk: content/images/ templates/ templates/apacheds/ templates/api/ templates/escimo/ templates/fortress/ templates/mavibot/ templates/studio/ - posted by el...@apache.org on 2014/11/30 05:41:07 UTC, 0 replies.
- svn commit: r931042 [1/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r931042 [2/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r931042 [5/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r931042 [4/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r931042 [3/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r931042 [6/6] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/download/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ ... - posted by bu...@apache.org on 2014/11/30 05:41:50 UTC, 0 replies.
- svn commit: r1642516 - /directory/site/trunk/content/index.mdtext - posted by el...@apache.org on 2014/11/30 05:51:55 UTC, 0 replies.
- svn commit: r931043 - in /websites/staging/directory/trunk/content: ./ index.html - posted by bu...@apache.org on 2014/11/30 05:51:59 UTC, 0 replies.
- svn commit: r1642518 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 06:04:50 UTC, 0 replies.
- svn commit: r931044 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 06:04:59 UTC, 0 replies.
- svn commit: r1642519 - /directory/site/trunk/content/index.mdtext - posted by el...@apache.org on 2014/11/30 06:05:25 UTC, 0 replies.
- svn commit: r931045 - in /websites/staging/directory/trunk/content: ./ index.html - posted by bu...@apache.org on 2014/11/30 06:05:28 UTC, 0 replies.
- svn commit: r1642520 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 06:12:13 UTC, 0 replies.
- svn commit: r931047 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 06:12:17 UTC, 0 replies.
- svn commit: r1642521 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 06:15:08 UTC, 0 replies.
- svn commit: r931048 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 06:15:13 UTC, 0 replies.
- svn commit: r1642522 - /directory/site/trunk/content/index.mdtext - posted by el...@apache.org on 2014/11/30 06:18:16 UTC, 0 replies.
- svn commit: r931049 - in /websites/staging/directory/trunk/content: ./ index.html - posted by bu...@apache.org on 2014/11/30 06:18:20 UTC, 0 replies.
- svn commit: r1642523 - /directory/site/trunk/content/index.mdtext - posted by el...@apache.org on 2014/11/30 06:19:34 UTC, 0 replies.
- svn commit: r931050 - in /websites/staging/directory/trunk/content: ./ index.html - posted by bu...@apache.org on 2014/11/30 06:19:38 UTC, 0 replies.
- svn commit: r1642524 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 06:27:16 UTC, 0 replies.
- svn commit: r931053 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 06:27:20 UTC, 0 replies.
- svn commit: r1642526 - in /directory/site/trunk/content/apacheds/advanced-ug: 2-server-config.mdtext 2.1-config-description.mdtext - posted by ka...@apache.org on 2014/11/30 07:01:18 UTC, 0 replies.
- svn commit: r931054 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2-server-config.html apacheds/advanced-ug/2.1-config-description.html - posted by bu...@apache.org on 2014/11/30 07:01:23 UTC, 0 replies.
- svn commit: r1642543 - /directory/site/trunk/content/apacheds/advanced-ug/2.1-config-description.mdtext - posted by ka...@apache.org on 2014/11/30 14:24:05 UTC, 0 replies.
- svn commit: r931078 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.1-config-description.html - posted by bu...@apache.org on 2014/11/30 14:24:12 UTC, 0 replies.
- svn commit: r1642544 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 14:58:09 UTC, 0 replies.
- svn commit: r931080 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 14:58:15 UTC, 0 replies.
- svn commit: r1642545 - in /directory/site/trunk/content: css/common.css index.mdtext - posted by el...@apache.org on 2014/11/30 15:04:50 UTC, 0 replies.
- svn commit: r931081 - in /websites/staging/directory/trunk/content: ./ css/common.css index.html - posted by bu...@apache.org on 2014/11/30 15:04:55 UTC, 0 replies.
- svn commit: r1642546 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 15:10:47 UTC, 0 replies.
- svn commit: r931083 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 15:10:52 UTC, 0 replies.
- svn commit: r1642547 - /directory/site/trunk/content/css/common.css - posted by el...@apache.org on 2014/11/30 15:11:25 UTC, 0 replies.
- svn commit: r931084 - in /websites/staging/directory/trunk/content: ./ css/common.css - posted by bu...@apache.org on 2014/11/30 15:11:30 UTC, 0 replies.
- svn commit: r1642550 - /directory/site/trunk/content/apacheds/advanced-ug/ - posted by el...@apache.org on 2014/11/30 16:30:44 UTC, 0 replies.
- svn commit: r931091 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ - posted by bu...@apache.org on 2014/11/30 16:30:49 UTC, 0 replies.
- svn commit: r1642551 - in /directory/site/trunk/content/apacheds: advanced-ug/2.3.2-rpm-instance-layout.mdtext advanced-ug/2.3.4-windows-instance-layout.mdtext advanced-user-guide.mdtext - posted by el...@apache.org on 2014/11/30 16:32:18 UTC, 0 replies.
- svn commit: r931092 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2.3.2-rpm-instance-layout.html apacheds/advanced-ug/2.3.4-windows-instance-layout.html apacheds/advanced-user-guide.html - posted by bu...@apache.org on 2014/11/30 16:32:22 UTC, 0 replies.
- svn commit: r1642552 - in /directory/site/trunk/content/apacheds/advanced-ug: 2-server-config.mdtext 3-admin-model.mdtext - posted by el...@apache.org on 2014/11/30 16:33:45 UTC, 0 replies.
- svn commit: r931093 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/2-server-config.html apacheds/advanced-ug/3-admin-model.html - posted by bu...@apache.org on 2014/11/30 16:33:49 UTC, 0 replies.