Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MW 1.28 / 1.29 support #65

Open
xbony2 opened this issue Aug 7, 2017 · 1 comment
Open

MW 1.28 / 1.29 support #65

xbony2 opened this issue Aug 7, 2017 · 1 comment

Comments

@xbony2
Copy link
Member

xbony2 commented Aug 7, 2017

No description provided.

@elifoster
Copy link
Member

elifoster commented Aug 8, 2017

MediaWiki 1.29 changes we might be affected by

See MediaWiki 1.29

  • "Submitting sensitive authentication request parameters to action=clientlogin, action=createaccount, action=linkaccount, and action=changeauthenticationdata in the query string is now an error. They should be submitted in the POST body instead."
  • "action=move now reports errors when moving the talk page as an array under key talkmove-errors, rather than using talkmove-error-code and talkmove-error-info. The format for subpage move errors has also changed.
  • "action=upload now reports optional stash failures as an array under key 'stasherrors' rather than a 'stashfailed' text string."
  • "action=watch reports 'errors' and 'warnings' instead of a single 'error', and no longer returns a 'message' on success."

MediaWiki 1.28 changes we might be affected by

See MediaWiki 1.28

  • "Added 'maxarticlesize' property to action=query&meta=siteinfo which contains the value of $wgMaxArticleSize." Returned by @mw.get_general['maxarticlesize']
  • "Property 'modulemessages' from action=parse&prop=modules was removed (deprecated since 1.26)." We do not have parsing functionality
  • "The following response properties from action=login, deprecated in 1.27, are now removed: lgtoken, cookieprefix, sessionid. Clients should handle cookies to properly manage session state." Update token system to reflect latest MediaWiki #67
  • "Submitting the lgtoken and lgpassword parameters in the query string to action=login is now deprecated and outputs a warning. They should be submitted in the POST body instead."

elifoster added a commit that referenced this issue Oct 17, 2017
This resolves #45, resolves #46, and resolves part of #65.
elifoster added a commit that referenced this issue Oct 17, 2017
This resolves #45, resolves #46, and resolves part of #65.
@elifoster elifoster added mw update and removed bug labels Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants