Patches item #2870792, was opened at 2009-09-30 16:43
Message generated for change (Tracker Item Submitted) made by stanlekub
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2870792&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: stanlekub (stanlekub)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update blockpageschecker for the rewrite branch
Initial Comment:
Attached is a path for blockpageschecker.py to allow it's use with the rewrite branch.
Patched against r7339.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2870792&group_…
Patches item #2870637, was opened at 2009-09-30 12:25
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2870637&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: cs translation for commons_link.py
Initial Comment:
Can be done with 2870634
comment1 = {
'cs':u'Robot přidal šablonu commons',
comment2 = {
'cs':u'Robot přidal šablonu commonscat',
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2870637&group_…
Bugs item #2870634, was opened at 2009-09-30 10:21
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870634&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in commons_link.py
Initial Comment:
In this file is line
wikipedia.replaceCategoryLinks(text+u'{{commons||%s}}'%commonspage.title(), page.categories())
which causes included link to commons main page: http://commons.wikimedia.com/wiki/?userlang=
should be
wikipedia.replaceCategoryLinks(text+u'{{commons|%s}}'%commonspage.title(), page.categories())
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870634&group_…
Bugs item #2870574, was opened at 2009-09-30 10:30
Message generated for change (Comment added) made by siebrand
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870574&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace.py crashes with wikipedia.py (?)
Initial Comment:
An error occurs when my bot submit the new version of a page to the server, which has lasted for around two weeks. Due to this error, the bot will stop right after its first edit, but the page is correctly saved. The error message is as follows:
Traceback (most recent call last):
File "replace.py", line 711, in <module>
main()
File "replace.py", line 707, in main
bot.run()
File "replace.py", line 431, in run
page.put(new_text, self.editSummary)
File "c:\python26\pywikipedia\wikipedia.py", line 1448, in put
newPage, self.site().getToken(sysop = sysop), sysop = sysop, botflag=botflag
, maxTries=maxTries)
File "c:\python26\pywikipedia\wikipedia.py", line 1480, in _putPage
newPage, token, newToken, sysop, captcha, botflag, maxTries)
File "c:\python26\pywikipedia\wikipedia.py", line 1827, in _putPageOld
if self.site().has_mediawiki_message("spamprotectiontitle")\
File "c:\python26\pywikipedia\wikipedia.py", line 5478, in has_mediawiki_message
v = self.mediawiki_message(key)
File "c:\python26\pywikipedia\wikipedia.py", line 5443, in mediawiki_message
tree = XML(decode)
File "<string>", line 85, in XML
SyntaxError: undefined entity : line 637, column 117
Output of python version.py:
Pywikipedia [http] trunk/pywikipedia (r7338, 2009/09/29, 20:33:35)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-09-30 10:33
Message:
Please try again with the following in your user-config.py:
use_api = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870574&group_…
Bugs item #2870574, was opened at 2009-09-30 08:30
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870574&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: replace.py crashes with wikipedia.py (?)
Initial Comment:
An error occurs when my bot submit the new version of a page to the server, which has lasted for around two weeks. Due to this error, the bot will stop right after its first edit, but the page is correctly saved. The error message is as follows:
Traceback (most recent call last):
File "replace.py", line 711, in <module>
main()
File "replace.py", line 707, in main
bot.run()
File "replace.py", line 431, in run
page.put(new_text, self.editSummary)
File "c:\python26\pywikipedia\wikipedia.py", line 1448, in put
newPage, self.site().getToken(sysop = sysop), sysop = sysop, botflag=botflag
, maxTries=maxTries)
File "c:\python26\pywikipedia\wikipedia.py", line 1480, in _putPage
newPage, token, newToken, sysop, captcha, botflag, maxTries)
File "c:\python26\pywikipedia\wikipedia.py", line 1827, in _putPageOld
if self.site().has_mediawiki_message("spamprotectiontitle")\
File "c:\python26\pywikipedia\wikipedia.py", line 5478, in has_mediawiki_message
v = self.mediawiki_message(key)
File "c:\python26\pywikipedia\wikipedia.py", line 5443, in mediawiki_message
tree = XML(decode)
File "<string>", line 85, in XML
SyntaxError: undefined entity : line 637, column 117
Output of python version.py:
Pywikipedia [http] trunk/pywikipedia (r7338, 2009/09/29, 20:33:35)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2870574&group_…
Bugs item #2869536, was opened at 2009-09-29 15:37
Message generated for change (Tracker Item Submitted) made by dingar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2869536&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: v1.0 (example)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: dingar (dingar)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate_user_files.py needs new parameter
Initial Comment:
user-config.py needs a new parameter when we run generate_user_files.py to get a new config.
use_api = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2869536&group_…
Bugs item #2783408, was opened at 2009-04-29 07:38
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2783408&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
>Assigned to: Nobody/Anonymous (nobody)
Summary: weblinkchecker warning
Initial Comment:
__version__='$Id: weblinkchecker.py 6746 2009-04-28 06:25:09Z shizhao $'
no bug but a warning comes sometimes:
weblinkchecker.py:808: Syntax Warning: name 'day' is asigned to before global declaration global day
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2009-09-28 14:18
Message:
patch comes with #2868798
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-09-15 18:16
Message:
patch added
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-08-10 21:15
Message:
The reason is that day is assigned first in line 792:
day = 7
This bug came with r6639
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2783408&group_…
Patches item #2868798, was opened at 2009-09-28 14:16
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2868798&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: xqt (xqt)
Assigned to: Filnik (filnik)
Summary: Various bugfixes
Initial Comment:
censure.py
handle index error of page.previousRevision()
(solves #2848560)
config.py
set use_api default value to True
(solves various requests to r7267like #2867449, #2865679, #2862265, #2860410)
cosmetic_changes.py
additional features copied from fixes.py
redirect.py
additional exception handling
solve_disambiguation.py
deleted directories removed
weblinkchecker.py
(fix for #2783408)
wikipedia.py
patch #2848560 reverted
getting mediawiki-messages depending of current version
and solves various requests to r7267 like #2867449, #2865679, #2862265, #2860410
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2868798&group_…
Feature Requests item #2868076, was opened at 2009-09-27 20:54
Message generated for change (Tracker Item Submitted) made by wikishizhao
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2868076&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: shizhao (wikishizhao)
Assigned to: Nobody/Anonymous (nobody)
Summary: plese update refcheck.py
Initial Comment:
plese update refcheck.py. see http://en.wikipedia.org/wiki/Help:Footnotes#List-defined_references <ref> have update
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2868076&group_…
Bugs item #2867956, was opened at 2009-09-27 08:17
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2867956&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: imagetransfer.py does not work
Initial Comment:
While giving a command
imagetransfer.py -lang:en -tolang:uk
does not upload an image. The next text gives in output
Traceback (most recent call last):
File "D:\pywikipedia\imagetransfer.py", line 310, in <mod
main()
File "D:\pywikipedia\imagetransfer.py", line 306, in main
bot.run()
File "D:\pywikipedia\imagetransfer.py", line 252, in run
self.transferImage(imagelist[todo], debug = False)
File "D:\pywikipedia\imagetransfer.py", line 179, in tran
targetFilename = bot.run()
File "D:\pywikipedia\upload.py", line 302, in run
return self.upload_image()
File "D:\pywikipedia\upload.py", line 257, in upload_imag
success_msg = self.targetSite.mediawiki_message('succes
File "D:\pywikipedia\wikipedia.py", line 5443, in mediawi
tree = XML(decode)
File "<string>", line 85, in XML
SyntaxError: undefined entity : line 656, column 165
Please help.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2867956&group_…