https://bugzilla.wikimedia.org/show_bug.cgi?id=54898
Web browser: ---
Bug ID: 54898
Summary: call to wikipediatools.py still done in core branch
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: mpaa.wiki(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
In version.py a call is still made to wikipediatools.py:
def getversion_nightly():
data = open(os.path.join(wikipediatools.get_base_dir(), 'version'))
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55130
Web browser: ---
Bug ID: 55130
Summary: version.py does not work with git
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1649/
Reported by: valhallasw
Created on: 2013-07-28 19:37:27.167000
Subject: version.py does not work with git
Original description:
Pywikibot (r-1 (unknown), 0 (unknown), OUTDATED)
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
unicode test: ok
is not a very useful version identifier.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55028
Web browser: ---
Bug ID: 55028
Summary: adding bot varable for NewpagesPageGenerator()
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/316/
Reported by: reza1615
Created on: 2012-09-25 14:04:52
Subject: adding bot varable for NewpagesPageGenerator()
Original description:
I don't have developer acount
In pagegenerator.NewpagesPageGenerator\(\) llike wikipedia.newpages\(\) please
add bot variable
In pagegenerator.py it need replace line 562-571 with this code
def NewpagesPageGenerator\(number=100, repeat=False, site=None,
namespace=0,bot=True\):
"""
Iterate Page objects for all new titles in a single namespace.
"""
\# defaults to namespace 0 because that's how Special:Newpages defaults
if site is None:
site = pywikibot.getSite\(\)
if bot:
for item in site.newpages\(number=number, repeat=repeat, namespace=namespace,
rcshow=\['\!redirect'\]\):
yield item\[0\]
else:
for item in site.newpages\(number=number, repeat=repeat, namespace=namespace,
rcshow=\['\!bot','\!redirect'\]\):
yield item\[0\]
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55081
Web browser: ---
Bug ID: 55081
Summary: Flagged Revision
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/211/
Reported by: Anonymous user
Created on: 2009-07-09 20:49:29
Subject: Flagged Revision
Original description:
Hi... I'm using pywikipedia for create a RSS feed, but we are interested in
publish only the stable pages. Are there some method in wikipedia class to get
if the edition is reviewed by some editor and it has any stable edition?.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55053
Web browser: ---
Bug ID: 55053
Summary: Review Pages
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/275/
Reported by: mjbmr
Created on: 2010-11-19 11:35:32
Subject: Review Pages
Original description:
I am working on a site that is installed flagged revisions on it, and i have
editor flags sometimes i need to review many pages that i created with my bot
and i think this will be good to pywikipedia to have an option to review pages,
thanks
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55035
Web browser: ---
Bug ID: 55035
Summary: featured.py to handle featured files & assessments
template
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/feature-requests/307/
Reported by: Anonymous user
Created on: 2012-05-20 11:34:13
Subject: featured.py to handle featured files & assessments template
Original description:
I am working on Commons:Template:Assessments which reports "featured" status
files on commons. There is a synchronization problem with local wikis and
commons.
For instance if a file is a Featured Picture on English Wikipedia, Assessments
template would have the parameter |enwiki=1 and optionally |enwiki-nom= to link
to the nomination page. If a file is a formerly featured picture the parameter
would be |enwiki=2. If the file is a featured sound the parameter would be
|enwiki=3 and if the file is a formerly featured sound the parameter would be
|enwiki=4. Updating the commons page is sufficient to update all wikis since
the starts are visible on all wikis.
Though it is also possible to run the code in an interwiki.py-like manner as
well as featured pictures are typically not interwiki linked.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55247
Web browser: ---
Bug ID: 55247
Summary: Bad interwiki edit in templates
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: interwiki.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1286/
Reported by: vargenau
Created on: 2011-01-20 18:57:25
Subject: Bad interwiki edit in templates
Original description:
http://nl.wikipedia.org/w/index.php?title=Sjabloon:In\_het\_nieuws\_-\_Hoof…
The interwikis were moved out of the <noinclude> without reason.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55295
Web browser: ---
Bug ID: 55295
Summary: interwiki.py should keep links inside <onlyinclude> if
there
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: interwiki.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1009/
Reported by: melancholie
Created on: 2009-08-19 22:53:27
Subject: interwiki.py should keep links inside <onlyinclude> if there
Original description:
interwiki.py should keep links inside <onlyinclude>, if they are in
there.
Currently, interwiki.py changes:
<onlyinclude>
Text
\[\[en:Foobar\]\]
</onlyinclude>
to
<onlyinclude>
Text
</onlyinclude>
\[\[en:Foobar\]\]
Although this way of embedding interwiki links is just wrong, PyWikipedia
should respect it.
Otherwise PyWikipedia might ignore interwiki links inside of
<onlyinclude> at all, like inside <includeonly>, <nowiki>
etc.??
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=54738
Web browser: ---
Bug ID: 54738
Summary: Implement a UnconnectedPages generator in Pywikipedia
Product: Pywikibot
Version: unspecified
Hardware: All
URL: https://en.wikipedia.org/wiki/Special:UnconnectedPages
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Wikidata
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: maarten(a)mdammers.nl
Depends on: 49137
Classification: Unclassified
Mobile Platform: ---
To get pages from for example
https://en.wikipedia.org/wiki/Special:UnconnectedPages . No api yet, so that
blocks this one
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55176
Web browser: ---
Bug ID: 55176
Summary: unable editing templates on pl.wikt
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: interwiki.py
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: legoktm.wikipedia(a)gmail.com
Classification: Unclassified
Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1505/
Reported by: jandudik
Created on: 2012-08-22 07:50:02
Subject: unable editing templates on pl.wikt
Original description:
pl.wikt have all interwiki in one line on the top of page.
But on templates when editing removes interwiki from
<noinclude></noinclude>
see
http://pl.wiktionary.org/w/index.php?title=Szablon:podobne&diff=next&oldid=…
--
You are receiving this mail because:
You are the assignee for the bug.