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-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 xqt
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: 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 (Tracker Item Submitted) 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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3522917&group_…
Bugs item #3522707, was opened at 2012-05-01 00:56
Message generated for change (Settings changed) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3522707&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: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
>Summary: redirect bug in pagefromfile.py
Initial Comment:
Hi,
pagefromfile.py has two problems
1-when page is redirect it doesn't work
2-for append templates if page has that template it will append
I added -noredirect and -nocontents arguments to this patch
I made a patch please replace it
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3522707&group_…
Bugs item #1924322, was opened at 2008-03-24 06:19
Message generated for change (Comment added) made by justincheng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1924322&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: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Doug (bewareofdoug)
Summary: interwiki links on subpages in templates
Initial Comment:
In English and some other major wikipedias interwiki links are placed on /doc subpage (or whatever it's called) in templates. Interwiki bot should check if such a page exists and not place interwiki links on main template page but place/update links on that subpage. Otherwise, everytime a bot places interwiki on a template with this structure, the main template page needs to be cleaned and interwiki links moved to a subpage manually
----------------------------------------------------------------------
Comment By: justincheng (justincheng)
Date: 2012-05-01 02:15
Message:
How about do like this:
1.find the {{doc}}...for example
2.treat as redirect and go to XXX/document and find if exist.
3.If not try /doc...ect...running through a list
4.Go to sub-pages
Just giving an idea as treated sub-pages *similar* to redirect...
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-12-30 03:33
Message:
this tracker is still valid. Bots only keeps track of these subpaces and
prevents placing iw to the main page but does not place interwiki links on
these subpage. But it should.
btw please do not assign the tracker to you until you'll fix it.
----------------------------------------------------------------------
Comment By: Doug (bewareofdoug)
Date: 2011-12-30 03:04
Message:
Is this still valid? I thought we had fixed this behavior and interwiki.py
was now able to work with /doc links. I will test this but I'm pretty sure
it's solved so if someone has the revision number where it was fixed that
would be great to note here.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-12-11 02:27
Message:
{{template doc}} and the other redirects at en-wiki will be added with next
revision (might be r7762)
----------------------------------------------------------------------
Comment By: JAn (jandudik)
Date: 2009-12-10 08:17
Message:
Please, add redirects to {{Documentation}} too
http://en.wikipedia.org/w/index.php?title=Template:4TeamRR&diff=prev&oldid=…
there are 4 or 5 redirects to this template in en:
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-12-10 03:58
Message:
Behaviour changed. Interwiki bot doesn't change templates with
{{document}}-templates inside. This also works for the corresponding
template on de: and cs:-wiki.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-08-23 13:07
Message:
On dewiki templates can contain {{Dokumentation}} which will include
interwikis listed on subpage /Meta
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-04-25 14:57
Message:
Logged In: NO
A few pages in the project namespace also use subpages for headers and
interwiki links. Subpages usually have <includeonly> around the iw and
category links, interwiki bots should leave that in place.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2008-04-17 13:13
Message:
Logged In: NO
Every like it about his problem.
If there is a page with subpages in templates. The interwiki links on the
subpages needs to places in inside the nowiki section. So if the last word
of the page is </nowiki> the interwiki link needs to be placed before the
</nowiki> tag.
I'm the operator of the CarsracBot with its home on the nl.wikipedia.org
And I have seen this behaviour on that articles where
en:list_of_asteroides/1101-1200 is a part of.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1924322&group_…
Bugs item #3522707, was opened at 2012-05-01 00:56
Message generated for change (Tracker Item Submitted) made by reza1615
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3522707&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: reza (reza1615)
Assigned to: Nobody/Anonymous (nobody)
Summary: redirect bug pagefromfile.py
Initial Comment:
Hi,
pagefromfile.py has two problems
1-when page is redirect it doesn't work
2-for append templates if page has that template it will append
I added -noredirect and -nocontents arguments to this patch
I made a patch please replace it
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3522707&group_…