Mediawiki 1.43: Difference between revisions

From Freephile Wiki
initial draft
 
Describe the Linter case as extension related - not core.
Line 6: Line 6:


* The OpenSSL PHP extension is required.
* The OpenSSL PHP extension is required.
* <code>update.php</code> updates the Linter database table with two migration scripts that can take a long time to run. You ''can'' run the scripts independent of the code upgrade - but if you want to do that then you must already be running (upgrade to) 1.42.
* If you use the [[mediawikiwiki:Extension:Linter|Linter extension]] (which helps you to avoid syntax problems in your wikitext) pay special attention: while <code>update.php</code> will handle updates to the Linter database table with two migration scripts, they can take a long time to run. To avoid downtime, you ''can'' run the scripts independent of the code upgrade - but if you want to do that then you must already be running (upgrade first to) v1.42.


[[Category:MediaWiki]]
[[Category:MediaWiki]]

Revision as of 22:39, 2 January 2025

MediaWiki 1.43 is the new Long-Term Support (LTS) version of MediaWiki. The 1.43.0 stable release was tagged on 21 December 2024.

Karsten Hoffmeyer of ProWiki wrote a good summary about key features and changes. For full details see the Release notes on-wiki or the raw text version in the RELEASE-NOTES-1.43 file in the source code.

Upgrade requirement notes[edit]

  • The OpenSSL PHP extension is required.
  • If you use the Linter extension (which helps you to avoid syntax problems in your wikitext) pay special attention: while update.php will handle updates to the Linter database table with two migration scripts, they can take a long time to run. To avoid downtime, you can run the scripts independent of the code upgrade - but if you want to do that then you must already be running (upgrade first to) v1.42.