mediawiki-extensions-Discus.../tests/data
Umherirrender ecac4c3bd1 LanguageData: Use special page alias with spaces
The alias stored in the language files is with underscores,
but the value is compared in CommentParser against text with spaces

Affected languages: bjn, hu, id, jv, kaa, tl, tpi, vi, war

Bug: T327021
Change-Id: I8626627d10a240973e631e24508937a9eee9fb14
2023-01-16 22:27:23 +01:00
..
arwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
arwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
ckbwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
ckbwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
commonswiki-config.json Add another test case for transclusions overlapping comments 2022-01-17 23:52:02 +01:00
commonswiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
enwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
enwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
eswiki-config.json Add test case for T313100 2022-11-14 19:16:43 +01:00
eswiki-data.json Add test case for T313100 2022-11-14 19:16:43 +01:00
frwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
frwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
huwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
huwiki-data.json LanguageData: Use special page alias with spaces 2023-01-16 22:27:23 +01:00
itwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
itwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
nlwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
nlwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
plwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
plwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00
README.txt Add test case for T313100 2022-11-14 19:16:43 +01:00
srwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
srwiki-data.json Move signatureScanLimit to a constant in JS 2022-02-21 22:42:14 +01:00

Minimal overrides for LanguageData::getLocalData() and mw.config
required for us to be able to parse HTML generated by the given wiki.

To make one of these files, run the following in browser console:

config.json:
  JSON.stringify( mw.config.get( [ 'wgContentLanguage', 'wgArticlePath', 'wgNamespaceIds', 'wgFormattedNamespaces' ] ), null, '\t' )

data.json:
  JSON.stringify( mw.loader.require( 'ext.discussionTools.init' ).parserData, null, '\t' )