Protocol converter integration: breaks with Mediawiki 1.41 #10

Open
opened 2024-06-19 11:39:11 +02:00 by dam · 0 comments
Owner

The integration of the protocol converter uses a media wiki function that was deprecated and then removed in 1.41 (WikiPage::factory).

See the MediaWiki Release Notes. We should be using WikiPageFactory::newFromTitle instead.

See this similar PR to the tweeki-Theme

The integration of the protocol converter uses a media wiki function that was deprecated and then removed in 1.41 ([`WikiPage::factory`](https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/FS-Mod/src/commit/a656762b7041b415597cc08e5c0080ccf2a3ee43/FSMod/SpecialConvertProtocol.php#L143)). See the [MediaWiki Release Notes](https://gerrit.wikimedia.org/g/mediawiki/core/%2B/REL1_41/RELEASE-NOTES-1.41). We should be using `WikiPageFactory::newFromTitle` instead. See this similar [PR](https://github.com/thaider/Tweeki/pull/268) to the tweeki-Theme
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FS-InfMath/FS-Mod#10
No description provided.