mediawiki-extensions-Popups/tests/node-qunit/gateway
Thiemo Kreuz 8fbcf6f962 Add missing TextExtracts parameter sectionformat=plain
It turns out the TextExtracts extension is build in a way so
that the parameter plaintext=1 alone is not enough. It does
not really mean "please return plain text" but "please don't
return HTML". It can still return one of three formats:
* Wikitext.
* An intermediate parser format where headlines are not
  `== this ==` but `��2��this`.
* Actual flat plain text.

The default is wikitext. That's why we see `== wikitext
syntax ==` in certain edge-case situations. Forcing it to
"plain" fixes this.

Bug: T271439
Change-Id: I3035fb3df99680af8bbd10c4513aed730013c344
2021-01-08 09:17:35 +01:00
..
mediawiki.test.js Add missing TextExtracts parameter sectionformat=plain 2021-01-08 09:17:35 +01:00
page.test.js Remove obsolete mediaWiki and jQuery aliases 2019-10-22 09:30:46 +02:00
reference.test.js Don't show preview popups with no visible content 2020-10-30 11:19:52 +01:00
rest.test.js Remove obsolete mediaWiki and jQuery aliases 2019-10-22 09:30:46 +02:00