mediawiki-extensions-Math/src
Thiemo Kreuz 7dbc300a5f Various code cleanups, more compact syntax and such
Some notes:
* Note that array_column() strips array keys. I checked and this is
  fine here.
* Html::element() will skip attributes that are set to null or false.
  Perfect fit here.
* I routinely remove comments that do notjing but repeat what the
  code already says.

Change-Id: Ie7797b78f1af5d8404c9e97b333fac8c6b3ac85e
2022-11-23 15:36:22 +01:00
..
HookHandlers Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
InputCheck Activate chem and inline-tex type input in LocalChecker 2022-10-25 18:35:54 +02:00
Render Remove PNG rendering mode 2022-11-21 18:57:27 +00:00
Rest Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 21:08:24 +01:00
TexVC Fix Phan warning in TexVC class 2022-11-23 11:04:10 +01:00
Widget Implement wikidata entity selector 2020-12-19 09:11:40 +01:00
Hooks.php schema: Move all sql files to sql folder 2022-06-22 18:11:51 +00:00
Math.php Provide static Factory Class for Math related services 2022-07-22 18:59:11 +02:00
MathChemSymbolsDataModule.php Use new ResourceLoader namespace 2022-05-24 22:59:43 +00:00
MathConfig.php Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
MathDataUpdater.php Remove global namespace class aliases 2021-10-01 16:30:09 +00:00
MathFormatter.php Namespace extension 2021-04-08 01:17:14 +01:00
MathLaTeXML.php Make use of ?: and ?? shortcut syntax where it makes sense 2022-11-22 12:29:44 +01:00
MathMathML.php Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
MathMathMLCli.php Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
MathMathSymbolsDataModule.php Use new ResourceLoader namespace 2022-05-24 22:59:43 +00:00
MathMLRdfBuilder.php Namespace extension 2021-04-08 01:17:14 +01:00
MathRenderer.php Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
MathRestbaseInterface.php Various code cleanups, more compact syntax and such 2022-11-23 15:36:22 +01:00
MathSource.php Move math configuration methods into a service 2021-09-28 13:31:08 -07:00
MathValidator.php Change validate in MathValidator to php-based checking 2022-11-22 11:17:20 +00:00
MathWikibaseConnector.php Avoid try…catch where if…else will do when using LanguageFactory 2022-11-18 21:08:24 +01:00
MathWikibaseInfo.php REST API endpoint for popups 2022-08-05 17:47:44 +09:00
SpecialMathShowImage.php Remove PNG rendering mode 2022-11-21 18:57:27 +00:00
SpecialMathStatus.php Remove some unused methods. 2022-06-27 18:20:06 +00:00
SpecialMathWikibase.php REST API endpoint for popups 2022-08-05 17:47:44 +09:00
WikibaseHook.php build: Updating composer dependencies 2021-05-05 06:48:02 +00:00