fix syntax plugin loadingIt turns out our Syntax plugins never implemented the PluginInterface(though they did use the PluginTrait). With our stricter type checkingin the plugin loader, these plu
fix syntax plugin loadingIt turns out our Syntax plugins never implemented the PluginInterface(though they did use the PluginTrait). With our stricter type checkingin the plugin loader, these plugins did not longer load.
show more ...
code style: line breaks
code style: operator spacing
codestyle adjustments: class declaration braces
Apply rector fixes to inc/Parsing
Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had
Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had legitimate use of these options.If someone needs the functionality, it can easily be added back using aplugin. But I prefer to give users one less option to shoot themselvesin the foot.Removal of the translations for the config strings can follow after thishas been merged.
Public access to patterns in external link parser
Fix php styling of too long regexp
Fixed broken link rendering for external links at start of lineExternal links at the start of line like 'www.example.com' werenot rendered as links any more. The issue was introduced with PR #1988
Fixed broken link rendering for external links at start of lineExternal links at the start of line like 'www.example.com' werenot rendered as links any more. The issue was introduced with PR #1988.Fixes #2399.
moved all parsing related namespaces to their own