Bugs item #3576158, was opened at 2012-10-10 16:11
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3576158&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: pywikibot.i18n.TranslationError
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r10549, 2012/10/07, 20:34:17)
Python 2.7.3 (default, Sep 17 2012, 17:42:49)
[GCC 4.4.5]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
File "interwiki.py", line 2320, in compareLanguages
mcomment += i18n.twtranslate(insite.lang, commentname) % changes
File "/home/yfdyh000/pywikipedia/pywikibot/i18n.py", line 303, in twtranslate
raise TranslationError("No English translation has been defined for TranslateWiki key %r" % twtitle)
pywikibot.i18n.TranslationError: No English translation has been defined for TranslateWiki key 'interwiki-adding'
pywikipedia/i18n/interwiki.py in r10550 added a lot of empty values, gan, hi, hif, etc.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3576158&group_…
Bugs item #3576102, was opened at 2012-10-10 11:59
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3576102&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: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Family file wikipedia
Initial Comment:
Pywikipedia trunk/pywikipedia/ (r10550, 2012/10/07, 20:34:17)
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
WARNING: Family file wikipedia contains version number 1.20wmf12, but it should be 1.21wmf1
WARNING: Outdated family file wikipedia: namespace['got'][5] is '??? Wikipedia ?
????????', but should be '𐌸𐌹𐍃 Wikipedia 𐌲𐌰𐍅𐌰𐌿𐍂𐌳𐌾𐌰'
WARNING: Missing namespace in family file wikipedia: namespace['kk'][102] (it is set to 'Жоба')
WARNING: Missing namespace in family file wikipedia: namespace['kk'][103] (it is set to 'Жоба талқылауы')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3576102&group_…
Bugs item #3575760, was opened at 2012-10-09 08:08
Message generated for change (Tracker Item Submitted) made by drtrigon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3575760&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: trunk
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dr. Trigon (drtrigon)
Assigned to: Nobody/Anonymous (nobody)
Summary: trunk 10450 not py2.6 compatible
Initial Comment:
Hello all!
As Merlijn suggested at [1] I should also report this here too. I would solve it myself but a quick shot does not seam appropriate.
[1] https://jira.toolserver.org/browse/TS-1466
Python code using:
>>> import re
>>> re.sub(..., flags=...)
does not work in python 2.6 because the optional parameter \'flags\' was introduced in python 2.7. As Merlijn noted, this should be replaced by
>>> re.compile(..., flags=...).sub(...)
A fast \'grep \"flags\" *\' in my pywikipedia directory of revision 10450, yields at least following matches:
imagecopy_self.py: match = re.search(regex, text, flags=re.IGNORECASE)
imagecopy_self.py: contents[u\'permission\'] = re.sub(regex, u\'\', contents[u\'permission\'], flags=re.IGNORECASE)
imagecopy_self.py: text = re.sub(toRemove, u\'\', text, flags=re.IGNORECASE)
imagecopy_self.py: text = re.sub(regex, u\'\', text, flags=re.IGNORECASE)
imagecopy_self.py: match = re.search(regex, text, flags=re.IGNORECASE)
imagecopy_self.py: result = re.sub(regex, replacement, match.group(0), flags=re.IGNORECASE)
...so there are at least 4 problematic cases which should be changed. I am not aware if a similar issues exists with \'re.search\'.
Thanks and greetings
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3575760&group_…
Feature Requests item #3575561, was opened at 2012-10-08 13:24
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3575561&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
Resolution: None
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: -links from tolooserver
Initial Comment:
Would be possible to add some parameter for using list of articles which is not in wiki, not in my computer but somewhere else on the web (like on toolserver).
Use
replace.py -weblink:http://toolserver.org/~foo/bar.txt "lorem" "ipsum"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3575561&group_…
Bugs item #3573039, was opened at 2012-09-29 09:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3573039&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: Disambig template on lb.wikipedia
Initial Comment:
"Homonymie Persounen" is a disambig template of lb.wikipedia, please update.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-10-05 01:32
Message:
done in r10544/r10545
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-10-05 01:22
Message:
the right place to do that is
MediaWiki:Disambiguationspage at lb-wiki
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3573039&group_…
Bugs item #3573039, was opened at 2012-09-29 09:59
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3573039&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: Pending
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: Disambig template on lb.wikipedia
Initial Comment:
"Homonymie Persounen" is a disambig template of lb.wikipedia, please update.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-10-05 01:22
Message:
the right place to do that is
MediaWiki:Disambiguationspage at lb-wiki
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3573039&group_…
Feature Requests item #3574557, was opened at 2012-10-04 13:02
Message generated for change (Tracker Item Submitted) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3574557&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
Resolution: None
Priority: 5
Private: No
Submitted By: JAn (jandudik)
Assigned to: Nobody/Anonymous (nobody)
Summary: solve_disambiguations and templates
Initial Comment:
It would be fine, if I can define (or global defined) templates and parametersm which means links.
example:
{{Infobox foo
|name = bar
|link=Article
|description=Lorem ipsum
}}
where [[Article]] is disambiguation
When I run solve_disambiguation, bot got message No changes needed in "Page"
I want to replace Article -> Article (main)
but when it is not in brackets...
If there exists such list of templates and parameters, bot should recognize parameter link= in template {{Infobox foo}} and replace it
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3574557&group_…
Bugs item #3519428, was opened at 2012-04-19 01:48
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3519428&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: bot wrongly reports deleted pages on hr-wiki
Initial Comment:
c:\Pywikipedia\pwb>interwiki.py -auto -async -lang:hr -continue -namespace:14
Reading interwikidump-wikipedia-hr.txt
Svjetska bastina u Juznoafrickoj Republici!14
NOTE: Number of pages queued is 0, trying to add 60 more.
Getting 60 pages from wikipedia:hr...
NOTE: [[hr:Kategorija:Akantocefale]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Akcijske videoigre]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Akustika]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Alabama]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Alacalufan]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Alakalufski jezici]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Alati]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Albanija]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Albanski jezici]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Albanski politicari]] does not exist. Skipping.
======Post-processing [[hr:Kategorija:Albanski politicari]]======
WARNING: Page [[hr:Kategorija:Albanski politicari]] does no longer exist?!
======Post-processing [[hr:Kategorija:Albanski jezici]]======
WARNING: Page [[hr:Kategorija:Albanski jezici]] does no longer exist?!
======Post-processing [[hr:Kategorija:Albanija]]======
WARNING: Page [[hr:Kategorija:Albanija]] does no longer exist?!
======Post-processing [[hr:Kategorija:Alati]]======
WARNING: Page [[hr:Kategorija:Alati]] does no longer exist?!
======Post-processing [[hr:Kategorija:Alakalufski jezici]]======
WARNING: Page [[hr:Kategorija:Alakalufski jezici]] does no longer exist?!
======Post-processing [[hr:Kategorija:Alacalufan]]======
WARNING: Page [[hr:Kategorija:Alacalufan]] does no longer exist?!
======Post-processing [[hr:Kategorija:Alabama]]======
WARNING: Page [[hr:Kategorija:Alabama]] does no longer exist?!
======Post-processing [[hr:Kategorija:Akustika]]======
WARNING: Page [[hr:Kategorija:Akustika]] does no longer exist?!
======Post-processing [[hr:Kategorija:Akcijske videoigre]]======
WARNING: Page [[hr:Kategorija:Akcijske videoigre]] does no longer exist?!
======Post-processing [[hr:Kategorija:Akantocefale]]======
WARNING: Page [[hr:Kategorija:Akantocefale]] does no longer exist?!
NOTE: The first unfinished subject is [[hr:Kategorija:1. stoljece]]
NOTE: Number of pages queued is 50, trying to add 60 more.
Getting 60 pages from wikipedia:hr...
NOTE: [[hr:Kategorija:Suradnik ms]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik nds]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik nl]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik nn]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik no]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik oc]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik pcd]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik pl]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik pt]] does not exist. Skipping.
NOTE: [[hr:Kategorija:Suradnik qu]] does not exist. Skipping.
======Post-processing [[hr:Kategorija:Suradnik qu]]======
WARNING: Page [[hr:Kategorija:Suradnik qu]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik pt]]======
WARNING: Page [[hr:Kategorija:Suradnik pt]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik pl]]======
WARNING: Page [[hr:Kategorija:Suradnik pl]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik pcd]]======
WARNING: Page [[hr:Kategorija:Suradnik pcd]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik oc]]======
WARNING: Page [[hr:Kategorija:Suradnik oc]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik no]]======
WARNING: Page [[hr:Kategorija:Suradnik no]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik nn]]======
WARNING: Page [[hr:Kategorija:Suradnik nn]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik nl]]======
WARNING: Page [[hr:Kategorija:Suradnik nl]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik nds]]======
WARNING: Page [[hr:Kategorija:Suradnik nds]] does no longer exist?!
======Post-processing [[hr:Kategorija:Suradnik ms]]======
WARNING: Page [[hr:Kategorija:Suradnik ms]] does no longer exist?!
Getting 60 pages from wikipedia:en...
NOTE: [[en:Category:Agin-Buryat Autonomous Okrug]] is category redirect to [[en
Category:Zabaykalsky Krai]]
Getting 60 pages from wikipedia:pt...
Getting 60 pages from wikipedia:it...
NOTE: [[it:Categoria:Politici africani]] does not exist. Skipping.
======Post-processing [[hr:Kategorija:Albumi Calexica]]======
No changes needed on page [[it:Categoria:Album dei Calexico]]
No changes needed on page [[en:Category:Calexico albums]]
Getting 60 pages from wikipedia:es...
Getting 60 pages from wikipedia:ru...
Getting 60 pages from wikipedia:fr...
Getting 60 pages from wikipedia:fi...
Getting 60 pages from wikipedia:sv...
Getting 60 pages from wikipedia:uk...
Getting 60 pages from wikipedia:ja...
Getting 60 pages from wikipedia:pl...
Getting 60 pages from wikipedia:tr...
Getting 60 pages from wikipedia:ko...
Getting 60 pages from wikipedia:nl...
Getting 60 pages from wikipedia:no...
Getting 60 pages from wikipedia:sk...
Getting 60 pages from wikipedia:hu...
Dump hr (wikipedia) written.
c:\Pywikipedia\pwb>version.py
Pywikipedia trunk/pywikipedia/ (r10126, 2012/04/17, 18:13:05)
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-10-02 09:11
Message:
1
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-10-02 09:10
Message:
-1'
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-04-19 02:19
Message:
btw: I always found this bug for hr-wiki
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-04-19 02:14
Message:
Reopened. I fugured it out. This bug occures when reading pages via API
introduced in r7751 and not via special:pages export. -debug option enables
this api call and have hidden this part of code as I had doubt whether it
works.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-04-19 02:01
Message:
I guess this was my fault
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3519428&group_…