Bugs item #3516025, was opened at 2012-04-09 01:49
Message generated for change (Comment added) made by huji
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516025&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: reza (reza1615)
>Assigned to: Huji Lee (huji)
Summary: bug of sefllink bot in space
Initial Comment:
bot selflink has bug (it delet ]] with out adding space
may this bug doesn't have any problem in other languages but in some languages like Arabic and Farsi it cause many problems.
http://fa.wikipedia.org/w/index.php?title=%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB…
the correct shape should be
In languages that they have connected characters (like Farsi, Arabic ,..) when bot delete ]] it should check if before ]] it doesn't be space it should add space to don't connect words
please be careful of links in first of lines :)
----------------------------------------------------------------------
>Comment By: Huji Lee (huji)
Date: 2012-04-11 16:12
Message:
This bug occurs because linktrail is not defined for 'fa' language. I will
take care of it in a minute.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516025&group_…
Bugs item #3516904, was opened at 2012-04-11 09:23
Message generated for change (Tracker Item Submitted) made by warddr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516904&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: login
Group: None
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Warddr (warddr)
Assigned to: Nobody/Anonymous (nobody)
Summary: password not remembered?
Initial Comment:
If I run login.py -all I get for every language:Should be logged in now
but every time I start a new robot command (like for example to move a category) it asks for my password again.
I also tried this on an ubuntu pc with python 2.7.2 but same result.
Here is my version.py:
Pywikipedia [http] trunk/pywikipedia (r10103, 2012/04/10, 07:18:22)
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5]
config-settings:
use_api = True
use_api_login = True
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516904&group_…
Bugs item #3516481, was opened at 2012-04-10 07:10
Message generated for change (Tracker Item Submitted) made by binbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516481&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: Bináris (binbot)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replace.py does not open articles with "?" in browser
Initial Comment:
If the name of the article ends with a "?" and you press b for browser in replace.py, it tries to open an article without "?" at the end of the title.
Reproduce with http://hu.wikipedia.org/wiki/Ki_vagy,_Doki%3F (replace.py a b -lang:hu -page:"Ki vagy, Doki?")
Pywikipedia trunk/pywikipedia/ (r10103, 2012/04/10, 07:18:22)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516481&group_…
Bugs item #3516383, was opened at 2012-04-10 03:26
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&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: 6
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No console support for non-ASCII characters in Windows
Initial Comment:
Since some days/weeks ago, I can't get non-latin characters to be displayed in the Windows console. Usually, they would be transliterated and in yellow, but now I only see either question marks or blocks (if I use an Unicode font). There is an exception for Greek characters which are displayed correctly if I use an Unicode font. As of now, I can't confirm an interwiki link in Cyrilic simply because I can't see what text is in [[ru:????????]].
I use the cp850 encoding. Using cp65001 is not supported by Pywikipedia.
It would be great to get the transliteration feature back working. For instance, r9974 worked fine.
Comment on config.py:
############## USER INTERFACE SETTINGS ##############
# The encoding that's used in the user's console, i.e. how strings are encoded
# when they are read by raw_input(). On Windows systems' DOS box, this should
# be 'cp850' ('cp437' for older versions). Linux users might try 'iso-8859-1'
# or 'utf-8'.
# This default code should work fine, so you don't have to think about it.
# TODO: consider getting rid of this config variable.
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: xqt (xqt)
Date: 2012-04-10 05:24
Message:
Try reverting r10048 of terminal_interface_base.py to the previous r10047.
I found it helps and gives the right transliterations. Could you verify?
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 04:30
Message:
Not really. Lucida Console doesn't show Cyrilic or Georgian or Arabic.
AFAICT, it only shows Latin and Greek.
It got better with DejaVu Sans Mono [check
http://stackoverflow.com/questions/878972/windows-cmd-encoding-change-cause…]
but I still see some unsupported characters showing up sometimes.
Is there a complete mono font out there (free)?
----------------------------------------------------------------------
Comment By: Bináris (binbot)
Date: 2012-04-10 03:31
Message:
Set your console character set to Consolas or Lucida instead of raster
fonts at the properties, and you will find it better than earlier. :-)
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:27
Message:
Sorry, that was me. I forgot to login.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&group_…
Bugs item #3514031, was opened at 2012-04-01 21:43
Message generated for change (Comment added) made by justincheng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031&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: login
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: hang after writting user-config.py
Initial Comment:
The cmd hang after writing user-config.py...I tested for both E or S.
As I tried version.py...It said no such file....
It seems to me the latest nightly version (at least for 31/3/2012-2/4/2012)didn\'t include version.py while the import used try such that no error given.
I find http://sourceforge.net/tracker/?func=detail&aid=2901369&group_id=93107&atid… for fixed and closed.
I reopen it since the problem still there.
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-10 04:55
Message:
It seems related but not all.
The reason is this bug couldn't even log in and fall in a loop but 3516383
seems to be able to run and the problem is only displacing with unsupported
characters.
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:32
Message:
It seems to be related to transliteration/console. I just submitted a bug
regarding the break of the transliteration feature. Could this be related?
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-02 06:58
Message:
This should be a DUPLICATE of 3513968 but a few info can be found here.
https://sourceforge.net/tracker/index.php?func=detail&aid=3513968&group_id=…
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-02 06:33
Message:
For extend one -
family = 'wikipedia'
mylang = 'zh'
usernames['wikipedia']['zh'] = u'justincheng12345-bot'
log = ['interwiki']
interwiki_backlink = True
interwiki_shownew = True
interwiki_graph = False
interwiki_min_subjects = 100
interwiki_graph_formats = ['png']
interwiki_graph_url = None
without_interwiki = False
interwiki_contents_on_disk = False
sort_ignore_case = False
upload_to_commons = False
splitLongParagraphs = False
deIndentTables = True
table2wikiAskOnlyWarnings = True
table2wikiSkipWarnings = False
max_external_links = 50
report_dead_links_on_talk = False
db_hostname = 'localhost'
db_username = 'wikiuser'
db_password = ''
google_key = ''
google_api_refer = ''
yahoo_appid = ''
msn_appid = ''
flickr = {
'api_key': u'',
'review': False,
'reviewer': u'',
}
panoramio = {
'review': False,
'reviewer': u'',
}
proxy = {
'host': None,
'auth': None,
}
copyright_google = True
copyright_yahoo = True
copyright_msn = False
copyright_check_in_source_google = False
copyright_check_in_source_yahoo = False
copyright_check_in_source_msn = False
copyright_check_in_source_section_names = False
copyright_max_query_for_page = 25
copyright_skip_query = 0
copyright_connection_tries = 10
copyright_exceeded_in_queries = 2
copyright_exceeded_in_queries_sleep_hours = 6
copyright_show_date = True
copyright_show_length = True
copyright_economize_query = True
cosmetic_changes = False
cosmetic_changes_mylang_only = True
cosmetic_changes_enable = {}
cosmetic_changes_disable = {}
use_diskcache = False
retry_on_fail = True
actions_to_block = []
max_queue_size = 64
-------short one-----
family = 'wikipedia'
mylang = 'zh'
usernames['wikipedia']['zh'] = u'Justincheng12345-bot'
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-04-02 01:10
Message:
Could you post the contents of the generated user-config.py?
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 22:38
Message:
By Ctrl+C
I get
D:\Python27\pywikipedia>redirect.py
Traceback (most recent call last):
File "D:\Python27\pywikipedia\redirect.py", line 66, in <module>
import wikipedia as pywikibot
File "D:\Python27\pywikipedia\wikipedia.py", line 7866, in <module>
exec "import %s_interface as uiModule" % config.userinterface
File "<string>", line 1, in <module>
File "D:\Python27\pywikipedia\userinterfaces\terminal_interface.py", line
12,
in <module>
from terminal_interface_win32 import Win32UI as UI
File
"D:\Python27\pywikipedia\userinterfaces\terminal_interface_win32.py", lin
e 10, in <module>
import terminal_interface_base
File "D:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py",
line
13, in <module>
transliterator =
transliteration.transliterator(config.console_encoding)
File "D:\Python27\pywikipedia\userinterfaces\transliteration.py", line
1663, i
n __init__
while value.encode(encoding, 'replace').decode(encoding) == "?" and
value in
self.trans:
KeyboardInterrupt
No matter How long I let it run, it just stuck there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 21:56
Message:
As an attachment:
I haven't type in any password...I dont have that chance and the cmd
hangs.
I found the version.py finally as shown at the previous comment.
As I reopen redirect.py again, it just hangs there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 21:51
Message:
I'm the reporter.
D:\Python27\pywikipedia>version.py
Pywikipedia [http] trunk/pywikipedia (r10075, 2012/04/01, 14:02:18)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: triggers problem #3081100
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031&group_…
Bugs item #3516383, was opened at 2012-04-10 03:26
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&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: 6
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No console support for non-ASCII characters in Windows
Initial Comment:
Since some days/weeks ago, I can't get non-latin characters to be displayed in the Windows console. Usually, they would be transliterated and in yellow, but now I only see either question marks or blocks (if I use an Unicode font). There is an exception for Greek characters which are displayed correctly if I use an Unicode font. As of now, I can't confirm an interwiki link in Cyrilic simply because I can't see what text is in [[ru:????????]].
I use the cp850 encoding. Using cp65001 is not supported by Pywikipedia.
It would be great to get the transliteration feature back working. For instance, r9974 worked fine.
Comment on config.py:
############## USER INTERFACE SETTINGS ##############
# The encoding that's used in the user's console, i.e. how strings are encoded
# when they are read by raw_input(). On Windows systems' DOS box, this should
# be 'cp850' ('cp437' for older versions). Linux users might try 'iso-8859-1'
# or 'utf-8'.
# This default code should work fine, so you don't have to think about it.
# TODO: consider getting rid of this config variable.
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: André Malafaya Baptista (malafaya)
Date: 2012-04-10 04:30
Message:
Not really. Lucida Console doesn't show Cyrilic or Georgian or Arabic.
AFAICT, it only shows Latin and Greek.
It got better with DejaVu Sans Mono [check
http://stackoverflow.com/questions/878972/windows-cmd-encoding-change-cause…]
but I still see some unsupported characters showing up sometimes.
Is there a complete mono font out there (free)?
----------------------------------------------------------------------
Comment By: Bináris (binbot)
Date: 2012-04-10 03:31
Message:
Set your console character set to Consolas or Lucida instead of raster
fonts at the properties, and you will find it better than earlier. :-)
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:27
Message:
Sorry, that was me. I forgot to login.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&group_…
Bugs item #3516410, was opened at 2012-04-10 04:26
Message generated for change (Tracker Item Submitted) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516410&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: André Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: Secure connection still uses old Wikimedia server
Initial Comment:
When setting SSL_connection = True, the bot still accesses https://secure.wikimedia.org/ instead of just changing http:// to https:// and using the correct server. For example, it shoud use https://pt.wiktionary.org/ when accessing the Portuguese Wiktionary using HTTPS.
Pywikipedia trunk/pywikipedia/ (r10103, 2012/04/10, 07:18:22)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516410&group_…
Bugs item #3514031, was opened at 2012-04-01 21:43
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031&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: login
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: hang after writting user-config.py
Initial Comment:
The cmd hang after writing user-config.py...I tested for both E or S.
As I tried version.py...It said no such file....
It seems to me the latest nightly version (at least for 31/3/2012-2/4/2012)didn\'t include version.py while the import used try such that no error given.
I find http://sourceforge.net/tracker/?func=detail&aid=2901369&group_id=93107&atid… for fixed and closed.
I reopen it since the problem still there.
----------------------------------------------------------------------
>Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:32
Message:
It seems to be related to transliteration/console. I just submitted a bug
regarding the break of the transliteration feature. Could this be related?
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-02 06:58
Message:
This should be a DUPLICATE of 3513968 but a few info can be found here.
https://sourceforge.net/tracker/index.php?func=detail&aid=3513968&group_id=…
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-02 06:33
Message:
For extend one -
family = 'wikipedia'
mylang = 'zh'
usernames['wikipedia']['zh'] = u'justincheng12345-bot'
log = ['interwiki']
interwiki_backlink = True
interwiki_shownew = True
interwiki_graph = False
interwiki_min_subjects = 100
interwiki_graph_formats = ['png']
interwiki_graph_url = None
without_interwiki = False
interwiki_contents_on_disk = False
sort_ignore_case = False
upload_to_commons = False
splitLongParagraphs = False
deIndentTables = True
table2wikiAskOnlyWarnings = True
table2wikiSkipWarnings = False
max_external_links = 50
report_dead_links_on_talk = False
db_hostname = 'localhost'
db_username = 'wikiuser'
db_password = ''
google_key = ''
google_api_refer = ''
yahoo_appid = ''
msn_appid = ''
flickr = {
'api_key': u'',
'review': False,
'reviewer': u'',
}
panoramio = {
'review': False,
'reviewer': u'',
}
proxy = {
'host': None,
'auth': None,
}
copyright_google = True
copyright_yahoo = True
copyright_msn = False
copyright_check_in_source_google = False
copyright_check_in_source_yahoo = False
copyright_check_in_source_msn = False
copyright_check_in_source_section_names = False
copyright_max_query_for_page = 25
copyright_skip_query = 0
copyright_connection_tries = 10
copyright_exceeded_in_queries = 2
copyright_exceeded_in_queries_sleep_hours = 6
copyright_show_date = True
copyright_show_length = True
copyright_economize_query = True
cosmetic_changes = False
cosmetic_changes_mylang_only = True
cosmetic_changes_enable = {}
cosmetic_changes_disable = {}
use_diskcache = False
retry_on_fail = True
actions_to_block = []
max_queue_size = 64
-------short one-----
family = 'wikipedia'
mylang = 'zh'
usernames['wikipedia']['zh'] = u'Justincheng12345-bot'
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-04-02 01:10
Message:
Could you post the contents of the generated user-config.py?
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 22:38
Message:
By Ctrl+C
I get
D:\Python27\pywikipedia>redirect.py
Traceback (most recent call last):
File "D:\Python27\pywikipedia\redirect.py", line 66, in <module>
import wikipedia as pywikibot
File "D:\Python27\pywikipedia\wikipedia.py", line 7866, in <module>
exec "import %s_interface as uiModule" % config.userinterface
File "<string>", line 1, in <module>
File "D:\Python27\pywikipedia\userinterfaces\terminal_interface.py", line
12,
in <module>
from terminal_interface_win32 import Win32UI as UI
File
"D:\Python27\pywikipedia\userinterfaces\terminal_interface_win32.py", lin
e 10, in <module>
import terminal_interface_base
File "D:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py",
line
13, in <module>
transliterator =
transliteration.transliterator(config.console_encoding)
File "D:\Python27\pywikipedia\userinterfaces\transliteration.py", line
1663, i
n __init__
while value.encode(encoding, 'replace').decode(encoding) == "?" and
value in
self.trans:
KeyboardInterrupt
No matter How long I let it run, it just stuck there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 21:56
Message:
As an attachment:
I haven't type in any password...I dont have that chance and the cmd
hangs.
I found the version.py finally as shown at the previous comment.
As I reopen redirect.py again, it just hangs there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-04-01 21:51
Message:
I'm the reporter.
D:\Python27\pywikipedia>version.py
Pywikipedia [http] trunk/pywikipedia (r10075, 2012/04/01, 14:02:18)
Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: triggers problem #3081100
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031&group_…
Bugs item #3516383, was opened at 2012-04-10 03:26
Message generated for change (Comment added) made by binbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&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: 6
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No console support for non-ASCII characters in Windows
Initial Comment:
Since some days/weeks ago, I can't get non-latin characters to be displayed in the Windows console. Usually, they would be transliterated and in yellow, but now I only see either question marks or blocks (if I use an Unicode font). There is an exception for Greek characters which are displayed correctly if I use an Unicode font. As of now, I can't confirm an interwiki link in Cyrilic simply because I can't see what text is in [[ru:????????]].
I use the cp850 encoding. Using cp65001 is not supported by Pywikipedia.
It would be great to get the transliteration feature back working. For instance, r9974 worked fine.
Comment on config.py:
############## USER INTERFACE SETTINGS ##############
# The encoding that's used in the user's console, i.e. how strings are encoded
# when they are read by raw_input(). On Windows systems' DOS box, this should
# be 'cp850' ('cp437' for older versions). Linux users might try 'iso-8859-1'
# or 'utf-8'.
# This default code should work fine, so you don't have to think about it.
# TODO: consider getting rid of this config variable.
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: Bináris (binbot)
Date: 2012-04-10 03:31
Message:
Set your console character set to Consolas or Lucida instead of raster
fonts at the properties, and you will find it better than earlier. :-)
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:27
Message:
Sorry, that was me. I forgot to login.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&group_…
Bugs item #3516383, was opened at 2012-04-10 03:26
Message generated for change (Settings changed) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&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: 6
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No console support for non-ASCII characters in Windows
Initial Comment:
Since some days/weeks ago, I can't get non-latin characters to be displayed in the Windows console. Usually, they would be transliterated and in yellow, but now I only see either question marks or blocks (if I use an Unicode font). There is an exception for Greek characters which are displayed correctly if I use an Unicode font. As of now, I can't confirm an interwiki link in Cyrilic simply because I can't see what text is in [[ru:????????]].
I use the cp850 encoding. Using cp65001 is not supported by Pywikipedia.
It would be great to get the transliteration feature back working. For instance, r9974 worked fine.
Comment on config.py:
############## USER INTERFACE SETTINGS ##############
# The encoding that's used in the user's console, i.e. how strings are encoded
# when they are read by raw_input(). On Windows systems' DOS box, this should
# be 'cp850' ('cp437' for older versions). Linux users might try 'iso-8859-1'
# or 'utf-8'.
# This default code should work fine, so you don't have to think about it.
# TODO: consider getting rid of this config variable.
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: André Malafaya Baptista (malafaya)
Date: 2012-04-10 03:27
Message:
Sorry, that was me. I forgot to login.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&group_…
Bugs item #3516383, was opened at 2012-04-10 03:26
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: No console support for non-ASCII characters in Windows
Initial Comment:
Since some days/weeks ago, I can't get non-latin characters to be displayed in the Windows console. Usually, they would be transliterated and in yellow, but now I only see either question marks or blocks (if I use an Unicode font). There is an exception for Greek characters which are displayed correctly if I use an Unicode font. As of now, I can't confirm an interwiki link in Cyrilic simply because I can't see what text is in [[ru:????????]].
I use the cp850 encoding. Using cp65001 is not supported by Pywikipedia.
It would be great to get the transliteration feature back working. For instance, r9974 worked fine.
Comment on config.py:
############## USER INTERFACE SETTINGS ##############
# The encoding that's used in the user's console, i.e. how strings are encoded
# when they are read by raw_input(). On Windows systems' DOS box, this should
# be 'cp850' ('cp437' for older versions). Linux users might try 'iso-8859-1'
# or 'utf-8'.
# This default code should work fine, so you don't have to think about it.
# TODO: consider getting rid of this config variable.
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516383&group_…
Feature Requests item #3516237, was opened at 2012-04-09 14:37
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3516237&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
Priority: 5
Private: No
Submitted By: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: featured.py small improvement
Initial Comment:
Remove already exist {{Link GA}} when featured.py added {{Link FA}}
For example:
- {{Link GA|en}}
+ {{Link FA|en}}
It may be necessary to avoid editor confusion.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3516237&group_…
Bugs item #3516025, was opened at 2012-04-09 01:49
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516025&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: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug of sefllink bot in space
Initial Comment:
bot selflink has bug (it delet ]] with out adding space
may this bug doesn't have any problem in other languages but in some languages like Arabic and Farsi it cause many problems.
http://fa.wikipedia.org/w/index.php?title=%D8%AC%D9%85%D9%87%D9%88%D8%B1%DB…
the correct shape should be
In languages that they have connected characters (like Farsi, Arabic ,..) when bot delete ]] it should check if before ]] it doesn't be space it should add space to don't connect words
please be careful of links in first of lines :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3516025&group_…
Bugs item #3515675, was opened at 2012-04-07 04:38
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3515675&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: MGA73 (mga73)
>Assigned to: xqt (xqt)
Summary: Update commonscat.py for da-wiki
Initial Comment:
The line in "commonscatTemplates" related to da-wiki needs to be updated with "Commons category" and "Commonscat left" and "Commonskat" needs to be removed so it should be changed:
From 'da' : (u'Commonscat', [u'Commons cat', u'Commonskat', u'Commonscat2']),
To 'da' : (u'Commonscat', [u'Commons cat', u'Commons category', u'Commonscat left', u'Commonscat2']),
Also the line in "ignoreTemplates" needs to be updated with "Commonskat" (added) and "Commonscat left" (removed) per above so it should be changed:
From: 'da' : [u'Commons', u'Commons left', u'Commons2', u'Commonsbilleder',
u'Commonscat left', u'Commonscat2', u'GalleriCommons',
u'Søsterlinks'],
To: 'da' : [u'Commons', u'Commons left', u'Commons2', u'Commonsbilleder',
u'Commonskat', u'Commonscat2', u'GalleriCommons',
u'Søsterlinks'],
And "msg_change" could be added:
'da': u'Robot: Ændrer commonscat link fra [[:Commons:Category:%(oldcat)s|%(oldcat)s]] til [[:Commons:Category:%(newcat)s|%(newcat)s]]',
__version__ = '$Id: commonscat.py 9850 2012-02-01 12:21:57Z xqt $'
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-04-08 04:47
Message:
done in r10091
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3515675&group_…
Bugs item #3515675, was opened at 2012-04-07 04:38
Message generated for change (Tracker Item Submitted) made by mga73
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3515675&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: MGA73 (mga73)
Assigned to: Nobody/Anonymous (nobody)
Summary: Update commonscat.py for da-wiki
Initial Comment:
The line in "commonscatTemplates" related to da-wiki needs to be updated with "Commons category" and "Commonscat left" and "Commonskat" needs to be removed so it should be changed:
From 'da' : (u'Commonscat', [u'Commons cat', u'Commonskat', u'Commonscat2']),
To 'da' : (u'Commonscat', [u'Commons cat', u'Commons category', u'Commonscat left', u'Commonscat2']),
Also the line in "ignoreTemplates" needs to be updated with "Commonskat" (added) and "Commonscat left" (removed) per above so it should be changed:
From: 'da' : [u'Commons', u'Commons left', u'Commons2', u'Commonsbilleder',
u'Commonscat left', u'Commonscat2', u'GalleriCommons',
u'Søsterlinks'],
To: 'da' : [u'Commons', u'Commons left', u'Commons2', u'Commonsbilleder',
u'Commonskat', u'Commonscat2', u'GalleriCommons',
u'Søsterlinks'],
And "msg_change" could be added:
'da': u'Robot: Ændrer commonscat link fra [[:Commons:Category:%(oldcat)s|%(oldcat)s]] til [[:Commons:Category:%(newcat)s|%(newcat)s]]',
__version__ = '$Id: commonscat.py 9850 2012-02-01 12:21:57Z xqt $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3515675&group_…
Patches item #3515010, was opened at 2012-04-04 16:35
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&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: Accepted
Priority: 5
Private: No
Submitted By: Dan Michael Olsen Heggø (luredan)
Assigned to: xqt (xqt)
Summary: interwiki.py: doc template in Norwegian and Danish
Initial Comment:
Adding doc subpage templates for da, no and nn.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-04-05 10:31
Message:
done in r10087
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&group_…
Patches item #3515010, was opened at 2012-04-04 16:35
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&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: Accepted
Priority: 5
Private: No
Submitted By: Dan Michael Olsen Heggø (luredan)
>Assigned to: xqt (xqt)
Summary: interwiki.py: doc template in Norwegian and Danish
Initial Comment:
Adding doc subpage templates for da, no and nn.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-04-05 10:31
Message:
done in r10087
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&group_…
Patches item #3515010, was opened at 2012-04-04 16:35
Message generated for change (Tracker Item Submitted) made by luredan
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&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: Dan Michael Olsen Heggø (luredan)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py: doc template in Norwegian and Danish
Initial Comment:
Adding doc subpage templates for da, no and nn.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3515010&group_…
Bugs item #3514907, was opened at 2012-04-04 08:09
Message generated for change (Comment added) made by binbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514907&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: alchimista ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Unicode error on print statment
Initial Comment:
I'm having an unicode error on print statments, when printing chars like "é", "ê" and similars. It works fine on my lap, and on ts willows, but occours on longruns jobs. The script is a fork of http://code.google.com/p/avbot/source/browse/#svn%2Ftrunk with some minor changes wich has no impact on the print elements. The output for the article [[Política do café com leite]] is:
Unhandled exception in thread started by <function editAnalysis at 0x85b88b4>
Traceback (most recent call last):
File "/home/alchimista/aleph/avbotanalysis.py", line 681, in editAnalysis
[reverted, editData]=mustBeReverted(editData, cleandata, editData['userClass'])
File "/home/alchimista/aleph/avbotanalysis.py", line 428, in mustBeReverted
return revertAllEditsByUser(editData, userClass, regexplist) #Revert
File "/home/alchimista/aleph/avbotanalysis.py", line 250, in revertAllEditsByUser
editData=sameOldid(editData)
File "/home/alchimista/aleph/avbotanalysis.py", line 113, in sameOldid
print 4, editData['pageTitle'], time.time()-t1
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 3: ordinal not in range(128)
----------------------------------------------------------------------
>Comment By: Bináris (binbot)
Date: 2012-04-04 08:32
Message:
Instead of print use wikipedia.output. It is strongly recommended ofr
long-term compatibility that you change "import wikipedia" to "import
wikipedia as pywikibot" and use pywikibot.output for any accented text.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514907&group_…
Bugs item #3514907, was opened at 2012-04-04 08:09
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514907&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: alchimista ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Unicode error on print statment
Initial Comment:
I'm having an unicode error on print statments, when printing chars like "é", "ê" and similars. It works fine on my lap, and on ts willows, but occours on longruns jobs. The script is a fork of http://code.google.com/p/avbot/source/browse/#svn%2Ftrunk with some minor changes wich has no impact on the print elements. The output for the article [[Política do café com leite]] is:
Unhandled exception in thread started by <function editAnalysis at 0x85b88b4>
Traceback (most recent call last):
File "/home/alchimista/aleph/avbotanalysis.py", line 681, in editAnalysis
[reverted, editData]=mustBeReverted(editData, cleandata, editData['userClass'])
File "/home/alchimista/aleph/avbotanalysis.py", line 428, in mustBeReverted
return revertAllEditsByUser(editData, userClass, regexplist) #Revert
File "/home/alchimista/aleph/avbotanalysis.py", line 250, in revertAllEditsByUser
editData=sameOldid(editData)
File "/home/alchimista/aleph/avbotanalysis.py", line 113, in sameOldid
print 4, editData['pageTitle'], time.time()-t1
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 3: ordinal not in range(128)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514907&group_…
Bugs item #3514695, was opened at 2012-04-03 12:54
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514695&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: David Crochet (crochet_david)
>Assigned to: xqt (xqt)
Summary: Missing namespace or Outdated family
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r10079, 2012/04/03, 12:46:06)
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
WARNING: Missing namespace in family file wikibooks: namespace['vi'][102] (it is set to 'Chủ đề')
WARNING: Missing namespace in family file wikibooks: namespace['vi'][103] (it is set to 'Thảo luận Chủ đề')
WARNING: Missing namespace in family file wikisource: namespace['be'][102] (it is set to 'Аўтар')
WARNING: Missing namespace in family file wikisource: namespace['be'][103] (it is set to 'Размовы пра аўтара')
WARNING: Outdated family file wikisource: namespace['be'][105] is 'Размовы_пра_старонку', but should be 'Размовы пра старонку'
WARNING: Outdated family file wikisource: namespace['be'][107] is 'Размовы_пра_індэкс', but should be 'Размовы пра індэкс'
WARNING: Family file wikisource includes namespace['be'][108], but it should be removed (namespace doesn't exist in the site)
WARNING: Family file wikisource includes namespace['be'][109], but it should be removed (namespace doesn't exist in the site)
WARNING: Outdated family file wikisource: namespace['gu'][4] is 'વિકિસ્ત્રોત', but should be 'વિકિસ્રોત'
WARNING: Outdated family file wikisource: namespace['gu'][5] is 'વિકિસ્ત્રોત ચર્ચા', but should be 'વિકિસ્રોત ચર્ચા'
WARNING: Missing namespace in family file wikisource: namespace['gu'][104] (it is set to 'પૃષ્ઠ')
WARNING: Missing namespace in family file wikisource: namespace['gu'][105] (it is set to 'પૃષ્ઠ ચર્ચા')
WARNING: Missing namespace in family file wikisource: namespace['gu'][106] (it is set to 'સૂચિ')
WARNING: Missing namespace in family file wikisource: namespace['gu'][107] (it is set to 'સૂચિ ચર્ચા')
WARNING: Missing namespace in family file wikisource: namespace['gu'][108] (it is set to 'લેખક')
WARNING: Missing namespace in family file wikisource: namespace['gu'][109] (it is set to 'ેખક ચર્ચા')
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-04-03 20:33
Message:
done in r10080
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514695&group_…
Bugs item #3514695, was opened at 2012-04-03 12:54
Message generated for change (Tracker Item Submitted) made by crochet_david
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514695&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: David Crochet (crochet_david)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing namespace or Outdated family
Initial Comment:
Pywikipedia [http] trunk/pywikipedia (r10079, 2012/04/03, 12:46:06)
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
WARNING: Missing namespace in family file wikibooks: namespace['vi'][102] (it is set to 'Chủ đề')
WARNING: Missing namespace in family file wikibooks: namespace['vi'][103] (it is set to 'Thảo luận Chủ đề')
WARNING: Missing namespace in family file wikisource: namespace['be'][102] (it is set to 'Аўтар')
WARNING: Missing namespace in family file wikisource: namespace['be'][103] (it is set to 'Размовы пра аўтара')
WARNING: Outdated family file wikisource: namespace['be'][105] is 'Размовы_пра_старонку', but should be 'Размовы пра старонку'
WARNING: Outdated family file wikisource: namespace['be'][107] is 'Размовы_пра_індэкс', but should be 'Размовы пра індэкс'
WARNING: Family file wikisource includes namespace['be'][108], but it should be removed (namespace doesn't exist in the site)
WARNING: Family file wikisource includes namespace['be'][109], but it should be removed (namespace doesn't exist in the site)
WARNING: Outdated family file wikisource: namespace['gu'][4] is 'વિકિસ્ત્રોત', but should be 'વિકિસ્રોત'
WARNING: Outdated family file wikisource: namespace['gu'][5] is 'વિકિસ્ત્રોત ચર્ચા', but should be 'વિકિસ્રોત ચર્ચા'
WARNING: Missing namespace in family file wikisource: namespace['gu'][104] (it is set to 'પૃષ્ઠ')
WARNING: Missing namespace in family file wikisource: namespace['gu'][105] (it is set to 'પૃષ્ઠ ચર્ચા')
WARNING: Missing namespace in family file wikisource: namespace['gu'][106] (it is set to 'સૂચિ')
WARNING: Missing namespace in family file wikisource: namespace['gu'][107] (it is set to 'સૂચિ ચર્ચા')
WARNING: Missing namespace in family file wikisource: namespace['gu'][108] (it is set to 'લેખક')
WARNING: Missing namespace in family file wikisource: namespace['gu'][109] (it is set to 'ેખક ચર્ચા')
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514695&group_…
Feature Requests item #3514160, was opened at 2012-04-02 07:35
Message generated for change (Settings changed) made by justincheng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&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: justincheng (justincheng)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate list for interwiki.py with special:log/patrol
Initial Comment:
As the new pages created by ip user seldom add the interwiki link, but when the patroller patrol a page they usually just add one link and let the bot do the others....So, I think generate list for interwiki.py with special:log/patrol will have a better effect than just use -start or generate from special:new pages...
----------------------------------------------------------------------
Comment By: YFdyh000 (yfdyh000)
Date: 2012-04-02 14:06
Message:
interwiki.py -patrollog
For more information, see pagegenerators.py 's -<mode>log
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&group_…
Feature Requests item #3514160, was opened at 2012-04-02 07:35
Message generated for change (Comment added) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&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: justincheng (justincheng)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate list for interwiki.py with special:log/patrol
Initial Comment:
As the new pages created by ip user seldom add the interwiki link, but when the patroller patrol a page they usually just add one link and let the bot do the others....So, I think generate list for interwiki.py with special:log/patrol will have a better effect than just use -start or generate from special:new pages...
----------------------------------------------------------------------
Comment By: YFdyh000 (yfdyh000)
Date: 2012-04-02 14:06
Message:
interwiki.py -patrollog
For more information, see pagegenerators.py 's -<mode>log
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&group_…
Feature Requests item #3514160, was opened at 2012-04-02 07:35
Message generated for change (Settings changed) made by binbot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&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: justincheng (justincheng)
Assigned to: Nobody/Anonymous (nobody)
Summary: generate list for interwiki.py with special:log/patrol
Initial Comment:
As the new pages created by ip user seldom add the interwiki link, but when the patroller patrol a page they usually just add one link and let the bot do the others....So, I think generate list for interwiki.py with special:log/patrol will have a better effect than just use -start or generate from special:new pages...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3514160&group_…