User Details
- User Since
- Oct 22 2014, 6:20 AM (580 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Osnard [ Global Accounts ]
Mon, Dec 1
Thanks for reporting! I have created an internal ticket ERM45366 and scheduled it for the next patchlevel release of BlueSpice. Will probably be early 2026 until it is done.
Oct 7 2025
@sbassett Thanks for reviewing. The failing CI tests seem to be unrelated. Looks like a general incompatibility to a DB schema change in MediaWiki Core at master. Could we get this change cherry-picked and merged into REL1_43 as well?
Sep 22 2025
Apparently, it is sufficient to bump the library version to a new minor. None of the interfaces used by the extension has changed.
Sep 16 2025
Sorry, my bad. As mentioned in the discussion on the change, this object member is not required, as it is already declared in the base class. So, yes, one can safely remove this line.
Nevermind, thanks for confirmation.
Sep 15 2025
Hint: I am not entirely sure if the original check is still valid in modern MediaWiki. Description says
Our parent class provided a session info, but the $wgGroupPermission for creating user accounts was changed while using this extension.
AFAIK, currently a change in $wgGroupPermission will not be possible anymore once GroupPermissionsLookup has been initialized. So I don't see how this situation can happen in MediaWiki 1.43+
FYI: I have created https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Auth_remoteuser/+/1188293 as an proposal. Have set it to WIP, as I didn't have time to test it yet. Open for discussion.
because I want to grant read-only access to remote users who do not have a MediaWiki account. When such a user tries to log in, the same memory error appears.
Sep 10 2025
I have provided a patch. And a version 9.0.1 will be published soon.
Sep 8 2025
Thank you. I can not believe I missed this line. How embarrassing.
Aug 22 2025
I have created a patch at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Auth_remoteuser/+/1181135
As far as I can tell this is not required anymore, as modern versions of Parsoid do not need Cookie-Forwarding anymore.
This seems to be a duplicate of T369974, isn't it?
Jul 29 2025
This should be fixed in the meantime
The latest version of Extension:DrawIOEditor can save SVGs. Can we close this ticket?
In the meantime 9.0 has been released. Can we close this ticket?
Jul 15 2025
[...] I instead get into an infinite loop in the SessionManager code (which times out after 30 seconds) [...]
Jul 10 2025
Saving SVGs should be possible with the latest version.
Jun 30 2025
Thank you very much! Yes, "56.2 KBytes/seconds" looks like the speed I faced recently. Today I didn't experience this anymore. At least I now know I didn't cause this by my automation. Again, thank you.
Jun 27 2025
Jun 23 2025
First of all, my apologies for the inconvenience. I'd like to provide some context.
Jun 17 2025
Thanks for the feedback. I have now merged the change.
Jun 16 2025
@Dsavuljesku investigated this issue and found the injection of the DeletePageFactory to be the root cause. He has provided a fix at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/CommentStreams/+/1159325
It looks like d.savuljesku's work to make CS "store agnostic" is where the problem was introduced.
Jun 4 2025
Thanks for researching this. For BlueSpice we use CommentStreams + SMW 5 and didn't face any issues so far. I have seen the error message
May 26 2025
Thanks for reaching out. Yes, @pyashchenko does no longer maintain this extension. I'll take it on my list.
May 22 2025
Thank you very much!
May 21 2025
May 14 2025
The change I mentioned is not merged yet and even if it were, the functionality is disabled by default. So situation will not get worse for you.
Apr 25 2025
@Thomas-topway-it Thanks for providing this patch!
Mar 27 2025
Patch available at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/SimpleSAMLphp/+/959995
Mar 14 2025
There is a patch available at https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PluggableAuth/+/1124093
Mar 10 2025
Thanks for reporting this. As far as I can tell at the moment, this is not a dependency to BlueSpice, but to a "library" pulled in by composer (there was actually a small dependency in the JavaScript, but we fixed this today). There _are_ integrations into BlueSpice, but they should not cause issues.
Feb 21 2025
Yes, the conflicting dependency versions are concerning. But until now we didn't expierence any issues with them. Probably because the SimpleSAMLphp classloader is only included during the login flow and not anymore once the user is logged in.
Feb 18 2025
I couldn't find any occurence of utf8_encode or utf8_decode in any BlueSpice*, LDAP* of WebDAV extension anymore. Updated task description. Removing tags.
REL1_31 of Extension:LDAPProvider does not contain this code.
This as been done already