Hashar has submitted this change and it was merged. Change subject: (bug 37963) Fixed loading process for user options. ......................................................................
(bug 37963) Fixed loading process for user options. The bug has actually already been fixed, so this patch just removes extraneous function calls and code in User::getOption() and User::setOption(). It also adds unit tests for user options (including a test for the case provided in the bug report). Change-Id: Idd8af9cf1a26a4adbde3ca71dde64539ecd0a207 --- M RELEASE-NOTES-1.21 M includes/User.php M tests/phpunit/includes/UserTest.php 3 files changed, 29 insertions(+), 12 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/17464 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idd8af9cf1a26a4adbde3ca71dde64539ecd0a207 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Parent5446 <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Parent5446 <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
