https://bugzilla.wikimedia.org/show_bug.cgi?id=55113
Web browser: --- Bug ID: 55113 Summary: category.py add blind with contextual links Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/75/ Reported by: Anonymous user Created on: 2007-01-28 21:44:27 Subject: category.py add blind with contextual links Original description: When using category.py add and giving a page where wikilinks are in this form [[/foo]] or [[/foo/]] (http://en.wikibooks.org/w/index.php?title=C%2B%2B%5C_Programming&action=... for exemple) or included in a template, the robot will parse pages named litteraly [[/foo]] instead of [[{{PAGENAME}}/foo]]. And if the link is included in a template, the robot will see anything (but for the template, it's often more convenient and not so problematic).
https://bugzilla.wikimedia.org/show_bug.cgi?id=55113
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/feature-reque | |sts/75
https://bugzilla.wikimedia.org/show_bug.cgi?id=55113
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ladsgroup@gmail.com Component|General |category.py
https://bugzilla.wikimedia.org/show_bug.cgi?id=55113
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy Priority|Unprioritized |Normal Severity|enhancement |normal
--- Comment #1 from Merlijn van Deen valhallasw@arctus.nl --- Compat has completely no support for relative links in the API. Core does, but the support is non-functional:
pywikibot.Page(pywikibot.Page(pywikibot.Site('nl'), 'Gebruiker:Valhallasw'), '/test')
Page(/test)
Marking 'easy' for core implementation
https://bugzilla.wikimedia.org/show_bug.cgi?id=55113
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com Version|unspecified |core (2.0) Summary|category.py add blind with |relative links on Page |contextual links |
pywikipedia-bugs@lists.wikimedia.org