[01:02:39] quick question, are bots edits hidden from watchlist by default on en-Wikipedia? [03:01:59] does https://wikiapiary.com/wiki/Generator:MediaWiki_1.29.x seem accurate? no public wikis tracked by wikiapiary have upgraded to 1.29.0??? [03:04:31] I was planning to cite wikiapiary for a conference talk, but now I'm skeptical [07:33:54] I'm trying to debug a lua module. Is there a way to A) create a frame to pass into a function using the debugger or B) See the raw output of the module (before it's processed by the wiki) [11:44:22] Hi [11:44:44] does anyone happen to have an SQl querey for finding redlinked templates called in a given namespace? [12:37:56] Hi everyone, I wrote an optimization problem in matlab and I want it to be solved with Gurobi. How can I make Matlab find Gurobi on Euler? [13:50:39] lnicolas_: you are in the help channel for MediaWiki developers and admins. I don't think you'll get much help here with Matlab. [13:52:21] For a small wiki, is sqlite a viable option? For example, one user editing, low traffic, or should something like mysql/mariadb still be preferred? [14:00:11] Trel: sqlite should work find in that scenario, unless that one user does millions of edits [14:00:25] *fine [14:01:06] Trel: note however that later migration from slite to maria is going to be tricky. [14:01:18] unless you install a ton of extensions. some extensions dont' support sqlite [14:01:21] migrating content is easy, but you'd lose user accounts [14:01:28] thedj: true [14:19:32] Ah, I gotta see if I can do mariadb then. I'm not sure if the instance I'm running on can handle it [14:19:37] it's a small VPS [14:20:21] Though I'm not sure how necessary any extensions will be [14:20:30] There's a good chance it can do what I want on its own [14:20:40] I'm mainly using it to host a personal collection of recipes [20:31:14] DEFAULTSORT is not working on my wiki: https://villesdurables.ifdd.francophonie.org/index.php?title=Question:Suivi_de_la_qualit%C3%A9_de_l%E2%80%99air&action=edit -> https://villesdurables.ifdd.francophonie.org/index.php/Cat%C3%A9gorie:Qualit%C3%A9_de_l%27air [20:31:56] is there any known problems associated with the sorting that could eplain that? I purged the page and the category without any result. [20:54:25] louperivois: huh, weird. action=info (https://villesdurables.ifdd.francophonie.org/index.php?title=Question:Suivi_de_la_qualit%C3%A9_de_l%E2%80%99air&action=info) also gives the wrong sort key [20:54:36] "Clé de tri par défaut" / "Default sort key" [20:55:13] but i have no idea why that would happen [21:00:21] MatmaRex : it could be the cache or something? [21:07:33] MatmaRex : i think i got it. Maybe linked to the extension SelectCategory hooks ? still not clear for me given that I don't know when in the editing process the sortkey is saved and where.