Feature Requests item #3537366, was opened at 2012-06-23 07:28
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3537366&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: Proposed add -skipconflictpage to interwiki.py
Initial Comment:
Features: If robot submit a page encountered an editing conflict, skip all the associated page.
This is because the other robots(in particular the global robots) may have been or are being done to the relevant page, next linked page is likely still encounter an editing conflict.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3537366&group_…
Patches item #3522917, was opened at 2012-05-01 22:23
Message generated for change (Comment added) made by yjenith
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917&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: Jenith (yjenith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Picasa copier upload script
Initial Comment:
A tool to do batch uploading of Google web album (Picasa) to Commons using Pywikipedia and Google data API.
----------------------------------------------------------------------
>Comment By: Jenith (yjenith)
Date: 2012-06-22 22:32
Message:
This is not the exact copy of the Flickrripper.py. You can compare the code
for the both. I have used the Flickrriper.py as template/reference or the
steps involved. But the Google Data API and other tweaks which are not
covered in Flickrriper is fully done by me. So nothing harm I say it is my
code.
We use the different library and the procedure in Picasacopier.py, may be
the file naming convention we can re-use. Not sure how to call
flickrrriper.py functions as it is local to the script
Fyi, panromiaviewer also follows the same. is it any wrong we use the
Creative Commons code and alter for our purpose and redistribute? Sure I
will attribute the author name in my code
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-22 14:06
Message:
Wait a second. I had not realized this before, but it's an almost 1-on-1
copy of flickrripper. Why have you copied the entire file instead of
re-using functions?
+ it's not really acceptable to claim the code is yours when it is not.
In any case, most comments below are also valid for flickrripper:
* I'm not sure about using TK. What is wrong with starting a web browser
with an URL? that also works for people who run pwb in a shell.
* The TK window is too large for on a netbook
* The script is hard-coded to use commons...
* The script gets the images twice!
----------------------------------------------------------------------
Comment By: Jenith (yjenith)
Date: 2012-05-03 21:02
Message:
Gdata API download is described in
http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopier.py
----------------------------------------------------------------------
Comment By: Jenith (yjenith)
Date: 2012-05-02 20:21
Message:
Thanks for your updates. Please find here is the comments incorporated.
* Used spaces for indentation.
* Removed possible commented-out code blocks.
* Moved the PIL import to the functions where it is required.
* showHelp is used.
* Online user Manual is created at
http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopi
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-02 13:11
Message:
Overall, I like your code very much. I have two comments:
- You mix tabs and spaces for indentation. Please use spaces exclusively
- There are a lot of commented-out code blocks. Please either remove them
or implement them
On xqt's question on the dependencies:
- PIL is only required if the Tk interface is used -> please move the
import to the functions where it is required, so that the bot can also be
used without it
- I think we should remove all dependencies (such as simplejson, but also
some http library in the rewrite) and switch to a virtualenv / pip based
system. I'm not sure how well that would work on windows, though...
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-05-01 23:11
Message:
Thanks for your source.
Hm, gdata and pil aren't part of the pwb package (yet). Where could the bot
owner get them?
You should use the pywikibot.showHelp() method to display the
documtentation. List and docufy all given options.
If the usage/Help is shown the additional outputs about uploads should be
omitted.
Greetings
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917&group_…
Patches item #3522917, was opened at 2012-05-01 22:23
Message generated for change (Comment added) made by valhallasw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917&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: Jenith (yjenith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Picasa copier upload script
Initial Comment:
A tool to do batch uploading of Google web album (Picasa) to Commons using Pywikipedia and Google data API.
----------------------------------------------------------------------
>Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-06-22 14:06
Message:
Wait a second. I had not realized this before, but it's an almost 1-on-1
copy of flickrripper. Why have you copied the entire file instead of
re-using functions?
+ it's not really acceptable to claim the code is yours when it is not.
In any case, most comments below are also valid for flickrripper:
* I'm not sure about using TK. What is wrong with starting a web browser
with an URL? that also works for people who run pwb in a shell.
* The TK window is too large for on a netbook
* The script is hard-coded to use commons...
* The script gets the images twice!
----------------------------------------------------------------------
Comment By: Jenith (yjenith)
Date: 2012-05-03 21:02
Message:
Gdata API download is described in
http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopier.py
----------------------------------------------------------------------
Comment By: Jenith (yjenith)
Date: 2012-05-02 20:21
Message:
Thanks for your updates. Please find here is the comments incorporated.
* Used spaces for indentation.
* Removed possible commented-out code blocks.
* Moved the PIL import to the functions where it is required.
* showHelp is used.
* Online user Manual is created at
http://www.mediawiki.org/wiki/Manual:Pywikipediabot/picasacopi
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-05-02 13:11
Message:
Overall, I like your code very much. I have two comments:
- You mix tabs and spaces for indentation. Please use spaces exclusively
- There are a lot of commented-out code blocks. Please either remove them
or implement them
On xqt's question on the dependencies:
- PIL is only required if the Tk interface is used -> please move the
import to the functions where it is required, so that the bot can also be
used without it
- I think we should remove all dependencies (such as simplejson, but also
some http library in the rewrite) and switch to a virtualenv / pip based
system. I'm not sure how well that would work on windows, though...
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-05-01 23:11
Message:
Thanks for your source.
Hm, gdata and pil aren't part of the pwb package (yet). Where could the bot
owner get them?
You should use the pywikibot.showHelp() method to display the
documtentation. List and docufy all given options.
If the usage/Help is shown the additional outputs about uploads should be
omitted.
Greetings
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917&group_…
Bugs item #3537160, was opened at 2012-06-22 05:34
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537160&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: xqt (xqt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong startspace match in textlib.replaceexcept
Initial Comment:
textlib.replaceexcept wrongly matches 'startspace' within templates, e.g.
{{templatename
_| option1 = foo
_| option2 = bar
}}
(replace('_', ' ') first.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537160&group_…
Bugs item #3537002, was opened at 2012-06-21 13:45
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537002&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: YFdyh000 (yfdyh000)
>Assigned to: xqt (xqt)
Summary: Outdated family file namespace['ku'][5]
Initial Comment:
WARNING: Outdated family file wikipedia: namespace['ku'][5] is 'Wîkîpediya nîqaş', but should be 'Gotûbêja Wîkîpediyayê'
WARNING: Outdated family file wikipedia: namespace['ku'][101] is 'Portal nîqaş', but should be 'Gotûbêja portalê'
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-06-22 03:21
Message:
fixed in r10410
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537002&group_…
Bugs item #3537002, was opened at 2012-06-21 13:45
Message generated for change (Tracker Item Submitted) made by yfdyh000
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537002&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: YFdyh000 (yfdyh000)
Assigned to: Nobody/Anonymous (nobody)
Summary: Outdated family file namespace['ku'][5]
Initial Comment:
WARNING: Outdated family file wikipedia: namespace['ku'][5] is 'Wîkîpediya nîqaş', but should be 'Gotûbêja Wîkîpediyayê'
WARNING: Outdated family file wikipedia: namespace['ku'][101] is 'Portal nîqaş', but should be 'Gotûbêja portalê'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3537002&group_…
Bugs item #3536901, was opened at 2012-06-21 06:44
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536901&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Russell Blau (russblau)
Summary: Multiple user info request
Initial Comment:
There are multiple user info queries which slows down the performance:
c:\Pywikipedia\rw>pwb.py basic.py user:xqt/Test -simulate -v
Pywikipediabot r10326 2012-06-08 12:08:53Z
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
Retrieving 1 pages from wikipedia:de.
Starting 1 threads...
API action query: userinfo
Found 1 wikipedia:de processes running, including this one.
>>> Benutzer:Xqt/Test <<<
- Test
+ Test Test
Comment: Bot: Ändere ...
Do you want to accept these changes? ([y]es, [N]o) y
API action query: userinfo
API action query: userinfo
Cosmetic changes for wikipedia-de enabled.
API action query: siteinfo|userinfo
API action query: userinfo
API action edit:
SIMULATION: edit action blocked.
Page [[Benutzer:Xqt/Test]] saved without any changes.
Page [[Benutzer:Xqt/Test]] saved
Dropped throttle(s).
Waiting for threads to finish...
All threads finished.
Dropped throttle(s).
c:\Pywikipedia\rw>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536901&group_…
Bugs item #3536894, was opened at 2012-06-21 06:22
Message generated for change (Tracker Item Submitted) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536894&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: xqt (xqt)
Assigned to: Russell Blau (russblau)
Summary: Missing key in ['query-continue'] value
Initial Comment:
c:\Pywikipedia\rw>pwb.py interwiki.py -auto -cleanup -async -usercontribs:Xqt -namespace:0 -namespace:14 -verbose
Pywikipediabot r10326 2012-06-08 12:08:53Z
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
Starting 1 threads...
Found 1 wikipedia:de processes running, including this one.
NOTE: Number of pages queued is 0, trying to add 60 more.
Retrieving 50 pages from wikipedia:de.
Missing 'revisions|info|categoryinfo|templates|langlinks' key in ['query-continue'] value.
Retrieving 10 pages from wikipedia:de.
Missing 'revisions|info|categoryinfo|templates|langlinks' key in ['query-continue'] value.
NOTE: [[de:Peja (Ort)]] is redirect to [[de:Pec]]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3536894&group_…