Skip to content

Commit

Permalink
Merge branch 'wikimedia-REL1_42' into REL1_42
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFan4000 committed Oct 1, 2024
2 parents 42c6f85 + cc7c42e commit 08c893f
Show file tree
Hide file tree
Showing 348 changed files with 21,161 additions and 7,167 deletions.
39 changes: 39 additions & 0 deletions RELEASE-NOTES-1.42
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/

== MediaWiki 1.42.4 ==

THIS IS NOT A RELEASE YET

=== Changes since MediaWiki 1.42.3 ===
* Localisation updates.

== MediaWiki 1.42.3 ==

This is a maintenance release of the MediaWiki 1.42 branch.

=== Changes since MediaWiki 1.42.2 ===
* Fix issue related to backport of AbuseFilter patch for T372998.

== MediaWiki 1.42.2 ==

This is a security and maintenance release of the MediaWiki 1.42 branch.

=== Changes since MediaWiki 1.42.1 ===
* Localisation updates.
* Parser: Deprecate use of mOutput before initialization.
* (T365565) PrefixSearch: Make sure $prefix is a string.
* Clarify that $wgAllowCrossOrigin only applies to REST.
* composer.json: Add 5 more ext- to suggests.
* resources: Fix 404 Not Found for foreign Financial-Times/polyfill-library.
* ResourceLoader: Upgrade wikimedia/less.php to 4.4.1.
* SpecialExport: Prevent passing null to strtolower.

Additionally, some language support improvements which went out in 1.42.0 were
not noted; they are included here for completeness:

* (T343865) Added language support for Pu–Xian Min (Simplified Han script)
(cpx-hans).
* (T343865) Added language support for Pu–Xian Min (Traditional Han script)
(cpx-hant).
* (T284043) Added language support for Manchu (mnc).
* (T284043) Added language support for Manchu (Mongolian script) (mnc-mong).
* Added language converter for Central Moroccan Tamazigh (zgh).

== MediaWiki 1.42.1 ==

This is a maintenance release of the MediaWiki 1.42 branch.
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"wikimedia/html-formatter": "4.1.0",
"wikimedia/ip-utils": "5.0.0",
"wikimedia/json-codec": "2.2.1",
"wikimedia/less.php": "4.2.1",
"wikimedia/less.php": "4.4.1",
"wikimedia/minify": "2.7.0",
"wikimedia/normalized-exception": "1.0.1",
"wikimedia/object-factory": "5.0.1",
Expand Down Expand Up @@ -119,15 +119,20 @@
"ext-exif": "Enable processing of EXIF information in file uploads.",
"ext-gd": "Enable thumbnails for file uploads.",
"ext-gmp": "Increased performance of some operations. Required especially on 32 bit machines. This or ext-bcmath are needed for scrambling Temporary Accounts.",
"ext-igbinary": "Enables use of igbinary for serialisation.",
"ext-imagick": "Enables use of imagemagick for image manipulation.",
"ext-memcached": "Enables use of Memcached for caching purposes.",
"ext-mysqli": "Enable the MySQL and MariaDB database type for MediaWiki.",
"ext-openssl": "Encrypt session data (or opt-out via $wgSessionInsecureSecrets).",
"ext-pdo": "Enable the SQLite database type for MediaWiki.",
"ext-pgsql": "Enable the PostgreSQL database type for MediaWiki.",
"ext-posix": "Enable CLI concurrent processing, e.g. for runJobs.php.",
"ext-pcntl": "Enable CLI concurrent processing, e.g. for runJobs.php and rebuildLocalisationCache.php.",
"ext-readline": "Enable CLI history and autocomplete, e.g. for eval.php and other REPLs.",
"ext-redis": "Enables use of Redis for caching purposes.",
"ext-sockets": "Enable CLI concurrent processing, e.g. for rebuildLocalisationCache.php.",
"ext-wikidiff2": "Faster text difference engine.",
"ext-wincache": "Enables use of WinCache on Windows.",
"ext-zlib": "Enable use of GZIP compression, e.g. for SqlBagOStuff (ParserCache), $wgCompressRevisions, or $wgUseFileCache.",
"monolog/monolog": "Enable use of MonologSpi ($wgMWLoggerDefaultSpi)."
},
Expand Down
2 changes: 1 addition & 1 deletion docs/config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5807,7 +5807,7 @@ config-schema:
default: false
type: boolean
description: |-
Allow anonymous cross origin requests.
Allow anonymous cross origin requests to the REST API.
This should be disabled for intranet sites (sites behind a firewall).
@since 1.36
RestAllowCrossOriginCookieAuth:
Expand Down
2 changes: 1 addition & 1 deletion includes/Defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @since 1.35 (also backported to 1.33.3 and 1.34.1)
*/
define( 'MW_VERSION', '1.42.1' );
define( 'MW_VERSION', '1.42.3' );

/** @{
* Obsolete IDatabase::makeList() constants
Expand Down
2 changes: 1 addition & 1 deletion includes/MainConfigSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -9260,7 +9260,7 @@ public static function getDefaultMetaNamespace( $sitename ): string {
];

/**
* Allow anonymous cross origin requests.
* Allow anonymous cross origin requests to the REST API.
*
* This should be disabled for intranet sites (sites behind a firewall).
*
Expand Down
3 changes: 3 additions & 0 deletions includes/Rest/i18n/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"rest-badtoken": "Den gitte CSRF-nøkkelen er ugyldig.",
"rest-badtoken-missing": "Parameteren <var>token</var> er påkrevd med mindre man bruker en CSRF-trygg autentiseringsmetode.",
"rest-badtoken-nosession": "CSRF-feil – ingen økt.",
"rest-specified-revision-unavailable": "Den angitte siderevisjonen er slettet eller sensurert.",
"rest-previous-revision-unavailable": "Kunne ikke finne tidligere sideversjon. Har siden blitt låst eller slettet?",
"rest-requires-content-type-header": "En Content-Type-header må angis med forespørselen.",
"rest-transform-missing-html": "Ingen HTML ble angitt.",
"rest-transform-missing-title": "Ingen tittel eller wikitekst ble angitt.",
"rest-unsupported-target-format": "Det forespurte målformatet støttes ikke.",
Expand Down
8 changes: 5 additions & 3 deletions includes/api/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"أَحمد",
"ديفيد",
"علاء",
"محمد أحمد عبد الفتاح"
"محمد أحمد عبد الفتاح",
"McDutchie",
"Mohanad"
]
},
"apihelp-main-extended-description": "<div class=\"hlist plainlinks api-main-links\">\n* [[mw:Special:MyLanguage/API:Main_page|التوثيق]]\n* [[mw:Special:MyLanguage/API:Etiquette|الآداب وإرشادات الاستخدام]]\n* [[mw:Special:MyLanguage/API:FAQ|الأسئلة الأكثر تكرارا]]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api.lists.wikimedia.org/ القائمة البريدية]\n* [https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/ إعلانات API]\n* [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R الأخطاء والطلبات]\n</div>\n<strong>الحالة:</strong> API ميدياويكي هي واجهة ناضجة ومستقرة يتم دعمها وتحسينها بشكل نشط، في حين أننا نحاول تجنب ذلك، قد نحتاج في بعض الأحيان إلى إجراء تغييرات في التكسير، اشترك في [https://lists.wikimedia.org/hyperkitty/list/[email protected]/ القائمة البريدية لإعلان API ميدياويكي] لإشعارات التحديثات.\n\n<strong>الطلبات الخاطئة:</strong>عندما يتم إرسال طلبات خاطئة إلى API، سيتم إرسال رأس HTTP مع مفتاح \"خطأ-API-ميدياويكي\"، وبعد ذلك سترجع قيمة الرأس ورمز الخطأ المرتجع إلى يتم تعيينه على نفس القيمة، لمزيد من المعلومات; راجع [[mw:Special:MyLanguage/API:Errors_and_warnings|API: Errors and warnings]].\n\n<p class=\"mw-apisandbox-link\"><strong>الاختبار:</strong>لسهولة اختبار طلبات API ; انظر [[Special:ApiSandbox]].</p>",
Expand Down Expand Up @@ -76,8 +78,8 @@
"apihelp-changecontentmodel-summary": "تغيير نموذج محتوى الصفحة",
"apihelp-changecontentmodel-param-title": "عنوان الصفحة لتغيير نموذج محتوى. لا يمكن استخدامها مع <var>$1pageid</var>.",
"apihelp-changecontentmodel-param-pageid": "معرّف الصفحة الخاص بالصفحة لتغيير نموذج المحتوى الخاص بها. لا يمكن استخدامها مع <var>$1title</var>.",
"apihelp-changecontentmodel-param-summary": "تحرير ملخص وسبب التدوين في السجل",
"apihelp-changecontentmodel-param-tags": "قم بتغيير العلامات لتطبيقها على إدخال السجل وتحريره.",
"apihelp-changecontentmodel-param-summary": "ملّخص التعديل ومُدخلة السجل الخاصة بالسبب",
"apihelp-changecontentmodel-param-tags": "وسوم التغيير المُراد تطبيقها على التعديل ومُدخلة السجل.",
"apihelp-changecontentmodel-param-model": "نموذج المحتوى للمحتوى الجديد.",
"apihelp-changecontentmodel-param-bot": "قم بتمييز تغيير نموذج المحتوى بعلامة bot.",
"apihelp-changecontentmodel-example": "قم بتغيير الصفحة الرئيسية للحصول على نموذج محتوى <code>text</code>",
Expand Down
2 changes: 1 addition & 1 deletion includes/api/i18n/ce.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"apihelp-feedrecentchanges-param-hidepatrolled": "Къайлайаха теллина версеш.",
"apihelp-feedrecentchanges-param-hidemyself": "Къайладаха карарчу декъашхочун нисдарш.",
"apihelp-feedrecentchanges-param-hidecategorization": "Къайлайаккха агӀонийн категоризаци.",
"apihelp-feedrecentchanges-param-tagfilter": "Тегийн луьттург.",
"apihelp-feedrecentchanges-param-tagfilter": "Тегийн фильтр.",
"apihelp-feedrecentchanges-param-showlinkedto": "ХӀокху агӀонан тӀе хьажоргаш йолучу агӀонийн нисдарш гайта",
"apihelp-feedrecentchanges-example-simple": "ТӀаьххьара хийцамийн могӀам.",
"apihelp-feedrecentchanges-example-30days": "ТӀаьххьара хийцамийн могӀам 30 ден чохь.",
Expand Down
Loading

0 comments on commit 08c893f

Please sign in to comment.