You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Lev Epshteyn (JIRA)" <ji...@apache.org> on 2009/05/12 21:24:45 UTC

[jira] Created: (SHINDIG-1061) Updates to client-side Templates and DataPipelining

Updates to client-side Templates and DataPipelining
---------------------------------------------------

                 Key: SHINDIG-1061
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1061
             Project: Shindig
          Issue Type: Improvement
          Components: Javascript 
            Reporter: Lev Epshteyn


hanges to client-side Templates implementation
  
  - @field support for DataPipelining
  - removed need for jstemplate_debug.js file
  - added rudimentary typing to identifier resolution
     - @repeat values are requested as arrays
     - when arrays are requested and objects found, we now look for the .list
property (this enables proper DP support)
  - fixed passing in defaults for compilation (only the last element is
defaulted)
  - @onAttach is also supported as @onChange, @onchange, @x-onChange and
@x-onchange



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


[jira] Resolved: (SHINDIG-1061) Updates to client-side Templates and DataPipelining

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

Evan Gilbert resolved SHINDIG-1061.
-----------------------------------

    Resolution: Fixed

> Updates to client-side Templates and DataPipelining
> ---------------------------------------------------
>
>                 Key: SHINDIG-1061
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1061
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Javascript 
>            Reporter: Lev Epshteyn
>         Attachments: ClientFixesForTemplatesAndDP.patch
>
>
> hanges to client-side Templates implementation
>   
>   - @field support for DataPipelining
>   - removed need for jstemplate_debug.js file
>   - added rudimentary typing to identifier resolution
>      - @repeat values are requested as arrays
>      - when arrays are requested and objects found, we now look for the .list
> property (this enables proper DP support)
>   - fixed passing in defaults for compilation (only the last element is
> defaulted)
>   - @onAttach is also supported as @onChange, @onchange, @x-onChange and
> @x-onchange
> Code review: http://codereview.appspot.com/62056/show

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


[jira] Updated: (SHINDIG-1061) Updates to client-side Templates and DataPipelining

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

Lev Epshteyn updated SHINDIG-1061:
----------------------------------

    Attachment: ClientFixesForTemplatesAndDP.patch

> Updates to client-side Templates and DataPipelining
> ---------------------------------------------------
>
>                 Key: SHINDIG-1061
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1061
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Javascript 
>            Reporter: Lev Epshteyn
>         Attachments: ClientFixesForTemplatesAndDP.patch
>
>
> hanges to client-side Templates implementation
>   
>   - @field support for DataPipelining
>   - removed need for jstemplate_debug.js file
>   - added rudimentary typing to identifier resolution
>      - @repeat values are requested as arrays
>      - when arrays are requested and objects found, we now look for the .list
> property (this enables proper DP support)
>   - fixed passing in defaults for compilation (only the last element is
> defaulted)
>   - @onAttach is also supported as @onChange, @onchange, @x-onChange and
> @x-onchange
> Code review: http://codereview.appspot.com/62056/show

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


[jira] Updated: (SHINDIG-1061) Updates to client-side Templates and DataPipelining

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

Lev Epshteyn updated SHINDIG-1061:
----------------------------------

    Description: 
hanges to client-side Templates implementation
  
  - @field support for DataPipelining
  - removed need for jstemplate_debug.js file
  - added rudimentary typing to identifier resolution
     - @repeat values are requested as arrays
     - when arrays are requested and objects found, we now look for the .list
property (this enables proper DP support)
  - fixed passing in defaults for compilation (only the last element is
defaulted)
  - @onAttach is also supported as @onChange, @onchange, @x-onChange and
@x-onchange

Code review: http://codereview.appspot.com/62056/show


  was:
hanges to client-side Templates implementation
  
  - @field support for DataPipelining
  - removed need for jstemplate_debug.js file
  - added rudimentary typing to identifier resolution
     - @repeat values are requested as arrays
     - when arrays are requested and objects found, we now look for the .list
property (this enables proper DP support)
  - fixed passing in defaults for compilation (only the last element is
defaulted)
  - @onAttach is also supported as @onChange, @onchange, @x-onChange and
@x-onchange




> Updates to client-side Templates and DataPipelining
> ---------------------------------------------------
>
>                 Key: SHINDIG-1061
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1061
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Javascript 
>            Reporter: Lev Epshteyn
>
> hanges to client-side Templates implementation
>   
>   - @field support for DataPipelining
>   - removed need for jstemplate_debug.js file
>   - added rudimentary typing to identifier resolution
>      - @repeat values are requested as arrays
>      - when arrays are requested and objects found, we now look for the .list
> property (this enables proper DP support)
>   - fixed passing in defaults for compilation (only the last element is
> defaulted)
>   - @onAttach is also supported as @onChange, @onchange, @x-onChange and
> @x-onchange
> Code review: http://codereview.appspot.com/62056/show

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