Feature Requests item #3528379, was opened at 2012-05-20 04:31
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&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: ToAruShiroiNeko ()
Assigned to: xqt (xqt)
Summary: redirect.py logging of problems that cannot be fixed
Initial Comment:
redirect.py needs to log issues it is unable to fix and why on each wiki. There are several flavors of problems that appears on Special:Doubleredirects
1. Self redirects (redirects that point to themselves)
2. Redirect loops (redirects that go in circles)
3. Double redirects formed due to page protection.
4. Inter-wiki redirects (redirects that point to redirects in other wikis)
It would be a lot easier if I had a log of these pages and user can post it on the village pump or perhaps bot can do this monthly for a select number of wikis. The code already provides a warning on the console but when you are running it on 700 wikis like me that becomes a serious chore to follow.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-09-18 15:13
Message:
It's a good post.
<a
href="http://beatsbydres.komunitasonline.com/2012/09/18/beats-by-dre-solosale-mad…"
title="Dr.Dre Beats">Dr.Dre Beats</a>
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-06 06:16
Message:
mediawiki is (!) already able to distinguish double redirect problems. This
depends only by a config variable. This is not true for redirect loops
where a solution is comming and supports bot users to fix it.
Do you have any sample or threat where peoble needs additional informations
about broken or double redirects to fix them?
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-07-05 13:40
Message:
Sure. This would be ideal for me as well. However my proposal to prevent
the creation of self redirects didn't even fly:
https://bugzilla.wikimedia.org/show_bug.cgi?id=34932
redirect.py wouldn't be needed if mediawiki was able to distinguish double
redirect problems. I have been told that this is too costly which is why I
do not expect a resolution on the mediawiki end.
Local communities are willing to resolve them if they know what the problem
is and that bots cannot fix it. I want to periodically report to them.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-04 23:21
Message:
If there are any remaining items in the special page, this means the bot
cannot fix them. You may create separated logfiles for each language and
tag it to the village pump or elsewhere. You may use pagefromfile.py to tag
it. Anyway I do not see the sense. If people do not process the special
page what is your hope doing this by a another message to the community.
And in general the implementation of such a message must reflect that some
pages are already tagged by the previous run or previous bot. I guess it is
easier to open a bugzila bug to enable some more descriptions about the
items (locked pages, redirect loops). And at last: fell free to submitt a
patch - we will see.
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-07-04 11:17
Message:
The special page does not tell the user the type of problem that exists. It
does not denote that bots cannot fix them. I just want to be able to log
the problems the bot already displays on the cmd page so that I can review
it and point issues on the village pump. It takes me weeks of discussion
and nagging sysops to get them to fix the issues even on wikis like
en.wikipedia. Why are you opposing this?
Local communities do not want automatic speedy deletion tags. I do not want
to manually check all 700 wikis which are almost entirely in languages I
cannot even read.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-03 22:40
Message:
If there is nobody who can deal with these special pages, there is no
reason to post it again on the village pumb. I guess a better way is to
solve the remaining problems if possible. This means for redirect loops and
self links:
- check whether there is any possibility to solve the redirect link to a
new page
- otherwise tag it for speedy deletion.
I worked on that and the code is ready and I did som test edits in past. I
guess I'll commit it in autumn into rewrite.
example of the current working copy working:
>>> USB-on-the-go <<<
Links to: [[USB-on-the-go]].
Warning: Redirect target [[USB-on-the-go]] forms a redirect loop.
NOTE: Searching for USB-on-the-go
1 - ratio 0.692308 1 USB On-The-Go
20 - ratio 0.222222 90 Mobile operating system
18 - ratio 0.181818 99 Universal Serial Bus
10 - ratio 0.300000 33 USB 3.0
13 - ratio 0.285714 45 Live USB
17 - ratio 0.228571 74 USB Implementers Forum
10 - ratio 0.153846 65 Windows To Go
11 - ratio 0.357143 30 USB flash drive
19 - ratio 0.176471 107 Handheld game console
21 - ratio 0.157895 133 Features new to Windows 8
1 (1) USB On-The-Go
[[en:USB-on-the-go]] may lead to [[en:USB On-The-Go]]
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-07-02 06:47
Message:
When you are plowing through 700 wikis even simple tasks become difficult.
A compiled report would let me know which wikis to notify that human
intervention is necessarily on which pages which can denote the type of
intervention necessary. The prepared report could be language specific so
es.Wikipedia would get a report in Spanish, de.Wikipedia would get a report
in German, etc.
Protected redirects are a problem particularly as they appear like stuff
bots can fix but they can't because bots are unable to edit protected
pages. This is not one of your examples. Special:Doubleredirects makes no
distinction for this type of problem.
Redirect loops may be more than 2 pages. Among 200 entries such a thing
could be difficult to spot.
Also while how to deal with redirect loops is obvious to you and me, admins
in local communities are often more than uneasy in dealing with this issue
they are not familiar with.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-01 20:38
Message:
There are several bot who work on double redirects several time a day. The
remaining items might be redirect loops or self redirects. e.g.
Foo --> Foo --> Foo
are always self loops
Foo --> Bar --> Foo
Bar --> Foo --> Bar
are always redirect loops
is it difficult?
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-07-01 11:34
Message:
It isn't easy to distinguish they just appear like redirects bot can fix. I
want to have the option in the code to log that and post this to the
village pump for local communities attention.
It is very difficult for me to do that by hand on 700 wikis of which most
don't even need my attention.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-01 06:31
Message:
They remain in Special:DoubleRedirects and must be fixed by hand or deleted
by admins. It is easy to distinguish between multiple redirects and
redirect loops and there is no need to explain it outside.
----------------------------------------------------------------------
Comment By: ToAruShiroiNeko ()
Date: 2012-06-30 17:20
Message:
How is keeping track of problems bots are unable to fix a duplication of
Special:DoubleRedirect's?
You asked me to file this bug request after I explained the problem I was
having to you.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-06-18 04:24
Message:
rejected. I do not see any sense for a list duplication of
Special:DoubleRedirects
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-05-20 06:36
Message:
1. - 3. are all listed by Special:DoubleRedirects. They are remaining after
the redirect bot cannot solve the problem.
4. Interwiki redirects normally are fixed be interwiki bots except there is
a __STATICREDIRECT__ in the redirect page.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3528379&group_…
Bugs item #3569058, was opened at 2012-09-18 12:27
Message generated for change (Tracker Item Submitted) made by nettrom
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3569058&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: Morten Wang (nettrom)
Assigned to: Russell Blau (russblau)
Summary: total-parameter for Page.getVersionHistory is incorrect
Initial Comment:
The documentation for getVersionHistory() describes the "total" parameter with: iterate no more than this number of revisions in total
This might be interpreted as getVersionHistory(total=25) would result in a revision list with len()==25, but that appears to not be the case. The attached test script prints out lengths that instead suggests the number of revisions returned equals sum(range(total+1)) (the sum of integers {1,2,...,25} is 325).
Output of version.py:
Pywikibot [http] branches/rewrite/scripts (r10525, 2012/09/16, 02:32:32)
Python 2.7.1 (r271:86832, Feb 8 2011, 09:38:37)
[GCC 4.2.3]
unicode test: triggers problem #3081100
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3569058&group_…
Bugs item #3568244, was opened at 2012-09-16 15:45
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3568244&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: YFdyh000 (yfdyh000)
>Assigned to: xqt (xqt)
Summary: Outdated family file wikipedia
Initial Comment:
Pywikipedia trunk/pywikipedia/ (r10531, 2012/09/16, 17:25:31)
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: Outdated family file wikipedia: namespace['ba'][14] is 'Төркөм', bu
t should be 'Категория'
WARNING: Outdated family file wikipedia: namespace['gan'][-2] is set to default ('Media'), but should be '媒體'
WARNING: Outdated family file wikipedia: namespace['gan'][2] is set to default ('User'), but should be '用戶'
WARNING: Outdated family file wikipedia: namespace['gan'][10] is set to default ('Template'), but should be '模板'
WARNING: Outdated family file wikipedia: namespace['gan'][12] is set to default ('Help'), but should be '幫助'
WARNING: Outdated family file wikipedia: namespace['gan'][14] is set to default ('Category'), but should be '分類'
WARNING: Outdated family file wikipedia: namespace['kw'][-1] is 'Arbennek', but
should be 'Arbednek'
WARNING: Outdated family file wikipedia: namespace['kw'][1] is 'Kescows', but sh
ould be 'Keskows'
WARNING: Outdated family file wikipedia: namespace['kw'][3] is 'Kescows Devnydhy
er', but should be 'Keskows Devnydhyer'
WARNING: Outdated family file wikipedia: namespace['kw'][5] is 'Kescows Wikipedi
a', but should be 'Keskows Wikipedia'
WARNING: Outdated family file wikipedia: namespace['kw'][7] is 'Kescows Restren'
, but should be 'Keskows Restren'
WARNING: Outdated family file wikipedia: namespace['kw'][9] is 'Kescows MediaWik
i', but should be 'Keskows MediaWiki'
WARNING: Outdated family file wikipedia: namespace['kw'][10] is 'Scantlyn', but
should be 'Skantlyn'
WARNING: Outdated family file wikipedia: namespace['kw'][13] is 'Kescows Gweres'
, but should be 'Keskows Gweres'
WARNING: Outdated family file wikipedia: namespace['kw'][14] is 'Class', but sho
uld be 'Klass'
WARNING: Outdated family file wikipedia: namespace['kw'][15] is 'Kescows Class',
but should be 'Keskows Klass'
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-09-17 02:02
Message:
done in r10532
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3568244&group_…
Bugs item #3568244, was opened at 2012-09-16 15:45
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3568244&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: Outdated family file wikipedia
Initial Comment:
Pywikipedia trunk/pywikipedia/ (r10531, 2012/09/16, 17:25:31)
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: Outdated family file wikipedia: namespace['ba'][14] is 'Төркөм', bu
t should be 'Категория'
WARNING: Outdated family file wikipedia: namespace['gan'][-2] is set to default ('Media'), but should be '媒體'
WARNING: Outdated family file wikipedia: namespace['gan'][2] is set to default ('User'), but should be '用戶'
WARNING: Outdated family file wikipedia: namespace['gan'][10] is set to default ('Template'), but should be '模板'
WARNING: Outdated family file wikipedia: namespace['gan'][12] is set to default ('Help'), but should be '幫助'
WARNING: Outdated family file wikipedia: namespace['gan'][14] is set to default ('Category'), but should be '分類'
WARNING: Outdated family file wikipedia: namespace['kw'][-1] is 'Arbennek', but
should be 'Arbednek'
WARNING: Outdated family file wikipedia: namespace['kw'][1] is 'Kescows', but sh
ould be 'Keskows'
WARNING: Outdated family file wikipedia: namespace['kw'][3] is 'Kescows Devnydhy
er', but should be 'Keskows Devnydhyer'
WARNING: Outdated family file wikipedia: namespace['kw'][5] is 'Kescows Wikipedi
a', but should be 'Keskows Wikipedia'
WARNING: Outdated family file wikipedia: namespace['kw'][7] is 'Kescows Restren'
, but should be 'Keskows Restren'
WARNING: Outdated family file wikipedia: namespace['kw'][9] is 'Kescows MediaWik
i', but should be 'Keskows MediaWiki'
WARNING: Outdated family file wikipedia: namespace['kw'][10] is 'Scantlyn', but
should be 'Skantlyn'
WARNING: Outdated family file wikipedia: namespace['kw'][13] is 'Kescows Gweres'
, but should be 'Keskows Gweres'
WARNING: Outdated family file wikipedia: namespace['kw'][14] is 'Class', but sho
uld be 'Klass'
WARNING: Outdated family file wikipedia: namespace['kw'][15] is 'Kescows Class',
but should be 'Keskows Klass'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3568244&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-09-15 18:18
Message:
Bustier.underclotheswholesale.com
<a href="http://www.ixlingerie.com/About-Us-27.html" title="ix lingerie">ix
lingerie</a>
----------------------------------------------------------------------
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_…
Bugs item #3567535, was opened at 2012-09-13 19:16
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3567535&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
>Assigned to: xqt (xqt)
Summary: Outdated family file wikipedia
Initial Comment:
Pywikipedia trunk/pywikipedia/ (r10518, 2012/09/09, 11:21:53)
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: Outdated family file wikipedia: namespace['diq'][3] is 'Karber mesac',
but should be 'Karber werênayış'
WARNING: Outdated family file wikipedia: namespace['diq'][12] is 'Desteg', but s
hould be 'Peşti'
WARNING: Outdated family file wikipedia: namespace['diq'][13] is 'Desteg werênay
ış', but should be 'Peşti werênayış'
WARNING: Outdated family file wikipedia: namespace['diq'][14] is 'Kategori', but
should be 'Kategoriye'
WARNING: Outdated family file wikipedia: namespace['diq'][15] is 'Kategori werên
ayış', but should be 'Kategoriye werênayış'
WARNING: Outdated family file wikipedia: namespace['gan'][-2] is set to default
('Media'), but should be '媒體'
WARNING: Outdated family file wikipedia: namespace['gan'][-1] is set to default
('Special'), but should be '特別'
WARNING: Outdated family file wikipedia: namespace['gan'][1] is set to default (
'Talk'), but should be '談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][2] is set to default (
'User'), but should be '用戶'
WARNING: Outdated family file wikipedia: namespace['gan'][3] is set to default (
'User talk'), but should be '用戶・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][5] is 'Wikipedia talk'
, but should be 'Wikipedia 談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][6] is set to default (
'File'), but should be '文檔'
WARNING: Outdated family file wikipedia: namespace['gan'][7] is set to default (
'File talk'), but should be '文檔・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][9] is set to default (
'MediaWiki talk'), but should be 'MediaWiki・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][10] is set to default
('Template'), but should be '模板'
WARNING: Outdated family file wikipedia: namespace['gan'][11] is set to default
('Template talk'), but should be '模板・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][12] is set to default
('Help'), but should be '幫助'
WARNING: Outdated family file wikipedia: namespace['gan'][13] is set to default
('Help talk'), but should be '幫助・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][14] is set to default
('Category'), but should be '分類'
WARNING: Outdated family file wikipedia: namespace['gan'][15] is set to default
('Category talk'), but should be '分類・談詑'
WARNING: Outdated family file wikipedia: namespace['hif'][-2] is set to default
('Media'), but should be 'saadhan'
WARNING: Outdated family file wikipedia: namespace['hif'][-1] is set to default
('Special'), but should be 'khaas'
WARNING: Outdated family file wikipedia: namespace['hif'][1] is set to default (
'Talk'), but should be 'baat'
WARNING: Outdated family file wikipedia: namespace['hif'][2] is set to default (
'User'), but should be 'sadasya'
WARNING: Outdated family file wikipedia: namespace['hif'][3] is set to default (
'User talk'), but should be 'sadasya ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][5] is 'Wikipedia talk'
, but should be 'Wikipedia baat'
WARNING: Outdated family file wikipedia: namespace['hif'][6] is set to default (
'File'), but should be 'file'
WARNING: Outdated family file wikipedia: namespace['hif'][7] is set to default (
'File talk'), but should be 'file ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][9] is set to default (
'MediaWiki talk'), but should be 'Mediawiki ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][11] is set to default
('Template talk'), but should be 'Template ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][12] is set to default
('Help'), but should be 'madat'
WARNING: Outdated family file wikipedia: namespace['hif'][13] is set to default
('Help talk'), but should be 'madat ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][14] is set to default
('Category'), but should be 'vibhag'
WARNING: Outdated family file wikipedia: namespace['hif'][15] is set to default
('Category talk'), but should be 'voibhag ke baat'
WARNING: Outdated family file wikipedia: namespace['ku'][1] is 'Nîqaş', but should be 'Gotûbêj'
WARNING: Outdated family file wikipedia: namespace['ku'][3] is 'Bikarhêner nîqaş', but should be 'Gotûbêja bikarhêner'
WARNING: Outdated family file wikipedia: namespace['ku'][7] is 'Wêne nîqaş', but should be 'Gotûbêja wêneyî'
WARNING: Outdated family file wikipedia: namespace['ku'][9] is 'MediaWiki nîqaş', but should be 'Gotûbêja MediaWiki'
WARNING: Outdated family file wikipedia: namespace['ku'][11] is 'Şablon nîqaş', but should be 'Gotûbêja şablonê'
WARNING: Outdated family file wikipedia: namespace['ku'][13] is 'Alîkarî nîqaş', but should be 'Gotûbêja alîkariyê'
WARNING: Outdated family file wikipedia: namespace['ku'][15] is 'Kategorî nîqaş', but should be 'Gotûbêja kategoriyê'
WARNING: Outdated family file wikipedia: namespace['se'][-1] is 'Doaimmat', but
should be 'Erenoamáš'
WARNING: Outdated family file wikipedia: namespace['tl'][10] is 'Suleras', but should be 'Padron'
WARNING: Outdated family file wikipedia: namespace['tl'][11] is 'Usapang suleras', but should be 'Usapang padron'
WARNING: Outdated family file wikipedia: namespace['tpi'][-1] is set to default
('Special'), but should be 'Sipesol'
WARNING: Outdated family file wikipedia: namespace['tpi'][1] is set to default (
'Talk'), but should be 'Toktok'
WARNING: Outdated family file wikipedia: namespace['tpi'][2] is set to default (
'User'), but should be 'Yusa'
WARNING: Outdated family file wikipedia: namespace['tpi'][3] is set to default (
'User talk'), but should be 'Toktok bilong yusa'
WARNING: Outdated family file wikipedia: namespace['tpi'][5] is 'Wikipedia talk'
, but should be 'Wikipedia toktok'
WARNING: Outdated family file wikipedia: namespace['tpi'][6] is set to default (
'File'), but should be 'Fail'
WARNING: Outdated family file wikipedia: namespace['tpi'][7] is set to default (
'File talk'), but should be 'Toktok bilong fail'
WARNING: Outdated family file wikipedia: namespace['tpi'][9] is set to default (
'MediaWiki talk'), but should be 'Toktok bilong mediawiki'
WARNING: Outdated family file wikipedia: namespace['tpi'][10] is set to default
('Template'), but should be 'Templet'
WARNING: Outdated family file wikipedia: namespace['tpi'][11] is set to default
('Template talk'), but should be 'Toktok bilong templet'
WARNING: Outdated family file wikipedia: namespace['tpi'][12] is set to default
('Help'), but should be 'Halivim'
WARNING: Outdated family file wikipedia: namespace['tpi'][13] is set to default
('Help talk'), but should be 'Toktok bilong halivim'
WARNING: Outdated family file wikipedia: namespace['tpi'][14] is set to default
('Category'), but should be 'Grup'
WARNING: Outdated family file wikipedia: namespace['tpi'][15] is set to default
('Category talk'), but should be 'Toktok bilong grup'
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-09-14 00:44
Message:
done in r10519
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3567535&group_…
Bugs item #3567535, was opened at 2012-09-13 19:16
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3567535&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: Outdated family file wikipedia
Initial Comment:
Pywikipedia trunk/pywikipedia/ (r10518, 2012/09/09, 11:21:53)
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: Outdated family file wikipedia: namespace['diq'][3] is 'Karber mesac',
but should be 'Karber werênayış'
WARNING: Outdated family file wikipedia: namespace['diq'][12] is 'Desteg', but s
hould be 'Peşti'
WARNING: Outdated family file wikipedia: namespace['diq'][13] is 'Desteg werênay
ış', but should be 'Peşti werênayış'
WARNING: Outdated family file wikipedia: namespace['diq'][14] is 'Kategori', but
should be 'Kategoriye'
WARNING: Outdated family file wikipedia: namespace['diq'][15] is 'Kategori werên
ayış', but should be 'Kategoriye werênayış'
WARNING: Outdated family file wikipedia: namespace['gan'][-2] is set to default
('Media'), but should be '媒體'
WARNING: Outdated family file wikipedia: namespace['gan'][-1] is set to default
('Special'), but should be '特別'
WARNING: Outdated family file wikipedia: namespace['gan'][1] is set to default (
'Talk'), but should be '談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][2] is set to default (
'User'), but should be '用戶'
WARNING: Outdated family file wikipedia: namespace['gan'][3] is set to default (
'User talk'), but should be '用戶・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][5] is 'Wikipedia talk'
, but should be 'Wikipedia 談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][6] is set to default (
'File'), but should be '文檔'
WARNING: Outdated family file wikipedia: namespace['gan'][7] is set to default (
'File talk'), but should be '文檔・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][9] is set to default (
'MediaWiki talk'), but should be 'MediaWiki・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][10] is set to default
('Template'), but should be '模板'
WARNING: Outdated family file wikipedia: namespace['gan'][11] is set to default
('Template talk'), but should be '模板・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][12] is set to default
('Help'), but should be '幫助'
WARNING: Outdated family file wikipedia: namespace['gan'][13] is set to default
('Help talk'), but should be '幫助・談詑'
WARNING: Outdated family file wikipedia: namespace['gan'][14] is set to default
('Category'), but should be '分類'
WARNING: Outdated family file wikipedia: namespace['gan'][15] is set to default
('Category talk'), but should be '分類・談詑'
WARNING: Outdated family file wikipedia: namespace['hif'][-2] is set to default
('Media'), but should be 'saadhan'
WARNING: Outdated family file wikipedia: namespace['hif'][-1] is set to default
('Special'), but should be 'khaas'
WARNING: Outdated family file wikipedia: namespace['hif'][1] is set to default (
'Talk'), but should be 'baat'
WARNING: Outdated family file wikipedia: namespace['hif'][2] is set to default (
'User'), but should be 'sadasya'
WARNING: Outdated family file wikipedia: namespace['hif'][3] is set to default (
'User talk'), but should be 'sadasya ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][5] is 'Wikipedia talk'
, but should be 'Wikipedia baat'
WARNING: Outdated family file wikipedia: namespace['hif'][6] is set to default (
'File'), but should be 'file'
WARNING: Outdated family file wikipedia: namespace['hif'][7] is set to default (
'File talk'), but should be 'file ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][9] is set to default (
'MediaWiki talk'), but should be 'Mediawiki ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][11] is set to default
('Template talk'), but should be 'Template ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][12] is set to default
('Help'), but should be 'madat'
WARNING: Outdated family file wikipedia: namespace['hif'][13] is set to default
('Help talk'), but should be 'madat ke baat'
WARNING: Outdated family file wikipedia: namespace['hif'][14] is set to default
('Category'), but should be 'vibhag'
WARNING: Outdated family file wikipedia: namespace['hif'][15] is set to default
('Category talk'), but should be 'voibhag ke baat'
WARNING: Outdated family file wikipedia: namespace['ku'][1] is 'Nîqaş', but should be 'Gotûbêj'
WARNING: Outdated family file wikipedia: namespace['ku'][3] is 'Bikarhêner nîqaş', but should be 'Gotûbêja bikarhêner'
WARNING: Outdated family file wikipedia: namespace['ku'][7] is 'Wêne nîqaş', but should be 'Gotûbêja wêneyî'
WARNING: Outdated family file wikipedia: namespace['ku'][9] is 'MediaWiki nîqaş', but should be 'Gotûbêja MediaWiki'
WARNING: Outdated family file wikipedia: namespace['ku'][11] is 'Şablon nîqaş', but should be 'Gotûbêja şablonê'
WARNING: Outdated family file wikipedia: namespace['ku'][13] is 'Alîkarî nîqaş', but should be 'Gotûbêja alîkariyê'
WARNING: Outdated family file wikipedia: namespace['ku'][15] is 'Kategorî nîqaş', but should be 'Gotûbêja kategoriyê'
WARNING: Outdated family file wikipedia: namespace['se'][-1] is 'Doaimmat', but
should be 'Erenoamáš'
WARNING: Outdated family file wikipedia: namespace['tl'][10] is 'Suleras', but should be 'Padron'
WARNING: Outdated family file wikipedia: namespace['tl'][11] is 'Usapang suleras', but should be 'Usapang padron'
WARNING: Outdated family file wikipedia: namespace['tpi'][-1] is set to default
('Special'), but should be 'Sipesol'
WARNING: Outdated family file wikipedia: namespace['tpi'][1] is set to default (
'Talk'), but should be 'Toktok'
WARNING: Outdated family file wikipedia: namespace['tpi'][2] is set to default (
'User'), but should be 'Yusa'
WARNING: Outdated family file wikipedia: namespace['tpi'][3] is set to default (
'User talk'), but should be 'Toktok bilong yusa'
WARNING: Outdated family file wikipedia: namespace['tpi'][5] is 'Wikipedia talk'
, but should be 'Wikipedia toktok'
WARNING: Outdated family file wikipedia: namespace['tpi'][6] is set to default (
'File'), but should be 'Fail'
WARNING: Outdated family file wikipedia: namespace['tpi'][7] is set to default (
'File talk'), but should be 'Toktok bilong fail'
WARNING: Outdated family file wikipedia: namespace['tpi'][9] is set to default (
'MediaWiki talk'), but should be 'Toktok bilong mediawiki'
WARNING: Outdated family file wikipedia: namespace['tpi'][10] is set to default
('Template'), but should be 'Templet'
WARNING: Outdated family file wikipedia: namespace['tpi'][11] is set to default
('Template talk'), but should be 'Toktok bilong templet'
WARNING: Outdated family file wikipedia: namespace['tpi'][12] is set to default
('Help'), but should be 'Halivim'
WARNING: Outdated family file wikipedia: namespace['tpi'][13] is set to default
('Help talk'), but should be 'Toktok bilong halivim'
WARNING: Outdated family file wikipedia: namespace['tpi'][14] is set to default
('Category'), but should be 'Grup'
WARNING: Outdated family file wikipedia: namespace['tpi'][15] is set to default
('Category talk'), but should be 'Toktok bilong grup'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3567535&group_…
Support Requests item #3428321, was opened at 2011-10-25 09:33
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=3428321&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
Priority: 5
Private: No
Submitted By: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text.py has problems in windows CMD
Initial Comment:
add_text.py arguments (-text -exception -summary -newimages ) doesn't support percentage characters specially for CMD in windows.
for example this example doesn't work correctly in windows CMD
python add_text.py -links%3A%22%D8%A7%D9%84%DA%AF%D9%88%3A%D9%81%D9%84%D8%A7%D9%86%22 -text%3A%7B%7B%D8%A7%D9%84%DA%AF%D9%88%3A%D9%81%D9%84%D8%A7%D9%86%7D%7D
is it possible to change their Unicode setting like pagegenerator.py arguments?
p.s. for percentage characters i use http://meyerweb.com/eric/tools/dencoder/
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-09-13 03:27
Message:
no further response to this request
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-21 09:19
Message:
First of all, sorry for the slow response. Yes, you are right, you cannot
do that with -text. I'm also not quite sure whether the 'correct' behaviour
is to allow urlencoded text for -text:.
Is creating a page with an ascii name (i.e. user:reza/template) and
subst-ing that (i.e. -text:{{subst:user:reza/template}} ) a workable
solution for you?
Last, but not least, what happens if you just paste arabic text into the
console? i.e. -text:"{{فلان}}"? This should work on windows, but I'm
not sure what will be placed on the page...
----------------------------------------------------------------------
Comment By: reza (reza1615)
Date: 2011-10-26 04:28
Message:
-text: argument doesn't encode to Unicode text so it puts this percentage
text to pages! instead of {{فلان}}
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2011-10-25 10:36
Message:
You shouldn't encode the :, only the page title. So the correct command
would be:
python add_text.py
-links:%22%D8%A7%D9%84%DA%AF%D9%88%3A%D9%81%D9%84%D8%A7%D9%86%22
-text:%7B%7B%D8%A7%D9%84%DA%AF%D9%88%3A%D9%81%D9%84%D8%A7%D9%86%7D%7D
which should work.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=3428321&group_…