You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Jakub Vrána (JIRA)" <ji...@apache.org> on 2009/02/19 17:38:02 UTC

[jira] Created: (SHINDIG-931) Sample Container example doesn't work

Sample Container example doesn't work
-------------------------------------

                 Key: SHINDIG-931
                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
             Project: Shindig
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Jakub Vrána
             Fix For: trunk


Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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


[jira] Commented: (SHINDIG-931) Sample Container example doesn't work

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680153#action_12680153 ] 

Chris Chabot commented on SHINDIG-931:
--------------------------------------

I've send an email to the shindg-dev list to try to find out if the 7th value means anything and if it's required by the java version; I'll await the response on that before either start assuming 7 parts, or remove the 7th entry from the sample container

> Sample Container example doesn't work
> -------------------------------------
>
>                 Key: SHINDIG-931
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk
>            Reporter: Jakub Vrána
>             Fix For: trunk
>
>         Attachments: shindig-931.diff
>
>
> Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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


[jira] Commented: (SHINDIG-931) Sample Container example doesn't work

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675917#action_12675917 ] 

Chris Chabot commented on SHINDIG-931:
--------------------------------------

Took a quick look at the problem, and it seems to stem from php-shindig not detecting/accepting the plain text security token, even if allow_plaintext_token is set to 'true' in the config.

I'll take swing at fixing this a bit later in the week (time is overflowing with content rewriting goodness at the moment)

> Sample Container example doesn't work
> -------------------------------------
>
>                 Key: SHINDIG-931
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk
>            Reporter: Jakub Vrána
>             Fix For: trunk
>
>
> Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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


[jira] Resolved: (SHINDIG-931) Sample Container example doesn't work

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

Chris Chabot resolved SHINDIG-931.
----------------------------------

    Resolution: Fixed

I've changed the code to expect 7 parts now, so it should work with the samplecontainer again

> Sample Container example doesn't work
> -------------------------------------
>
>                 Key: SHINDIG-931
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk
>            Reporter: Jakub Vrána
>             Fix For: trunk
>
>         Attachments: shindig-931.diff
>
>
> Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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


[jira] Updated: (SHINDIG-931) Sample Container example doesn't work

Posted by "Jakub Vrána (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Vrána updated SHINDIG-931:
--------------------------------

    Component/s: PHP

> Sample Container example doesn't work
> -------------------------------------
>
>                 Key: SHINDIG-931
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk
>            Reporter: Jakub Vrána
>             Fix For: trunk
>
>
> Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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


[jira] Updated: (SHINDIG-931) Sample Container example doesn't work

Posted by "Jakub Vrána (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Vrána updated SHINDIG-931:
--------------------------------

    Attachment: shindig-931.diff

The problem is that samplecontainer.js generates 7 fields to token while the classes expects only 6 fields. I don't know what the 7th field "default" could mean.

> Sample Container example doesn't work
> -------------------------------------
>
>                 Key: SHINDIG-931
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-931
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>    Affects Versions: trunk
>            Reporter: Jakub Vrána
>             Fix For: trunk
>
>         Attachments: shindig-931.diff
>
>
> Example at http://shindig/gadgets/files/samplecontainer/samplecontainer.html or http://modules.partuza.nl/gadgets/files/samplecontainer/samplecontainer.html ends by "data.get("viewerFriends").getData() is null" JavaScript error.

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