Bugs item #3507957, was opened at 2012-03-18 10:47
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3507957&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: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: upload.py error with Wikia.com
Initial Comment:
P:\pywikipedia>python version.py
Pywikipedia [http] trunk/pywikipedia (r10023, 2012/03/17, 18:03:32)
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
P:\pywikipedia>python upload.py wikih.jpg
WARNING: Your account on sxerks:en does not have a bot flag. Its edits will be v
isible in the recent changes and it may get blocked.
Reading file wikih.jpg
The filename on the target wiki will default to: wikih.jpg
Enter a better name, or press enter to accept:
The suggested description is:
Do you want to change this description? ([y]es, [N]o) n
Uploading file to sxerks:en via API....
'ascii' codec can't decode byte 0xff in position 622: ordinal not in range(128)
WARNING: Could not open 'http://sxerks.wikia.com/api.php'. Maybe the server or
your connection is down. Retrying in 1 minutes...
Traceback (most recent call last):
File "upload.py", line 472, in <module>
main()
File "upload.py", line 468, in main
bot.run()
File "upload.py", line 440, in run
return self.upload_image()
File "upload.py", line 282, in upload_image
data = query.GetData(params, self.targetSite)
File "P:\pywikipedia\query.py", line 137, in GetData
site.cookies(sysop=sysop)
File "P:\pywikipedia\upload.py", line 46, in post_multipart
cookies=cookies)
File "P:\pywikipedia\wikipedia.py", line 5497, in postData
time.sleep(retry_idle_time * 60)
KeyboardInterrupt
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-08-29 23:00
Message:
9lpr0D <a href="http://sglbhnbaribf.com/">sglbhnbaribf</a>,
[url=http://tstttsmpemfq.com/]tstttsmpemfq[/url],
[link=http://rfmtsbczkxpq.com/]rfmtsbczkxpq[/link],
http://mtjnbrftsbxr.com/
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-04-01 06:46
Message:
Possibly related to
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3160376&group_…
----------------------------------------------------------------------
Comment By: https://www.google.com/accounts ()
Date: 2012-03-28 18:10
Message:
I talk to Wikia and another user tested an upload and it work just fine.
The difference being they were using python 2.6.5. I then found an older
2.6.5 windows installer and tried myself and it worked.
So apparently there is something wrong with the interaction with 2.7.2 and
upload.py that is causing this error.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-18 11:20
Message:
The other bug you refer to is unrelated; that one cast a new exception
within the exception handler that prints the "WARNING..." string.
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-03-18 11:18
Message:
Even in that case, we should not display that message. And a network error
message that's 622 characters long? Really?
The "WARNING: Could not open 'http://sxerks.wikia.com/api.php'. Maybe the
server or your connection is down" displays on *any* error in the
connection, which could still very well be on our part.
----------------------------------------------------------------------
Comment By: Bináris (binbot)
Date: 2012-03-18 11:16
Message:
This is not a Pywikipedia error, this is a connection error, try again
later.
It clearly states: "Could not open 'http://sxerks.wikia.com/api.php'. Maybe
the server or your connection is down."
The line before it may be an encoding error of the network error message
itself, see bug#3153555 at
https://sourceforge.net/tracker/?func=detail&aid=3153555&group_id=93107&ati….
I suppose you have a non-English environment on your computer.
We have nothing to do with wikia server or your network connection.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3507957&group_…
Bugs item #3547327, was opened at 2012-07-22 10:20
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3547327&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: cosmetic changes
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Harriv (harriv)
Assigned to: Nobody/Anonymous (nobody)
Summary: cosmetics_changes.py chokes on big article
Initial Comment:
I tried to create list of 55000+ page category with category.py and cosmetic_changes enabled. Script seems to hang for a very long time. If cosmetic changes are disable, this doesn't occur.
Here's stack trace when CTRL-C is pressed:
^CTraceback (most recent call last):
File "category.py", line 1005, in <module>
main()
File "category.py", line 998, in main
bot.run()
File "category.py", line 536, in run
self.list.put(listString, comment=self.editSummary)
File "/home/users/harriv/wikibot/tmp/pywikipedia/wikipedia.py", line 2005, in put
newtext = ccToolkit.change(newtext)
File "/home/users/harriv/wikibot/tmp/pywikipedia/cosmetic_changes.py", line 166, in change
text = self.cleanUpLinks(text)
File "/home/users/harriv/wikibot/tmp/pywikipedia/cosmetic_changes.py", line 517, in cleanUpLinks
'startspace'])
File "/home/users/harriv/wikibot/tmp/pywikipedia/pywikibot/textlib.py", line 135, in replaceExcept
excMatch = dontTouchR.search(text, index)
KeyboardInterrupt
Version info:
Pywikipedia [http] trunk/pywikipedia (r10461, 2012/07/22, 16:33:39)
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
[GCC 4.4.5]
config-settings:
use_api = True
use_api_login = True
unicode test: triggers problem #3081100
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-08-29 01:13
Message:
6lobV5 <a href="http://koorcthbwtsn.com/">koorcthbwtsn</a>,
[url=http://bljvtnqegbsx.com/]bljvtnqegbsx[/url],
[link=http://wiyisndhvhpc.com/]wiyisndhvhpc[/link],
http://lsgdreygavby.com/
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-25 22:09
Message:
Doesn't stop means it also hangs or runs into infinite loop?
btw. You should not use python < 2.7.2 on mediawiki sites. Do not use it
with cosmetic changes and on several sites where the unicode bug is
affected. In general you shouldn't use interwiki.py or featured.py which
are dealing with multiple language sites.
----------------------------------------------------------------------
Comment By: Harriv (harriv)
Date: 2012-07-24 00:00
Message:
Script doesn't stop if cosmetic changes are disabled.
My hosting provider is using Debian, and they have not yet updated Python..
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-23 21:39
Message:
Oh and btw you should update your python to release 2.7.2/3 when you are
working on several language sites due to unicode bug.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2012-07-23 21:36
Message:
Have you checked this issue with cosmetic changes disabled?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3547327&group_…
Bugs item #3474217, was opened at 2012-01-15 10:26
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474217&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unable to block IPs
Initial Comment:
see http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-November/007034.html and http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-November/007040.html
amir@nightshade:~$ python blockips.py
User name '1.161.100.110' is invalid. IP addresses are not supported.
Traceback (most recent call last):
File "blockips.py", line 23, in <module>
user.block(expiry="one year",reason="{{پروکسی باز}}",anon=True)
File "/home/amir/userlib.py", line 383, in block
if self.isBlocked() and not reBlock:
File "/home/amir/userlib.py", line 121, in isBlocked
self._load()
File "/home/amir/userlib.py", line 96, in _load
getall(self.site(), [self], force=True)
File "/home/amir/userlib.py", line 540, in getall
_GetAllUI(site, users, throttle, force).run()
File "/home/amir/userlib.py", line 559, in run
data = self.getData()
File "/home/amir/userlib.py", line 595, in getData
raise InvalidUser("User name '%s' is invalid. IP addresses are not
supported." % user['name'])
userlib.InvalidUser: User name '1.161.100.110' is invalid. IP
addresses are not supported.
My code is:
import re
import wikipedia, userlib
import query, config, codecs
f=codecs.open(u"ipblock.txt",u"r",u"utf-8")
aaa=f.read()
f.close()
rr=re.compile(u"\[\[(.+?)\]\]")
site=wikipedia.getSite()
for username in rr.findall(aaa):
if u"." in username:
user=userlib.User(site,username)
user.block(expiry="one year",reason="{{پروکسی باز}}",anon=True)
A possible solution was suggested by Pedro Sanchez ( see http://lists.wikimedia.org/pipermail/pywikipedia-l/2011-November/007040.html ).
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-08-28 23:06
Message:
KCb8pr <a href="http://luiffiwhihtg.com/">luiffiwhihtg</a>,
[url=http://ejvpukspveaz.com/]ejvpukspveaz[/url],
[link=http://axpicdyubspp.com/]axpicdyubspp[/link],
http://nlvfixtsqzmm.com/
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw)
Date: 2012-01-15 10:29
Message:
Being able to submit bugs without being logged in is inconvenient.
Anyway, relevant other bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=2929350&group_id=9…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3474217&group_…
Bugs item #1650115, was opened at 2007-02-01 11:41
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1650115&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: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Followlive: improve edit summary and update templates
Initial Comment:
Currently some of followlive.py's English language templates are outdated and are redirects. Also, English Wikipedia policy strongly suggests that the edit summaries of bot-assisted make it very clear that that edit was bot-assisted - currently none of followlive.py's messages seem to make that clear. Included inline is a diff for fixing the redirected templates, and also improving the messages - I did what I could for the foreign language messages, but I just don't understand Hebrew or Dutch nearly well enough to prepend "Robot-assisted tagging:" to the messages.
I've also taken the liberty of considerably expanding and updating the list of English templates to ignore.
Following inline and attached is my patch. It compiles and seems to run without any errors, so I am submitting it:
34c34
< # templates contains a message and its position
---
> # templates contains a message and its position
36,44c36,44
< 'en':{'{{delete}}' :{ 'msg' : 'This article should be deleted','pos': 'top'},
< '{{cleanup}}' :{ 'msg' : 'This article need cleanup','pos': 'top'},
< '{{stub}}' :{ 'msg' : 'This article is a stub','pos': 'bottom'},
< '{{categorize}}' :{ 'msg' : 'This article needs to be [[Wikipedia:Categorization|categorized]]', 'pos' : 'top'},
< '{{notability}}' :{'msg' : 'The [[Wikipedia:Notability|notability]] of this article is unclear.', 'pos': 'top'},
< '{{verify}}' :{'msg' : 'This article needs to be checked for factuality.', 'pos': 'top'},
< '{{copyedit}}' :{ 'msg' : 'The writing of this article needs to be [[Wikipedia:How to copy-edit|copyeditted]] and improved.','pos' : 'top'},
< '{{unreferenced}}':{ 'msg' : 'This article needs [[Wikipedia:Citing sources|references]] so it can be verified.', 'pos': 'bottom'},
< '{{wikify}}' :{ 'msg' : 'This article needs to be wikified per the [[Wikipedia:Manual of Style|Manual of Style]]', 'pos' : 'top'},
---
> 'en':{'{{db-reason}}' :{ 'msg' : 'Robot-assisted tagging: this article should be deleted','pos': 'top'},
> '{{cleanup}}' :{ 'msg' : 'Robot-assisted tagging: this article need cleanup','pos': 'top'},
> '{{stub}}' :{ 'msg' : 'Robot-assisted tagging: this article is a stub','pos': 'bottom'},
> '{{uncategorized}}' :{ 'msg' : 'Robot-assisted tagging: This article needs to be [[Wikipedia:Categorization|categorized]]', 'pos' : 'top'},
> '{{notability}}' :{ 'msg' : 'Robot-assisted tagging: the [[Wikipedia:Notability|notability]] of this article is unclear.', 'pos': 'top'},
> '{{not verified}}' :{ 'msg' : 'Robot-assisted tagging: this article needs to be checked for factuality.', 'pos': 'top'},
> '{{copyedit}}' :{ 'msg' : 'Robot-assisted tagging: the writing of this article needs to be [[Wikipedia:How to copy-edit|copyedited]] and imp
roved.','pos' : 'top'},
> '{{unreferenced}}':{ 'msg' : 'Robot-assisted tagging: this article needs [[Wikipedia:Citing sources|references]] so it can be verified.', 'pos'
: 'bottom'},
> '{{wikify}}' :{ 'msg' : 'Robot-assisted tagging: this article needs to be wikified per the [[Wikipedia:Manual of Style|Manual of Style]]',
'pos' : 'top'},
47,49c47,49
< 'fr':{u'{{suppression}}' :{ 'msg' : u'Cet article devrait être supprimé','pos': 'top'},
< u'{{à vérifier}}' :{ 'msg': u'Cet article est à vérifier','pos': 'top'},
< u'{{ébauche}}' :{ 'msg': u'Cet article est une ébauche','pos': 'bottom'},
---
> 'fr':{u'{{suppression}}' :{ 'msg' : u'à l\'aide du robot: cet article devrait être supprimé','pos': 'top'},
> u'{{à vérifier}}' :{ 'msg': u'à l\'aide du robot: cet article est à vérifier','pos': 'top'},
> u'{{ébauche}}' :{ 'msg': u'à l\'aide du robot: cet article est une ébauche','pos': 'bottom'},
58,61c58,61
<
< 'ia':{'{{Eliminar}}' :{ 'msg' : 'Iste articulo debe esser eliminate','pos': 'top'},
< '{{Revision}}' :{ 'msg' : 'Iste articulo require revision','pos': 'top'},
< '{{Stub}}' :{ 'msg' : 'Iste articulo es in stato embryonic','pos': 'bottom'},
---
>
> 'ia':{'{{Eliminar}}' :{ 'msg' : 'Assistite per robot: iste articulo debe esser eliminate','pos': 'top'},
> '{{Revision}}' :{ 'msg' : 'Assistite per robot: iste articulo require revision','pos': 'top'},
> '{{Stub}}' :{ 'msg' : 'Assistite per robot: iste articulo es in stato embryonic','pos': 'bottom'},
63c63
<
---
>
72,77c72,77
< 'pt': {u'{{wikificar}}' : {'msg': '{{wikificar}}', 'pos':'top'},
< u'{{reciclar}}' : {'msg': '{{reciclar}}', 'pos':'top'},
< u'{{lixo|~~~~}}' : {'msg': '{{lixo}}', 'pos':'top'},
< u'{{revisão}}' : {'msg': '{{revisão}}', 'pos':'top'},
< u'{{impróprio}}' : {'msg': '{{impróprio}}', 'pos':'top'},
< u'{{apagar vaidade}}' : {'msg': '{{apagar vaidade}}', 'pos':'top'},
---
> 'pt': {u'{{wikificar}}' : {'msg': 'Assistida por bot: {{wikificar}}', 'pos':'top'},
> u'{{reciclar}}' : {'msg': 'Assistida por bot: {{reciclar}}', 'pos':'top'},
> u'{{lixo|~~~~}}' : {'msg': 'Assistida por bot: {{lixo}}', 'pos':'top'},
> u'{{revisão}}' : {'msg': 'Assistida por bot: {{revisão}}', 'pos':'top'},
> u'{{impróprio}}' : {'msg': 'Assistida por bot: {{impróprio}}', 'pos':'top'},
> u'{{apagar vaidade}}' : {'msg': 'Assistida por bot: {{apagar vaidade}}', 'pos':'top'},
80c80
<
---
>
91c91,103
< '{{VfD}}', '{{AfD}}', '{{cleanup}}', '{{nonsense}}', '{{deletedpage}}'),
---
> '{{VfD}}', '{{AfD}}', '{{AfD1}}', '{{cleanup}}', '{{nonsense}}', '{{deletedpage}}',
> '{{db-reason}}', '{{notability}}', '{{not verified}}', '{{unreferenced}}', '{{db-empty}}',
> '{{db-nocontext}}', '{{db-foreign}}', '{{db-notenglish}}', '{{db-nocontent}}', '{{db-blankcsd}}',
> '{{db-transwiki}}', '{{db-attack}}', '{{db-band}}', '{{db-club}}', '{{db-bio}}', '{{db-bio-notenglish}}',
> '{{db-inc}}', '{{db-bio-photo}}', '{{db-catempty}}', '{{db-c2}}', '{{db-catfd}}', '{{badname}}', '{{db-pagemove}}',
> '{{db-nonsense}}', '{{db-spam}}', '{{db-copyvio}}', '{{db-test}}', '{{db-vandalism}}', '{{db-repost}}', '{{db-banned}}',
> '{{db-histmerge}}', '{{db-move}}', '{{db-g6}}', '{{db-afd}}', '{{db-disambig}}', '{{db-authora}}', '{{db-author}}',
> '{{db-blanked}}', '{{csd:g7}}', '{{db-talk}}', '{{db-botnomain}}', '{{db-redundantimage}}', '{{db-noimage}}', '{{db-noncom}}',
> '{{db-ccnoncom}}', '{{db-unksource}}', '{{db-norat}}', '{{db-badfairuse}}', '{{duplicate}}', '{{db-meta}}',
> '{{db-emptyportal}}', '{{db-redirnone}}', '{{db-rediruser}}', '{{db-redirtypo}}', '{{csd-c3}}', '{{cc-by-nc-sa}}',
> '{{cc-nd-nc}}', '{{cc-nc}}', '{{cc-by-nc-2.0}}', '{{cc-by-nc-sa-2.0}}', '{{cc-by-nd-nc-2.0}}', '{{cc-by-2.0-nc-nd}}',
> '{{cc-by-nc-nd-2.0}}', '{{db-contact}}', '{{db-i2}}', '{{db-i1}}', '{{communityuseonly}}', '{{db-disparage}}', '{{db-web}}',
> '{{db-userreq}}', '{{db-nouser}}', '{{db-u3}}', '{{db-unfree}}'),
110c122
< # Display informations about an article
---
> # Display informations about an article
205c217
<
---
>
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-08-27 16:33
Message:
I know this if off topic but I'm looking into starting my own weblog and
was wondering what all is required to get set up? I'm assuming having a
blog like yours would cost a pretty penny? I'm not very web smart so I'm
not 100% sure. Any suggestions or advice would be greatly appreciated.
Kudos
http://www.fashionshowcollection.org/
----------------------------------------------------------------------
Comment By: Leonardo Gregianin (leogregianin)
Date: 2007-08-04 04:42
Message:
Logged In: YES
user_id=1136737
Originator: NO
Update in SVN r3963
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1650115&group_…
Bugs item #3561656, was opened at 2012-08-25 04:51
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3561656&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: archivebot.py error
Initial Comment:
I'm trying to use this on sr.wikipedia, but I'm getting the same error all the time:
6 Threads found on [[sr:Разговор са корисником:Micki]]
Looking for: {{Korisnik:MickiBot/archive}} in [[sr:Разговор са корисником:Micki]
]
Error occured while processing page [[sr:Разговор са корисником:Micki]]
Traceback (most recent call last):
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 601, in main
Archiver = PageArchiver(pg, a, salt, force)
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 376, in __init
__
self.loadConfig()
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 418, in loadCo
nfig
raise MissingConfigError(u'Missing or malformed template')
MissingConfigError: Missing or malformed template
Does anyone know how to resolve this?
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2012-08-25 05:18
Message:
OK. I have identified the problem. It started working after I changed the
name of the template from Корисник:MickiBot/archive to
MickiBot/archive. But it seems that bot doesn't recognise monthnames in
Serbian. It works after this:
https://sr.wikipedia.org/w/index.php?title=%D0%A0%D0%B0%D0%B7%D0%B3%D0%BE%D…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3561656&group_…
Bugs item #3561656, was opened at 2012-08-25 04:51
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3561656&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: archivebot.py error
Initial Comment:
I'm trying to use this on sr.wikipedia, but I'm getting the same error all the time:
6 Threads found on [[sr:Разговор са корисником:Micki]]
Looking for: {{Korisnik:MickiBot/archive}} in [[sr:Разговор са корисником:Micki]
]
Error occured while processing page [[sr:Разговор са корисником:Micki]]
Traceback (most recent call last):
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 601, in main
Archiver = PageArchiver(pg, a, salt, force)
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 376, in __init
__
self.loadConfig()
File "D:\Documents\Instalacije\pywikipedia\archivebot.py", line 418, in loadCo
nfig
raise MissingConfigError(u'Missing or malformed template')
MissingConfigError: Missing or malformed template
Does anyone know how to resolve this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3561656&group_…
Bugs item #3520130, was opened at 2012-04-21 12:37
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3520130&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
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Templates in pl.wiktionary
Initial Comment:
Because of interwiki on the top of pl.wikt pages, bot incorrectly places interwiki in templates outside <nowiki>
http://pl.wiktionary.org/w/index.php?title=Szablon:!&diff=2772347&oldid=368…
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-08-23 02:36
Message:
Duplicate of #3560617
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3520130&group_…
Patches item #3559928, was opened at 2012-08-20 09:52
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3559928&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: Accepted
Priority: 5
Private: No
Submitted By: rubin16 (rubin16)
>Assigned to: xqt (xqt)
Summary: category redirect for ru.wiki
Initial Comment:
see patch attached
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-08-22 16:01
Message:
done in r10500
----------------------------------------------------------------------
Comment By: rubin16 (rubin16)
Date: 2012-08-20 09:58
Message:
additional script review was performed, works ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3559928&group_…
Bugs item #3560612, was opened at 2012-08-22 00:34
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3560612&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: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: ignored newpages
Initial Comment:
I run
interwiki.py -new -wiktionary -lang:eu -family:wiktionary
and bot runs for 18 pages.
but when I look to eu.wiktionary.org/wiki/Special:newpages
I can see many more new pages, but these are created by bot.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2012-08-22 10:20
Message:
bot filter removed in r10495
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3560612&group_…