Patches item #3163473, was opened at 2011-01-21 17:58
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3163473&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: Toto Azéro (toto-azero)
Assigned to: xqt (xqt)
Summary: Patch for template.py : new option -assubst
Initial Comment:
I've tried to make a patch in order to answer to this feature request : https://sourceforge.net/tracker/?func=detail&aid=3150628&group_id=93107&ati….
Please excuse me if I've done a mistake : it's the first time I send a patch…
Thanks in advance for your consideration…
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-25 22:22
Message:
done in r9556
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2011-09-24 17:56
Message:
rejected due to an error reported with tracker #3310060 here:
https://sourceforge.net/tracker/index.php?func=detail&aid=3310060&group_id=…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3163473&group_…
Bugs item #3413798, was opened at 2011-09-25 17:25
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413798&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: featured.py: Not decrease memory usage.
Initial Comment:
http://www.mediawiki.org/wiki/Special:Code/pywikipedia/8574
Contains all data that is processed into a variable.
If you destroy the processed data, will decrease memory usage.
The name of the variable is "arts".
--------
arts = featuredArticles(fromsite, pType)
while 0 < len(arts):
if query < len(arts):
featuredbot(arts[:query], cc, tosite, template_on_top, pType,
quiet, dry)
arts = arts[query:]
else:
featuredbot(arts, cc, tosite, template_on_top, pType, quiet, dry)
break
--------
Otherwise, the generator may be better.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413798&group_…
Feature Requests item #3108403, was opened at 2010-11-13 14:45
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3108403&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
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: xqt (xqt)
Summary: Merge DrTrigonBot clean_user_sandbox with clean_sandbox
Initial Comment:
By looking at the source of clean_user_sandbox in [1] it can be seen that most of the code differences are within 'run()' of the bot class. Thus I would like to propose some slight adaptions in clean_sandbox in such a way, that e.g. the get and put operations can be omitted. May be the two codes can be completely merged/joned together.
If this is accepted I am willing to write the needed code.
[1] https://fisheye.toolserver.org/browse/drtrigon/pywikipedia/clean_user_sandb…
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-25 17:52
Message:
already done in r8946
----------------------------------------------------------------------
Comment By: Dr. Trigon (drtrigon)
Date: 2010-11-13 14:47
Message:
Sorry - I forgot to login - I did this posting!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3108403&group_…
Bugs item #3413744, was opened at 2011-09-25 13:54
Message generated for change (Tracker Item Submitted) made by toto-azero
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413744&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: None
Priority: 5
Private: No
Submitted By: Toto Azéro (toto-azero)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug with section titles in interwiki.py
Initial Comment:
There is a bug with the interwiki.py script : when the bot finds out an interwiki-link which must be deleted (without -force or -cleanup options), and when this link is at the end of a section, the bot destroys the next section.
See this for example : http://ja.wikipedia.org/w/index.php?title=ヘンリー銃&diff=37754031&oldid=37738852
Although this diff is quite old, this bug is still present in the script (I've made an try to check : see http://fr.wikipedia.org/w/index.php?diff=70277802).
--------------------
python version.py
Pywikipedia [http] trunk/pywikipedia (r9543, 2011/09/25, 09:08:55)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
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=3413744&group_…
Bugs item #3413643, was opened at 2011-09-24 22:01
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413643&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: Hercule (herculefr)
>Assigned to: xqt (xqt)
Summary: bug on template.py
Initial Comment:
Hello,
I reopen https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3310060&group_…, because the bug is not related to any patch, but to template.py itself
command line : python template.py -page:Utilisateur:HerculeBot/Brouillons/05 AnnCin -subst
result : http://fr.wikipedia.org/w/index.php?title=Utilisateur:HerculeBot/Brouillons…
Request : please exclude gallery tags for subst option, as the ref tag are excluded
Regards
version.py :
Pywikipedia [http] trunk/pywikipedia (r9542, 2011/09/24, 16:36:14)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-25 11:10
Message:
Sorry, my mistake.
Fixed in r9543.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413643&group_…
Bugs item #3413643, was opened at 2011-09-24 22:01
Message generated for change (Tracker Item Submitted) made by herculefr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3413643&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: Hercule (herculefr)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug on template.py
Initial Comment:
Hello,
I reopen https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3310060&group_…, because the bug is not related to any patch, but to template.py itself
command line : python template.py -page:Utilisateur:HerculeBot/Brouillons/05 AnnCin -subst
result : http://fr.wikipedia.org/w/index.php?title=Utilisateur:HerculeBot/Brouillons…
Request : please exclude gallery tags for subst option, as the ref tag are excluded
Regards
version.py :
Pywikipedia [http] trunk/pywikipedia (r9542, 2011/09/24, 16:36:14)
Python 2.7.1 (r271:86832, Jan 4 2011, 13:57:14)
[GCC 4.5.2]
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=3413643&group_…
Feature Requests item #3310060, was opened at 2011-06-01 10:47
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3310060&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
Priority: 5
Private: No
Submitted By: Hercule (herculefr)
>Assigned to: xqt (xqt)
Summary: bug on replace.py, with subst
Initial Comment:
Hello,
I'm using the new option "assubst", available with this patch : https://sourceforge.net/tracker/?func=detail&aid=3150628&group_id=93107&ati…
It uses the "subst" parameter's functionality, so the corrections must be done on this fonction in the current script.
The bug can be seen on this diff : http://fr.wikipedia.org/w/index.php?title=Architecture_n%C3%A9oclassique_en… (search "{{subst:Lien/Conversion automatique|")
The "subst" keyword is not interpreted by mediawiki when enclosed in "<gallery>" tags. This exception is not managed.
Regards
Hercule
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-24 17:57
Message:
Won't fix for now since that patch is not part of the framework and I've
rejected it.
----------------------------------------------------------------------
Comment By: Hercule (herculefr)
Date: 2011-09-22 11:54
Message:
Can someone have a look on this bug ?
It still occurs :
http://fr.wikipedia.org/w/index.php?title=Bali&diff=prev&oldid=70018658
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3310060&group_…
Patches item #3163473, was opened at 2011-01-21 17:58
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3163473&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: Rejected
Priority: 5
Private: No
Submitted By: Toto Azéro (toto-azero)
>Assigned to: xqt (xqt)
Summary: Patch for template.py : new option -assubst
Initial Comment:
I've tried to make a patch in order to answer to this feature request : https://sourceforge.net/tracker/?func=detail&aid=3150628&group_id=93107&ati….
Please excuse me if I've done a mistake : it's the first time I send a patch…
Thanks in advance for your consideration…
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-24 17:56
Message:
rejected due to an error reported with tracker #3310060 here:
https://sourceforge.net/tracker/index.php?func=detail&aid=3310060&group_id=…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=3163473&group_…
Bugs item #3412831, was opened at 2011-09-22 11:36
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3412831&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: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
Summary: Page.titleWithoutNamespace broken
Initial Comment:
wikipedia.Page.titleWithoutNamespace with True underscore parameter has been broken here:
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/wikipedia.py?…
>>> wikipedia.Page(None,'Main Page').titleWithoutNamespace(underscore=True)
Traceback (most recent call last):
...
AttributeError: 'NoneType' object has no attribute 'replace'
python version.py
Pywikipedia [http] trunk/pywikipedia (r9535, 2011/09/20, 17:07:54)
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2011-09-24 17:50
Message:
fixed in r9541
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3412831&group_…
Bugs item #3412831, was opened at 2011-09-22 11:36
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3412831&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: xqt (xqt)
Summary: Page.titleWithoutNamespace broken
Initial Comment:
wikipedia.Page.titleWithoutNamespace with True underscore parameter has been broken here:
http://svn.wikimedia.org/viewvc/pywikipedia/trunk/pywikipedia/wikipedia.py?…
>>> wikipedia.Page(None,'Main Page').titleWithoutNamespace(underscore=True)
Traceback (most recent call last):
...
AttributeError: 'NoneType' object has no attribute 'replace'
python version.py
Pywikipedia [http] trunk/pywikipedia (r9535, 2011/09/20, 17:07:54)
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
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=3412831&group_…