Why do you want to change "edit" to "ec" when the MediaWiki software uses "edit" for this protection level?
----- Original Message ----- From: alexsh@svn.wikimedia.org To: pywikipedia-svn@lists.wikimedia.org Sent: Friday, September 04, 2009 10:27 AM Subject: [Pywikipedia-svn] SVN: [7209] trunk/pywikipedia/protect.py
Revision: 7209 Author: alexsh Date: 2009-09-04 14:27:40 +0000 (Fri, 04 Sep 2009)
Log Message:
fix params
Modified Paths:
trunk/pywikipedia/protect.py
Modified: trunk/pywikipedia/protect.py
--- trunk/pywikipedia/protect.py 2009-09-04 14:20:02 UTC (rev 7208) +++ trunk/pywikipedia/protect.py 2009-09-04 14:27:40 UTC (rev 7209) @@ -119,7 +119,7 @@ wikipedia.output(u'Processing page %s' % page.title()) print self.edit, self.move#, self.create page.protect(unprotect=self.unprotect, reason=self.summary, prompt=self.always,
edit=self.edit, move=self.move)
ec=self.edit, move=self.move)
# Asks a valid protection level for "operation". # Returns the protection level chosen by user.
Pywikipedia-svn mailing list Pywikipedia-svn@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn
Dnia 04.09.2009 Russell Blau russblau@imapmail.org napisaĆ/a:
Why do you want to change "edit" to "ec" when the MediaWiki software uses "edit" for this protection level?
This is probably to fix
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2849998...
but I think it would be better to revert part of rev7195 that changes "edit" to "ec".
--Marcin
pywikipedia-l@lists.wikimedia.org