Created an RFC on your behalf

edit

HI Markus! We talked about your SVG/XHTML proposal in our ArchCom-RFC meeting today (Phab:E325). Lots of ideas, but no firm conclusions yet. However, I'm planning to move the bulk of the text of T138783 over to Requests for comment/SVG Upload should (optionally) allow the xhtml namespace, since we've found that the wiki is an easier place to collaborate on complicated prose. We're still keeping trck of T138783, and comments are still welcome there too. (And in case you're saying to yourself "oh, I did it wrong", the answer is "no, you didn't". We only move conversations to wiki when they look like they get complicated to negotiate, and this one is) RobLa-WMF (talk) 23:52, 26 October 2016 (UTC)Reply

Language Setting

edit

Dear Markus, thanks for developing this extension which works great in my environment. There's just one thing missing: The possibility to set a default language within the LocalSettings.php file. BR, Reinhard 2A0B:9E04:112F:CB10:E5CA:5FEA:7097:1959 (talk) 11:13, 9 June 2023 (UTC)Reply

DrawioEditor can not works

edit

Dear Markus, thanks for developing this extension。it not works in my environment. Can you help me check the problem?

error details:

Error: Class 'MWStake\MediaWiki\Component\ManifestRegistry\ManifestAttributeBasedRegistry' not found

Backtrace:

from /var/www/html/mediawiki/extensions/DrawioEditor/src/DrawioInspectorPluginModules.php(13)

thanks agin!!@Markus Gebert 小一女士 (talk) 05:46, 18 December 2023 (UTC)Reply

DrawioEditor became a new dependency:
php composer.phar require mwstake/mediawiki-component-manifestregistry:~2.0
After i add this it worked again nice. Marcus-BLT (talk) 15:54, 22 January 2024 (UTC)Reply
1) I would suggest adding this note on the extension page or at least on the discussion page of the extension as it was hard to fing it unless using specific keywords (and some debug)
2) This might solve the issue, but cause an other error to appear on the console..
[xxxyyyzzz] /<wiki>/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector   ConfigException: GlobalVarConfig::get: undefined option: 'Overrides'
Backtrace:
from /var/www/mediawiki-1.39.6/includes/config/GlobalVarConfig.php(59)
# 0 /var/www/mediawiki-1.39.6/vendor/mwstake/mediawiki-component-manifestregistry/src/ManifestAttributeBasedRegistry.php(47): GlobalVarConfig->get()
# 1 /var/www/mediawiki-1.39.6/extensions/DrawioEditor/src/DrawioInspectorPluginModules.php(14): MWStake\MediaWiki\Component\ManifestRegistry\ManifestAttributeBasedRegistry->__construct()
# 2 /var/www/mediawiki-1.39.6/includes/ResourceLoader/FileModule.php(1265): MediaWiki\Extension\DrawioEditor\DrawioInspectorPluginModules::getPluginModules()
# 3 /var/www/mediawiki-1.39.6/includes/ResourceLoader/FileModule.php(608): MediaWiki\ResourceLoader\FileModule->expandPackageFiles()
...
Michele.Fella (talk) 19:20, 1 February 2024 (UTC)Reply
to fix this error you need to add $GLOBALS['mwsgManifestRegistryOverrides'] = []; to your LocalSettings.php 212.78.212.198 (talk) 09:32, 15 May 2024 (UTC)Reply

Resolution of the generated png-file

edit

Hello Markus,

thx for the great plugin.

It is also very usefull to combine text with grafical elments. But the fix resolution of the generatedt png-file are quite a handicap. So we have to export the drawio-data to higer resotion png-files manually. Is ist possible to configurate the plugin, to fix it?

cheers, Carsten J., Münster 91.26.250.66 (talk) 12:05, 4 July 2024 (UTC)Reply