You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2008/05/30 04:07:45 UTC

[jira] Created: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

Improve variable substitution to be 0.8 compliant.
--------------------------------------------------

                 Key: SHINDIG-316
                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
             Project: Shindig
          Issue Type: Bug
          Components: Gadget Rendering Server (Java), Gadget Rendering Server (PHP)
            Reporter: Kevin Brown


0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.

Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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


[jira] Updated: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

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

Kevin Brown updated SHINDIG-316:
--------------------------------

    Component/s:     (was: Gadget Rendering Server (Java))

Java side applied -- still needs to be addressed in PHP.

> Improve variable substitution to be 0.8 compliant.
> --------------------------------------------------
>
>                 Key: SHINDIG-316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Kevin Brown
>         Attachments: improve-moduleprefs-attribute-handling.patch
>
>
> 0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.
> Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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


[jira] Resolved: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

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

Chris Chabot resolved SHINDIG-316.
----------------------------------

    Resolution: Fixed

2 fields were missing substitutions (category&category1), so PHP shindig has across the board coverage now too

> Improve variable substitution to be 0.8 compliant.
> --------------------------------------------------
>
>                 Key: SHINDIG-316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Kevin Brown
>            Assignee: Chris Chabot
>         Attachments: improve-moduleprefs-attribute-handling.patch
>
>
> 0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.
> Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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


[jira] Assigned: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

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

Chris Chabot reassigned SHINDIG-316:
------------------------------------

    Assignee: Chris Chabot

> Improve variable substitution to be 0.8 compliant.
> --------------------------------------------------
>
>                 Key: SHINDIG-316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Kevin Brown
>            Assignee: Chris Chabot
>         Attachments: improve-moduleprefs-attribute-handling.patch
>
>
> 0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.
> Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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


[jira] Updated: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

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

Nik Haldimann updated SHINDIG-316:
----------------------------------

    Attachment: improve-moduleprefs-attribute-handling.patch

This patch improves parsing of <ModulePrefs> to be more consistent and generic. All attributes of <ModulePrefs> (even non-standard ones) are parsed now. Non-standard attributes are accessible to clients through generic getAttribute() accessors. Also applies message substitution to all attributes.

> Improve variable substitution to be 0.8 compliant.
> --------------------------------------------------
>
>                 Key: SHINDIG-316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (Java), Gadget Rendering Server (PHP)
>            Reporter: Kevin Brown
>         Attachments: improve-moduleprefs-attribute-handling.patch
>
>
> 0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.
> Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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


[jira] Commented: (SHINDIG-316) Improve variable substitution to be 0.8 compliant.

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

Chris Chabot commented on SHINDIG-316:
--------------------------------------

Will make sure we get 100% on the PHP side too

> Improve variable substitution to be 0.8 compliant.
> --------------------------------------------------
>
>                 Key: SHINDIG-316
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-316
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (PHP)
>            Reporter: Kevin Brown
>            Assignee: Chris Chabot
>         Attachments: improve-moduleprefs-attribute-handling.patch
>
>
> 0.8 requires that (almost) all attributes and text elements support variable substitutions. Right now only about 70% of fields are covered; we should add the rest.
> Additionally, we should probably make spec objects a bit more liberal in terms of exposed fields; An attribute map instead of getters is probably better, and it makes it easier for containers that needed to add proprietary attributes to support that model.

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