You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Jasvir Nagra (JIRA)" <ji...@apache.org> on 2008/08/04 01:27:44 UTC

[jira] Created: (SHINDIG-490) Update support for script tags in cajoled gadgets

Update support for script tags in cajoled gadgets
-------------------------------------------------

                 Key: SHINDIG-490
                 URL: https://issues.apache.org/jira/browse/SHINDIG-490
             Project: Shindig
          Issue Type: Improvement
          Components: Gadget Rendering Server (Java)
            Reporter: Jasvir Nagra


The attached patch adds support for script tags in cajoled gadgets.
* implements retrieve() in CajaContentFilter so scripts referred to by script tags are inlined before being cajoled
* modifies rewrite() so relative urls are relative to the gadget xml file.

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


[jira] Commented: (SHINDIG-490) Update support for script tags in cajoled gadgets

Posted by "Cassie Doll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619618#action_12619618 ] 

Cassie Doll commented on SHINDIG-490:
-------------------------------------

I'm getting some compile errors with this patch. 
- it was missing the "private final Logger logger" but that was easy
- it can't resolve the "resolved" method:
     symbol  : method resolved(java.net.URI)
     location: class java.net.URI

am i missing a basic fix for the second error?

> Update support for script tags in cajoled gadgets
> -------------------------------------------------
>
>                 Key: SHINDIG-490
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-490
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Jasvir Nagra
>         Attachments: fix-caja-script-src-bug.patch
>
>
> The attached patch adds support for script tags in cajoled gadgets.
> * implements retrieve() in CajaContentFilter so scripts referred to by script tags are inlined before being cajoled
> * modifies rewrite() so relative urls are relative to the gadget xml file.

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


[jira] Updated: (SHINDIG-490) Update support for script tags in cajoled gadgets

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

Jasvir Nagra updated SHINDIG-490:
---------------------------------

    Attachment: fix-caja-script-src-bug.patch

> Update support for script tags in cajoled gadgets
> -------------------------------------------------
>
>                 Key: SHINDIG-490
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-490
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Jasvir Nagra
>         Attachments: fix-caja-script-src-bug.patch
>
>
> The attached patch adds support for script tags in cajoled gadgets.
> * implements retrieve() in CajaContentFilter so scripts referred to by script tags are inlined before being cajoled
> * modifies rewrite() so relative urls are relative to the gadget xml file.

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


[jira] Commented: (SHINDIG-490) Update support for script tags in cajoled gadgets

Posted by "Jasvir Nagra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619633#action_12619633 ] 

Jasvir Nagra commented on SHINDIG-490:
--------------------------------------

Sorry - extra key press while editing the patch.  "resolved" should read "resolve".



> Update support for script tags in cajoled gadgets
> -------------------------------------------------
>
>                 Key: SHINDIG-490
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-490
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Jasvir Nagra
>         Attachments: fix-caja-script-src-bug.patch
>
>
> The attached patch adds support for script tags in cajoled gadgets.
> * implements retrieve() in CajaContentFilter so scripts referred to by script tags are inlined before being cajoled
> * modifies rewrite() so relative urls are relative to the gadget xml file.

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


[jira] Resolved: (SHINDIG-490) Update support for script tags in cajoled gadgets

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

Cassie Doll resolved SHINDIG-490.
---------------------------------

    Resolution: Fixed
      Assignee: Cassie Doll

> Update support for script tags in cajoled gadgets
> -------------------------------------------------
>
>                 Key: SHINDIG-490
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-490
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Jasvir Nagra
>            Assignee: Cassie Doll
>         Attachments: fix-caja-script-src-bug.patch
>
>
> The attached patch adds support for script tags in cajoled gadgets.
> * implements retrieve() in CajaContentFilter so scripts referred to by script tags are inlined before being cajoled
> * modifies rewrite() so relative urls are relative to the gadget xml file.

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