mediawiki-extensions-Discus.../tests
Bartosz Dziewoński 6bf128cf2d Use setExtensionData() instead of marker comments where possible (3/3)
We started using marker comments (HTML comments with special content
inserted into the page) for the reply buttons back in the day, because
we needed to indicate their location in the HTML. Later we used the
same idea for things which aren't actually tied to a specific location
in the HTML, such as boolean data like __DTEMPTYTALKPAGE__. There is a
better way to do this.

This commit stop writing the HTML comments, which are no longer used,
and cleans up the tests.

Bug: T328980
Change-Id: I37541356830945cc9abcc79d4c445ff6f2449759
(cherry picked from commit ab40ef62c0)
2023-03-21 00:13:01 +01:00
..
cases Use setExtensionData() instead of marker comments where possible (3/3) 2023-03-21 00:13:01 +01:00
data LanguageData: Use special page alias with spaces 2023-01-16 22:27:23 +01:00
phpunit Use setExtensionData() instead of marker comments where possible (3/3) 2023-03-21 00:13:01 +01:00
qunit ThreadItem: Add display names to getAuthorsBelow 2023-02-23 23:03:35 +00:00