jayvdb created this task.
jayvdb added subscribers: pywikipedia-bugs, jayvdb.
jayvdb added projects: pywikibot-core, easy, Pywikibot-tests.
TASK DESCRIPTION
BaseSite.urlEncode is deprecated, and uses urlencode(query) as its implementation. This doesnt appear to be backwards compatible, as the compat code would re-order the args, and do utg8 encoding.
Ideally we build some unit tests that pass on compat, but fail on core, and find an implementation that is backwards compatible, or copy the code from compat.
TASK DETAIL
https://phabricator.wikimedia.org/T85321
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: Aklapper, jayvdb, pywikipedia-bugs
jayvdb created this task.
jayvdb added subscribers: pywikipedia-bugs, valhallasw, jayvdb.
jayvdb added projects: pywikibot-core, tracking, easy, Pywikibot-tests.
TASK DESCRIPTION
The compat method spec is
```
def siteinfo(self, key='general', force=False, dump=False):
```
In core it is
```
@property
def siteinfo(self):
```
Need tests and probably fixes to make that backwards compatible.
TASK DETAIL
https://phabricator.wikimedia.org/T85322
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: Aklapper, valhallasw, jayvdb, pywikipedia-bugs
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added a project: pywikibot-core.
jayvdb changed Security from none to none.
TASK DESCRIPTION
The Tk functionality in flickrripper should be migrated to the pywikibot module gui.py
TASK DETAIL
https://phabricator.wikimedia.org/T78505
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: Aklapper, jayvdb, pywikipedia-bugs