Re: Sling graduates from the Apache Incubator!

2009-06-19 Thread Claude Vedovini
Congratulations to the whole team and thanks for the good work :) Claude On Thu, Jun 18, 2009 at 9:33 AM, Bertrand Delacretaz wrote: > (ccing jackrabbit PMC as our incubation sponsor) (and friends!) > > Hi Sling community, > > I'm pleased to announce that our Board of Directors, at yesterday's

Re: User Manager and Charset

2009-06-19 Thread Peter Chiochetti
On Wed, Jun 17, 2009 at 04:54:25PM +0200, Juan José Vázquez Delgado wrote: > > There is an issue with accented chars and the sling user manager. > > > You can try with a hidden field of the name "_charset_" containing the > encoding in your form. Have a look at this [1]. > > [1] http://incubator.a

[jira] Resolved: (SLING-1015) Make Date Handling more convenient

2009-06-19 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff resolved SLING-1015. -- Resolution: Invalid a JSP attribute can only have one type, so having updated as long, String a

Re: Selectors and URL paths

2009-06-19 Thread Dominik Süß
Not really on topic but a hint: On Fri, Jun 19, 2009 at 4:00 PM, Aaron Zeckoski wrote: > The current approach involces creating a file (contacts.json) at > /_user and then lots of servlets (8) which work with selectors like > so: > * @scr.component metatype="no" immediate="true" > * @scr.servi

[jira] Created: (SLING-1015) Make Date Handling more convenient

2009-06-19 Thread Lars Trieloff (JIRA)
Make Date Handling more convenient -- Key: SLING-1015 URL: https://issues.apache.org/jira/browse/SLING-1015 Project: Sling Issue Type: Improvement Components: Scripting JSP Reporter: Lars

User Manager, adding groups

2009-06-19 Thread Ian Boston
I was wondering, curl -F:member=/system/userManager/user/ieb http://admin:ad...@localhost:8080/system/userManager/group/g-group1.update.json appears to be the way to add members to groups or curl -F:member=../../ieb http://admin:ad...@localhost:8080/system/userManager/group/g-group1.update.

Re: Selectors and URL paths

2009-06-19 Thread Ian Boston
On 19 Jun 2009, at 15:00, Aaron Zeckoski wrote: The servlets end up having a lot of repetition in them and the code is not so easy to manage so I am wondering if there is a better (more slingy) way to do this. Any suggestions or thoughts? Is this the best way already? -AZ How about an abstra

Re: Selectors and URL paths

2009-06-19 Thread Aaron Zeckoski
Thanks! That makes sense, it would probably be like this for us: /_user/contacts/key1.key2.connections.json So, this prompts 2 other questions: 1) Does this mean I would get the request/resource for things like this as well? /_user/contacts/stuff/morestuff/key1.key2.connections.json 2) Is it poss

[jira] Created: (SLING-1014) Atom JSP Taglib bundle needs manual re-activation in Felix console before the Abdera object is available

2009-06-19 Thread Lars Trieloff (JIRA)
Atom JSP Taglib bundle needs manual re-activation in Felix console before the Abdera object is available Key: SLING-1014 URL: https://issues.apache.org/jira/b

[jira] Updated: (SLING-1013) Feed Entry IDs are URL-encoded

2009-06-19 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff updated SLING-1013: - Attachment: SLING-1013.patch calling UrlEncoding.encode(id) will encode all slashes, etc. on the

Re: Selectors and URL paths

2009-06-19 Thread Bertrand Delacretaz
Hi Aaron, On Fri, Jun 19, 2009 at 4:00 PM, Aaron Zeckoski wrote: > I am trying to handle requests for certain resourceTypes (e.g. > sakai/contactstore) a special way. > What I really want to do is handle something like: > /_user/contacts/key1.key2.json > > Where key1 has an unlimited set of values

[jira] Commented: (SLING-1013) Feed Entry IDs are URL-encoded

2009-06-19 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721789#action_12721789 ] Felix Meschberger commented on SLING-1013: -- Can you be a bit more specific with re

Selectors and URL paths

2009-06-19 Thread Aaron Zeckoski
I am trying to handle requests for certain resourceTypes (e.g. sakai/contactstore) a special way. What I really want to do is handle something like: /_user/contacts/key1.key2.json Where key1 has an unlimited set of values (it would not be a real node) and key2 has a set of about 8 values. The cur

[jira] Created: (SLING-1013) Feed Entry IDs are URL-encoded

2009-06-19 Thread Lars Trieloff (JIRA)
Feed Entry IDs are URL-encoded -- Key: SLING-1013 URL: https://issues.apache.org/jira/browse/SLING-1013 Project: Sling Issue Type: Bug Components: Scripting JSP Reporter: Lars Trieloff The