In support of T191231: RFC: Abstract schemas and schema changes, and to action T244899: CentralAuth should work with postgres, CentralAuth should be migrated to Abstract Schema
Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T317146 Expand the set of bundled extensions and skins in MediaWiki 1.40 | |||
Resolved | Jdforrester-WMF | T191746 Bundle LoginNotify extension with MediaWiki | |||
Resolved | Jdforrester-WMF | T191739 Bundle Thanks extension with MediaWiki | |||
Resolved | Jdforrester-WMF | T191738 Bundle Echo extension with MediaWiki | |||
Resolved | Umherirrender | T244898 Notifications ('Echo') should work with postgres | |||
Resolved | None | T244899 CentralAuth should work with postgres | |||
Resolved | Legoktm | T31134 installer breaks when extensions depend on each other | |||
Resolved | Ladsgroup | T191231 RFC: Abstract schemas and schema changes | |||
Open | None | T259374 Convert extensions to using abstract schema | |||
Resolved | None | T261912 Convert WMF Deployed Extensions to Abstract Schema | |||
Resolved | Umherirrender | T259376 Migrate CentralAuth to Abstract Schema | |||
Resolved | Umherirrender | T300576 Standardise type for timestamp columns in CentralAuth extension |
Event Timeline
CentralAuth is usually installed into a separate database that is shared between multiple wikis... I guess this needs some special trickery to support that?
Not really, you can mostly ignore that.
For these centralised extensions, magic table creation can cause problems. If there’s the hook already, just wire in the other dbms files too in conditionals
Change 758563 had a related patch set uploaded (by Umherirrender; author: Umherirrender):
[mediawiki/extensions/CentralAuth@master] Convert to abstract schema
Change 758563 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Convert to abstract schema
Change 778609 had a related patch set uploaded (by Urbanecm; author: Urbanecm):
[mediawiki/extensions/CentralAuth@master] UnitTestsHookHandler: Stop referencing deleted central-auth.sql
Change 778609 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] UnitTestsHookHandler: Stop referencing deleted central-auth.sql