Markus Gebert
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Created an RFC on your behalf
editHI 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)
Language Setting
editDear 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)
DrawioEditor can not works
editDear 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)
- 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)
- 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..
- Michele.Fella (talk) 19:20, 1 February 2024 (UTC)
[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() ...
- 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)
Resolution of the generated png-file
editHello 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)