Patches item #3406436, was opened at 2011-09-08 17:42
Message generated for change (Tracker Item Submitted) made by meno25
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3406436&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: Meno25 (meno25)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to clean_sandbox.py and fixes.py
Initial Comment:
Please apply the provided patch. It contains updates to clean_sandbox.py and fixes.py.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3406436&group_…
Bugs item #3406291, was opened at 2011-09-08 16:48
Message generated for change (Tracker Item Submitted) made by mga73
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3406291&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: MGA73 (mga73)
Assigned to: Nobody/Anonymous (nobody)
Summary: tag_nowcommons.py does not work
Initial Comment:
I have been using tag_nowcommons.py to tag files with a {{nowcommons}} but it does not work anymore.
"python tag_nowcommons.py -lang:en" gives this error:
Traceback (most recent call last):
File "tag_nowcommons.py", line 67, in <module>
main(sys.argv[1:])
File "tag_nowcommons.py", line 36, in main
raise add_text.NoEnoughData('You have to specify the generator you want to use for the script!')
NameError: global name 'add_text' is not defined
__version__ = '$Id: tag_nowcommons.py 9482 2011-08-29 16:32:37Z xqt $'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3406291&group_…
Bugs item #3404473, was opened at 2011-09-05 16:41
Message generated for change (Comment added) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&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: Avicennasis (avicennasis)
Assigned to: xqt (xqt)
Summary: redirect.py Swedish localization
Initial Comment:
redirect.py shouldn't be changing from the Swedish Localization of Redirect to English when fixing double redirects.
Currently, It will change "#OMDIRIGERING [[Foo]]" to "#REDIRECT [[Foo]]" on SvWp, which it should not do. The Swedish redirect, if already in use, should remain.
python version.py
Pywikipedia [http] trunk/pywikipedia (r9483, 2011/08/29, 19:17:43)
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2011-09-06 16:29
Message:
That works - it returns the "OMDIRIGERING". Hmm. I'll update to the latest
nightly and try again when AvicBot is unblocked on SvWp here shortly. I
have no idea why that happened to begin with, though.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-09-06 12:30
Message:
Hm, I tried it again with my bot and it works as expected:
http://sv.wikipedia.org/w/index.php?title=Manga%C3%A5r&diff=prev&oldid=1486…
Could you put these 3 lines given apove into a file e.g. named
redir_test.py and run it in your DOS-box. What is the result?
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2011-09-06 07:19
Message:
http://sv.wikipedia.org/w/index.php?title=V%C3%A4rldsm%C3%A4sterskap_i_bask…
and
http://sv.wikipedia.org/w/index.php?title=VM_i_basket&diff=prev&oldid=14855…
are examples. And I'm currently running this through Cygwin on a Windows
box - I'm not sure how to access (if possible) IDLE from that side.
The Windows side does return it properly, though.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-09-06 04:15
Message:
Do you have a sample for me? I found the bot works fine:
http://sv.wikipedia.org/w/index.php?title=Stora_saltsj%C3%B6n&diff=prev&old…
try the following IDLE commants:
import wikipedia as wp
site = wp.getSite('sv')
site.redirect()
this should print: u'OMDIRIGERING'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&group_…
Bugs item #3404473, was opened at 2011-09-05 22:41
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&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: Avicennasis (avicennasis)
Assigned to: xqt (xqt)
Summary: redirect.py Swedish localization
Initial Comment:
redirect.py shouldn't be changing from the Swedish Localization of Redirect to English when fixing double redirects.
Currently, It will change "#OMDIRIGERING [[Foo]]" to "#REDIRECT [[Foo]]" on SvWp, which it should not do. The Swedish redirect, if already in use, should remain.
python version.py
Pywikipedia [http] trunk/pywikipedia (r9483, 2011/08/29, 19:17:43)
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-06 18:30
Message:
Hm, I tried it again with my bot and it works as expected:
http://sv.wikipedia.org/w/index.php?title=Manga%C3%A5r&diff=prev&oldid=1486…
Could you put these 3 lines given apove into a file e.g. named
redir_test.py and run it in your DOS-box. What is the result?
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2011-09-06 13:19
Message:
http://sv.wikipedia.org/w/index.php?title=V%C3%A4rldsm%C3%A4sterskap_i_bask…
and
http://sv.wikipedia.org/w/index.php?title=VM_i_basket&diff=prev&oldid=14855…
are examples. And I'm currently running this through Cygwin on a Windows
box - I'm not sure how to access (if possible) IDLE from that side.
The Windows side does return it properly, though.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-09-06 10:15
Message:
Do you have a sample for me? I found the bot works fine:
http://sv.wikipedia.org/w/index.php?title=Stora_saltsj%C3%B6n&diff=prev&old…
try the following IDLE commants:
import wikipedia as wp
site = wp.getSite('sv')
site.redirect()
this should print: u'OMDIRIGERING'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&group_…
Bugs item #3404473, was opened at 2011-09-05 16:41
Message generated for change (Comment added) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Avicennasis (avicennasis)
Assigned to: xqt (xqt)
Summary: redirect.py Swedish localization
Initial Comment:
redirect.py shouldn't be changing from the Swedish Localization of Redirect to English when fixing double redirects.
Currently, It will change "#OMDIRIGERING [[Foo]]" to "#REDIRECT [[Foo]]" on SvWp, which it should not do. The Swedish redirect, if already in use, should remain.
python version.py
Pywikipedia [http] trunk/pywikipedia (r9483, 2011/08/29, 19:17:43)
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Avicennasis (avicennasis)
Date: 2011-09-06 07:19
Message:
http://sv.wikipedia.org/w/index.php?title=V%C3%A4rldsm%C3%A4sterskap_i_bask…
and
http://sv.wikipedia.org/w/index.php?title=VM_i_basket&diff=prev&oldid=14855…
are examples. And I'm currently running this through Cygwin on a Windows
box - I'm not sure how to access (if possible) IDLE from that side.
The Windows side does return it properly, though.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-09-06 04:15
Message:
Do you have a sample for me? I found the bot works fine:
http://sv.wikipedia.org/w/index.php?title=Stora_saltsj%C3%B6n&diff=prev&old…
try the following IDLE commants:
import wikipedia as wp
site = wp.getSite('sv')
site.redirect()
this should print: u'OMDIRIGERING'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&group_…
Bugs item #3404473, was opened at 2011-09-05 22:41
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&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: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Avicennasis (avicennasis)
>Assigned to: xqt (xqt)
Summary: redirect.py Swedish localization
Initial Comment:
redirect.py shouldn't be changing from the Swedish Localization of Redirect to English when fixing double redirects.
Currently, It will change "#OMDIRIGERING [[Foo]]" to "#REDIRECT [[Foo]]" on SvWp, which it should not do. The Swedish redirect, if already in use, should remain.
python version.py
Pywikipedia [http] trunk/pywikipedia (r9483, 2011/08/29, 19:17:43)
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-06 10:15
Message:
Do you have a sample for me? I found the bot works fine:
http://sv.wikipedia.org/w/index.php?title=Stora_saltsj%C3%B6n&diff=prev&old…
try the following IDLE commants:
import wikipedia as wp
site = wp.getSite('sv')
site.redirect()
this should print: u'OMDIRIGERING'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&group_…
Bugs item #3404473, was opened at 2011-09-05 16:41
Message generated for change (Tracker Item Submitted) made by avicennasis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3404473&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: Avicennasis (avicennasis)
Assigned to: Nobody/Anonymous (nobody)
Summary: redirect.py Swedish localization
Initial Comment:
redirect.py shouldn't be changing from the Swedish Localization of Redirect to English when fixing double redirects.
Currently, It will change "#OMDIRIGERING [[Foo]]" to "#REDIRECT [[Foo]]" on SvWp, which it should not do. The Swedish redirect, if already in use, should remain.
python version.py
Pywikipedia [http] trunk/pywikipedia (r9483, 2011/08/29, 19:17:43)
Python 2.6.5 (r265:79063, Jun 12 2010, 17:07:01)
[GCC 4.3.4 20090804 (release) 1]
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=3404473&group_…
Patches item #3404357, was opened at 2011-09-05 18:54
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404357&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: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: K.-M. Hansche (loxley)
>Assigned to: xqt (xqt)
Summary: German messages for archivebot.py
Initial Comment:
German messages for archivebot.py
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-05 19:55
Message:
Please use translatewiki.net for translations.
Start here
http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=untranslate…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404357&group_…
Patches item #3404357, was opened at 2011-09-05 16:54
Message generated for change (Tracker Item Submitted) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404357&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: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: German messages for archivebot.py
Initial Comment:
German messages for archivebot.py
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404357&group_…
Patches item #3404332, was opened at 2011-09-05 16:38
Message generated for change (Tracker Item Submitted) made by loxley
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404332&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: K.-M. Hansche (loxley)
Assigned to: Nobody/Anonymous (nobody)
Summary: spellcheck.py refactorisation
Initial Comment:
Refactors repetitive code into new method "def checkPage(page, checknames=True, knownonly=False):"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3404332&group_…