[mashup-dev] svn commit r11009 - in trunk/mashup/java/modules: core/src/org/wso2/mashup javascriptdeployer/src/org/wso2/mashup/deployer

2007-12-12 Thread svn
Author: channa Date: Wed Dec 12 01:19:48 2007 New Revision: 11009 Log: Adding default 'System' and 'Samples' users. Modified: trunk/mashup/java/modules/core/src/org/wso2/mashup/MashupConstants.java trunk/mashup/java/modules/javascriptdeployer/src/org/wso2/mashup/deployer/JSDeployer.java

[mashup-dev] [jira] Created: (MASHUP-446) A JS error when accessing tryit page of a sample service from the new /org site

2007-12-12 Thread Yumani Ranaweera (JIRA)
A JS error when accessing tryit page of a sample service from the new /org site --- Key: MASHUP-446 URL: http://wso2.org/jira/browse/MASHUP-446 Project: WSO2 Mashup Server

Re: [mashup-dev] Some thoughts on the scripts folder, paths, and urls

2007-12-12 Thread Keith Chapman
Sanjiva Weerawarana wrote: Keith Chapman wrote: Sanjiva Weerawarana wrote: The right solution is to use a different Axis2 configuration for each user- there's absolutely no problem doing that. Will that scale well? (Say we have a 100 users) Its just an object with a bunch of hashtables ..

[mashup-dev] [jira] Created: (MASHUP-449) A new service created by a user doesn't get listed under the User's Mashup list.

2007-12-12 Thread Yumani Ranaweera (JIRA)
A new service created by a user doesn't get listed under the User's Mashup list. Key: MASHUP-449 URL: http://wso2.org/jira/browse/MASHUP-449 Project: WSO2 Mashup Server

[mashup-dev] [jira] Resolved: (MASHUP-447) Error when the comment is extremly lengthy string (without spaces).

2007-12-12 Thread Tyrell Perera (JIRA)
[ http://wso2.org/jira/browse/MASHUP-447?page=all ] Tyrell Perera resolved MASHUP-447. -- Resolution: Fixed Error when the comment is extremly lengthy string (without spaces). ---

[mashup-dev] [jira] Commented: (MASHUP-448) Error when the comment is legnthy (more than 200 words)

2007-12-12 Thread Tyrell Perera (JIRA)
[ http://wso2.org/jira/browse/MASHUP-448?page=comments#action_14077 ] Tyrell Perera commented on MASHUP-448: -- Fixed in revision 11022. Error when the comment is legnthy (more than 200 words)

[mashup-dev] User creation and deletion

2007-12-12 Thread Channa Gunawardena
Hi All, We have 'Create user' and 'Delete user' links in the 'Tasks' list of the new UI to be implemented. The creation is pretty straightforward, a simple page that accepts the new user's ID, formal name, e-mail, password and bio, to be filled in by an admin and submitted. I can base this

RE: [mashup-dev] User creation and deletion

2007-12-12 Thread Jonathan Marsh
I like having a delete button next to a list of users. It seems much more natural and deleting a user isn't a common task when viewing a user's page, and adds another level of protection against stray clicks. What about a page devoted to user management in general? I'm thinking of a page that

Re: [mashup-dev] User creation and deletion

2007-12-12 Thread Tyrell Perera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 :) Having a grid such as this can be scaled later to handle more user related tasks such as sending e-mail alerts and notifications etc as well. Jonathan Marsh wrote: I like having a delete button next to a list of users. It seems much more

RE: [mashup-dev] Some thoughts on the scripts folder, paths, and urls

2007-12-12 Thread Jonathan Marsh
below Jonathan Marsh - http://www.wso2.com - http://auburnmarshes.spaces.live.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:52 AM To: mashup-dev@wso2.org Subject: Re: [mashup-dev] Some

Re: [mashup-dev] User creation and deletion

2007-12-12 Thread Keith Chapman
Jonathan Marsh wrote: I like having a delete button next to a list of users. It seems much more natural and deleting a user isn't a common task when viewing a user's page, and adds another level of protection against stray clicks. What about a page devoted to user management in general?

Re: [mashup-dev] Some thoughts on the scripts folder, paths, and urls

2007-12-12 Thread Sanjiva Weerawarana
Wait wait .. why do we need that parameter? If we write a custom dispatcher, we can simply have the path to be /{user}/{service} and then have the dispatcher look that up either in a user-specific table (my preference) or mangle the name to say {user}--{service} and look it up. Deepal-

[mashup-dev] svn commit r11056 - trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest

2007-12-12 Thread svn
Author: keith Date: Wed Dec 12 22:35:38 2007 New Revision: 11056 Log: Setting cookie policy on request send out (Ignoring cookies) Modified: trunk/mashup/java/modules/hostobjects/src/org/wso2/mashup/hostobjects/wsrequest/WSRequestHostImpl.java Modified:

[mashup-dev] svn commit r11057 - in trunk/mashup/java/modules: core/conf distribution

2007-12-12 Thread svn
Author: keith Date: Wed Dec 12 22:36:20 2007 New Revision: 11057 Log: Putting mashups into separate folders system and samples Modified: trunk/mashup/java/modules/core/conf/axis2.xml trunk/mashup/java/modules/distribution/create-distro-build.xml