mediawiki-extensions-Discus.../tests/phpunit
Bartosz Dziewoński 80e52e1155 Improve detecting typed signatures
* Remove the existing approach for detecting signatures that only
  worked in source mode; remove autoSignWikitext()

* Use the same approach for auto-signing in source mode as we have
  already used in visual

* In both modes, detect whether the user has already typed a signature
  at the end of their comment in the modifier, and if so, don't add a
  signature

* Add test cases for the detection

Bug: T255738
Change-Id: I791d3035cb1ffc33ce3966d4617a25d08700c35b
2020-07-22 00:00:53 +02:00
..
CommentModifierTest.php Improve detecting typed signatures 2020-07-22 00:00:53 +02:00
CommentParserTest.php tests: Fix wrong $rootNode in some tests using CommentParser::getComments() 2020-07-15 16:40:30 +00:00
CommentTestCase.php PHP: Use DOMUtils::parseHTML 2020-06-26 20:06:47 +01:00