Bugs item #3003310, was opened at 2010-05-18 14:56
Message generated for change (Tracker Item Submitted) made by stanlekub
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3003310&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: stanlekub (stanlekub)
Assigned to: Russell Blau (russblau)
Summary: bug accessing 'availableOptions' dict in Bot() class
Initial Comment:
The Bot() class defines a dictionary named 'availableOptions', which is supposedly customizable by subclassing Bot(), but the Bot.getOption() and Bot.setOptions() methods use the "unbounded" Bot.availableOptions call.
The attached (very small) patch modifies this by replacing Bot.availableOptions with self.availableOptions, so that subclasses can use a custom dict.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3003310&group_…
Bugs item #3002650, was opened at 2010-05-17 12:51
Message generated for change (Tracker Item Submitted) made by stanlekub
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3002650&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: stanlekub (stanlekub)
Assigned to: Russell Blau (russblau)
Summary: .nice_get_address() used but not implemented
Initial Comment:
In the rewrite branch, the Site.nice_get_address() method is marked as 'NotImplemented' but is used in various scripts,
namely :
* pagegenerators.py (to set the 'site:' attribute of Google and Yahoo search queries)
* replace.py and interwiki.py for the 'open in browser' options.
As I'm unsure if the NotImplemented status means "not implemented yet" or "will not implement",
I propose two patches:
* The first one wich works around using Family.nicepath()
* The second one which implements nice_get_address() "the old way", removing it from the NotImplemented pool.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3002650&group_…
Patches item #3002535, was opened at 2010-05-17 04:38
Message generated for change (Tracker Item Submitted) made by zedlik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3002535&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: zedlik (zedlik)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interwiki order for be-x-old wikipedia
Initial Comment:
Hi, there is the patch for wikipedia_family.py which adds self.alphabetic interwiki ordering for be-x-old wikipedia.
The relevant discussion can be found under http://be-x-old.wikipedia.org/wiki/%D0%92%D1%96%D0%BA%D1%96%D0%BF%D1%8D%D0%…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3002535&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: Open
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-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 #3000801, was opened at 2010-05-13 01:19
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000801&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: other
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: stub with followlive.py on fr
Initial Comment:
On fr, stub template is on the top of article, not at the bottom.
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r8158, 2010/05/12, 15:29:13)
Python 2.5.2 (r252:60911, Jan 24 2010, 14:53:14)
[GCC 4.3.2]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-14 10:49
Message:
done in r8162
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000801&group_…
Bugs item #3000806, was opened at 2010-05-13 01:33
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000806&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: standardize_notes.py
Initial Comment:
$ python standardize_notes.py -page
Which page do you want to chage? Stargate
The summary message will default to: Robot : Remplacement de texte automatisé
Press Enter to use this default message, or enter a description of the changes your bot will make:
Traceback (most recent call last):
File "standardize_notes.py", line 1120, in <module>
main()
File "standardize_notes.py", line 1114, in main
bot = ReplaceRobot(preloadingGen, replacements, refsequence, references, refusage, exceptions, regex, acceptall, editSummary)
TypeError: __init__() takes at most 9 arguments (10 given)
> Little tyop error "chage" > "change"
> Unknow bug.
=========================================
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r8158, 2010/05/12, 15:29:13)
Python 2.5.2 (r252:60911, Jan 24 2010, 14:53:14)
[GCC 4.3.2]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-14 10:39
Message:
done in r8161
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000806&group_…
Patches item #2997587, was opened at 2010-05-06 14:20
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2997587&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Translations
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Tgr (tgr_)
>Assigned to: xqt (xqt)
Summary: wikipedia_family.py bugfix
Initial Comment:
Fixes a capitalization issue which broke category bots in the Hungarian Wikipedia.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-05-14 10:00
Message:
done in r8160
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=2997587&group_…
Bugs item #3001258, was opened at 2010-05-13 20:07
Message generated for change (Tracker Item Submitted) made by nobody
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
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>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3001258&group_…
Bugs item #3000806, was opened at 2010-05-12 23:33
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000806&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize_notes.py
Initial Comment:
$ python standardize_notes.py -page
Which page do you want to chage? Stargate
The summary message will default to: Robot : Remplacement de texte automatisé
Press Enter to use this default message, or enter a description of the changes your bot will make:
Traceback (most recent call last):
File "standardize_notes.py", line 1120, in <module>
main()
File "standardize_notes.py", line 1114, in main
bot = ReplaceRobot(preloadingGen, replacements, refsequence, references, refusage, exceptions, regex, acceptall, editSummary)
TypeError: __init__() takes at most 9 arguments (10 given)
> Little tyop error "chage" > "change"
> Unknow bug.
=========================================
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r8158, 2010/05/12, 15:29:13)
Python 2.5.2 (r252:60911, Jan 24 2010, 14:53:14)
[GCC 4.3.2]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000806&group_…
Bugs item #3000801, was opened at 2010-05-12 23:19
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000801&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: other
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: stub with followlive.py on fr
Initial Comment:
On fr, stub template is on the top of article, not at the bottom.
$ python version.py
Pywikipedia [http] trunk/pywikipedia (r8158, 2010/05/12, 15:29:13)
Python 2.5.2 (r252:60911, Jan 24 2010, 14:53:14)
[GCC 4.3.2]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3000801&group_…