-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
We are currently carrying two patches for MediaWiki 1.45.0:
Patches
-
PostgresInstaller: Handle null password in openConnectionToAnyDB
- Upstream: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1231289
- Bug: https://phabricator.wikimedia.org/T414884
- Issue: When using peer authentication, the password may be null causing a type error
-
migrateLinksTable: Fix categorylinks migration with literal namespace
- Upstream: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1231290
- Issue: The categorylinks table mapping uses a literal integer (14 = NS_CATEGORY) for the 'ns' field instead of a column name, causing:
Undefined array key 14when trying to fetch $row[14]- SQL syntax error
AND () ANDwhen building the WHERE clause
Action Required
Once these patches are merged upstream and included in a MediaWiki release, we should:
- Update to the new MediaWiki version
- Remove the patches from
pkgs/ - Update
modules/nixos-wiki/default.nixto remove thepatchedMediawikioverride
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels