Attachment 'no_thanks_message.patch'

Download

   1 --- moin-1.9.1/MoinMoin/action/edit.py	Thu Jan 15 10:14:12 1970
   2 +++ moin-1.9.1/MoinMoin/action/edit.py	Thu Jan 15 10:14:12 1970
   3 @@ -185,5 +185,6 @@
   4  
   5          # sets revision number to default for further actions
   6          request.rev = 0
   7 -        request.theme.add_msg(savemsg, "info")
   8 +        if savemsg != '' and savemsg != None:
   9 +			request.theme.add_msg(savemsg, "info")
  10          pg.send_page()
  11 --- moin-1.9.1/MoinMoin/PageEditor.py	Thu Jan 15 10:14:12 1970
  12 +++ moin-1.9.1/MoinMoin/PageEditor.py	Thu Jan 15 10:14:12 1970
  13 @@ -1111,7 +1111,7 @@
  14          # save only if no error occurred (msg is empty) and no abort has been requested
  15          if not msg:
  16              # set success msg
  17 -            msg = _("Thank you for your changes. Your attention to detail is appreciated.")
  18 +            msg = ""
  19  
  20              # determine action for edit log
  21              if action == 'SAVE' and not self.exists():

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-01-31 10:39:03, 0.9 KB) [[attachment:no_thanks_message.patch]]
  • [get | view] (2008-11-21 19:57:40, 0.3 KB) [[attachment:prio4.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.