The EditAccount extension has two main purposes. One is to change the password, real name, or email address of another user. The second is to disable the account of another user (Home page).
Details
Jul 12 2023
Feb 13 2023
Version was bumped. Users who want compatibility with 1.35 should use the REL1_35 branch.
and following semver with a release 2.x
Jan 25 2023
Change 883613 merged by jenkins-bot:
[mediawiki/extensions/EditAccount@REL1_39] Bump MW version requirement as UserIdentityLookup is @since 1.36
Change 883613 had a related patch set uploaded (by Brian Wolff; author: Brian Wolff):
[mediawiki/extensions/EditAccount@REL1_39] Bump MW version requirement as UserIdentityLookup is @since 1.36
Jan 21 2023
Change 882152 merged by jenkins-bot:
[mediawiki/extensions/EditAccount@master] Bump MW version requirement as UserIdentityLookup is @since 1.36
I don't think think this extension is using SemVer versioning scheme.
Change 882152 had a related patch set uploaded (by Brian Wolff; author: Brian Wolff):
[mediawiki/extensions/EditAccount@master] Bump MW version requirement as UserIdentityLookup is @since 1.36
Jan 12 2023
Please always provide the exact error message / stacktrace / offending function call.
Aug 3 2022
Downloaded latest, applied, email rename worked successfully - thank you for the very timely action here!!
Aug 2 2022
The extension is de-facto abandoned. I fixed this now, but there is likely still other stuff that's broken.
Change 819622 merged by jenkins-bot:
[mediawiki/extensions/EditAccount@REL1_38] Use UserOptionsManager instead of deprecated/removed User methods
Change 819622 had a related patch set uploaded (by Zabe; author: Zabe):
[mediawiki/extensions/EditAccount@REL1_38] Use UserOptionsManager instead of deprecated/removed User methods
Change 819739 merged by jenkins-bot:
[mediawiki/extensions/EditAccount@master] Use UserOptionsManager instead of deprecated/removed User methods
Not a php programmer but relevant snippet appears to be:
Change 819739 had a related patch set uploaded (by Zabe; author: Zabe):
[mediawiki/extensions/EditAccount@master] Use UserOptionsManager instead of deprecated/removed User methods
User::setOption() had been deprecated since 1.35 (use UserOptionsManager::setOption instead) and got removed in 1.38.
Jul 28 2022
A deprecation notice should not break your wiki, the message may be shown and it looks broken.
