[jira] Resolved: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-244. Resolution: Fixed The date test was already applied yesterday with another patch from you.

[jira] Updated: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-244: --- Assignee: Carsten Ziegeler Remaining Estimate: 0h Original Estimate: 0h > u

Re: Some enlightment regarding scripting language integration please

2008-02-12 Thread Felix Meschberger
Hi Christian, Am Dienstag, den 12.02.2008, 22:12 +0100 schrieb Christian Sprecher: > Hey guys > > Ok, so I am trying to add a little Groovy-ness to sling. The first > attempt would be to have Groovy as a scripting possibility. Now, I > checked out sling, and had a look at the code in the "scripti

[jira] Updated: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-244: --- Attachment: ujax_rel_move.r627113.patch > ujax post servlet should allow relative moves >

[jira] Updated: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-244: --- Attachment: (was: ujax_rel_move.r627113.patch) > ujax post servlet should allow relative m

[jira] Updated: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-244: --- Attachment: ujax_rel_move.r627113.patch fixes this issue. also contains updated 'move' test (a

[jira] Reopened: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reopened SLING-244: the main problem is that in case of content creation, the move is executed in advance. > ujax

Re: Bunkai coming closer

2008-02-12 Thread Tobias Bocanegra
> Maybe this will work out anyway, because I can create the nodes with > required type from the bunkai tree right now. > If I then fill the content of the node in a form field with the name > "jcr:data", it should work, shouldn't it? yes. this should work. regards, toby > > Cheers, > PS > > On Feb

[jira] Updated: (SLING-191) Add tests for the UjaxPostServlet "move" command

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-191: --- Attachment: movetest.patch finally :-) > Add tests for the UjaxPostServlet "move" command > -

Some enlightment regarding scripting language integration please

2008-02-12 Thread Christian Sprecher
Hey guys Ok, so I am trying to add a little Groovy-ness to sling. The first attempt would be to have Groovy as a scripting possibility. Now, I checked out sling, and had a look at the code in the "scripting" branch. There are several languages like ruby which implement a ScriptEngine. First quest

[jira] Closed: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed SLING-244. -- > ujax post servlet should allow relative moves > - > >

[jira] Resolved: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved SLING-244. Resolution: Fixed oops. actually already working :-) > ujax post servlet should allow relat

Re: Bunkai coming closer

2008-02-12 Thread Peter Svensson
Hi Toby, Maybe this will work out anyway, because I can create the nodes with required type from the bunkai tree right now. If I then fill the content of the node in a form field with the name "jcr:data", it should work, shouldn't it? Cheers, PS On Feb 12, 2008 9:51 PM, Tobias Bocanegra <[EMAIL

[jira] Closed: (SLING-231) ujax post servlet should respect several date formats for @TypeHint="Date"

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed SLING-231. -- works. thanks. > ujax post servlet should respect several date formats for @TypeHint="Date" > -

Re: Bunkai coming closer

2008-02-12 Thread Tobias Bocanegra
> Hmm. The easiest way would of course be to send the content as jcr:data. > How far away is the implementation of this, do you think? i haven't tried this, but it should work. if you are dealing with text anyways you just need to ensure that you POST in utf-8. as long as the 'files' are already th

Re: Bunkai coming closer

2008-02-12 Thread Peter Svensson
Hmm. The easiest way would of course be to send the content as jcr:data. How far away is the implementation of this, do you think? Also, if not, how do I simulate multipart posting from Dojo? Hmm. I'll go down in the dark documentation cellars.. Cheers, PS On Feb 11, 2008 10:44 PM, Peter Svensso

[jira] Updated: (SLING-239) ujax delete: deleting an item does not work properly

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-239: --- Attachment: launchpad.test.fixes.r620736.patch fixes failing tests in launchpad > ujax delete

Re: Breakthrough with Bunkai

2008-02-12 Thread Peter Svensson
Thanks David. Yes, actually the esp script produces generic JSON. When I get that in my Ajax call, I then build a Dojo tree-specific object which attaches the JSOn structure as a property, so it should be usable for anything that wants general JSON, I hope. I think I'll let you guys decide where t

Re: Breakthrough with Bunkai

2008-02-12 Thread David Nuescheler
Hi Peter, Thanks a lot for the update, that sounds great. Congratulations. > heres a snippet which I used in conjunction with the 15 minutes Sling > example; > <... source code ... /> that looks about what i expected for a dojo-tree specific integration effort, that you were referring to very ear

[jira] Resolved: (SLING-231) ujax post servlet should respect several date formats for @TypeHint="Date"

2008-02-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-231. Resolution: Fixed Please cross check and close this bug Thanks > ujax post servlet should

[jira] Updated: (SLING-231) ujax post servlet should respect several date formats for @TypeHint="Date"

2008-02-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-231: --- Assignee: Carsten Ziegeler Remaining Estimate: 0h Original Estimate: 0h > u

[jira] Updated: (SLING-245) After reinstalling sling core, server shutdown hangs

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-245: --- Attachment: threaddump.txt > After reinstalling sling core, server shutdown hangs > --

[jira] Created: (SLING-245) After reinstalling sling core, server shutdown hangs

2008-02-12 Thread Tobias Bocanegra (JIRA)
After reinstalling sling core, server shutdown hangs Key: SLING-245 URL: https://issues.apache.org/jira/browse/SLING-245 Project: Sling Issue Type: Bug Components: Core

[jira] Updated: (SLING-231) ujax post servlet should respect several date formats for @TypeHint="Date"

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated SLING-231: --- Attachment: ujax_date_parser.r620437.patch updates patch for latest revision > ujax post serv

[jira] Created: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
ujax post servlet should allow relative moves - Key: SLING-244 URL: https://issues.apache.org/jira/browse/SLING-244 Project: Sling Issue Type: Improvement Components: microsling

[jira] Commented: (SLING-244) ujax post servlet should allow relative moves

2008-02-12 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568015#action_12568015 ] Tobias Bocanegra commented on SLING-244: i will provide patch > ujax post servlet s