[Wikitech-l] Phabricator monthly statistics - 2023-07

2023-07-31 Thread aklapper
Hi Community Metrics team, This is your automatic monthly Phabricator statistics mail. Accounts created in (2023-07): 210 Active Maniphest users (any activity) in (2023-07): 975 Task authors in (2023-07): 546 Users who have closed tasks in (2023-07): 298 Projects which had at least one task

[Wikitech-l] Re: Global Lua modules and templates

2023-07-31 Thread Felipe Schenone
Hi! Thanks for taking the time to poke around and write back! 1. "Update all outdated" is designed for mass updates once a module has been effectively "globalized". In other words, once a developer has analyzed the situation of a particular module, went through the process of designing the master

[Wikitech-l] Save the date: SMWCon 2023 December 11-13 in Paderborn, Germany

2023-07-31 Thread Bernhard Krabina, KM-A
Dear all, Please save the date: #SMWCon 2023, December 11-13, Paderborn, Germany https://www.semantic-mediawiki.org/wiki/SMWCon_Fall_2023 Tickets will be available beginning of September, but you can already announce your participation on the above page and think about possible contributions

[Wikitech-l] Why is Resources.php a PHP file?

2023-07-31 Thread Bartosz DziewoƄski
I was reading some code today and I suddenly realized that Resources.php in MediaWiki code is indeed a PHP file, instead of a JSON file, unlike almost all ResourceLoader module definitions in almost all extensions. Is there a reason for this, or is it simply because no one has changed it yet?