You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "impetus technologies (JIRA)" <ji...@apache.org> on 2008/06/25 13:35:45 UTC

[jira] Created: (SHINDIG-407) Mimetypes are not being displayed in PHP Shindig

Mimetypes are not being displayed in PHP Shindig
------------------------------------------------

                 Key: SHINDIG-407
                 URL: https://issues.apache.org/jira/browse/SHINDIG-407
             Project: Shindig
          Issue Type: Bug
         Environment: Windows, Apache
            Reporter: impetus technologies
         Attachments: Mediaitem.php.patch

In php/src/socialdata/opensocial/model/MediaItem.php the variable $types was incomplete in definition (should be an enum like definition), so change in  setType function is also reqired to make the code work properly. Patch file is attached for the same.

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


[jira] Resolved: (SHINDIG-407) Mimetypes are not being displayed in PHP Shindig

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

Chris Chabot resolved SHINDIG-407.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

Yep right you are, ps please do use spaces, ie it should be:
public $types = array('AUDIO' => 'audio', 'VIDEO' => 'video', 'IMAGE' => 'image');
and not:
public $types = array('AUDIO'=>'audio', 'VIDEO'=>'video', 'IMAGE'=>'image');

Applied & committed, thanks!


> Mimetypes are not being displayed in PHP Shindig
> ------------------------------------------------
>
>                 Key: SHINDIG-407
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-407
>             Project: Shindig
>          Issue Type: Bug
>         Environment: Windows, Apache
>            Reporter: impetus technologies
>            Assignee: Chris Chabot
>         Attachments: Mediaitem.php.patch
>
>
> In php/src/socialdata/opensocial/model/MediaItem.php the variable $types was incomplete in definition (should be an enum like definition), so change in  setType function is also reqired to make the code work properly. Patch file is attached for the same.

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


[jira] Updated: (SHINDIG-407) Mimetypes are not being displayed in PHP Shindig

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

impetus technologies updated SHINDIG-407:
-----------------------------------------

    Attachment: Mediaitem.php.patch

> Mimetypes are not being displayed in PHP Shindig
> ------------------------------------------------
>
>                 Key: SHINDIG-407
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-407
>             Project: Shindig
>          Issue Type: Bug
>         Environment: Windows, Apache
>            Reporter: impetus technologies
>         Attachments: Mediaitem.php.patch
>
>
> In php/src/socialdata/opensocial/model/MediaItem.php the variable $types was incomplete in definition (should be an enum like definition), so change in  setType function is also reqired to make the code work properly. Patch file is attached for the same.

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