Use namespaced imports

Also bumps MW requirement to 1.40 as the namespaces were introduced in that version.
Remove unnecessary GROUP BY, which causes errors in MySQL strict mode.

Change-Id: I9cfc32b13518da39b97662e424682d4d7a7cf862
This commit is contained in:
Pskyechology
2025-07-05 16:47:39 +03:00
parent a1b210bb5c
commit 26735a18a2
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"version": "1.26.1",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.34.0"
"MediaWiki": ">= 1.40.0"
},
"SpecialPages": {
"ContributionScores": "ContributionScores"