Bugs item #3311532, was opened at 2011-06-04 16:24
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3311532&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: 6
Private: No
Submitted By: Andr Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: -start:Category:! ending on letter B
Initial Comment:
I ran the command:
interwiki.py -family:wiktionary -lang:es -async -auto -cleanup -pt:1 -start:Category:!
but the bot stopped on categories starting with B, as if there was nothing else to process.
I'm not sure why it's doing that.
Pywikipedia [http] trunk/pywikipedia (r9287, 2011/06/04, 10:13:18)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
Comment By: Andr Malafaya Baptista (malafaya)
Date: 2011-06-04 17:30
Message:
Actually, no. It stopped on E, curiously enough, after processing some
categories starting with A...
----------------------------------------------------------------------
Comment By: Andr Malafaya Baptista (malafaya)
Date: 2011-06-04 16:52
Message:
If I do -start:Category:B, then it seems to run ok from then on until the
end.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3311532&group_…
Bugs item #3311532, was opened at 2011-06-04 16:24
Message generated for change (Comment added) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3311532&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: 6
Private: No
Submitted By: Andr Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: -start:Category:! ending on letter B
Initial Comment:
I ran the command:
interwiki.py -family:wiktionary -lang:es -async -auto -cleanup -pt:1 -start:Category:!
but the bot stopped on categories starting with B, as if there was nothing else to process.
I'm not sure why it's doing that.
Pywikipedia [http] trunk/pywikipedia (r9287, 2011/06/04, 10:13:18)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: Andr Malafaya Baptista (malafaya)
Date: 2011-06-04 16:52
Message:
If I do -start:Category:B, then it seems to run ok from then on until the
end.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3311532&group_…
Bugs item #3311532, was opened at 2011-06-04 16:24
Message generated for change (Tracker Item Submitted) made by malafaya
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3311532&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: 6
Private: No
Submitted By: Andr Malafaya Baptista (malafaya)
Assigned to: Nobody/Anonymous (nobody)
Summary: -start:Category:! ending on letter B
Initial Comment:
I ran the command:
interwiki.py -family:wiktionary -lang:es -async -auto -cleanup -pt:1 -start:Category:!
but the bot stopped on categories starting with B, as if there was nothing else to process.
I'm not sure why it's doing that.
Pywikipedia [http] trunk/pywikipedia (r9287, 2011/06/04, 10:13:18)
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [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=3311532&group_…
Feature Requests item #3150628, was opened at 2011-01-03 23:54
Message generated for change (Comment added) made by herculefr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3150628&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: Hercule (herculefr)
Assigned to: Nobody/Anonymous (nobody)
Summary: add an option to template.py
Initial Comment:
Can you please add an option (eg -assubst) on template.py, so the remplacements are done with the same restrictions as -subst ?
This feature is needed to create advanced conventions templates, such as http://fr.wikipedia.org/wiki/Mod%C3%A8le:Lien/Conversion_automatique that must be immediatly substed.
the command line
template.py "Lien" "subst:Lien/Conversion automatique" -assubst
would avoid the replacement on reference tags, and all places excluded for substitution
Thanks in advance
----------------------------------------------------------------------
>Comment By: Hercule (herculefr)
Date: 2011-06-01 10:48
Message:
The patch seem good. I have detected a bug today, but it's because of the
"subst" management, not because of this patch. It could be integrated in
the script
----------------------------------------------------------------------
Comment By: Hercule (herculefr)
Date: 2011-02-04 00:15
Message:
The patch seem quite good. 2 remarks :
I'm not sure that it's necessary to add the subst in the script. My
command line was
template.py "Lien" "subst:Lien/Conversion automatique" -assubst
with your patch I must use
template.py "Lien" "Lien/Conversion automatique" -assubst
If I want to change one template to subst and another one not to subst I
prefer the command line
template.py "Lien" "subst:Lien/Conversion automatique" -assubst
The replacement is done in <code> and <nowiki> tags. But it's possible
that the bug exist with 'subst' option
----------------------------------------------------------------------
Comment By: Toto Azro (toto-azero)
Date: 2011-01-21 18:00
Message:
I've sent a patch here :
https://sourceforge.net/tracker/?func=detail&aid=3163473&group_id=93107&ati…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3150628&group_…
Feature Requests item #3310060, was opened at 2011-06-01 10:47
Message generated for change (Tracker Item Submitted) made by herculefr
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: Open
Priority: 5
Private: No
Submitted By: Hercule (herculefr)
Assigned to: Nobody/Anonymous (nobody)
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3310060&group_…