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_…