svn commit: r984660 - /sling/trunk/installer/jcr/jcrinstall/src/test/java/org/apache/sling/jcr/jcrinstall/impl/MiscUtil.java

2010-08-12 Thread cziegeler
Author: cziegeler Date: Thu Aug 12 07:08:11 2010 New Revision: 984660 URL: http://svn.apache.org/viewvc?rev=984660&view=rev Log: SLING-1560 : Remove unused Sling API reference. Modified: sling/trunk/installer/jcr/jcrinstall/src/test/java/org/apache/sling/jcr/jcrinstall/impl/MiscUtil.java Mo

svn commit: r984661 - in /sling/trunk/installer/osgi/installer/src: main/java/org/apache/sling/osgi/installer/ main/java/org/apache/sling/osgi/installer/impl/ main/java/org/apache/sling/osgi/installer

2010-08-12 Thread cziegeler
Author: cziegeler Date: Thu Aug 12 07:09:59 2010 New Revision: 984661 URL: http://svn.apache.org/viewvc?rev=984661&view=rev Log: SLING-1643 : Add start level support Modified: sling/trunk/installer/osgi/installer/src/main/java/org/apache/sling/osgi/installer/InstallableResource.java sli

svn commit: r984676 - in /sling/trunk/installer: jcr/jcrinstall/src/main/java/org/apache/sling/jcr/jcrinstall/impl/FileNodeConverter.java osgi/installer/pom.xml osgi/installer/src/main/java/org/apache

2010-08-12 Thread cziegeler
Author: cziegeler Date: Thu Aug 12 08:06:57 2010 New Revision: 984676 URL: http://svn.apache.org/viewvc?rev=984676&view=rev Log: SLING-1644 : Use configuration reader from Apache Felix ConfigAdmin Modified: sling/trunk/installer/jcr/jcrinstall/src/main/java/org/apache/sling/jcr/jcrinstall/im

[CONF] Apache Sling Website > Getting and Building Sling

2010-08-12 Thread confluence
Getting and Building Sling Page edited by Alison Heimoz Changes (13) h1. Getting and Building Sling {excerpt}A quick guide for getting the Sling source, se

svn commit: r984778 - in /sling/trunk/bundles/extensions: formauth/src/main/java/org/apache/sling/formauth/impl/FormAuthenticationHandler.java openidauth/src/main/java/org/apache/sling/openidauth/impl

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 13:52:24 2010 New Revision: 984778 URL: http://svn.apache.org/viewvc?rev=984778&view=rev Log: SLING-1647 Set handler specific properties in the AuthenticationInfo instead of the credentials. The properties will be transferred to the session by the ResourceResolv

svn commit: r984813 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolver.java

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 14:57:29 2010 New Revision: 984813 URL: http://svn.apache.org/viewvc?rev=984813&view=rev Log: SLING-1646 Define getAttribute(String) and getAttributeNames() methods to expose the properties used to create the ResourceResolver SLING-1647 Move the USER_IMPERSONATIO

svn commit: r984814 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceResolverFactory.java

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 14:59:15 2010 New Revision: 984814 URL: http://svn.apache.org/viewvc?rev=984814&view=rev Log: SLING-1647 Add USER, PASSWORD, and USER_IMPERSONATION constants (moved from AuthenticationInfo class) Modified: sling/trunk/bundles/api/src/main/java/org/apache/sl

svn commit: r984816 - in /sling/trunk/bundles/commons/auth/src: main/java/org/apache/sling/commons/auth/impl/ main/java/org/apache/sling/commons/auth/impl/engine/ main/java/org/apache/sling/commons/au

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 15:01:02 2010 New Revision: 984816 URL: http://svn.apache.org/viewvc?rev=984816&view=rev Log: SLING-1647 Remove old constant definitions (now moved to ResourceResolverFactory and JcrResourceConstants) and adapt the code and remove the check for the Credentials p

svn commit: r984817 - /sling/trunk/bundles/jcr/resource/pom.xml

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 15:02:17 2010 New Revision: 984817 URL: http://svn.apache.org/viewvc?rev=984817&view=rev Log: SLING-1647 Expose o.a.s.jcr.resource API as fixed version 2.1 (instead of refering to the project version which is a moving target) Modified: sling/trunk/bundles/jc

svn commit: r984832 - /sling/trunk/bundles/jcr/resource/src/main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolver.java

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 15:32:51 2010 New Revision: 984832 URL: http://svn.apache.org/viewvc?rev=984832&view=rev Log: SLING-1647 Implement new getAttributeNames() and getAttribute(String) methods and use new constants. Add close check to the clome method and reuse the clone method for

svn commit: r984840 - in /sling/trunk/bundles/jcr/resource/src: main/java/org/apache/sling/jcr/resource/ main/java/org/apache/sling/jcr/resource/internal/ test/java/org/apache/sling/jcr/resource/inter

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 15:44:46 2010 New Revision: 984840 URL: http://svn.apache.org/viewvc?rev=984840&view=rev Log: SLING-1646 Add unit tests for new ResourceResolver methods SLING-1647 Add JCR specific resource resolver creation constants; adapt the implementation classes and add/ada

svn commit: r984852 - /sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/SlingServletResolver.java

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 16:35:39 2010 New Revision: 984852 URL: http://svn.apache.org/viewvc?rev=984852&view=rev Log: SLING-1647 Adapt to new constant Modified: sling/trunk/bundles/servlets/resolver/src/main/java/org/apache/sling/servlets/resolver/internal/SlingServletResolver.java

svn commit: r984893 - in /sling/trunk/bundles/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib: AbstractDispatcherTagHandler.java DefineObjectsTag.java

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 18:15:41 2010 New Revision: 984893 URL: http://svn.apache.org/viewvc?rev=984893&view=rev Log: SLING-1649 Implement the release() method on the tag handlers to clear the fields to null once the tag handlers are released but kept in a pool. Modified: sling/tr

svn commit: r984898 - /sling/trunk/contrib/explorers/jquery/src/main/resources/libs/sling/explorer/js/explorer.js

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Thu Aug 12 18:25:17 2010 New Revision: 984898 URL: http://svn.apache.org/viewvc?rev=984898&view=rev Log: SLING-1645 Apply patch by Clemens Wyss (thanks alot) Modified: sling/trunk/contrib/explorers/jquery/src/main/resources/libs/sling/explorer/js/explorer.js Modified:

svn commit: r985108 - in /sling/trunk/bundles/jcr/resource/src: main/java/org/apache/sling/jcr/resource/internal/JcrResourceResolver.java test/java/org/apache/sling/jcr/resource/internal/JcrResourceRe

2010-08-12 Thread fmeschbe
Author: fmeschbe Date: Fri Aug 13 06:49:54 2010 New Revision: 985108 URL: http://svn.apache.org/viewvc?rev=985108&view=rev Log: SLING-1332 Add support for multi-value sling:alias properties for resource resolution. Mapping a resource will always use the first value of a multi-value sling:alias p