Jump to content

User:Iritscen/WikiFuture: Difference between revisions

updating 1.31
(updating 1.29 and 1.30 change lists)
(updating 1.31)
Line 28: Line 28:


==1.31==
==1.31==
:''I have checked the release notes through 1.31.0.''
:''I have checked the release notes through 1.31.7.''
*Note: If you're using MySQL, SQLite, or MSSQL, are not using update.php to apply schema changes, and cannot have downtime to run migrateArchiveText.php and apply patch-drop-ar_text.sql manually, you'll have to apply a default value to the ar_text and ar_flags columns of the archive table or make those columns nullable before upgrading to MediaWiki 1.31. maintenance/archives/patch-nullable-ar_text.sql shows how to do this for MySQL.
*Note: If you're using MySQL, SQLite, or MSSQL, are not using update.php to apply schema changes, and cannot have downtime to run migrateArchiveText.php and apply patch-drop-ar_text.sql manually, you'll have to apply a default value to the ar_text and ar_flags columns of the archive table or make those columns nullable before upgrading to MediaWiki 1.31. maintenance/archives/patch-nullable-ar_text.sql shows how to do this for MySQL.
*Update required PHP version to 7.0.13.
*Automatic trimming of unnecessary whitespace from wikitext.
*Automatic trimming of unnecessary whitespace from wikitext.
*Methods that alter ParserOutput directly are deprecated. Callers should use the new stateless $options parameter to ParserOutput::getText() instead.
*Methods that alter ParserOutput directly are deprecated. Callers should use the new stateless $options parameter to ParserOutput::getText() instead.
Line 39: Line 40:
*Added default edit rate limit of 90 edits/minute for all users.
*Added default edit rate limit of 90 edits/minute for all users.
*Make $wgEmailConfirmToEdit only affect edit actions.
*Make $wgEmailConfirmToEdit only affect edit actions.
*Various PHP 7.2 and 7.3 compatibility fixes.
*Completion search no longer changes the search query.
*Rate-limit and prevent blocked users from changing email.
*Cache redirects from Special:Redirect.
*Add the MW_VERSION constant; global $wgVersion is soft deprecated.


==Upcoming==
==Upcoming==