[jira] Created: (SLING-455) Extend SlingPostServlet to support references to existing repository content

2008-05-15 Thread Felix Meschberger (JIRA)
Extend SlingPostServlet to support references to existing repository content Key: SLING-455 URL: https://issues.apache.org/jira/browse/SLING-455 Project: Sling

[jira] Created: (SLING-456) Add manifest header parser

2008-05-15 Thread Carsten Ziegeler (JIRA)
Add manifest header parser -- Key: SLING-456 URL: https://issues.apache.org/jira/browse/SLING-456 Project: Sling Issue Type: New Feature Components: OSGi Affects Versions: 2.0.0 Reporter:

[jira] Assigned: (SLING-441) Windows Users receiving java.lang.NoClassDefFoundError: org/apache/sling/launcher/webapp/SlingServlet$ServletContextResourceProvider

2008-05-15 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-441: -- Assignee: Carsten Ziegeler Windows Users receiving java.lang.NoClassDefFoundError:

Re: Sling applications and initial content loading

2008-05-15 Thread Carsten Ziegeler
Felix Meschberger wrote: Hi, Am Mittwoch, den 14.05.2008, 18:46 +0200 schrieb Juan José Vázquez Delgado: Hi, On Wed, May 14, 2008 at 4:40 PM, Felix Meschberger [EMAIL PROTECTED] wrote: I agree, that it would make sense to have this parseHeader code in the commons/osgi module for multiple

Continuum

2008-05-15 Thread Carsten Ziegeler
Hi, as we are through with all the refactorings (hopefully) I just added all projects to continuum again. So let's wait for the mails... Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Commented: (SLING-441) Windows Users receiving java.lang.NoClassDefFoundError: org/apache/sling/launcher/webapp/SlingServlet$ServletContextResourceProvider

2008-05-15 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597055#action_12597055 ] Carsten Ziegeler commented on SLING-441: I just tested the latest from svn on vista

[jira] Commented: (SLING-457) script include problem with selectors

2008-05-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597087#action_12597087 ] Felix Meschberger commented on SLING-457: - Thanks for reporting. I will look into

[jira] Assigned: (SLING-457) script include problem with selectors

2008-05-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-457: --- Assignee: Felix Meschberger script include problem with selectors

[jira] Created: (SLING-458) Enhance SlingPostServlet for multiple operations

2008-05-15 Thread Felix Meschberger (JIRA)
Enhance SlingPostServlet for multiple operations Key: SLING-458 URL: https://issues.apache.org/jira/browse/SLING-458 Project: Sling Issue Type: Improvement Components: Post Servlets

[jira] Created: (SLING-459) Remove :savePrefix parameter

2008-05-15 Thread Felix Meschberger (JIRA)
Remove :savePrefix parameter Key: SLING-459 URL: https://issues.apache.org/jira/browse/SLING-459 Project: Sling Issue Type: Improvement Reporter: Felix Meschberger Assignee: Felix

[jira] Updated: (SLING-459) Remove :savePrefix parameter

2008-05-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-459: Component/s: Post Servlets Remove :savePrefix parameter

Re: [jira] Created: (SLING-459) Remove :savePrefix parameter

2008-05-15 Thread Carsten Ziegeler
Isn't this the same as https://issues.apache.org/jira/browse/SLING-394 ? Carsten Felix Meschberger (JIRA) wrote: Remove :savePrefix parameter Key: SLING-459 URL: https://issues.apache.org/jira/browse/SLING-459

Re: [jira] Created: (SLING-459) Remove :savePrefix parameter

2008-05-15 Thread Felix Meschberger
Oops. Yes. thanks, will close duplicate. Regards Felix Am Donnerstag, den 15.05.2008, 13:17 +0200 schrieb Carsten Ziegeler: Isn't this the same as https://issues.apache.org/jira/browse/SLING-394 ? Carsten Felix Meschberger (JIRA) wrote: Remove :savePrefix parameter

[jira] Closed: (SLING-459) Remove :savePrefix parameter

2008-05-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-459. --- Resolution: Duplicate Closing as a duplicate of SLING-394 Remove :savePrefix parameter

[jira] Assigned: (SLING-394) remove sling:post:saveParamPrefix;

2008-05-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-394: --- Assignee: Felix Meschberger remove sling:post:saveParamPrefix;

SLING-458, encode paths in parameters names?

2008-05-15 Thread Bertrand Delacretaz
Hi, For SLING-458, I think it might be useful to accept path names as part of the parameter names. Here's an example use case, moderation of blog comments, as a justification. A form displays a number of blog comments on a single page. Each comment has a radio button group with 3 values:

Re: SLING-458, encode paths in parameters names?

2008-05-15 Thread Felix Meschberger
Hi, Actually, this functionality is AFAIU already present - see ModifyOperation.collectContent - where a parameter name may in fact be an absolute or relative path to a property to be set. So infact, the Accept radio button could in fact be coded as: input type=radio name=foo/bar/state

Re: SLING-458, encode paths in parameters names?

2008-05-15 Thread Bertrand Delacretaz
On Thu, May 15, 2008 at 2:23 PM, Felix Meschberger [EMAIL PROTECTED] wrote: the Accept radio button could in fact be coded as: input type=radio name=foo/bar/state value=acceptedAccept/input I think this is more intuitive that to try do a dot to slash mapping You're right, sounds

Re: SLING-414 Framework properties

2008-05-15 Thread Carsten Ziegeler
Ok, no answer so far :( I looked at the config admin and I think that we perhaps could achieve a simpler solution by providing a ConfigurationPlugin which adds the sling.id to the configuration. WDYT? Carsten Carsten Ziegeler wrote: Hi, I'm wondering how we solve this issue. Currently

[jira] Closed: (SLING-454) in ESP, %= currentNode.x % should output a javascript.compatible Date string

2008-05-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-454. - Resolution: Fixed Assignee: Bertrand Delacretaz Implemented in revision 656687, the

Re: SLING-458, encode paths in parameters names?

2008-05-15 Thread Tobias Bocanegra
of course. i don't see a reason why this should be changed? regards, toby On 5/15/08, Felix Meschberger [EMAIL PROTECTED] wrote: Hi, Actually, this functionality is AFAIU already present - see ModifyOperation.collectContent - where a parameter name may in fact be an absolute or relative

Re: SLING-458, encode paths in parameters names?

2008-05-15 Thread Bertrand Delacretaz
On Thu, May 15, 2008 at 5:14 PM, Tobias Bocanegra [EMAIL PROTECTED] wrote: ...of course. i don't see a reason why this should be changed?... I didn't mean to change anything, just overlooked what already exists. -Bertrand

Re: what are the roles of extensions in sling.

2008-05-15 Thread Alexander Saar
Hi, Am 15.05.2008 um 22:11 schrieb janandith jayawardena: The extensions directory in sling contains 3 directories. There are a few more now, because there was some refactoring of Slings source organization. 1. apt This contains actually 2 bundles, a servlet for handling requests with

Re: what are the roles of extensions in sling.

2008-05-15 Thread janandith jayawardena
Hi Alex, Thanks alot for the detailed explanation. It helps me get a good understanding. Regards, Janandith. On Fri, May 16, 2008 at 3:46 AM, Alexander Saar [EMAIL PROTECTED] wrote: Hi, Am 15.05.2008 um 22:11 schrieb janandith jayawardena: The extensions directory in sling contains 3