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

Issue 6457088: Add Blog and BlogEntry itemtype classes. (Closed)

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

Description

Add Blog and BlogEntry itemtype classes.

Patch Set 1 #

Total comments: 9

Patch Set 2 : Override _ModifyForm class. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -2 lines) Patch
M MoinMoin/items/__init__.py View 1 3 chunks +31 lines, -2 lines 0 comments Download
A MoinMoin/templates/modify_blog_entry_meta.html View 1 chunk +16 lines, -0 lines 0 comments Download
A MoinMoin/templates/modify_blog_meta.html View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3
ThomasJWaldmann
http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newcode669 MoinMoin/items/__init__.py:669: ptime = DateTime.using(label=L_('Publish time (UTC)'), optional=True) maybe ask a ...
11 years, 9 months ago (2012-08-07 15:12:31 UTC) #1
xiaq
http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newcode678 MoinMoin/items/__init__.py:678: def ModifyForm(self): Consider overriding _ModifyForm class instead. http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newcode693 MoinMoin/items/__init__.py:693: ...
11 years, 9 months ago (2012-08-08 03:54:03 UTC) #2
spy
11 years, 9 months ago (2012-08-08 09:06:09 UTC) #3
http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py
File MoinMoin/items/__init__.py (right):

http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco...
MoinMoin/items/__init__.py:669: ptime = DateTime.using(label=L_('Publish time
(UTC)'), optional=True)
On 2012/08/07 15:12:31, ThomasJWaldmann wrote:
> maybe ask a native speaker whether "Publish time" is ok or whether it should
be
> "Publication time".

renamed to "Publication time"

http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco...
MoinMoin/items/__init__.py:674: """
On 2012/08/07 15:12:31, ThomasJWaldmann wrote:
> either add something in there or kill the docstring.

killed for now

http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco...
MoinMoin/items/__init__.py:678: def ModifyForm(self):
On 2012/08/08 03:54:04, xiaq wrote:
> Consider overriding _ModifyForm class instead.

rewrote, see next changeset

http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco...
MoinMoin/items/__init__.py:689: """
On 2012/08/07 15:12:31, ThomasJWaldmann wrote:
> either add something in there or kill the docstring.

killed for now
Sign in to reply to this message.

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