2025-08-01T06:15:17 acidsys: 1.7.0 submitted, should resolve the memory issue for good. :) 2025-08-01T06:15:30 I already tested it yesterday on one of the opensuse infra machines and saw the rss drop 2025-08-01T08:44:19 *** teepee_ is now known as teepee 2025-08-01T10:50:59 cboltz: why do we have such a weird versioning for mediawiki extensions? https://build.opensuse.org/projects/home:Yoshio_Sato:branches:openSUSE:infrastructure:wiki/packages/mediawiki_1_44-Elastica/files/mediawiki-Elastica.spec?expand=1 2025-08-01T10:58:05 I used a spec file template for all extensions, and ideally you only have to change the four %define lines for upgrades or new extensions 2025-08-01T10:59:02 so while it looks weird, it should make things easier 2025-08-01T10:59:06 I also answered your question in a more verbose way some years ago ;-) - https://blog.cboltz.de/archives/76-Packaging-MediaWiki-extensions.html 2025-08-01T11:13:35 Thanks 2025-08-01T15:06:13 cboltz: I have some problem witht the intersection extention. Tha patch was created for an older version of the plugin that was using a different approach to interraction with the database. I am trying to update it myself, but documentation is bad and some of the code in the patch is no longer related/effects anything. 2025-08-01T15:07:34 I acutually did update the euqeies, but "tables[]" "fields[]" and "where[]" variables are no longer used anywhere. 2025-08-01T15:07:50 *queries 2025-08-01T15:12:24 Forget it, I will finish it.