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

Issue 2203047: OpenSocial gadget editor (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by chirag
Modified:
12 years, 11 months ago
Reviewers:
Paul Lindner, dev-remailer, Jasvir
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk/
Visibility:
Public.

Description

This is a simple opensocial gadget editor that allows developers to quickly test their gadgets against Shindig. Here's an example editor running on my server: http://chiarg.com/opensocial/editor Things that are left to do include: 1) Merge samplecontainer with the editor. Note: This change depends on CodeMirror (http://codemirror.net/) which is approved by Apache: http://mail-archives.apache.org/mod_mbox/www-legal-discuss/200901.mbox/%3C49817894.5070805@apache.org%3E

Patch Set 1 #

Patch Set 2 : Send the rawxml parameter in post body #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : Update the NOTICE file and Rat check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4304 lines, -0 lines) Patch
NOTICE View 1 chunk +4 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/LICENSE View 1 chunk +23 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/css/docs.css View 1 chunk +49 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/css/xmlcolors.css View 1 chunk +55 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/codemirror.js View 1 chunk +538 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/editor.js View 1 chunk +1514 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/highlight.js View 1 chunk +68 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/mirrorframe.js View 1 chunk +81 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/parsexml.js View 1 chunk +286 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/select.js View 1 chunk +672 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/stringstream.js View 1 chunk +140 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/tokenize.js View 1 chunk +57 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/tokenizejavascript.js View 1 chunk +174 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/undo.js View 1 chunk +410 lines, -0 lines 0 comments Download
content/editor/CodeMirror-0.8/js/util.js View 1 chunk +130 lines, -0 lines 0 comments Download
content/editor/index.html View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
pom.xml View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11
chirag
13 years, 7 months ago (2010-09-28 04:55:29 UTC) #1
chirag
Resending to dev@shindig.apache.org.. On Mon, Sep 27, 2010 at 9:55 PM, <chiragshah1@gmail.com> wrote: > Reviewers: ...
13 years, 7 months ago (2010-09-28 05:04:47 UTC) #2
chirag
Send the rawxml parameter in post body
13 years, 7 months ago (2010-09-28 06:19:59 UTC) #3
Jasvir
LGTM This is a really nice-to-have. http://codereview.appspot.com/2203047/diff/3001/content/editor/index.html File content/editor/index.html (right): http://codereview.appspot.com/2203047/diff/3001/content/editor/index.html#newcode92 content/editor/index.html:92: var url = ...
13 years, 7 months ago (2010-09-29 05:49:57 UTC) #4
chirag
13 years, 7 months ago (2010-09-29 06:06:17 UTC) #5
chirag
http://codereview.appspot.com/2203047/diff/3001/content/editor/index.html File content/editor/index.html (right): http://codereview.appspot.com/2203047/diff/3001/content/editor/index.html#newcode92 content/editor/index.html:92: var url = 'http://www.gmodules.com/ig/ifr?url='; On 2010/09/29 05:49:57, jasvir wrote: ...
13 years, 7 months ago (2010-09-29 06:10:46 UTC) #6
Paul Lindner
nice! Please add info to the top-level NOTICE file that we're including this code. Also ...
13 years, 7 months ago (2010-09-29 08:02:46 UTC) #7
Paul Lindner
also consider adding a star here to get CodeMirror on google cdn: http://code.google.com/p/google-ajax-apis/issues/detail?id=480
13 years, 7 months ago (2010-09-29 08:04:21 UTC) #8
chirag
Update the NOTICE file and Rat check
13 years, 7 months ago (2010-09-30 03:57:52 UTC) #9
chirag
Done and done. Thanks! From rat.txt !????? content/editor/CodeMirror-0.8/css/docs.css !????? content/editor/CodeMirror-0.8/css/xmlcolors.css !????? content/editor/CodeMirror-0.8/js/codemirror.js !????? content/editor/CodeMirror-0.8/js/editor.js !????? ...
13 years, 7 months ago (2010-09-30 04:03:40 UTC) #10
Paul Lindner
13 years, 7 months ago (2010-09-30 04:14:01 UTC) #11
ship it!


On Wed, Sep 29, 2010 at 9:03 PM, <chiragshah1@gmail.com> wrote:

> Done and done. Thanks!
>
> From rat.txt
>  !????? content/editor/CodeMirror-0.8/css/docs.css
>  !????? content/editor/CodeMirror-0.8/css/xmlcolors.css
>  !????? content/editor/CodeMirror-0.8/js/codemirror.js
>  !????? content/editor/CodeMirror-0.8/js/editor.js
>  !????? content/editor/CodeMirror-0.8/js/highlight.js
>  !????? content/editor/CodeMirror-0.8/js/mirrorframe.js
>  !????? content/editor/CodeMirror-0.8/js/parsexml.js
>  !????? content/editor/CodeMirror-0.8/js/select.js
>  !????? content/editor/CodeMirror-0.8/js/stringstream.js
>  !????? content/editor/CodeMirror-0.8/js/tokenize.js
>  !????? content/editor/CodeMirror-0.8/js/tokenizejavascript.js
>  !????? content/editor/CodeMirror-0.8/js/undo.js
>  !????? content/editor/CodeMirror-0.8/js/util.js
>  N     content/editor/CodeMirror-0.8/LICENSE
>  AL    content/editor/index.html
>
> On 2010/09/29 08:02:46, Paul Lindner wrote:
>
>> nice!
>>
>
>  Please add info to the top-level NOTICE file that we're including this
>>
> code.
>
>  Also add entries to the top-level pom.xml to insure that codemirror
>>
> will be
>
>> exempted from RAT checks.  Verify with mvn -Preporting rat:rat and
>>
> look in
>
>> target/rat.txt
>>
>
>  thx!
>>
>
>
>
> http://codereview.appspot.com/2203047/
>



-- 
Paul Lindner -- lindner@inuus.com -- linkedin.com/in/plindner
Sign in to reply to this message.

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