User Details
- User Since
- Sep 17 2016, 8:00 AM (482 w, 2 d)
- Availability
- Available
- IRC Nick
- Xxmarijnw
- LDAP User
- Unknown
- MediaWiki User
- Xxmarijnw [ Global Accounts ]
Tue, Nov 25
Sep 30 2025
Sep 16 2025
Thanks for the reply. We also have not encountered it on a 1.43 wiki, but I'll update this issue if we do (but hopefully it is fixed). It is scary that it is entirely unknown why this happens though :(
This happens for us on MediaWiki 1.39.13 with PHP 8.1.2 (Ubuntu 22.04 with Apache).
We still regularly run into this issue on numerous wiki's. The only remedy we have found so far is to periodically touch the file using a crontab, as mentioned before. It would be great if this could be looked at again!
Sep 12 2025
Thank you for your detailed report and the provided patch. I’ll check this out in detail coming Tuesday.
Aug 26 2025
The cookie-consent-tags-processed event is fired after consent has been processed.
The lifetime has been increased to 1 year.
Jul 8 2025
The user can now control the maximum length of pipelines through $wgArrayFunctionsMaxPipelineLength.
Jun 28 2025
Jun 10 2025
Jun 5 2025
Jun 4 2025
I have patched this in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ArrayFunctions/+/1153328.
ArrayFunctions compatibility policy is to keep support as long as possible.
This helped me realize the e-mail I had assigned in Phabricator is very old, and no longer works :)
Jun 3 2025
Jun 2 2025
May 30 2025
May 27 2025
May 22 2025
May 20 2025
The possibly problematic functions are:
MediaWiki already restricts the total output size of the arrays through $wgMaxArticleSize, therefore we should only consider internal computations that take a very long time (e.g. computing a very large range). For these functions, specialized restrictions can be put in place.
May 16 2025
May 15 2025
May 14 2025
This has been done :)
Mar 20 2025
Feb 20 2025
Nov 5 2024
Nov 4 2024
Nov 1 2024
Oct 31 2024
May 16 2024
May 9 2024
Thanks!
May 2 2024
Apr 4 2024
While adding the proposed trim function, I realised there were already a number of functions that implicitly trim whitespace. While I like the idea that whitespace handling is always explicit, this is not possible with the way the MediaWiki parser is designed (whitespace is trimmed before being passed to templates or parser functions).
Mar 21 2024
This is the expected behaviour, as the string A is different from the string A. I will add a trim-like function to make dealing with this easier though.
Mar 16 2024
Nov 8 2023
Nov 7 2023
Oct 25 2023
Thinking about it, the root cause might also be the communication from PHP to Lua happening after calling mw.text.jsonDecode, in which case closing this as a duplicate makes sense.
@Izno, that task is about communication from PHP to Lua, while this task is about communication from Lua to PHP. Is this really a duplicate?
Oct 24 2023
Thank you for the suggestion. I have implemented this in version 1.7.0.
Sep 12 2023
Sep 7 2023
Hi @Westgrass, I have implemented this. :)
Aug 30 2023
Have you tried using a template to wrap the three parser function calls?
Jul 11 2023
Hi Sebastian, you must use WSOAuth 9.0.0 for PluggableAuth 7.0.0, as documented in the compatibility matrix on the extension page. I agree that the version constraint in the extension.json is too loose, so I will see if I can make it stricter.
@valerio.bozzolan Have you had time to look at this yet?
Jun 15 2023
Jun 9 2023
Jun 2 2023
Hi @valerio.bozzolan! I have implemented this. Please take a look to see if it meets your requirements: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WSOAuth/+/912282.
Apr 26 2023
Done!
Apr 9 2023
Mar 27 2023
This has been implemented. See patch above.
Jan 9 2023
Jan 6 2023
Jan 4 2023
Oct 3 2022
Oct 1 2022
I believe this can now be closed. Feel free to re-open it if any additional work is required.
Aug 2 2022
I have also noticed that even when an invalid display title is set in a slot other than main (which is not taken into account), the tracking category restricted-displaytitle-ignored is still added to the page.
Jul 4 2022
I have created a pull request that implements this feature: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WSOAuth/+/810922.
Jun 27 2022
This is a duplicate of T305623.
Jun 10 2022
May 20 2022
Because of this bug, Structured Discussion does not work in conjunction with PluggableAuth.
