mediawiki-extensions-Discus.../tests/data
Ed Sanders 6c3dd3aaa9 Move Hooks to HookUtils
Now that all the real hooks have been separated out

Change-Id: Ibdb42f98614fc551068f8f8e5297dcc99251ab46
2021-02-01 22:35:11 +00:00
..
arwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
arwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
ckbwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
ckbwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
enwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
enwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
frwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
frwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
huwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
huwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
itwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
itwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
nlwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
nlwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
plwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
plwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
README.txt Move Hooks to HookUtils 2021-02-01 22:35:11 +00:00
srwiki-config.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00
srwiki-data.json Use tabs for indentation in JSON test files 2021-01-27 00:25:15 +00:00

Minimal overrides for Data::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, 2 )

data.json:
  JSON.stringify( mw.loader.moduleRegistry[ 'ext.discussionTools.init' ].packageExports[ 'parser/data.json' ], null, 2 )