You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Hasan (JIRA)" <ji...@apache.org> on 2010/01/05 12:09:54 UTC

[jira] Created: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
-------------------------------------------------------------------------------------------------

                 Key: CLEREZZA-59
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
             Project: Clerezza
          Issue Type: Sub-task
            Reporter: Hasan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799898#action_12799898 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

repeating my search for "apple" after adding the dbpedia sparql endpoint as concept-provide I get: "The following error occured: parsererror", lookin at was goes over the network I see a login-page is returned in response to the ajax request:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>

<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
	<body>
	<h1>Clerezza Login</h1>
	<hr/>
	
		
<form method="post" action="../login">
	<label for="user" id="label_user">User name:</label><input type="text" id="user" name="user"/>
	<label for="pass" id="label_pass">Password:</label><input type="password" id="pass" name="pass" value="" />
	<input type="hidden" id="referer" name="referer" value="/concepts/find?searchTerm=apple" />
	<input value="Login" type="submit"/><p />
</form>

	<a href="../reset/">forgot password?</a>
	</body>
</html>


there seem to be two issues:
- no permission should be needed here
- if a permission is needed to should yield to a http-auth challenge, the request is wrong to include */* in the accept-header

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799913#action_12799913 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

When I add a concept found in dbpedia it has a PrefLabel, but after saving and reloading the page, no preflabel is shown.

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan resolved CLEREZZA-59.
---------------------------

    Resolution: Fixed

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan reassigned CLEREZZA-59:
-----------------------------

    Assignee: Hasan

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799898#action_12799898 ] 

Reto Bachmann-Gmür edited comment on CLEREZZA-59 at 1/13/10 8:15 PM:
---------------------------------------------------------------------

repeating my search for "apple" after adding the dbpedia sparql endpoint as concept-provide I get: "The following error occured: parsererror", lookin at was goes over the network I see a login-page is returned in response to the ajax request:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>

<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
	<body>
	<h1>Clerezza Login</h1>
	<hr/>
	
		
<form method="post" action="../login">
	<label for="user" id="label_user">User name:</label><input type="text" id="user" name="user"/>
	<label for="pass" id="label_pass">Password:</label><input type="password" id="pass" name="pass" value="" />
	<input type="hidden" id="referer" name="referer" value="/concepts/find?searchTerm=apple" />
	<input value="Login" type="submit"/><p />
</form>

	<a href="../reset/">forgot password?</a>
	</body>
</html>


there seem to be two issues:
- no permission should be needed here (created CLEREZZA-74)
- if a permission is needed to should yield to a http-auth challenge, the request is wrong to include */* in the accept-header

      was (Author: reto):
    repeating my search for "apple" after adding the dbpedia sparql endpoint as concept-provide I get: "The following error occured: parsererror", lookin at was goes over the network I see a login-page is returned in response to the ajax request:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>

<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
	<body>
	<h1>Clerezza Login</h1>
	<hr/>
	
		
<form method="post" action="../login">
	<label for="user" id="label_user">User name:</label><input type="text" id="user" name="user"/>
	<label for="pass" id="label_pass">Password:</label><input type="password" id="pass" name="pass" value="" />
	<input type="hidden" id="referer" name="referer" value="/concepts/find?searchTerm=apple" />
	<input value="Login" type="submit"/><p />
</form>

	<a href="../reset/">forgot password?</a>
	</body>
</html>


there seem to be two issues:
- no permission should be needed here
- if a permission is needed to should yield to a http-auth challenge, the request is wrong to include */* in the accept-header
  
> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799897#action_12799897 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

If no existing concept is found the text should be different:

Suggestions of existing concepts
		
	
or
Add 'apple' as new Free Concept

		
Description (optional):

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799892#action_12799892 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

in the readme I read:

"JAX-RS resource called ConceptManipulator can be used to add concept into the content graph
The resource path is "/concepts/manipulator/add-concept" and the form parameters are
search-term, lang, and comment."

Shouldn't a concept have a URI and preflabel rather than a search-term, when its about adding?

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799904#action_12799904 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

when searching again with the search terms I've previously added a free concept the free concept isn't found and adding it again I get the message: "The following error occured: error" The response it effectively gets (not shown to the user is: "A concept with the same label and language already exists!"

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799964#action_12799964 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

if concepts-search result is a generic template for SKOS.Collection (as it is registered in ConceptsFinder) the file name should refelect this, renamed to skos_collection_json.ssp

-> did various other renamings, and commit to issue branch, I tried to focus on the apects relevant for integrating, so that (non binding statement as I'm really tired) I think this could go to trunk and be fixed there without implying changes to the applications using it.

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801758#action_12801758 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

reviewing

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan closed CLEREZZA-59.
-------------------------


improved user interface, some renaming and closed

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CLEREZZA-59) allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799888#action_12799888 ] 

Reto Bachmann-Gmür commented on CLEREZZA-59:
--------------------------------------------

i'm confused, this issue is about manually adding concepts yet it adds files about concept-suggestions

> allowing a user to retrieve concepts by a search term and choose found concepts to tag a resource
> -------------------------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-59
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-59
>             Project: Clerezza
>          Issue Type: Sub-task
>            Reporter: Hasan
>            Assignee: Hasan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.