RELEASE-NOTES-1.43: Update
Change-Id: I90f1b8ddfddfcc5197ab7c2ad9aa16f276cd5067
This commit is contained in:
parent
7071887383
commit
c6aa85d5e5
1 changed files with 51 additions and 1 deletions
|
|
@ -10,10 +10,60 @@ PHP 8.4 workboard: https://phabricator.wikimedia.org/tag/php_8.4_support/
|
|||
THIS IS NOT A RELEASE YET
|
||||
|
||||
=== Changes since MediaWiki 1.43.1 ===
|
||||
|
||||
* Localisation updates.
|
||||
* (T375707) exception: Convert E_STRICT errors to E_USER_NOTICE.
|
||||
* (T380755) session: Do not set session.use_trans_sid.
|
||||
* (T382987) $wgDnsBlacklistUrls now defaults to an empty array. See the comment
|
||||
in the "Configuration changes for system administrators" section.
|
||||
* (T383037) MimeMap: add gltf and glb mime types.
|
||||
* (T383037) MimeAnalyzer: detect magic number for gltf binary.
|
||||
* Commit swagger-ui's NOTICE.
|
||||
* (T382484) dumps: Use proc_close() to close proc_open() subprocess.
|
||||
* (T375707) MWExceptionHandler: Add error suppression to constant( 'E_STRICT' ).
|
||||
* (T384879) FormatMetadata: Prevent running preg_match() on null.
|
||||
* (T384995) specialpage: Improve handling of invalid lang codes on login/signup.
|
||||
* (T385055) resourceloader: Fix hash computation for virtual files with
|
||||
versionFilePath.
|
||||
* (T385169) MultiUsernameFilter: Don't try to split ids if they're not a string.
|
||||
* (T385567) parser: Gracefully handle invalid ParsoidRenderID keys.
|
||||
* (T385568) rest: Return a 400 for invalid render IDs.
|
||||
* (T383646) installer: Simplify the information box.
|
||||
* (T384524) installer: Fix conflation between warning and info messages.
|
||||
* (T376711) language: Use fallback chain to create NumberFormatter.
|
||||
* (T384524) installer: Restore success messages.
|
||||
* (T384524) installer: Restore "complete" success message.
|
||||
* (T385332) feeds: Fix str_replace() deprecation warnings on PHP 8.
|
||||
* (T386891) Revert "maintenance: Use DatabaseSqlite for type-hinting instead of
|
||||
DBConnRef".
|
||||
* (T381205) Add explanation text for "Allow emails from brand-new users".
|
||||
* (T380880) ExternalLinks: fix mailto: links reversal.
|
||||
* (T381033) RateLimiter: Fix peek mode.
|
||||
* initEditCount: Join from user to actor to revision.
|
||||
* (T387130) Update wikimedia/parsoid to 0.20.2.
|
||||
* (T385519) Sanitizer::normalizeWhitespace warn on preg_replace error.
|
||||
* (T387638) RevDelList: Ensure setVisibility always includes itemStatuses in
|
||||
value if applicable.
|
||||
* (T388296) ImportImages: Exit with non-zero code if import fails.
|
||||
* Request: Improve log message when headers already sent.
|
||||
* (T386368, T387397) REST page metadata endpoints: handle supressed data
|
||||
gracefully.
|
||||
* (T388066) Avoid trying to load the session user in MW_NO_SESSION endpoints.
|
||||
* (T388171) HttpError: Cast Message to string.
|
||||
* (T384197) permissions: Avoid potential infinite loop if BlockDisablesLogin =
|
||||
true.
|
||||
* (T388255) ApiLogin: Don't break BotPasswords if password or user is blank,
|
||||
just error.
|
||||
* (T388924) MagicWord::replace*: Make sure we don't pass null into preg_match/
|
||||
preg_replace.
|
||||
* (T388944) Html: Fix "substr(): Passing null to parameter #1 ($string) of type
|
||||
string is deprecated".
|
||||
* (T388728, T385519) Sanitizer::normalizeSectionNameWhitespace: Apply same
|
||||
anti-null fix as 270499b.
|
||||
* (T387690) upload: Suppress warnings from iconv().
|
||||
* (T388733) Sanitizer::normalizeWhitespace: simplify redundant preg_replace.
|
||||
* (T304474) Apply proper restrictions on file revert action.
|
||||
* (T24521, T62109, T140010_ PermissionManager: Differentiate between cascading
|
||||
protection of file content and file pages.
|
||||
|
||||
== MediaWiki 1.43.0 ==
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue