mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
2578c37d6c
There were two different circumstances that could trigger echo's signature detection to fail: multibyte characters in signature, and signatures near $wgMaxSigChars limit that expanded past the limit due to wfEscapeWikiText(). This patch adjusts to use mb_substr to appropriatly handle the multibyte characters, and adds a couple extra charactesr to $wgMaxSigChars to allow for wfEscapeWikiText(). This isn't perfect, but a stricter implementation would require much more work than i think we should spend here. Bug: 73426 Change-Id: Ic51c2bc2a08600f188db13a9a0537f1321c9a655 |
||
---|---|---|
.. | ||
api | ||
controller | ||
formatters | ||
includes | ||
maintenance | ||
model |