[Registry-dev] [jira] Resolved: (REGISTRY-123) Everyone read permission should not be allowed to deny..

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-123?page=all ] Chathura Ekanayake resolved REGISTRY-123. - Resolution: Not a bug Everyone read permission should not be allowed to deny..

[Registry-dev] [jira] Commented: (REGISTRY-123) Everyone read permission should not be allowed to deny..

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-123?page=comments#action_15049 ] Chathura Ekanayake commented on REGISTRY-123: - If everyone is denied none of the normal users can access it. But admin user can still access it as this special

[Registry-dev] [jira] Commented: (REGISTRY-33) Import content from URL option does not import file content properly.

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-33?page=comments#action_15050 ] Chathura Ekanayake commented on REGISTRY-33: Implemented resource imports for general resources. Earlier this was only supported for wsdls and xsds. Import

[Registry-dev] [jira] Created: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Krishantha Samaraweera (JIRA)
Can not set permissions for username and role names with numeric values --- Key: REGISTRY-126 URL: http://wso2.org/jira/browse/REGISTRY-126 Project: WSO2 Registry Issue

[Registry-dev] APP slug header support

2008-01-23 Thread Deepal Jayasinghe
Hi all, I implemented the slug support in APP (at the server side) , so with this if someone do a post with slug header (let's say /wso2 or wso2) , and request being to /wsas then registry will create a resource called /wso2/wsas and will return the resource location as /wso2/wsas . However I do

[Registry-dev] svn commit r12747 - in trunk/registry/modules/core/src: main/java/org/wso2/registry/app test/java/org/wso2/registry/app

2008-01-23 Thread svn
Author: deepal Date: Wed Jan 23 00:35:43 2008 New Revision: 12747 Log: adding slug header support Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/app/AtomRegistry.java trunk/registry/modules/core/src/test/java/org/wso2/registry/app/CommentTest.java Modified:

[Registry-dev] svn commit r12748 - in trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/mediatypes: builtin utils

2008-01-23 Thread svn
Author: chathura Date: Wed Jan 23 00:51:51 2008 New Revision: 12748 Log: Fixed resource metadata handling in wsdl and xsd imports. Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/mediatypes/builtin/WSDLMediaTypeHandler.java

[Registry-dev] [jira] Resolved: (REGISTRY-34) Description is not saving if I import the content from a URL

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-34?page=all ] Chathura Ekanayake resolved REGISTRY-34. Resolution: Fixed Description is not saving if I import the content from a URL --

[Registry-dev] [jira] Created: (REGISTRY-127) Better to display appropriate message if user update the permissions.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
Better to display appropriate message if user update the permissions. - Key: REGISTRY-127 URL: http://wso2.org/jira/browse/REGISTRY-127 Project: WSO2 Registry Issue Type:

[Registry-dev] [jira] Resolved: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-126?page=all ] Chathura Ekanayake resolved REGISTRY-126. - Resolution: Fixed Can not set permissions for username and role names with numeric values

[Registry-dev] [jira] Commented: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Chathura Ekanayake (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-126?page=comments#action_15067 ] Chathura Ekanayake commented on REGISTRY-126: - This is caused due to the use of numeric values for separating the permission string sent from the UI. Can not

[Registry-dev] svn commit r12767 - in trunk/registry/modules/webapps/src/main: java/org/wso2/registry/web/utils webapp/admin/js

2008-01-23 Thread svn
Author: chathura Date: Wed Jan 23 03:51:26 2008 New Revision: 12767 Log: Minor improvement in permissions UI. Modified: trunk/registry/modules/webapps/src/main/java/org/wso2/registry/web/utils/PermissionUtil.java trunk/registry/modules/webapps/src/main/webapp/admin/js/common.js

[Registry-dev] [jira] Created: (REGISTRY-128) Authorize Allow automatically set for users with admin role assigned.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
Authorize Allow automatically set for users with admin role assigned. --- Key: REGISTRY-128 URL: http://wso2.org/jira/browse/REGISTRY-128 Project: WSO2 Registry Issue Type:

[Registry-dev] [jira] Created: (REGISTRY-129) Anonymous users can access to Add role to user page

2008-01-23 Thread Krishantha Samaraweera (JIRA)
Anonymous users can access to Add role to user page - Key: REGISTRY-129 URL: http://wso2.org/jira/browse/REGISTRY-129 Project: WSO2 Registry Issue Type: Bug Affects Versions: SNAPSHOT

[Registry-dev] [jira] Created: (REGISTRY-130) Delete icons of system defined roles and users should be removed.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
Delete icons of system defined roles and users should be removed. - Key: REGISTRY-130 URL: http://wso2.org/jira/browse/REGISTRY-130 Project: WSO2 Registry Issue Type: Bug

[Registry-dev] [jira] Created: (REGISTRY-131) tool tips should be shown for delete icons at Add role to User page.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
tool tips should be shown for delete icons at Add role to User page. -- Key: REGISTRY-131 URL: http://wso2.org/jira/browse/REGISTRY-131 Project: WSO2 Registry Issue Type:

[Registry-dev] svn commit r12770 - in trunk/registry/modules/core/src/main/java/org/wso2/registry: jdbc/mediatypes/builtin servlet

2008-01-23 Thread svn
Author: chathura Date: Wed Jan 23 05:03:02 2008 New Revision: 12770 Log: Fixed a bug in uploading binary files. Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/jdbc/mediatypes/builtin/DefaultMediaTypeHandler.java

[Registry-dev] svn commit r12772 - in trunk/registry/modules/webapps/src/main/webapp/admin: . css images js

2008-01-23 Thread svn
Author: chanaka Date: Wed Jan 23 05:55:03 2008 New Revision: 12772 Log: new icons added some usability issues fixed Added: trunk/registry/modules/webapps/src/main/webapp/admin/images/download-small.gif (contents, props changed)

[Registry-dev] [jira] Closed: (REGISTRY-126) Can not set permissions for username and role names with numeric values

2008-01-23 Thread Krishantha Samaraweera (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-126?page=all ] Krishantha Samaraweera closed REGISTRY-126. --- verification done. Can not set permissions for username and role names with numeric values

[Registry-dev] [jira] Closed: (REGISTRY-33) Import content from URL option does not import file content properly.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
[ http://wso2.org/jira/browse/REGISTRY-33?page=all ] Krishantha Samaraweera closed REGISTRY-33. -- verification done. Import content from URL option does not import file content properly.

[Registry-dev] [jira] Created: (REGISTRY-132) new collection with deleted collection name can not be added.

2008-01-23 Thread Krishantha Samaraweera (JIRA)
new collection with deleted collection name can not be added. - Key: REGISTRY-132 URL: http://wso2.org/jira/browse/REGISTRY-132 Project: WSO2 Registry Issue Type: Bug Affects

[Registry-dev] svn commit r12798 - trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet

2008-01-23 Thread svn
Author: chathura Date: Wed Jan 23 22:10:43 2008 New Revision: 12798 Log: Fixed an issue of not persisting media type for uploaded resources. Modified: trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/FileUploadUtil.java Modified:

[Registry-dev] svn commit r12806 - in trunk/registry/modules/core/src: main/java/org/wso2/registry/app main/java/org/wso2/registry/jdbc/dao main/java/org/wso2/registry/jdbc/mediatypes/builtin main/jav

2008-01-23 Thread svn
Author: deepal Date: Wed Jan 23 22:53:46 2008 New Revision: 12806 Log: there was a big issue with the version handling (Thanks Krishantha for finding that) , so when I try to fix that I found some other issues as well, so this commit is to fix all those Modified: