Robert Vogel
Robert Vogel
HINT: Apparently I did something wrong in the first place. With ``` openssl req -x509 -newkey rsa:4096 -keyout .key -out .crt -sha256 -days 3650 -nodes -subj "/C=...ST=.../L=.../O=.../OU=.../CN=..." ``` it worked.
Patch provided
Sorry for hijacking the topic, but I have a related question. I am also walking the document object tree in some recursive implementation. I try to extract a "table of...
I have created the draft PR #5636 It does not work yet, but roughly shows the direction. I believe the task contains two main items: 1. Make new MW43 DBAL...
Looks like legacy constant `DB_MASTER` has also been removed (https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1065983) ``` root@cd00e484f8c6:/data/codebase/w# php maintenance/run update --quick --skip-config-validation PHP Fatal error: Uncaught Error: Undefined constant "DB_MASTER" in /data/codebase/w/extensions/SemanticMediaWiki/includes/DefaultSettings.php:185 Stack trace: #0...
Closing this in favor of https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/5679 My change was only a quick test / draft. The other one is much more mature already. Doesn't make sense to keep this.
I am member of the BlueSpce team. We have just fixed the compatibility to MediaWiki 1.35-alpha. This might also work for 1.33 See https://github.com/hallowelt/mediawiki-extensions-DrawioEditor
We will move this to the public WMF git repository. By this issues can be tracked using WMF Phabricator (https://phabricator.wikimedia.org/), contributions and code review will be handled within the WMF...
This extension is now [1] maintained on WMF gerrit. Please file any bug report at https://phabricator.wikimedia.org/tag/mediawiki-extensions-drawioeditor/ [1] https://www.mediawiki.org/w/index.php?diff=4013201&oldid=4009652&title=Gerrit/New_repositories/Requests/Entries&type=revision&diffmode=source
I have seen it, thank you! I will review/merge it as soon as possible.