Bugs item #3141384, was opened at 2010-12-21 21:31
Message generated for change (Settings changed) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141384&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: Yevhen Movsesov ()
>Assigned to: Merlijn S. van Deen (valhallasw)
Summary: add_text don't creates the page if the page doesn't exist
Initial Comment:
1. Try to add some string to page, that currently doesn't exist, for example
add_text.py -page:Inexistent_page -text:"test string"
Page will not be created.
2. It seems, that in add_text.py on line 430 should be "create=True" instead "create=talkPage"
--
Pywikipedia [http] trunk/pywikipedia (r8785, 2010/12/21, 00:11:55)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
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=3141384&group_…
Bugs item #3141384, was opened at 2010-12-21 21:31
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141384&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: Yevhen Movsesov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text don't creates the page if the page doesn't exist
Initial Comment:
1. Try to add some string to page, that currently doesn't exist, for example
add_text.py -page:Inexistent_page -text:"test string"
Page will not be created.
2. It seems, that in add_text.py on line 430 should be "create=True" instead "create=talkPage"
--
Pywikipedia [http] trunk/pywikipedia (r8785, 2010/12/21, 00:11:55)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
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=3141384&group_…
Bugs item #3141378, was opened at 2010-12-21 21:09
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141378&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yevhen Movsesov ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Interwiki graphs doesn't generates in "autonomous" mode
Initial Comment:
1. Set interwiki_graph = True in user-config.py
2. Run interwiki.py to article with interwiki conflict in "auto" mode, for example with
"interwiki.py -auto ru:JPEG XR"
3. As result, you get no image in directory /interwiki-graphs
Expected result: Interwiki.py should generate an image in "auto" mode.
---
Pywikipedia [http] trunk/pywikipedia (r8785, 2010/12/21, 00:11:55)
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
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=3141378&group_…
Bugs item #3141373, was opened at 2010-12-21 20:03
Message generated for change (Tracker Item Submitted) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141373&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Merlijn S. van Deen (valhallasw)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki graphs fail for page titles with dashes
Initial Comment:
python interwiki.py -graph ru:JPEG_XR
returns:
(..)
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/home/valhallasw/src/pywikipedia-dev/pywikipedia/interwiki_graph.py", line 39, in run
if self.graph.write(filename, prog = 'dot', format = format):
File "/usr/lib/pymodules/python2.5/pydot.py", line 1696, in write
dot_fd.write(self.create(prog, format))
File "/usr/lib/pymodules/python2.5/pydot.py", line 1796, in create
status, stderr_output) )
InvocationException: Program terminated with status: 6. stderr follows: Error: /tmp/tmp70TEeD:139: syntax error near line 139
context: ""ja":"JPEG XR"" -> >>> ""es":"JPEG- <<< XR"";
The generated dot file has been attached.
valhallasw@nightshade:~/src/pywikipedia-svn$ python version.py
Pywikipedia [svn+ssh] trunk/pywikipedia (r8785, 2010/12/21, 00:11:55)
Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40)
[GCC 4.3.2]
config-settings:
use_api = False
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141373&group_…
Bugs item #3136844, was opened at 2010-12-14 01:11
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3136844&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: Works For Me
Priority: 5
Private: No
Submitted By: Yevhen Movsesov ()
>Assigned to: Merlijn S. van Deen (valhallasw)
Summary: "Beep" with using interwiki.py (probably Windows only)
Initial Comment:
"Beep" with using interwiki.py (probably Windows only)
1. I have WinXPSP2 (but have tested with WinXPSP2x64), python2.6.5 (and I have used 2.7.1 too)
Pywikipedia [http] trunk/pywikipedia (r8775, 2010/12/13, 16:45:25)
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
2. Run "interwiki.py -lang:en Roman army"
3. After lines
> [[Roman army]]: [[en:Roman army]] gives new interwiki [[fy:Romeinske leger]]
> Getting 1 pages from wikipedia:sk...
I have a beep. This beep make me crazy :-) !
And I see that no prompt at this moment.
4. I have a Windows sound schema "No sound". And it seems, that it's not a system beeper, because when I set in Windows "sound" to "mute", I haven't this beeping.
But I like to listen music and work in wikipedia :)
5. It seems that at Linux ones haven't this problem.
----------------------------------------------------------------------
>Comment By: Yevhen Movsesov ()
Date: 2010-12-21 20:59
Message:
I have found, that this issue reproduces with codepage 866.
For example, when I change the codepage with "chcp 866" I get a beep with
steps, desribed above,
But when I change the codepage with "chcp 1251" I haven't beep !
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-18 00:04
Message:
I tried to figure out this bug but it works for me.
Tested with py 2.7.1, MS XP Pro 2002 SP2 and py 2.5.2.MS SP Pro 2002 SP2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3136844&group_…
Patches item #3141354, was opened at 2010-12-21 20:03
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3141354&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ukrainian translations in weblinkcheckers.py
Initial Comment:
As a title. Patch is included.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3141354&group_…
Bugs item #3141164, was opened at 2010-12-21 10:50
Message generated for change (Comment added) made by jandudik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot removes correct interwikies
Initial Comment:
Bot Removes correct interwikies. Examples:
http://de.wikipedia.org/w/index.php?title=Wikipedia:Autorenportal&diff=prev…http://de.wikipedia.org/w/index.php?title=Wikipedia:Grundprinzipien&diff=pr…
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2010-12-21 14:53
Message:
I tried the same article - and bot removes the same links which only
remains after your bot.
http://de.wikipedia.org/w/index.php?title=Wikipedia:Grundprinzipien&diff=pr…
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 11:55
Message:
Possibly related to my fixes in r8784/8785 to r8756/r8758/r8759.
Unfortunately, I cannot revert at the moment (I don't have my SSH keys
here). Will take a look at it later today.
----------------------------------------------------------------------
Comment By: DixonD (dixond)
Date: 2010-12-21 11:52
Message:
r8785 (you can see attached version.txt). I can check with earlier revision
but not right now, sorry.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 11:44
Message:
What revision are you running? If you could switch to an earlier revision
and check when the problem was introduced, that would be great.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Bugs item #3141164, was opened at 2010-12-21 10:50
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot removes correct interwikies
Initial Comment:
Bot Removes correct interwikies. Examples:
http://de.wikipedia.org/w/index.php?title=Wikipedia:Autorenportal&diff=prev…http://de.wikipedia.org/w/index.php?title=Wikipedia:Grundprinzipien&diff=pr…
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 11:55
Message:
Possibly related to my fixes in r8784/8785 to r8756/r8758/r8759.
Unfortunately, I cannot revert at the moment (I don't have my SSH keys
here). Will take a look at it later today.
----------------------------------------------------------------------
Comment By: DixonD (dixond)
Date: 2010-12-21 11:52
Message:
r8785 (you can see attached version.txt). I can check with earlier revision
but not right now, sorry.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 11:44
Message:
What revision are you running? If you could switch to an earlier revision
and check when the problem was introduced, that would be great.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Bugs item #3141164, was opened at 2010-12-21 11:50
Message generated for change (Comment added) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot removes correct interwikies
Initial Comment:
Bot Removes correct interwikies. Examples:
http://de.wikipedia.org/w/index.php?title=Wikipedia:Autorenportal&diff=prev…http://de.wikipedia.org/w/index.php?title=Wikipedia:Grundprinzipien&diff=pr…
----------------------------------------------------------------------
Comment By: DixonD (dixond)
Date: 2010-12-21 12:52
Message:
r8785 (you can see attached version.txt). I can check with earlier revision
but not right now, sorry.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 12:44
Message:
What revision are you running? If you could switch to an earlier revision
and check when the problem was introduced, that would be great.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Bugs item #3141164, was opened at 2010-12-21 10:50
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: interwiki
Group: None
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bot removes correct interwikies
Initial Comment:
Bot Removes correct interwikies. Examples:
http://de.wikipedia.org/w/index.php?title=Wikipedia:Autorenportal&diff=prev…http://de.wikipedia.org/w/index.php?title=Wikipedia:Grundprinzipien&diff=pr…
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 11:44
Message:
What revision are you running? If you could switch to an earlier revision
and check when the problem was introduced, that would be great.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141164&group_…