Re: default node type for webdav collections

2009-01-02 Thread Torgeir Veimo
On 3 Jan 2009, at 04:58, Felix Meschberger wrote: Torgeir Veimo schrieb: Do you know when? I have sling trunk from a few days ago running. Where Rev. 725679 dates from the 11. Dec. 2008. If I take the current sling svn trunk code, do a mvn install in the root, then a mvn install in la

Re: script selector when resource has no resourceType property

2009-01-02 Thread Torgeir Veimo
On 3 Jan 2009, at 05:07, Felix Meschberger wrote: "If the selected resource has no special resource type a script will be looked up based on the content path. For example, the script for /content/corporate/jobs.html will be searched in /apps/corporate." You have to make sure, the "Sample Pa

Issue with moving/replacing and re-ordering

2009-01-02 Thread Will Carpenter
Hey, I'm trying to add a re-order option for a list of items in a CMS. I'm trying to use the :move method with replace set to true, and am using :order before and :order after to indicate which direction to shift the affected node. I have pasted an example of one of my generated forms below:

[jira] Commented: (SLING-799) Job Folder is not ordered and results in unordered queue

2009-01-02 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660385#action_12660385 ] Tobias Bocanegra commented on SLING-799: the net effect should be that the JobStatus

Re: script selector when resource has no resourceType property

2009-01-02 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > > On 2 Jan 2009, at 18:44, Torgeir Veimo wrote: > >> Is it possible to use non-default scripts for resources that have no >> resourceType property? > > > According to > http://dev.day.com/microsling/content/blogs/main/slingrequestprocessrevisited.html, > requesting

Re: modify resource bundle jar file

2009-01-02 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > > On 2 Jan 2009, at 16:04, Torgeir Veimo wrote: > >> >> On 30 Dec 2008, at 06:40, Felix Meschberger wrote: >> >>> (1) To upload with the Maven Sling Plugin: you may build and deploy in a >>> single Maven call: >>> >>> $ mvn clean package \ >>> -Dsling.url=http:

Re: modify resource bundle jar file

2009-01-02 Thread Felix Meschberger
Hi, Torgeir Veimo schrieb: > > On 30 Dec 2008, at 06:40, Felix Meschberger wrote: > >> (1) To upload with the Maven Sling Plugin: you may build and deploy in a >> single Maven call: >> >> $ mvn clean package \ >> -Dsling.url=http://localhost:/system/console \ >> org.apache.slin

Re: default node type for webdav collections

2009-01-02 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: > > On 2 Jan 2009, at 00:22, Felix Meschberger wrote: > >> Functionality to easily configure the node types used is only available >> with the jcr/webdav bundle as of Rev. 725679 (as per SLING-767). Using a >> top of trunk build of the module should give you th

[jira] Commented: (SLING-799) Job Folder is not ordered and results in unordered queue

2009-01-02 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660352#action_12660352 ] Carsten Ziegeler commented on SLING-799: Not 100% sure (I've to check the code), but

[jira] Created: (SLING-799) Job Folder is not ordered and results in unordered queue

2009-01-02 Thread Tobias Bocanegra (JIRA)
Job Folder is not ordered and results in unordered queue Key: SLING-799 URL: https://issues.apache.org/jira/browse/SLING-799 Project: Sling Issue Type: Bug Components: Event

Re: script selector when resource has no resourceType property

2009-01-02 Thread Torgeir Veimo
On 2 Jan 2009, at 18:44, Torgeir Veimo wrote: Is it possible to use non-default scripts for resources that have no resourceType property? According to http://dev.day.com/microsling/content/blogs/main/slingrequestprocessrevisited.html , requesting /content/notes.html should end up in execut

[jira] Commented: (SLING-798) Create filesystem provider configurations for initial content on sling install

2009-01-02 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660299#action_12660299 ] Carsten Ziegeler commented on SLING-798: Revision 730701 contains a first version wh

[jira] Created: (SLING-798) Create filesystem provider configurations for initial content on sling install

2009-01-02 Thread Carsten Ziegeler (JIRA)
Create filesystem provider configurations for initial content on sling install -- Key: SLING-798 URL: https://issues.apache.org/jira/browse/SLING-798 Project: Sling

script selector when resource has no resourceType property

2009-01-02 Thread Torgeir Veimo
Is it possible to use non-default scripts for resources that have no resourceType property? Also, is it possible to request a script directly, eg. use a request such as /apps/notes/html.esp, and make that script execute instead of being returned as plaintext? The document at http://cwiki.