https://bugzilla.wikimedia.org/show_bug.cgi?id=71864
Bug ID: 71864
Summary: Travis builds not loading flickrripper due to missing
ImageTk
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: tests
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
As mentioned on bug 71454 comment 2 , current travis builds are not loading
flickrripper as script_tests cant import dependency ImageTk
https://travis-ci.org/wikimedia/pywikibot-core/jobs/37419168
"flickrripper depends on ImageTk, which isnt available:
No module named ImageTk"
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=73085
Bug ID: 73085
Summary: states_redirect should not create redirects for every
matching title
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: Other scripts
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
e.g. Elections_in_Dakota,_Maine is not a title that should have a redirect
Elections_in_Dakota,_ME as that type of redirect isnt likely to be a direct
data entry, and it clutters the search results / suggestions lists.
The script currently does create any article which has a state suffix, as that
is what the compat us-states.py script did.
https://test.wikipedia.org/w/index.php?title=Elections_in_Dakota,_ME&redire…
If the script used pagegenerators, it would probably be possible to filter out
undesirable titles to be created, or maybe that depends on bug 54537.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=71454
Bug ID: 71454
Summary: Some test runs are verbose
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: tests
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
Some test runs become verbose, without a user config setting for verbosity.
This previously occurred for travis builds against ar.wikipedia.
https://travis-ci.org/wikimedia/pywikibot-core/jobs/34230160
Current travis builds do not exhibit this behaviour, however it still occurs on
my ar.wikipedia test runs.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=70444
Bug ID: 70444
Summary: Family file for anarchopedia looks wrong
Product: Pywikibot
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: info(a)gno.de
Web browser: ---
Mobile Platform: ---
There are few site codes which are obsolete and redirected to other. Seems the
Family.obsolote dict is twisted, e.g.
self.obsolete = {
'deu': 'de',
}
must be
self.obsolete = {
'de': 'ger',
'deu': 'ger',
}
some entry are overridden by later entries e.g. for 'ell' code
'nno' and 'nob' are still valid and not obsolete
See
http://pt.anarchopedia.org/api.php?action=query&meta=siteinfo&siprop=interw…
Note: the api is very very slow and should be cached maybe some kind of
precaching e.g. for Site.lang to get the right i18n quickly.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=73025
Bug ID: 73025
Summary: flickrripper uses missing config vars tkhorsize &
tkvertsize (pylint)
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: Other scripts
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
E:355,44: Module 'pywikibot.config2' has no 'tkhorsize' member (no-member)
E:355,62: Module 'pywikibot.config2' has no 'tkvertsize' member (no-member)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=73017
Bug ID: 73017
Summary: Module 'pywikibot' has no 'url2link' member (pylint)
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: Unprioritized
Component: Other scripts
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
$ git grep -n url2link
scripts/checkimages.py:742: luser = pywikibot.url2link(nick, self.site,
self.site)
scripts/welcome.py:602: username = pywikibot.url2link(usrna,
self.site, self.site)
scripts/welcome.py:657: luser = pywikibot.url2link(result.name(),
self.site, self.site)
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=73019
Bug ID: 73019
Summary: welcome using missing functions
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: Unprioritized
Component: Other scripts
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: jayvdb(a)gmail.com
Web browser: ---
Mobile Platform: ---
In addition to the errors in bug 73017, welcome has two other serious coding
issues
E:722,20: Class 'User' has no 'getall' member (no-member)
E:725,25: Instance of 'WelcomeBot' has no '_parseNewUserLogOld' member
(no-member)
It is in a branch of code that needs the -quick parameter to be invoked, and
looks like it is trying to a) preload the pages, and b) fallback to an
implementation which wasnt ported.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=64840
Bug ID: 64840
Summary: [Tracking] Documentation
Product: Pywikibot
Version: core (2.0)
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General
Assignee: Pywikipedia-bugs(a)lists.wikimedia.org
Reporter: valhallasw(a)arctus.nl
Blocks: 2007
Web browser: ---
Mobile Platform: ---
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55054
Web browser: ---
Bug ID: 55054
Summary: Add new section to a page
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/273/
Reported by: binbot
Created on: 2010-11-07 16:57:49
Subject: Add new section to a page
Original description:
Hi\! Wikipedia.Page has now to saving methods, put\(newtext\) and
put\_async\(newtext\). I ask you to introduce a third one:
newsection\(title,newtext\). It should work as ...action=edit§ion=new, so
we shouldn't bother the old content of the page to add something to the end.
Thanks a lot\!
--
You are receiving this mail because:
You are the assignee for the bug.