Feature Requests item #3026421, was opened at 2010-07-07 17:52
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3026421&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
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: Change interwiki sorting order on mkwiki
Initial Comment:
The mkwiki editors asked us to change the interwiki sorting order on their wiki:
http://fi.wikipedia.org/wiki/User_talk:Silvonen#Operation_on_mk.wikipedia.o…
They want it to be similar to English (by order of alphabet, based on local language) and have already updated the page http://meta.wikimedia.org/wiki/Interwiki_sorting_order .
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-07-08 08:48
Message:
done in r8347
----------------------------------------------------------------------
Comment By: Mikko Silvonen (silvonen)
Date: 2010-07-08 05:50
Message:
Discussion in Macedonian:
http://mk.wikipedia.org/w/index.php?title=%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3026421&group_…
Feature Requests item #3026421, was opened at 2010-07-07 18:52
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3026421&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
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Change interwiki sorting order on mkwiki
Initial Comment:
The mkwiki editors asked us to change the interwiki sorting order on their wiki:
http://fi.wikipedia.org/wiki/User_talk:Silvonen#Operation_on_mk.wikipedia.o…
They want it to be similar to English (by order of alphabet, based on local language) and have already updated the page http://meta.wikimedia.org/wiki/Interwiki_sorting_order .
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3026421&group_…
Bugs item #3001258, was opened at 2010-05-13 22:07
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3001258&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: category
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: category.py move does not work
Initial Comment:
It writes the next
C:\bot3>category.py move
Reading dump from category.dump.bz2
Please enter the old name of the category: Кластер галактик в Діві
Please enter the new name of the category: Скупчення галактик в сузір'ї Діви
Moving text from Категорія:Кластер галактик в Діві to Категорія:Скупчення галакт
ик в сузір'ї Діви.
Creating page [[Категорія:Скупчення галактик в сузір'ї Діви]] via API
Dumping to category.dump.bz2, please wait...
Traceback (most recent call last):
File "C:\bot3\category.py", line 1036, in <module>
bot.run()
File "C:\bot3\category.py", line 458, in run
% (self.newCatTitle, self.newCatTitle)
TypeError: not all arguments converted during string formatting
C:\bot3>category.py move
Reading dump from category.dump.bz2
Please enter the old name of the category: Вікіпедія:Шаблони
Please enter the new name of the category: Шаблони
Dumping to category.dump.bz2, please wait...
Traceback (most recent call last):
File "C:\bot3\category.py", line 1035, in <module>
bot = CategoryMoveRobot(oldCatTitle, newCatTitle, batchMode, editSummary, in
Place, titleRegex = titleRegex)
File "C:\bot3\category.py", line 430, in __init__
self.oldCat = catlib.Category(site, oldCatTitle)
File "C:\bot3\catlib.py", line 69, in __init__
raise ValueError(u'BUG: %s is not in the category namespace!' % title)
ValueError
C:\bot3>
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-07-07 15:56
Message:
Would the second part be solved if you type in
category:Вікіпедія:Шаблони
?
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-14 11:12
Message:
1st part fixed in r8163
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3001258&group_…
Bugs item #3026130, was opened at 2010-07-07 06:11
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&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: category
Group: None
Status: Open
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: Cyde Weys (cydeweys)
Summary: category.py using wrong message in deletion notice
Initial Comment:
The script "category.py move" used to put the message 'Robot: Category was moved to [[:Category:%s|%s]]' on the old category page when marking it as deletable. Now it uses the message 'Robot: Changing %s', which doesn't make much sense in this context. Please fix.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
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-07-07 15:13
Message:
Sorry, wrong tracker.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-07-07 15:05
Message:
done in r8345. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&group_…
Bugs item #3026130, was opened at 2010-07-07 06:11
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&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: category
Group: None
Status: Open
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: xqt (xqt)
Summary: category.py using wrong message in deletion notice
Initial Comment:
The script "category.py move" used to put the message 'Robot: Category was moved to [[:Category:%s|%s]]' on the old category page when marking it as deletable. Now it uses the message 'Robot: Changing %s', which doesn't make much sense in this context. Please fix.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
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-07-07 15:13
Message:
Sorry, wrong tracker.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-07-07 15:05
Message:
done in r8345. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&group_…
Bugs item #3026130, was opened at 2010-07-07 06:11
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&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: category
Group: None
>Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: xqt (xqt)
Summary: category.py using wrong message in deletion notice
Initial Comment:
The script "category.py move" used to put the message 'Robot: Category was moved to [[:Category:%s|%s]]' on the old category page when marking it as deletable. Now it uses the message 'Robot: Changing %s', which doesn't make much sense in this context. Please fix.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
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-07-07 15:05
Message:
done in r8345. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&group_…
Bugs item #3025832, was opened at 2010-07-06 15:02
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3025832&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: liangent (liangent)
>Assigned to: xqt (xqt)
Summary: Typo in wikipedia.py
Initial Comment:
Index: wikipedia.py
===================================================================
--- wikipedia.py (revision 8344)
+++ wikipedia.py (working copy)
@@ -3433,7 +3433,7 @@
galleryR = re.compile(r'(?is)<gallery>(?P<items>.*?)</gallery>')
galleryItemR = re.compile(r'(?m)^%s?(?P<filename>%s)\s*(?P<label>\|.*?)?\s*$' % (namespacePattern, imagePattern))
def gallery_replacer(match):
- return ur'<gallery>%s<gallery>' % galleryItemR.sub(filename_replacer, match.group('items'))
+ return ur'<gallery>%s</gallery>' % galleryItemR.sub(filename_replacer, match.group('items'))
new_text = galleryR.sub(gallery_replacer, new_text)
if (text == new_text) or (not safe):
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40)
[GCC 4.3.2]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-07-07 15:11
Message:
done in r8345. Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3025832&group_…
Bugs item #3026130, was opened at 2010-07-07 06:11
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&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: category
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
>Assigned to: xqt (xqt)
Summary: category.py using wrong message in deletion notice
Initial Comment:
The script "category.py move" used to put the message 'Robot: Category was moved to [[:Category:%s|%s]]' on the old category page when marking it as deletable. Now it uses the message 'Robot: Changing %s', which doesn't make much sense in this context. Please fix.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
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-07-07 15:05
Message:
done in r8345. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&group_…
Bugs item #3026130, was opened at 2010-07-07 07:11
Message generated for change (Tracker Item Submitted) made by silvonen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3026130&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: category
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mikko Silvonen (silvonen)
Assigned to: Nobody/Anonymous (nobody)
Summary: category.py using wrong message in deletion notice
Initial Comment:
The script "category.py move" used to put the message 'Robot: Category was moved to [[:Category:%s|%s]]' on the old category page when marking it as deletable. Now it uses the message 'Robot: Changing %s', which doesn't make much sense in this context. Please fix.
>python version.py
Pywikipedia [http] trunk/pywikipedia (r8344, 2010/07/05, 17:49:14)
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=3026130&group_…