JaikuEngine Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Patch 3001: Issue 32: IM messages don't send permalinks... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 months, 2 weeks ago by lemonad
Modified:
5 months, 1 week ago
Reviewers:
adewale, termie
CC:
jaikuengine-reviews_googlegroups.com
SVN Base:
http://jaikuengine.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Issue 32: IM messages don't send permalinks

Extensive rewrite of the IM rendering code. The output to the
backend is now both in plain text and html.

Patch by: Jonas Nockert

Committed in r51

Patch Set 1

Total comments: 4

Patch Set 2 : ''

Total comments: 2

Patch Set 3 : ''

Total comments: 9

Patch Set 4 : ''

Patch Set 5 : ''

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M common/api.py View 1 2 3 3 chunks 84 lines 0 comments Download
M common/protocol/xmpp.py View 3 1 chunk 24 lines 0 comments Download
A common/templates/im/im_comment.html View 2 3 1 chunk 12 lines 0 comments Download
A common/templates/im/im_comment.txt View 3 1 chunk 8 lines 0 comments Download
A common/templates/im/im_entry.html View 2 3 1 chunk 12 lines 0 comments Download
A common/templates/im/im_entry.txt View 3 1 chunk 8 lines 0 comments Download
M common/templatetags/format.py View 1 2 3 chunks 83 lines 0 comments Download
A common/templatetags/test/format.py View 1 chunk 80 lines 0 comments Download
M common/test/util.py View 1 chunk 23 lines 0 comments Download
M common/tests.py View 2 1 chunk 12 lines 0 comments Download
M components/dummy_xmpp_service/__init__.py View 1 chunk 17 lines 0 comments Download
M settings.py View 1 chunk 18 lines 0 comments Download

Messages

Total messages: 16
adewale
http://rietku.appspot.com/3001/diff/1/2 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/1/2#newcode109 Line 109: try: Can you extract out: + try: + ...
10 months, 2 weeks ago
lemonad
Thanks for the comments, I'll get right on it. http://rietku.appspot.com/3001/diff/1/2 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/1/2#newcode109 Line ...
10 months, 2 weeks ago
lemonad
Updated patch. Also, I had forgotten to include the new templates last time I submitted.
10 months, 2 weeks ago
adewale
http://rietku.appspot.com/3001/diff/1004/1005 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/1004/1005#newcode110 Line 110: return 30 Why 30? Can we make this ...
10 months, 2 weeks ago
lemonad
http://rietku.appspot.com/3001/diff/1004/1005 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/1004/1005#newcode110 Line 110: return 30 On 2009/03/29 00:02:51, adewale wrote: > ...
10 months, 2 weeks ago
adewale
On 2009/03/29 11:05:43, lemonad wrote: > http://rietku.appspot.com/3001/diff/1004/1005 > File common/templatetags/format.py (right): > > http://rietku.appspot.com/3001/diff/1004/1005#newcode110 > ...
10 months, 1 week ago
termie
quite excellent :) I would like to pass two arguments to send_message, plain text and ...
10 months, 1 week ago
lemonad
On 2009/04/08 02:40:54, termie wrote: > quite excellent :) I would like to pass two ...
10 months, 1 week ago
termie
On 2009/04/08 05:55:24, lemonad wrote: > On 2009/04/08 02:40:54, termie wrote: > > quite excellent ...
10 months, 1 week ago
adewale
LGTM apart from the need to extract out a method http://rietku.appspot.com/3001/diff/6001/7001 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/6001/7001#newcode118 ...
10 months ago
termie
some small things, but otherwise looks great http://rietku.appspot.com/3001/diff/6001/7002 File common/api.py (right): http://rietku.appspot.com/3001/diff/6001/7002#newcode4416 Line 4416: xmpp_connection.send_message(im_aliases, ...
10 months ago
lemonad
http://rietku.appspot.com/3001/diff/6001/7001 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/6001/7001#newcode158 Line 158: try: On 2009/04/10 21:04:10, adewale wrote: > Can ...
10 months ago
termie
http://rietku.appspot.com/3001/diff/6001/7001 File common/templatetags/format.py (right): http://rietku.appspot.com/3001/diff/6001/7001#newcode158 Line 158: try: On 2009/04/10 21:33:35, lemonad wrote: > On ...
10 months ago
termie
On 2009/04/10 21:43:16, termie wrote: > http://rietku.appspot.com/3001/diff/6001/7001 > File common/templatetags/format.py (right): > > http://rietku.appspot.com/3001/diff/6001/7001#newcode158 > ...
10 months ago
termie
On 2009/04/10 23:02:23, termie wrote: > On 2009/04/10 21:43:16, termie wrote: > > http://rietku.appspot.com/3001/diff/6001/7001 > ...
10 months ago
adewale
10 months ago
Actually now that I think about it there's no easy way to extract out those 4
lines into a re-usable method.

Everything else is fine.

Looks Good To Me.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Patches | This issue
This is Rietveld r