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) maybe ask a native speaker whether "Publish time" is ok or whether it should be "Publication time". http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco... MoinMoin/items/__init__.py:674: """ either add something in there or kill the docstring. http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco... MoinMoin/items/__init__.py:689: """ either add something in there or kill the docstring.
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:678: def ModifyForm(self): Consider overriding _ModifyForm class instead. http://codereview.appspot.com/6457088/diff/1/MoinMoin/items/__init__.py#newco... MoinMoin/items/__init__.py:693: def ModifyForm(self): Consider overriding _ModifyForm class instead.
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