Catrope has submitted this change and it was merged. Change subject: mediawiki.Uri: Don't raw encode the 'title' query parameter. ......................................................................
mediawiki.Uri: Don't raw encode the 'title' query parameter. Previously: Input: http://alpha.wiki.krinkle.dev/w/index.php?title=Sandbox/2&oldid=611&veaction=edit Action: remove query.veaction Output: http://alpha.wiki.krinkle.dev/w/index.php?title=Sandbox%2F2&oldid=611 Now the title parameter stays the same. Change-Id: Ieb9eee450ea8ae3cc97bab12de935c6e7b103842 --- M resources/mediawiki/mediawiki.Uri.js M tests/qunit/suites/resources/mediawiki/mediawiki.Uri.test.js 2 files changed, 16 insertions(+), 2 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/37191 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieb9eee450ea8ae3cc97bab12de935c6e7b103842 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.21wmf5 Gerrit-Owner: Catrope <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
