Feature Requests item #3141378, was opened at 2010-12-21 21:09
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&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
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
----------------------------------------------------------------------
>Comment By: Yevhen Movsesov ()
Date: 2010-12-28 23:26
Message:
Yes, "echo g | python interwiki.py -graph nl:Het Bloed van de Scarabae"
it's workaround, that solves my problem. Thank you, valhallasw !
What about this issue - I don't know, maybe you can close it.
But I think it will be good idea to add a possibility to generate images
in batch mode.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-27 16:02
Message:
If you don't use auto, you will indeed get questions. However, you can
answer 'give up' directly, or use:
echo g | python interwiki.py -graph nl:Het Bloed van de Scarabae
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-26 23:29
Message:
I don't need to "creates a list of autonomous problems (interwiki
conflicts) ", because already I have this list !
I don't need to "solve it with that option".
I just want to generate the appropriate images for some set of
interwiki-conflicts.
For example, I have list, where each item links to iw-conflicts:
http://ru.wikipedia.org/wiki/User:VolkovBot/conflicts/w
wa:Clipe (maladeye)
wa:Notåre
...
wuu:运河
As you can see, this list contains more than 50 items.
Can I generate for "wa:Clipe (maladeye)", "wa:Notåre"... "wuu:运河"
appropriate images with pywikipedia ?
When I tries to use "interwiki.py" without "auto" mode, then I gets prompt
with question, what decision I want to resolve conflict. But I don't need
these prompts (because list contains more than 50 items). I need images
only :-)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-26 17:40
Message:
-autonomous option creates a list of autonomous problems (interwiki
conflicts) so you cannot solve it with that option. Try it without -auto
option. I am not sure whether it plots more then one conflict network at
once. Since there are a lot of depencies to -auto mode I wouldn't change
the behavior in next future.
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-26 16:56
Message:
I have a list of interwiki conflicts and I want to generate the appropriate
images.
How can I generate this list ?
My think is to use the "auto" mode.
But with this issue I can't.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-23 00:00
Message:
In autonomous mode not all interwiki links are gathered. If there are more
than one page to the same site it stops processing since this cannot solved
without operators invention. Since -autonomous is for processing a lot of
pages imho it is not recommended to use it with interwiki-graph
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3141378&group_…
Bugs item #3146921, was opened at 2010-12-28 11:06
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3146921&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: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug with adding invalid spaces in cosmetic_changes
Initial Comment:
Pywikipedia revision r8805
Please, look at this edit
http://uk.wikipedia.org/w/index.php?title=%D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0…
For this line
#if: {{{archiveurl|}}}{{{archivedate|}}}
bot added extra space before if which is not correct.
Could you look into it? Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3146921&group_…
Patches item #3146633, was opened at 2010-12-28 01:21
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3146633&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: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Template documentation subpage names for Ukrainian wiki
Initial Comment:
Added names of documentation templates for Ukrainian wiki.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3146633&group_…
Feature Requests item #3146291, was opened at 2010-12-27 15:20
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&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: DixonD (dixond)
>Assigned to: xqt (xqt)
Summary: Check template documentation subpage for interwikies
Initial Comment:
Hi! As you know some wikis use documentation sub-pages for templates. It will be great if bot would work in the next way
1) Check if documentation subpage exist and is included in template. The name of sub-page could be stored as a list for every wiki.
2) If yes then work with intewikies on sub-page (and delete in template it needed), otherwise work with interwikies on the template page itself.
Don't know if this is hard to implement but feature is definitely needed. Thanks
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-27 22:28
Message:
duplicate to #1924322
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&group_…
Feature Requests item #3146291, was opened at 2010-12-27 15:20
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&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: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Check template documentation subpage for interwikies
Initial Comment:
Hi! As you know some wikis use documentation sub-pages for templates. It will be great if bot would work in the next way
1) Check if documentation subpage exist and is included in template. The name of sub-page could be stored as a list for every wiki.
2) If yes then work with intewikies on sub-page (and delete in template it needed), otherwise work with interwikies on the template page itself.
Don't know if this is hard to implement but feature is definitely needed. Thanks
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-12-27 22:28
Message:
duplicate to #1924322
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&group_…
Bugs item #3136844, was opened at 2010-12-14 00:11
Message generated for change (Comment added) made by valhallasw
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: Closed
Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: Yevhen Movsesov ()
Assigned to: xqt (xqt)
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: Merlijn S. van Deen (valhallasw)
Date: 2010-12-27 16:08
Message:
You could try
http://superuser.com/questions/10575/turning-off-the-cmd-window-beep-sound
- too.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-22 23:15
Message:
Since this is neigther a python nor a pwb problem and there is a
work-arround with another code page I intend to close this request.
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-21 19: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-17 23: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_…
Feature Requests item #3146291, was opened at 2010-12-27 16:20
Message generated for change (Tracker Item Submitted) made by dixond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&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: DixonD (dixond)
Assigned to: Nobody/Anonymous (nobody)
Summary: Check template documentation subpage for interwikies
Initial Comment:
Hi! As you know some wikis use documentation sub-pages for templates. It will be great if bot would work in the next way
1) Check if documentation subpage exist and is included in template. The name of sub-page could be stored as a list for every wiki.
2) If yes then work with intewikies on sub-page (and delete in template it needed), otherwise work with interwikies on the template page itself.
Don't know if this is hard to implement but feature is definitely needed. Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3146291&group_…
Feature Requests item #3141378, was opened at 2010-12-21 20:09
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&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
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
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-27 15:02
Message:
If you don't use auto, you will indeed get questions. However, you can
answer 'give up' directly, or use:
echo g | python interwiki.py -graph nl:Het Bloed van de Scarabae
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-26 22:29
Message:
I don't need to "creates a list of autonomous problems (interwiki
conflicts) ", because already I have this list !
I don't need to "solve it with that option".
I just want to generate the appropriate images for some set of
interwiki-conflicts.
For example, I have list, where each item links to iw-conflicts:
http://ru.wikipedia.org/wiki/User:VolkovBot/conflicts/w
wa:Clipe (maladeye)
wa:Notåre
...
wuu:运河
As you can see, this list contains more than 50 items.
Can I generate for "wa:Clipe (maladeye)", "wa:Notåre"... "wuu:运河"
appropriate images with pywikipedia ?
When I tries to use "interwiki.py" without "auto" mode, then I gets prompt
with question, what decision I want to resolve conflict. But I don't need
these prompts (because list contains more than 50 items). I need images
only :-)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-26 16:40
Message:
-autonomous option creates a list of autonomous problems (interwiki
conflicts) so you cannot solve it with that option. Try it without -auto
option. I am not sure whether it plots more then one conflict network at
once. Since there are a lot of depencies to -auto mode I wouldn't change
the behavior in next future.
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-26 15:56
Message:
I have a list of interwiki conflicts and I want to generate the appropriate
images.
How can I generate this list ?
My think is to use the "auto" mode.
But with this issue I can't.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-22 23:00
Message:
In autonomous mode not all interwiki links are gathered. If there are more
than one page to the same site it stops processing since this cannot solved
without operators invention. Since -autonomous is for processing a lot of
pages imho it is not recommended to use it with interwiki-graph
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3141378&group_…
Bugs item #3141384, was opened at 2010-12-21 21:31
Message generated for change (Comment added) 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: Closed
Resolution: Invalid
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
----------------------------------------------------------------------
>Comment By: Yevhen Movsesov ()
Date: 2010-12-26 23:39
Message:
Ok, it was not clear for me how it works this functionality.
So, now I agree, that you can close this issue. Sorry for inconvience.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-23 00:37
Message:
I agree with valhallasw's resolution: it's not a bug, maybe a feature
request. I guess add_text is able to create a new talk page if it doesn't
exist. But I also do not see any reason to change this behavior for other
pages too and intend this request may to be closed.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 21:35
Message:
I see no reason to assume it should create new pages. It's add_text, after
all. If you want to create new pages, you can use the classes offered by
add_text.py.
To clarify my last note: don't assign stuff to people unless they ask you
to or if they are the only one in the world who knows how the stuff works.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2010-12-21 21:32
Message:
Eh. No.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3141384&group_…
Feature Requests item #3141378, was opened at 2010-12-21 21:09
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&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
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
----------------------------------------------------------------------
>Comment By: Yevhen Movsesov ()
Date: 2010-12-26 23:29
Message:
I don't need to "creates a list of autonomous problems (interwiki
conflicts) ", because already I have this list !
I don't need to "solve it with that option".
I just want to generate the appropriate images for some set of
interwiki-conflicts.
For example, I have list, where each item links to iw-conflicts:
http://ru.wikipedia.org/wiki/User:VolkovBot/conflicts/w
wa:Clipe (maladeye)
wa:Notåre
...
wuu:运河
As you can see, this list contains more than 50 items.
Can I generate for "wa:Clipe (maladeye)", "wa:Notåre"... "wuu:运河"
appropriate images with pywikipedia ?
When I tries to use "interwiki.py" without "auto" mode, then I gets prompt
with question, what decision I want to resolve conflict. But I don't need
these prompts (because list contains more than 50 items). I need images
only :-)
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-26 17:40
Message:
-autonomous option creates a list of autonomous problems (interwiki
conflicts) so you cannot solve it with that option. Try it without -auto
option. I am not sure whether it plots more then one conflict network at
once. Since there are a lot of depencies to -auto mode I wouldn't change
the behavior in next future.
----------------------------------------------------------------------
Comment By: Yevhen Movsesov ()
Date: 2010-12-26 16:56
Message:
I have a list of interwiki conflicts and I want to generate the appropriate
images.
How can I generate this list ?
My think is to use the "auto" mode.
But with this issue I can't.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-12-23 00:00
Message:
In autonomous mode not all interwiki links are gathered. If there are more
than one page to the same site it stops processing since this cannot solved
without operators invention. Since -autonomous is for processing a lot of
pages imho it is not recommended to use it with interwiki-graph
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3141378&group_…