Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(918)

Issue 2265043: [SHINDIG-1429] Incomplite album and mediaitem support in JS

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by ragnor84
Modified:
13 years, 7 months ago
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

This patch contains: * fixed opensocial.Album fields names * added fields to opensocial.MediaItem * added functions: newCreateAlbumRequest, newDeleteAlbumRequest, newFetchAlbumsRequest, newCreateMediaItemRequest, newFetchMediaItemsRequest This patch doesn't contain implementation of newUpdateAlbumRequest and newUpdateMediaItemRequest

Patch Set 1 #

Patch Set 2 : This patch was created using Shindig trunk, previously patch using tag Shindig 2.0.0 as code base. #

Total comments: 2

Patch Set 3 : Added opensocial.newAlbum and modified taming.js #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+480 lines, -40 lines) Patch
features/pom.xml View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
features/src/main/javascript/features/opensocial-base/feature.xml View 2 1 chunk +2 lines, -0 lines 0 comments Download
features/src/main/javascript/features/opensocial-base/jsonactivity.js View 2 1 chunk +0 lines, -13 lines 0 comments Download
features/src/main/javascript/features/opensocial-base/jsonalbum.js View 1 chunk +48 lines, -0 lines 0 comments Download
features/src/main/javascript/features/opensocial-base/jsonmediaitem.js View 1 chunk +39 lines, -0 lines 0 comments Download
features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js View 2 2 chunks +67 lines, -1 line 2 comments Download
features/src/main/javascript/features/opensocial-reference/album.js View 1 2 1 chunk +10 lines, -7 lines 0 comments Download
features/src/main/javascript/features/opensocial-reference/container.js View 1 2 3 chunks +17 lines, -4 lines 0 comments Download
features/src/main/javascript/features/opensocial-reference/datarequest.js View 1 2 2 chunks +53 lines, -1 line 0 comments Download
features/src/main/javascript/features/opensocial-reference/mediaitem.js View 1 2 1 chunk +114 lines, -4 lines 0 comments Download
features/src/main/javascript/features/opensocial-reference/taming.js View 4 chunks +5 lines, -0 lines 0 comments Download
features/src/test/javascript/features/alltests.js View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
features/src/test/javascript/features/opensocial-base/jsonactivitytest.js View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
features/src/test/javascript/features/opensocial-base/jsonalbumtest.js View 1 chunk +70 lines, -0 lines 0 comments Download
features/src/test/javascript/features/opensocial-base/jsonmediaitemtest.js View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 11
ragnor84
13 years, 7 months ago (2010-09-22 07:14:19 UTC) #1
henry.saputra
I am having problem seeing the diff for some files. Could you try to do ...
13 years, 7 months ago (2010-09-22 15:35:16 UTC) #2
henry.saputra
The patch missing JsonAlbum file so I added it and create new review: http://codereview.appspot.com/2246045/ Please ...
13 years, 7 months ago (2010-09-23 04:58:16 UTC) #3
ragnor84
This patch was created using Shindig trunk, previously patch using tag Shindig 2.0.0 as code ...
13 years, 7 months ago (2010-09-23 06:24:04 UTC) #4
henry.saputra
Have the jsonrpccontainer.js been tested with the RPC endpoints for Album and MediaItem? - Henry ...
13 years, 7 months ago (2010-09-23 07:54:58 UTC) #5
ragnor84
Added opensocial.newAlbum and modified taming.js
13 years, 7 months ago (2010-09-23 12:13:51 UTC) #6
ragnor84
Code from patch set 3 has been tested and appropriate endpoints was invoked, on console ...
13 years, 7 months ago (2010-09-23 12:21:47 UTC) #7
henry.saputra
http://codereview.appspot.com/2265043/diff/27001/features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js File features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js (right): http://codereview.appspot.com/2265043/diff/27001/features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js#newcode511 features/src/main/javascript/features/opensocial-jsonrpc/jsonrpccontainer.js:511: var rpc = { method : "albums.post" }; This ...
13 years, 7 months ago (2010-09-23 15:23:32 UTC) #8
Paul Lindner
lgtm
13 years, 7 months ago (2010-09-23 18:02:16 UTC) #9
henry.saputra
Oher than comment regarding albums.post to albums.create and mediaItems.post to mediaItems.create in jsonrpccontainer.js its LGTM ...
13 years, 7 months ago (2010-09-23 18:37:15 UTC) #10
henry.saputra
13 years, 7 months ago (2010-09-23 20:23:38 UTC) #11
Patch applied with above changes agreement with Jakub (thanks).

- Henry
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b