mediawiki-extensions-Math/src
Moritz Schubotz (physikerwelt) b47f2f004c Remove utf8 encode / decode
For old mysql versions utf8 encode decode was required to avoid
that math characters get messed up. This problem does not occur
with MariaDB 10.2. As now data is stored and retrieved as binary
by default, the data is returned in the same way as it is written.

Bug: T324173
Change-Id: Id29c9a8614156ff8170bc3148f2498b32c70fd8a
(cherry picked from commit 804c026a61)
2024-01-19 23:42:20 +00:00
..
HookHandlers Replace deprecated Hooks::run 2023-09-05 21:26:08 +00:00
InputCheck Expose parsetree in local checker 2023-03-01 08:30:46 +01:00
Render Add minimal native MML mode 2023-03-02 20:50:29 +01:00
Rest Enable popups for annotated math formulae 2022-12-06 06:07:22 +00:00
TexVC Merge "Fix for sideset case" 2023-03-13 15:57:52 +00: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 Make code using the Math.CheckerFactory service discoverable 2022-11-23 12:10:32 +00:00
MathConfig.php Add native MathML rendering mode to MathConfig 2023-03-01 13:39:35 +00: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 Catch all exception during rendering 2023-03-02 22:19:38 +01:00
MathMathMLCli.php Introduce method to get checker 2023-03-02 11:41:15 +01:00
MathMLRdfBuilder.php Namespace extension 2021-04-08 01:17:14 +01:00
MathNativeMML.php Add minimal native MML mode 2023-03-02 20:50:29 +01:00
MathRenderer.php Remove utf8 encode / decode 2024-01-19 23:42:20 +00:00
MathRestbaseInterface.php Replace comment about deprecated Http::post 2022-12-11 15:04:59 +01:00
MathSource.php Move math configuration methods into a service 2021-09-28 13:31:08 -07:00
MathValidator.php Make code using the Math.CheckerFactory service discoverable 2022-11-23 12:10:32 +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 Enable popups for annotated math formulae 2022-12-06 06:07:22 +00:00
SpecialMathShowImage.php Remove PNG rendering mode 2022-11-21 18:57:27 +00:00
SpecialMathStatus.php Add support for cli only version in MathStatus 2023-09-05 21:35:48 +00:00
SpecialMathWikibase.php Remove unnecessary uses of <span class="mw-headline"> 2022-11-24 17:04:29 +01:00
WikibaseHook.php build: Updating composer dependencies 2021-05-05 06:48:02 +00:00