Daviskr created this task.
Daviskr added a subscriber: Daviskr.
Daviskr added a project: pywikibot-core.
Daviskr changed Security from none to none.
TASK DESCRIPTION
In pywikibot-core, `scripts/blockreview.py` is calling `site.logpages()`, which was removed in core, [[https://git.wikimedia.org/blob/pywikibot%2Fcore/75b49209d56457097c7234baf2d… | here]]. It seems this just needs to be replaced by `site.logevents()` with the parameters changed around.
TASK DETAIL
https://phabricator.wikimedia.org/T78107
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: Daviskr
Cc: Aklapper, Daviskr, jayvdb, pywikipedia-bugs
jayvdb edited the task description.
jayvdb removed a subscriber: Unknown Object (????).
jayvdb set Security to none.
TASK DETAIL
https://phabricator.wikimedia.org/T75513
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, XZise, Omegat
jayvdb added a comment.
Copying the relevant part of the CGI task description:
The upload.py script should be enhanced so that:
# the class "UploadRobot" supports uploading a list of files to a MediaWiki site, and
# the main() function allows command line options that can be used to instruct the bot to upload all files contained within a local directory using the same description for each upload file.
TASK DETAIL
https://phabricator.wikimedia.org/T57088
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: murfel, jayvdb
Cc: pywikipedia-bugs, Legoktm, jayvdb, Qgil
jayvdb added a comment.
And another. https://travis-ci.org/jayvdb/pywikibot-core/jobs/43413736
When nosetests is working, we can switch the 3.3 enwp build to nosetests, which .. 'should' .. give us a log.
TASK DETAIL
https://phabricator.wikimedia.org/T75120
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, XZise, jayvdb
Multichill created this task.
Multichill assigned this task to Pywikibugs.
Multichill added a subscriber: Multichill.
Multichill added projects: pywikibot-core, Pywikibot-Wikidata.
Multichill changed Security from none to none.
TASK DESCRIPTION
At the moment HarvestRobot.treat() in harvest_template.py will always load the item (item.get()). This is quit inefficient if there is no data to import. The bot should look if there is (valid) data to import and if that's the case, load the item. If it's not the case, the bot shouldn't load the item. This should dramatically increase the speed of the bot.
TASK DETAIL
https://phabricator.wikimedia.org/T76391
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: Pywikibugs, Multichill
Cc: pywikipedia-bugs, Multichill, jayvdb
Multichill created this task.
Multichill assigned this task to Pywikibugs.
Multichill added a subscriber: Multichill.
Multichill added a project: pywikibot-core.
Multichill changed Security from none to none.
TASK DESCRIPTION
At the moment we have different bots use different api keys. For example config.flickr['api_key'] in flickrripper.py to access the Flickr api. It would be nice to just have an api dict in config which can be used to store whatever api keys you get.
TASK DETAIL
https://phabricator.wikimedia.org/T77026
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: Pywikibugs, Multichill
Cc: Aklapper, Multichill, jayvdb, pywikipedia-bugs
murfel claimed this task.
TASK DETAIL
https://phabricator.wikimedia.org/T57088
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: murfel
Cc: pywikipedia-bugs, Legoktm, jayvdb, Qgil