valhallasw created this task.
valhallasw added a subscriber: valhallasw.
valhallasw added a project: Pywikibot-documentation.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
Restricted Application added a project: Documentation.
TASK DESCRIPTION
As a part of the gold standard evaluation for pywikibot, I identified several : API:Client code/Evaluations/Pywikibot#Suggested TODOs. --Fhocutt (talk) 19:07, 25 July 2014 (UTC)
Changes that would improve the documentation include:
* Add code samples to the documentation to provide easy-to-use examples for common tasks (including queries/lists/searches and edits)
* Add easy-to-find, complete, and intuitive installation instructions to the documentation. This should include installation via pip ({T67176}) and into virtual environments ({T63783}).
* Add documentation for people who aren't running bots with existing scripts (particularly researchers who extract data via the API and beginning/intermediate bot writers).
* Method docstrings should include a link to the corresponding mw:API subpage.
TASK DETAIL
https://phabricator.wikimedia.org/T100144
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: valhallasw
Cc: pywikipedia-bugs, valhallasw, Aklapper, Spage
Earwig added a comment.
mwparserfromhell 0.4.1 should come soon (next few days, just need to work out the windows binary situation) - I'll add 3.5 support along with it, so we shouldn't have any problems with this.
TASK DETAIL
https://phabricator.wikimedia.org/T68010
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Earwig
Cc: liangent, Xqt, Earwig, Legoktm, jayvdb, Ricordisamoa, pywikipedia-bugs
Xqt created this task.
Xqt added a subscriber: Xqt.
Xqt added a project: pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
fixing_redirects.py should not work without write confirmation except -always Option is given
TASK DETAIL
https://phabricator.wikimedia.org/T100122
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Xqt
Cc: pywikipedia-bugs, Xqt, Aklapper, jayvdb
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added a project: pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
This API response looks like it should cause a 'back off and retry':
{'servedby': 'mw1017', 'error': {'info': 'The wiki is currently in read-only mode', 'help': 'See https://test.wikidata.org/w/api.php for API usage', 'readonlyreason': 'The database has been automatically locked while the slave database servers catch up to the master', 'code': 'readonly'}, 'warnings': {'watch': {'*': 'The title parameter has been deprecated.'}}}
https://travis-ci.org/wikimedia/pywikibot-core/jobs/63795749#L918
Note that this is not the internal_api_error_ReadOnlyError error, which already does start a 'back off and retry' reaction.
TASK DETAIL
https://phabricator.wikimedia.org/T100123
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, Aklapper