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

Issue 6457048: Let Item subclasses handle +show (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by xiaq
Modified:
11 years, 9 months ago
Reviewers:
spy, thomas.j.waldmann, Reimar Bauer
Visibility:
Public.

Description

Let Item subclasses handle +show

Patch Set 1 : #

Total comments: 16

Patch Set 2 : issues addressed #

Patch Set 3 : issues addressed #

Patch Set 4 : #

Patch Set 5 : let NonExistent.do_show return 404 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -21 lines) Patch
M MoinMoin/apps/frontend/views.py View 1 2 2 chunks +4 lines, -19 lines 0 comments Download
M MoinMoin/items/__init__.py View 1 2 3 4 4 chunks +28 lines, -0 lines 0 comments Download
M MoinMoin/templates/modify_select_itemtype.html View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A MoinMoin/templates/show_nonexistent.html View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7
xiaq
Patch based off my repo (which is one changeset ahead of main repo, see comment ...
11 years, 9 months ago (2012-07-29 09:17:32 UTC) #1
Reimar Bauer
some questions, comments http://codereview.appspot.com/6457048/diff/2001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6457048/diff/2001/MoinMoin/items/__init__.py#newcode591 MoinMoin/items/__init__.py:591: data_rendered=Markup(self.content._render_data()), hmm, as default I would ...
11 years, 9 months ago (2012-07-30 06:36:43 UTC) #2
xiaq
http://codereview.appspot.com/6457048/diff/2001/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6457048/diff/2001/MoinMoin/items/__init__.py#newcode591 MoinMoin/items/__init__.py:591: data_rendered=Markup(self.content._render_data()), On 2012/07/30 06:36:43, Reimar Bauer wrote: > hmm, ...
11 years, 9 months ago (2012-07-30 13:43:01 UTC) #3
ThomasJWaldmann
hmm, i am wondering a bit why we did not have the code like that ...
11 years, 9 months ago (2012-08-01 17:05:23 UTC) #4
xiaq
http://codereview.appspot.com/6457048/diff/2001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6457048/diff/2001/MoinMoin/apps/frontend/views.py#newcode306 MoinMoin/apps/frontend/views.py:306: @frontend.route('/+show/+<rev>/<itemname:item_name>', methods=['GET']) On 2012/08/01 17:05:23, ThomasJWaldmann wrote: > first ...
11 years, 9 months ago (2012-08-09 05:11:13 UTC) #5
ThomasJWaldmann
looks ok http://codereview.appspot.com/6457048/diff/2001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6457048/diff/2001/MoinMoin/apps/frontend/views.py#newcode306 MoinMoin/apps/frontend/views.py:306: @frontend.route('/+show/+<rev>/<itemname:item_name>', methods=['GET']) not yet at least. :) ...
11 years, 9 months ago (2012-08-09 08:20:56 UTC) #6
xiaq
11 years, 9 months ago (2012-08-12 07:30:06 UTC) #7
This is the version i'm including in an upcoming pull request.
Sign in to reply to this message.

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