mediawiki-extensions-Echo/tests/phpunit/revision_txt
WMDE-Fisch 4ac1711be8 Send mentions when editing multiple sections in between sections.
This patch fixes mentions not being send when multiple sections were added
in between sections.

Since we only want to send mentions when userlinks and signature are present
in the same section a new method was added extracting sections and the related
content from an addition. The results are checked whether a section content
contains a signature and might be relevant for mentions.

Bug: T141863
Change-Id: I434c664552bbadbeef6e897e20703e813f5a4c52
2016-09-08 15:15:14 +02:00
..
40608353.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
40610292.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
138274875.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
138275105.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
612485595.txt Add test case to demonstrate T68512 is fixed 2015-07-06 17:31:08 -07:00
612485855.txt Add test case to demonstrate T68512 is fixed 2015-07-06 17:31:08 -07:00
637637213.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
637638133.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
646790570.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
646792804.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
647258025.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
647260329.txt Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00
747747747.txt Echo notifications for mention failures 2016-07-27 13:00:25 +02:00
747747748.txt Echo notifications for mention failures 2016-07-27 13:00:25 +02:00
747747749.txt Echo notifications for mention failures 2016-07-27 13:00:25 +02:00
747747750.txt Echo notifications for successful mentions 2016-08-01 13:40:55 +02:00
747798765.txt Add tests for events on multiple sections edits 2016-08-02 17:15:31 +02:00
747798766.txt Add tests for events on multiple sections edits 2016-08-02 17:15:31 +02:00
747798767.txt Add tests for events on multiple sections edits 2016-08-02 17:15:31 +02:00
747798768.txt Add tests for events on multiple sections edits 2016-08-02 17:15:31 +02:00
747798770.txt Send mentions when editing multiple sections in between sections. 2016-09-08 15:15:14 +02:00
747798771.txt Send mentions when editing multiple sections in between sections. 2016-09-08 15:15:14 +02:00
747798772.txt Send mentions when editing multiple sections in between sections. 2016-09-08 15:15:14 +02:00
README Update tests/phpunit for new directory structure 2015-06-15 11:36:02 -07:00

This folder holds wikitext revision excerpts that are used in
phpunit/includes/DiscussionParserTest.php

It just seemed a bit overkill to include the entire content in the PHP code ;)