mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +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 |
||
---|---|---|
.. | ||
cache | ||
gateway | ||
iterator | ||
mapper | ||
AttributeManagerTest.php | ||
BatchRowUpdateTest.php | ||
ContainmentSetTest.php | ||
DiffParserTest.php | ||
DiscussionParserTest.php | ||
EchoDbFactoryTest.php | ||
EmailFormatterTest.php | ||
NotifUserTest.php | ||
TalkPageFunctionalTest.php | ||
UserLocatorTest.php |