Bugs item #1986295, was opened at 2008-06-06 13:18
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1986295&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: Out of Date
Priority: 7
Private: No
Submitted By: Melancholie (melancholie)
>Assigned to: xqt (xqt)
Summary: Check wgUserName on edit to look if bot is logged in
Initial Comment:
Check wgUserName on edit to look if bot is logged in!
If var wgUserName = null; the bot would edit as IP. But with this checked, the bot is prevented from doing so!
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-26 19:29
Message:
pwb has been changed to api login only
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-06-07 18:38
Message:
Logged In: YES
user_id=2089773
Originator: YES
Yes, assertion would be nice!
But it seems to not work, yet. This is shown to me when logged in as bot:
<h1>Assert failed</h1>
The specified assertion (<user/bot>) failed.
----------------------------------------------------------------------
Comment By: Bryan (btongminh)
Date: 2008-06-07 11:32
Message:
Logged In: YES
user_id=1806226
Originator: NO
There is AssertEdit for this. We should be able to simply add assert=user
in the query string.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1986295&group_…
Bugs item #1985308, was opened at 2008-06-05 12:39
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&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: None
Priority: 6
Private: No
Submitted By: Melancholie (melancholie)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot does not properly stay logged in (cookies)
Initial Comment:
My bot (r5514) does not stay properly logged in!
My first thought was this is because of the API_login, but it happens also for the normal login method. Is this maybe caused by SUL?
Or maybe by the following change?
http://svn.wikimedia.org/viewvc/pywikipedia?view=rev&revision=5514
See fa.wikipedia.org/wiki/بحث_کاربر:MelancholieBot#IP_contribution
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-26 19:27
Message:
After this long time and some changes due to the login process: is this
behaviour still current?
----------------------------------------------------------------------
Comment By: Marc-Etienne Vargenau (vargenau)
Date: 2009-01-27 17:40
Message:
Bug still present for me also (Escarbot).
My way to solve it:
1) remove all files in login-data directory
2) python login.py -all -pass
Best regards,
Marc-Etienne
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 12:48
Message:
yes, the bug is still there. e.g. NobelBot made some edits under anon IP in
some wikis. cf.
http://en.wikipedia.org/w/index.php?title=30_Rock&oldid=266368735 and
http://da.wikipedia.org/w/index.php?title=30_Rock&oldid=2787208
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-27 10:03
Message:
I've noticed several times that AWB session (rather than browser sessions),
if logged in with bot's account, may destroy interwiki bot's login data
triggering it to make edits under anonymous IP. Haven't tested if this
behaviour still remains with recent pywikipedia revisions.
----------------------------------------------------------------------
Comment By: siebrand (siebrand)
Date: 2009-01-27 09:33
Message:
Is this behaviour still current?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-08-18 10:11
Message:
Logged In: NO
It's odd, but the bug is intermittent and not all the wikis are affected.
Most affected wikis are: ast, da, de, ja, he, ka, ko, mk, rmy, ro, sr, tr.
Is there any way to definitely fix this bug?
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-17 14:58
Message:
Logged In: YES
user_id=2089773
Originator: YES
For this, please see the comment of sswierkosz (at the very bottom)!
It's best to delete all login.data first, then run your bot without
logging out from your bot account by using a web browser in parallel.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-17 14:05
Message:
Logged In: NO
Thanks for the hint. The bot doesn't asks for password now but it seems
like it still accidentally makes some edits under IP address. And it
overwrites login.data files with every login/edit, so the bug is still
there and needs to be fixed.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-07-16 02:24
Message:
Logged In: YES
user_id=2089773
Originator: YES
The easiest and best workaround is to use a password file!
Add the line
password_file = "yourFileName"
to your user-config.py
Provide yourFileName with the following line(s):
("yourBot", "yourPassword")
Login and re-login is done automatically then.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-07-15 22:21
Message:
Logged In: NO
the bot asks for a password every time it tries to save a page.
"centralauth_Token" and "centralauth_Session" values in xxx-login.data
files change every time, and the bot doesn't stay logged in. any
workaround?
----------------------------------------------------------------------
Comment By: Carsrac (carsrac)
Date: 2008-06-06 10:38
Message:
Logged In: YES
user_id=2066902
Originator: NO
I have also problems. I need constantly enter in my password for several
wiki's and if I do it the bot makes tha edit under my ip adres instead of
username of the bot. The wiki that are effected are fr, ro, be, nds-nl, af,
hif, sah, srn. My ip adress is 213.132.164.186 and my bot user name is
CarsracBot. As you all know may IW bots do not any edits under its ip
adress. So I think this bug will effect very likely a lot of bots running
with pywikipedia script.
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:25
Message:
Logged In: YES
user_id=2022153
Originator: NO
I don't know if this is correct behavior, but it is certainly annoying.
----------------------------------------------------------------------
Comment By: Melancholie (melancholie)
Date: 2008-06-05 13:20
Message:
Logged In: YES
user_id=2089773
Originator: YES
@sswierkosz: Yes, maybe that could be the reason. MediaWiki bug?
----------------------------------------------------------------------
Comment By: Szymon Świerkosz (sswierkosz)
Date: 2008-06-05 13:07
Message:
Logged In: YES
user_id=2022153
Originator: NO
I noticed that if you log out all sessions are destroyed, not only
current. Maybe you logged in and then logged out using your bot account, so
its cookies are not valid anymore.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1985308&group_…
Feature Requests item #2125042, was opened at 2008-09-23 20:55
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2125042&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: 6
Private: No
Submitted By: Linar Khalitov (rubin16)
Assigned to: Nobody/Anonymous (nobody)
Summary: featured.py
Initial Comment:
The script places {{Link FA|language}} near the interwiki link if the article is a featured article in that wikipedia.
It would be nice if the bot wouldn't only add this template but also remove it when the article loses its featured status.
This will help to avoid such situations as
http://ru.wikipedia.org/w/index.php?title=0,(9)&curid=354454&diff=11094819&…
(here you can see the work of good.py, but it's based on the same system as featured.py).
Is it possible to add such function?
Thanks a lot.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-26 19:17
Message:
done in r8189 by amir
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-04-12 13:57
Message:
Reproted via mail:
----------------------------
Hello guys, if it's possible, can you adapt featured.py to check if the
article is a former featured in X language and remove the Link FA template?
Maybe using
http://en.wikipedia.org/wiki/Category:Wikipedia_former_featured_articles
for FA and http://en.wikipedia.org/wiki/Category:Delisted_good_articles for
GA.
Best regards
--Manuel Taveras
----------------------------
----------------------------------------------------------------------
Comment By: Linar Khalitov (rubin16)
Date: 2008-10-06 14:54
Message:
that turned out to be a wrong decision...
----------------------------------------------------------------------
Comment By: Linar Khalitov (rubin16)
Date: 2008-09-24 13:21
Message:
File Added: featured.py
----------------------------------------------------------------------
Comment By: Linar Khalitov (rubin16)
Date: 2008-09-24 13:19
Message:
I've changed the script a bit. As far as I am concerned this will prevent
the bot from adding {{Link FA}} template if there already was {{Link GA}}
template.
<code>
if atrans:
text=atrans.get()
m=re_Link_FA.search(text)
#added
good=re_Link_GA.search(text)
if m:
wikipedia.output(u"(already done)")
#added
if good:
wikipedia.output(u"(GOOD ARTICLE)")
else:
</code>
But this is not a complete decision: the best way is to overwrite the old
template by new one but I don't know how to do it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2125042&group_…
Bugs item #3007179, was opened at 2010-05-26 07:18
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&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: 7
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: UnicodeDecodeError in pywikibot/textlib.py
Initial Comment:
> python interwiki.py -autonomous -log -lang:fi -namespace:0 -start:"Japanin jeni"
...
======Post-processing [[fi:Japanin talousihme]]======
Updating links on page [[lt:Japonijos pokario ekonominis stebuklas]].
No changes needed
Updating links on page [[id:Keajaiban ekonomi Jepang pascaperang]].
No changes needed
Updating links on page [[en:Japanese post-war economic miracle]].
No changes needed
Updating links on page [[fi:Japanin talousihme]].
No changes needed
Updating links on page [[es:Milagro japonés]].
No changes needed
Updating links on page [[ja:??????]].
No changes needed
Updating links on page [[fr:Miracle économique japonais]].
No changes needed
Updating links on page [[bg:Yaponsko ikonomichesko chudo]].
No changes needed
Updating links on page [[ru:Yaponskoe èkonomicheskoe chudo]].
No changes needed
Getting 3 pages from wikipedia:lad...
c:\svn\pywikipedia\family.py:3376: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if ns not in namespaces:
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "interwiki.py", line 2426, in <module>
main()
File "interwiki.py", line 2400, in main
bot.run()
File "interwiki.py", line 2160, in run
self.queryStep()
File "interwiki.py", line 2133, in queryStep
self.oneQuery()
File "interwiki.py", line 2129, in oneQuery
subject.batchLoaded(self)
File "interwiki.py", line 1340, in batchLoaded
if page.isEmpty() and not page.isCategory():
File "c:\svn\pywikipedia\wikipedia.py", line 1031, in isEmpty
txt = removeCategoryLinks(txt, site = self.site())
File "c:\svn\pywikipedia\pywikibot\textlib.py", line 529, in removeCategoryLinks
catNamespace = '|'.join(site.category_namespaces())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8215, 2010/05/26, 02:41:31)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-26 19:07
Message:
fixed in r8222. Thanks.
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2010-05-26 07:34
Message:
Some namespace names added to family.py in r8203 were not marked as
Unicode. See the attached patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&group_…
Bugs item #3007179, was opened at 2010-05-26 08:18
Message generated for change (Comment added) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&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: 7
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: UnicodeDecodeError in pywikibot/textlib.py
Initial Comment:
> python interwiki.py -autonomous -log -lang:fi -namespace:0 -start:"Japanin jeni"
...
======Post-processing [[fi:Japanin talousihme]]======
Updating links on page [[lt:Japonijos pokario ekonominis stebuklas]].
No changes needed
Updating links on page [[id:Keajaiban ekonomi Jepang pascaperang]].
No changes needed
Updating links on page [[en:Japanese post-war economic miracle]].
No changes needed
Updating links on page [[fi:Japanin talousihme]].
No changes needed
Updating links on page [[es:Milagro japonés]].
No changes needed
Updating links on page [[ja:??????]].
No changes needed
Updating links on page [[fr:Miracle économique japonais]].
No changes needed
Updating links on page [[bg:Yaponsko ikonomichesko chudo]].
No changes needed
Updating links on page [[ru:Yaponskoe èkonomicheskoe chudo]].
No changes needed
Getting 3 pages from wikipedia:lad...
c:\svn\pywikipedia\family.py:3376: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if ns not in namespaces:
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "interwiki.py", line 2426, in <module>
main()
File "interwiki.py", line 2400, in main
bot.run()
File "interwiki.py", line 2160, in run
self.queryStep()
File "interwiki.py", line 2133, in queryStep
self.oneQuery()
File "interwiki.py", line 2129, in oneQuery
subject.batchLoaded(self)
File "interwiki.py", line 1340, in batchLoaded
if page.isEmpty() and not page.isCategory():
File "c:\svn\pywikipedia\wikipedia.py", line 1031, in isEmpty
txt = removeCategoryLinks(txt, site = self.site())
File "c:\svn\pywikipedia\pywikibot\textlib.py", line 529, in removeCategoryLinks
catNamespace = '|'.join(site.category_namespaces())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8215, 2010/05/26, 02:41:31)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: Mikko Silvonen (silvonen)
Date: 2010-05-26 08:34
Message:
Some namespace names added to family.py in r8203 were not marked as
Unicode. See the attached patch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&group_…
Bugs item #3007179, was opened at 2010-05-26 08:18
Message generated for change (Settings changed) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&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: 7
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: UnicodeDecodeError in pywikibot/textlib.py
Initial Comment:
> python interwiki.py -autonomous -log -lang:fi -namespace:0 -start:"Japanin jeni"
...
======Post-processing [[fi:Japanin talousihme]]======
Updating links on page [[lt:Japonijos pokario ekonominis stebuklas]].
No changes needed
Updating links on page [[id:Keajaiban ekonomi Jepang pascaperang]].
No changes needed
Updating links on page [[en:Japanese post-war economic miracle]].
No changes needed
Updating links on page [[fi:Japanin talousihme]].
No changes needed
Updating links on page [[es:Milagro japonés]].
No changes needed
Updating links on page [[ja:??????]].
No changes needed
Updating links on page [[fr:Miracle économique japonais]].
No changes needed
Updating links on page [[bg:Yaponsko ikonomichesko chudo]].
No changes needed
Updating links on page [[ru:Yaponskoe èkonomicheskoe chudo]].
No changes needed
Getting 3 pages from wikipedia:lad...
c:\svn\pywikipedia\family.py:3376: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if ns not in namespaces:
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "interwiki.py", line 2426, in <module>
main()
File "interwiki.py", line 2400, in main
bot.run()
File "interwiki.py", line 2160, in run
self.queryStep()
File "interwiki.py", line 2133, in queryStep
self.oneQuery()
File "interwiki.py", line 2129, in oneQuery
subject.batchLoaded(self)
File "interwiki.py", line 1340, in batchLoaded
if page.isEmpty() and not page.isCategory():
File "c:\svn\pywikipedia\wikipedia.py", line 1031, in isEmpty
txt = removeCategoryLinks(txt, site = self.site())
File "c:\svn\pywikipedia\pywikibot\textlib.py", line 529, in removeCategoryLinks
catNamespace = '|'.join(site.category_namespaces())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8215, 2010/05/26, 02:41:31)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&group_…
Bugs item #3007179, was opened at 2010-05-26 08:18
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&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: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: UnicodeDecodeError in pywikibot/textlib.py
Initial Comment:
> python interwiki.py -autonomous -log -lang:fi -namespace:0 -start:"Japanin jeni"
...
======Post-processing [[fi:Japanin talousihme]]======
Updating links on page [[lt:Japonijos pokario ekonominis stebuklas]].
No changes needed
Updating links on page [[id:Keajaiban ekonomi Jepang pascaperang]].
No changes needed
Updating links on page [[en:Japanese post-war economic miracle]].
No changes needed
Updating links on page [[fi:Japanin talousihme]].
No changes needed
Updating links on page [[es:Milagro japonés]].
No changes needed
Updating links on page [[ja:??????]].
No changes needed
Updating links on page [[fr:Miracle économique japonais]].
No changes needed
Updating links on page [[bg:Yaponsko ikonomichesko chudo]].
No changes needed
Updating links on page [[ru:Yaponskoe èkonomicheskoe chudo]].
No changes needed
Getting 3 pages from wikipedia:lad...
c:\svn\pywikipedia\family.py:3376: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if ns not in namespaces:
Dump fi (wikipedia) appended.
Traceback (most recent call last):
File "interwiki.py", line 2426, in <module>
main()
File "interwiki.py", line 2400, in main
bot.run()
File "interwiki.py", line 2160, in run
self.queryStep()
File "interwiki.py", line 2133, in queryStep
self.oneQuery()
File "interwiki.py", line 2129, in oneQuery
subject.batchLoaded(self)
File "interwiki.py", line 1340, in batchLoaded
if page.isEmpty() and not page.isCategory():
File "c:\svn\pywikipedia\wikipedia.py", line 1031, in isEmpty
txt = removeCategoryLinks(txt, site = self.site())
File "c:\svn\pywikipedia\pywikibot\textlib.py", line 529, in removeCategoryLinks
catNamespace = '|'.join(site.category_namespaces())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
> python version.py
Pywikipedia [http] trunk/pywikipedia (r8215, 2010/05/26, 02:41:31)
Python 2.5.4 (r254:67916, Jan 29 2009, 12:02:11) [MSC v.1310 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3007179&group_…
Patches item #3005145, was opened at 2010-05-21 09:56
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3005145&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: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: stanlekub (stanlekub)
>Assigned to: xqt (xqt)
Summary: Port of clean_sandbox.py for the rewrite branch
Initial Comment:
Attached is a patch that adapts clean_sanbox.py for the rewrite branch.
This is really just a port, which should be functional, but would require some refactoring latter to take better advantages of rewrite's feature, some PEP8 improvements and add additional features, but this patch is probably tough enough for code reviewing.
Patched against trunk's r8199
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-25 15:44
Message:
done in r8205. Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3005145&group_…
Bugs item #3004033, was opened at 2010-05-19 14:27
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3004033&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: JAn (jandudik)
Assigned to: xqt (xqt)
Summary: bad category namespace name
Initial Comment:
In some languages was recently changed name of namespace 14. (ab, lad, nv...)
Now bot reports
cs:kategorie:foo is in namespace 14 but lad:Kategory:foo is in namespace 0.
when i type category:foo, it works. When I click to old name, it works. But not for bot.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-25 14:58
Message:
ab, lad done in r8203 from mw phase3\languages\messages
nv does not have additional aliases
for other sites give me a hint. It's hard to work (for now) to scan all
352 MessagesXXX.php
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3004033&group_…
Bugs item #3004033, was opened at 2010-05-19 14:27
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3004033&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: JAn (jandudik)
>Assigned to: xqt (xqt)
Summary: bad category namespace name
Initial Comment:
In some languages was recently changed name of namespace 14. (ab, lad, nv...)
Now bot reports
cs:kategorie:foo is in namespace 14 but lad:Kategory:foo is in namespace 0.
when i type category:foo, it works. When I click to old name, it works. But not for bot.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-25 14:58
Message:
ab, lad done in r8203 from mw phase3\languages\messages
nv does not have additional aliases
for other sites give me a hint. It's hard to work (for now) to scan all
352 MessagesXXX.php
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3004033&group_…