http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10360
Revision: 10360 Author: xqt Date: 2012-06-15 05:52:09 +0000 (Fri, 15 Jun 2012) Log Message: ----------- revert parts of r10353: pages could not been read with blocking submit action. Should be fixed.
Modified Paths: -------------- trunk/pywikipedia/config.py
Modified: trunk/pywikipedia/config.py =================================================================== --- trunk/pywikipedia/config.py 2012-06-13 12:58:26 UTC (rev 10359) +++ trunk/pywikipedia/config.py 2012-06-15 05:52:09 UTC (rev 10360) @@ -476,7 +476,7 @@ # servers. Allows simulation runs of bots to be carried out without changing any # page on the server side. This setting may be overridden in user_config.py. actions_to_block = ['edit', 'watch', 'move', 'delete', 'undelete', 'protect', - 'emailuser', 'submit'] # 'submit' is for non-API + 'emailuser']
# How many pages should be put to a queue in asynchroneous mode. # If maxsize is <= 0, the queue size is infinite.