You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Paul Sharples (JIRA)" <ji...@apache.org> on 2010/11/28 14:22:37 UTC

[jira] Created: (WOOKIE-160) Forum widget lists user who posted message as 'No matching key found'

Forum widget lists user who posted message as 'No matching key found'
---------------------------------------------------------------------

                 Key: WOOKIE-160
                 URL: https://issues.apache.org/jira/browse/WOOKIE-160
             Project: Wookie
          Issue Type: Bug
    Affects Versions: 0.9.0
         Environment: Win Vista (IE8, Firefox, Chrome)
            Reporter: Paul Sharples
            Priority: Minor
             Fix For: 0.9.0


To reproduce...

(1) Start wookie in standalone mode
(2) Go to http://localhost:8080/wookie
(3) Click 'view widget gallery'
(4) Choose the 'Forum widget'
(5) Post a message by clicking,  'Post new topic', then fill out some details and post it.
(6) Click continue
(7) The user who posted the message is listed as 'No matching key found'

This is an old widget and actually is really a bolt-on to wookie, as it uses a separate mechanism to store the messages. (i.e. see the code under src/org.apache.wookie/widgets/forum)

As it uses a nonstandard API to store the messages we can either decide to remove it or leave it in there for now and fix it.

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


[jira] Commented: (WOOKIE-160) Forum widget lists user who posted message as 'No matching key found'

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965681#action_12965681 ] 

Scott Wilson commented on WOOKIE-160:
-------------------------------------

I did a check and found these references still left:

messages_nl.properties 
shared/images/license.txt
shared/images/forum.png

> Forum widget lists user who posted message as 'No matching key found'
> ---------------------------------------------------------------------
>
>                 Key: WOOKIE-160
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-160
>             Project: Wookie
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: Win Vista (IE8, Firefox, Chrome)
>            Reporter: Paul Sharples
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> To reproduce...
> (1) Start wookie in standalone mode
> (2) Go to http://localhost:8080/wookie
> (3) Click 'view widget gallery'
> (4) Choose the 'Forum widget'
> (5) Post a message by clicking,  'Post new topic', then fill out some details and post it.
> (6) Click continue
> (7) The user who posted the message is listed as 'No matching key found'
> This is an old widget and actually is really a bolt-on to wookie, as it uses a separate mechanism to store the messages. (i.e. see the code under src/org.apache.wookie/widgets/forum)
> As it uses a nonstandard API to store the messages we can either decide to remove it or leave it in there for now and fix it.

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