Bugs item #2809813, was opened at 2009-06-21 13:14
Message generated for change (Comment added) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2809813&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: Carsrac (carsrac)
Assigned to: Nobody/Anonymous (nobody)
Summary: the apstrophe problem in wiktionary
Initial Comment:
[[wikt:fr:-n’t]] and [[wikt:en:-n't]] are articles about the same. But the bot see different articles. So is there a way that the interwiki.py script in the -wiktionary mode accepts and looks for <'> or <’> at the moment <’> or <'> is used??
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2009-07-10 06:17
Message:
I was asked by User:V85 to find a solution for that.
... see
http://de.wiktionary.org/wiki/Benutzer_Diskussion:Melancholie#Interwikis
The whole thing with those apostrophes is disputed, though.
... please read
http://en.wiktionary.org/wiki/User_talk:Robert_Ullmann#Probleme_with_apostr…
My bot is currently accepting both typographical variants of apostrophes
and is ignoring some other typographical differences as well.
See
http://de.wiktionary.org/w/index.php?title=User:MelancholieBot/interwiki.py…
for a potential patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2809813&group_…
Bugs item #2819272, was opened at 2009-07-09 23:50
Message generated for change (Settings changed) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819272&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add mhr to wikipedia_family.py
Initial Comment:
Please add the now created lang 'mhr' to wikipedia_family.py.
See http://mhr.wikipedia.org/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819272&group_…
Bugs item #2819291, was opened at 2009-07-10 00:31
Message generated for change (Tracker Item Submitted) made by neuceu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819291&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: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: NeuCeu (neuceu)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'template' exception in wikipedia.replaceExcept() isn't good
Initial Comment:
Version:
Pywikipedia [http] trunk/pywikipedia (r7032, Jul 08 2009, 03:18:37)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Because of the 'template' exception, large part of a page text can be ignored.
How to reproduce : run replace.py on fr.wiki with page "Slayers" and exeption 'template'
python replace.py -exceptinsidetag:template -regex "([Aa])ncêtre" "\1ncêetre" -namespace:0 -page:"Slayers"
It should normally find something to replace.
Possible fix : If I remove (?s) in front of the 'template' regex, it works. IMHO I would replace the .* by [^}]*
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819291&group_…
Bugs item #2819272, was opened at 2009-07-09 23:50
Message generated for change (Tracker Item Submitted) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819272&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: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add mhr to wikipedia_family.py
Initial Comment:
Please add the now created lang 'mhr' to wikipedia_family.py.
See http://mhr.wikipedia.org/
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819272&group_…
Bugs item #2819252, was opened at 2009-07-09 23:16
Message generated for change (Comment added) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&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: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: No 'GeneratorExit' for pagegenerators.py with Python 2.4
Initial Comment:
Some people still run Python 2.4.x, but they will get a NameError (exit, stops run) in pagegenerators.py.
Message is: "nameError: global name 'GeneratorExit' is not defined"
Detailed description of the problem plus solution: http://trac.edgewall.org/ticket/7510
Use try: to let Python 2.4.x ignore that, especially as nothing is done there anyway (just "pass")!
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2009-07-09 23:44
Message:
Not quite sure though whether to let Python 2.4 always 'pass' or always
fail here. Before r6271 it wasn't there at all, compare
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/pagegenerator…
...I'm not familar with pagegenerators.py
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2009-07-09 23:23
Message:
I am talking about line 812, by the way.
except GeneratorExit:
pass
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&group_…
Bugs item #2819252, was opened at 2009-07-09 23:16
Message generated for change (Comment added) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&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: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: No 'GeneratorExit' for pagegenerators.py with Python 2.4
Initial Comment:
Some people still run Python 2.4.x, but they will get a NameError (exit, stops run) in pagegenerators.py.
Message is: "nameError: global name 'GeneratorExit' is not defined"
Detailed description of the problem plus solution: http://trac.edgewall.org/ticket/7510
Use try: to let Python 2.4.x ignore that, especially as nothing is done there anyway (just "pass")!
----------------------------------------------------------------------
>Comment By: Melancholie (melancholie)
Date: 2009-07-09 23:23
Message:
I am talking about line 812, by the way.
except GeneratorExit:
pass
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&group_…
Bugs item #2819252, was opened at 2009-07-09 23:16
Message generated for change (Tracker Item Submitted) made by melancholie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&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: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: No 'GeneratorExit' for pagegenerators.py with Python 2.4
Initial Comment:
Some people still run Python 2.4.x, but they will get a NameError (exit, stops run) in pagegenerators.py.
Message is: "nameError: global name 'GeneratorExit' is not defined"
Detailed description of the problem plus solution: http://trac.edgewall.org/ticket/7510
Use try: to let Python 2.4.x ignore that, especially as nothing is done there anyway (just "pass")!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2819252&group_…
Feature Requests item #2819239, was opened at 2009-07-09 20:49
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2819239&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: Interface Improvements
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Flagged Revision
Initial Comment:
Hi... I'm using pywikipedia for create a RSS feed, but we are interested in publish only the stable pages. Are there some method in wikipedia class to get if the edition is reviewed by some editor and it has any stable edition?.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2819239&group_…
Patches item #2816849, was opened at 2009-07-05 16:03
Message generated for change (Comment added) made by rubin16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2816849&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: Translations
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Linar Khalitov (rubin16)
Assigned to: Nobody/Anonymous (nobody)
Summary: ru-translation for imagecopy.py
Initial Comment:
russian comments added
----------------------------------------------------------------------
>Comment By: Linar Khalitov (rubin16)
Date: 2009-07-09 13:38
Message:
fixed in r7022
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2816849&group_…
Bugs item #2818590, was opened at 2009-07-08 17:03
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2818590&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: html-Entities in cosmetic-changes
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r7024, Jul 06 2009, 17:28:04)
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
In resolveHtmlEntities method of cosmetic_changes.py it should be ignored to translate a &# 39; to ' because it becomes a conflict to the wiki syntax.
See this edit for example: http://eo.wikipedia.org/w/index.php?title=Liberec&diff=next&oldid=2320801
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2818590&group_…