Re: [Moin-user] Trying to understand notification behaviour in PageEdit.py

2015-03-03 Thread Paul Boddie
On Tuesday 3. March 2015 17.47.56 Philip Colmer wrote: > Thanks, Paul, for your comments. > > I've (finally) managed to find a way to get logging working on > PageEditor.py and I've been able to confirm that notify is, indeed, > set to False by my code. > > Upon further thinking, I suspect that t

Re: [Moin-user] Trying to understand notification behaviour in PageEdit.py

2015-03-03 Thread Philip Colmer
Thanks, Paul, for your comments. I've (finally) managed to find a way to get logging working on PageEditor.py and I've been able to confirm that notify is, indeed, set to False by my code. Upon further thinking, I suspect that the notifications are *not* being caused by my script editing the vari

Re: [Moin-user] Trying to understand notification behaviour in PageEdit.py

2015-03-02 Thread Paul Boddie
On Wednesday 25. February 2015 11.02.13 Philip Colmer wrote: > I've got a nightly script that does a lot of automated changes to > pages and I need to stop the notifications going out because of the > email overhead it is generating. > > Looking at the code for PageEditor.py, I can see that saveTe

[Moin-user] Trying to understand notification behaviour in PageEdit.py

2015-02-25 Thread Philip Colmer
I've got a nightly script that does a lot of automated changes to pages and I need to stop the notifications going out because of the email overhead it is generating. Looking at the code for PageEditor.py, I can see that saveText accepts the keyword notify: @keyword notify: if False (default: Tru

[Moin-user] Trying to understand notification behaviour in PageEdit.py

2015-02-25 Thread Philip Colmer
I've got a nightly script that does a lot of automated changes to pages and I need to stop the notifications going out because of the email overhead it is generating. Looking at the code for PageEditor.py, I can see that saveText accepts the keyword notify: @keyword notify: if False (default: Tru