You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "vasu nori (JIRA)" <ji...@apache.org> on 2008/04/16 20:15:22 UTC

[jira] Created: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
------------------------------------------------------------------------------------------

                 Key: SHINDIG-201
                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
             Project: Shindig
          Issue Type: New Feature
            Reporter: vasu nori
         Attachments: patch-model

RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.

attached a patch to add this field to Person & Activity objects

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


[jira] Updated: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

Kevin Brown updated SHINDIG-201:
--------------------------------

    Component/s: RESTful API (Java)

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Commented: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

Cassie Doll commented on SHINDIG-201:
-------------------------------------

Looks good, but just curious - you refer to the field as "updated" in your description. Should it be "updated" or "lastUpdated" so that things match exactly?

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Closed: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

Cassie Doll closed SHINDIG-201.
-------------------------------

    Resolution: Fixed
      Assignee: Cassie Doll

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>            Assignee: Cassie Doll
>         Attachments: UPDATED-patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Updated: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

vasu nori updated SHINDIG-201:
------------------------------

    Attachment: UPDATED-patch-model

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: UPDATED-patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Commented: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

Posted by "vasu nori (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590109#action_12590109 ] 

vasu nori commented on SHINDIG-201:
-----------------------------------

in atom, this element is "updated".
yeah, I didn't name it correctly.
probably should be called "updated"..will update the patch.

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: UPDATED-patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Commented: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

Cassie Doll commented on SHINDIG-201:
-------------------------------------

fyi: your patch didn't compile. it was missing the Date import in the Activity class and the Person.lastUpdated field wasn't renamed which resulted in a mismatch. I fixed these and will submit the change now. 

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: UPDATED-patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Updated: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

vasu nori updated SHINDIG-201:
------------------------------

    Attachment: patch-model

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>            Reporter: vasu nori
>         Attachments: patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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


[jira] Updated: (SHINDIG-201) Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics

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

vasu nori updated SHINDIG-201:
------------------------------

    Attachment:     (was: patch-model)

> Adding lastUpdated field to Person/Activity Model objects to support RESTful API semantics
> ------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-201
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-201
>             Project: Shindig
>          Issue Type: New Feature
>          Components: RESTful API (Java)
>            Reporter: vasu nori
>         Attachments: UPDATED-patch-model
>
>
> RESTful operations expect the atom:entry retrieved to have "updated" element, which typically is the last updated date/time of the entry.
> attached a patch to add this field to Person & Activity objects

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