Movatterモバイル変換


[0]ホーム

URL:


Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview
List overview
Download

Wikitech-lJune 2025

wikitech-l@lists.wikimedia.org
  • 30 participants
  • 27 discussions
Start a nNew thread
Hey everyone,I’ve noticed a lot of students (including myself) struggling with the pressure of online classes, deadlines, and quizzes — especially with platforms like Capella FlexPath, WGU, and others.If you're overwhelmed, there’s a service I recently came across called Online Classes Help. They assist with everything from discussion posts and assignments to full course completion. Super helpful for those juggling jobs or other responsibilities!Whether you need one-time help or ongoing support, this could really reduce your stress and help you maintain a good GPA. Just make sure to use it ethically — as a support tool, not a shortcut!Has anyone else tried such services? Would love to hear your experiences.Cheers! fpr more info :https://coursefpx.com/online-class-help/
2 2
0 0
Hi all,we're movingirc.wikimedia.org to a new infrastructure [1]. Thisservice is unrelated to the IRC network (Libera) we use for real timediscussions. Insteadirc.wikimedia.org is an IRC service forbroadcasting recent changes events from public Wikimedia wikis to beused by various bots connected to per-wiki IRC channels.irc.wikimedia.org should not be used for any new bots (which shouldrather use Eventstreams[2]), but we still have various important botsrelying on the legacy IRC-based infrastructure.The current setup is full of technical debt and ultimately based on apatched version of a very old release of ircd-ratbox with a relayservice written in Python 2.We are replacing it with a modern standalone implementation in Python,which broadcasts IRC notifications in a format compatible to what iscurrently in use by the legacy setup:https://github.com/paravoid/ircstreamLast week during the SRE Infrastructure Foundations hackathon theircstream production setup was created. All our tests have beensuccessful, so on Thursday October 10 at 08:00 UTC we'll switch theirc.wikimedia.org DNS name to the new setup.No changes are needed to any bots, but if you run into any issuesafter the switch, please notify us in the #wikimedia-sre-foundationsIRC channel or leave a note athttps://phabricator.wikimedia.org/T376014.Cheers,Luca, Simon and MoritzFootnotes:[1]https://wikitech.wikimedia.org/wiki/Irc.wikimedia.org[2]https://wikitech.wikimedia.org/wiki/Event_Platform/EventStreams_HTTP_Service
4 3
0 0
Greetings-With the security/maintenance release of MediaWiki 1.39.11/1.41.5/1.42.4,we would also like to provide this supplementary announcement of MediaWikiextensions and skins with now-public Phabricator tasks, security patchesand backports [1]:SocialProfile+ (T373265 <https://phabricator.wikimedia.org/T373265>, CVE-2025-23074) -Special:EditProfile exposes the contents of profile fields marked"hidden"/friends or "friends of friends" when the privileged user isn't afriend of the user whose profile they edit(ed)https://gerrit.wikimedia.org/r/q/I4b77ced314bc6cea0ef3657a82e7467d3661fe2aGlobalBlocking+ (T377855 <https://phabricator.wikimedia.org/T377855>, CVE-2025-23073) -API list=globalblocks can reveal IP of autoblock if username and IP areincluded in the bgtargets parameterhttps://gerrit.wikimedia.org/r/q/I2a2d32aedf6328be0a9f1b4e04a6567a25f19486RefreshSpecial+ (T378885 <https://phabricator.wikimedia.org/T378885>, CVE-2025-23072) -XSS in Special:RefreshSpecialhttps://gerrit.wikimedia.org/r/q/Ic9547e80a8296d707ad8a157eb8ba7aa26fb08dcDataTransfer+ (T379749 <https://phabricator.wikimedia.org/T379749>, CVE-2025-23081) -Various security vulnerabilities in Extension:DataTransferhttps://gerrit.wikimedia.org/r/q/I773c616db781d2f3f30893ad01ef503bf251a2b3https://gerrit.wikimedia.org/r/q/I7c9de4c8dcdb3276ba923c6bc7c8eef3531324c7https://gerrit.wikimedia.org/r/q/I9223c31f02f31f1e06e1a8cddf7d539cc8d3a3d9https://gerrit.wikimedia.org/r/q/I5e1538a3bf66378810f905834c05626e1d2c82f0https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DataTransfer/+/1093931https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DataTransfer/+/1080451OpenBadges+ (T381220 <https://phabricator.wikimedia.org/T381220>, CVE-2025-23080) -XSSes in Special:BadgeViewhttps://gerrit.wikimedia.org/r/q/Ic9448312fa7f1cbc8feac3f852bc8720568522e2ArticleFeedbackv5+ (T381753 <https://phabricator.wikimedia.org/T381753>, CVE-2025-23079) -XSSes in Extension:ArticleFeedbackv5https://gerrit.wikimedia.org/r/q/I6ee51c8b518bda41739fd666fa2891cc12e79ac3BreadCrumbs2+ (T382043 <https://phabricator.wikimedia.org/T382043>, CVE-2025-23078) -XSS in BreadCrumbs2https://gerrit.wikimedia.org/r/q/I7878f8f7bc067080f80427b90f8d85337f172711The Wikimedia Security Team recommends updating these extensions and/orskins to the current master branch or relevant, supported release branch[2] as soon as possible. Some of the referenced Phabricator tasks above_may_ still be private. Unfortunately, when security issues are reported,sometimes sensitive information is exposed and since Phabricator ishistorical, we cannot make these tasks public without exposing thissensitive information. If you have any additional questions or concernsregarding this update, please feel free to contact security(a)wikimedia.orgor file a security task within Phabricator [3].[1]https://phabricator.wikimedia.org/T375631[2]https://www.mediawiki.org/wiki/Version_lifecycle[3]https://www.mediawiki.org/wiki/Reporting_security_bugs
1 0
0 0

23 Jul '25
Hi all,With MediaWiki at the WMF moving to Kubernetes, it's now time to startrunning manual maintenance scripts there. Any time you would previously SSHto a mwmaint host and run mwscript, follow these steps instead. The old waywill continue working for a little while, but it will be going away.What's familiar:Starting a maintenance script looks like this: rzl@deploy2002:~$ mwscript-k8s --comment="T341553" -- Version.php--wiki=enwikiAny options for the mwscript-k8s tool, as described below, go before the --.After the --, the first argument is the script name; everything else ispassed to the script. This is the same as you're used to passing tomwscript.What's different:- Run mwscript-k8s on a deployment host, not the maintenance host. Eitherdeployment host will work; your job will automatically run in whicheverdata center is active, so you no longer need to change hosts when there’s aswitchover.- You don't need a tmux. By default the tool launches your maintenancescript and exits immediately, without waiting for your job to finish. Ifyou log out of the deployment host, your job keeps running on theKubernetes cluster.- Kubernetes saves the maintenance script's output for seven days aftercompletion. By default, mwscript-k8s prints a kubectl command that you (oranyone else) can paste and run to monitor the output or save it to a file.- As a convenience, you can pass -f (--follow) to mwscript-k8s to immediatelybegin tailing the script output. If you like, you can do this inside a tmuxand keep the same workflow as before. Either way, you can safely disconnectand your script will continue running on Kubernetes. rzl@deploy2002:~$ mwscript-k8s -f -- Version.php --wiki=testwiki [...] MediaWiki version: 1.43.0-wmf.24 LTS (built: 22:35, 23 September 2024)- For scripts that take input on stdin, you can pass --attach tomwscript-k8s, either interactively or in a pipeline. rzl@deploy2002:~$ mwscript-k8s --attach -- shell.php --wiki=testwiki [...] Psy Shell v0.12.3 (PHP 7.4.33 — cli) by Justin Hileman > $wmgRealm = "production" > rzl@deploy2002:~$ cat example_url.txt | mwscript-k8s --attach --purgeList.php [...] Purging 1 urls Done!- Your maintenance script runs in a Docker container which will not outliveit, so it can't save persistent files to disk. Ensure your script logs itsimportant output to stdout, or persists it in a database or other remotestorage.- The --comment flag sets an optional (but encouraged) descriptive label,such as a task number.- Using standard kubectl commands[1][2], you can check the status, and viewthe output, of your running jobs or anyone else's. (Example: `kube_envmw-script codfw; kubectl get pod -l username=rzl`)[1]:https://wikitech.wikimedia.org/wiki/Kubernetes/Kubectl[2]:https://kubernetes.io/docs/reference/kubectl/quick-reference/What's not supported yet:- Maintenance scripts launched automatically on a timer. We're working onmigrating them -- for now, this is for one-off scripts launched by hand.- If your job is interrupted (e.g. by hardware problems), Kubernetes canautomatically move it to another machine and restart it, babysitting ituntil it completes. But we only want to do that if your job is safe torestart. So by default, if your job is interrupted, it will stay stoppeduntil you restart it yourself. Soon, we'll add an option to declare "thisis idempotent, please restart it as needed" and that design is recommendedfor new scripts.- No support yet for mwscriptwikiset, foreachwiki, foreachwikiindblist,etc, but we'll add similar functionality as flags to mwscript_k8s.Your feedback:Let me know by email or IRC, or on Phab (T341553<https://phabricator.wikimedia.org/T341553>). If mwscript-k8s doesn't workfor you, for now you can fall back to using the mwmaint hosts as before --but they will be going away. Please report any problems sooner rather thanlater, so that we can ensure the new system meets your needs before thathappens.Thanks,Reuven, for Service Ops SRE
9 23
0 0
Technical issue
by Leonid G 09 Jul '25

09 Jul '25
Dear Wikitechs, my username is „Martinitolove”, since 12 years I’m contributing in severallanguages and am very glad to feel myself a part of a greater team toprovide knowledge to the world! All these years I’m using a Windows XP laptop with Firefox 52.9.0 (32-bit)on it, and am quite happy with it (won’t change the system). But since twoweeks most pictures and map links are not showing up properly. Here are thescreenshots as an example of one page in three languages and an example of apicture file:https://drive.google.com/file/d/1fYqWSfaJ18Zperk4-9XtwWqPBPZWv4ZL/view?usp=sharinghttps://drive.google.com/file/d/1fcd9RMvy0dAP8fQT8wQbowOKBJ1XQcUk/view?usp=sharinghttps://drive.google.com/file/d/1OLszK9GZRb0U_DGI0NFhCqg3H9YmjUrD/view?usp=sharinghttps://drive.google.com/file/d/1Co47IT2LbCFiX0K84wns7WlrsCGucEvQ/view?usp=sharing Was a coding algorithm at Wikipedia changed or support for older browsersdisabled? According to this(https://www.mediawiki.org/wiki/Template:Compatibility_browser) my browseris still supported. If it has been caused by mistake, then could you pleaseturn it back on? Thanks and kind regards! Martini
9 23
0 0
Tech News 2025, week 27
by Nick Wilson (Quiddity) 01 Jul '25

01 Jul '25
Latest *tech news<https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News>* from theWikimedia technical community. Please tell other users about these changes.Not all changes will affect you. Translations<https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2025/27> areavailable.*Weekly highlight* - The CampaignEvents extension <https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:CampaignEv…> has been enabled on all Wikipedias. The extension makes it easier to organize and participate in collaborative activities, like edit-a-thons and WikiProjects, on the wikis. The extension has three features: Event Registration <https://meta.wikimedia.org/wiki/Special:MyLanguage/Event_Center/Registration>, Collaboration List <https://meta.wikimedia.org/wiki/Special:MyLanguage/CampaignEvents/Collabora…>, and Invitation List <https://meta.wikimedia.org/wiki/Campaigns/Foundation_Product_Team/Invitatio…>. To request the extension for your wiki, visit the Deployment information page <https://meta.wikimedia.org/wiki/Special:MyLanguage/CampaignEvents/Deploymen…> .*Updates for editors* - AbuseFilter maintainers can now match against IP reputation data <https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:IPReputation/Ab…> in AbuseFilters <https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:AbuseFilter>. IP reputation data is information about the proxies and VPNs associated with the user's IP address. This data is not shown publicly and is not generated for actions performed by registered accounts. [1] <https://phabricator.wikimedia.org/T354599> - Hidden content that is within collapsible parts of wikipages <https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Collapsible_elemen…> will now be revealed when someone searches the page using the web browser's "Find in page" function (Ctrl+F or ⌘F) in supporting browsers. [2] <https://phabricator.wikimedia.org/T327893>[3] <https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attribut…> - A new feature, called Favourite Templates <https://www.mediawiki.org/wiki/Special:MyLanguage/Help:TemplateData/Templat…>, will be deployed later this week on all projects (except English Wikipedia, which will receive the feature next week), following a piloting phase on Polish and Arabic Wikipedia, and Italian and English Wikisource. The feature will provide a better way for new and experienced contributors to recall and discover templates via the template dialog, by allowing users to put templates on a special "favourite list". The feature works with both the visual editor and the wikitext editor. The feature is a community wishlist focus area <https://meta.wikimedia.org/wiki/Special:MyLanguage/Community_Wishlist/Focus…> . - View all 31 community-submitted tasks that were resolved last week <https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Recently_resol…>. For example, a bug was fixed that had caused some Notifications to be sent multiple times. [4] <https://phabricator.wikimedia.org/T397103>*Updates for technical contributors* - Detailed code updates later this week: MediaWiki <https://www.mediawiki.org/wiki/MediaWiki_1.45/wmf.8>*Tech news <https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News>prepared by Tech News writers<https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/Writers> andposted by bot<https://meta.wikimedia.org/wiki/Special:MyLanguage/User:MediaWiki_message_d…>•Contribute<https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News#contribute> •Translate<https://meta.wikimedia.org/wiki/Special:MyLanguage/Tech/News/2025/27> •Get help <https://meta.wikimedia.org/wiki/Tech> • Give feedback<https://meta.wikimedia.org/wiki/Talk:Tech/News> • Subscribe or unsubscribe<https://meta.wikimedia.org/wiki/Global_message_delivery/Targets/Tech_ambass…>.*
1 0
0 0
MediaWiki 1.42 is End of Life
by Sam Reed 01 Jul '25

01 Jul '25
As per the MediaWiki version lifecycle[1], I would like to announce theformal end of life (EOL) of MediaWiki 1.42 as of Monday June 30, 2025.1.42.7 is expected to be the last release for this branch.This means that MediaWiki 1.42 will no longer receive maintenance orsecurity backports. It is therefore strongly discouraged that you continueto use it.It is recommended to upgrade either to the next LTS, 1.43, which will besupported until December 2027, or to the soon to be released MediaWiki1.44, which will be supported until at least June 2026.Thanks![1]https://www.mediawiki.org/wiki/Version_lifecycle
1 0
0 0
I would like to announce the release of MediaWiki 1.39.13, 1.42.7 and 1.43.2!These releases serve as security and maintenance releases for these branches.The tarballs have already been uploaded as of this email, and the gittags will be pushed shortly.A "MediaWiki Extensions Security Release Supplement" e-mail willfollow this one, covering security updates for non-bundled extensions.Reports of bugs with PHP 8.0, 8.1, 8.2, 8.3 and 8.4 support areparticularly welcome, and fixes will be back-ported when possible.As part of the Wikimedia migration to PHP 8.1, bug fixes affecting PHP8.0 and 8.1 may have been backported to applicable releases. If youfind issues that haven't been backported, please report these too,referring to the relevant supported release.Please seehttps://phabricator.wikimedia.org/tag/php_8.0_support/,https://phabricator.wikimedia.org/tag/php_8.1_support/,https://phabricator.wikimedia.org/tag/php_8.2_support/,https://phabricator.wikimedia.org/tag/php_8.3_support/ andhttps://phabricator.wikimedia.org/tag/php_8.4_support/ for therelevant work boards.As a reminder, MediaWiki 1.35 became end of life (EOL) in December2023, MediaWiki 1.40 became EOL in June 2024 and MediaWiki 1.41 becameEOL in December 2024.MediaWiki 1.39 (old LTS) becomes EOL in November 2025.MediaWiki 1.42 becomes EOL, today, June 30, 2025. A separate email will follow.It is strongly recommended to upgrade to 1.43 (the next LTS after1.39), which will be supported until December 2027.== Security fixes ==* (T386175, CVE-2025-32072) SECURITY: Escape newpage message in FeedUtils.* (T391343, CVE-2025-6589) SECURITY: BlockList: Hide rows containingsuppressed users.* (T392746, CVE-2025-6590) SECURITY: Escape usernames inHTMLUserTextField validation errors.* (T392276, CVE-2025-6591) SECURITY: API: Escape i18n messages inaction=feedcontributions.* (T391218, CVE-2025-6592) SECURITY: Creating a permanent account froma temporary account associates temp username and IP address with realusername in AbuseLog.* (T396230, T31856, CVE-2025-6593) SECURITY: fix IP leak to unverified email.* (T395063, CVE-2025-6594) SECURITY: apisandbox: Fix reflected XSSwhen invalid 'format' is provided.* (T394863, CVE-2025-6595) SECURITY: Stored XSS through systemmessages in MultimediaViewer.* (T396685, CVE-2025-6596) Vector inserts portlet labels as HTML,allowing for stored XSS through system messages.* (T389009, CVE-2025-6597) SECURITY: Do not treat autocreation aslogin for reauthentication.* (T389010, CVE-2025-6926) SECURITY: Allow extensions to supress thereauth flag on login.* (T397595, CVE-2025-6927) SECURITY: Fix autoblocks visibility whenbl_deleted=1.* (T397595, CVE-2025-6927) SECURITY: Fix leak of hidden usernames viaautoblocks of those users.== Links to all mentioned tasks ==*https://phabricator.wikimedia.org/T31856*https://phabricator.wikimedia.org/T386175*https://phabricator.wikimedia.org/T389009*https://phabricator.wikimedia.org/T389010*https://phabricator.wikimedia.org/T391218*https://phabricator.wikimedia.org/T391343*https://phabricator.wikimedia.org/T392276*https://phabricator.wikimedia.org/T392746*https://phabricator.wikimedia.org/T394863*https://phabricator.wikimedia.org/T395063*https://phabricator.wikimedia.org/T396230*https://phabricator.wikimedia.org/T396685*https://phabricator.wikimedia.org/T397595== Release notes ==Full release notes for 1.39.13:https://phabricator.wikimedia.org/diffusion/MW/browse/REL1_39/RELEASE-NOTES…https://www.mediawiki.org/wiki/Release_notes/1.39Full release notes for 1.42.7:https://phabricator.wikimedia.org/diffusion/MW/browse/REL1_42/RELEASE-NOTES…https://www.mediawiki.org/wiki/Release_notes/1.42Full release notes for 1.43.2:https://phabricator.wikimedia.org/diffusion/MW/browse/REL1_43/RELEASE-NOTES…https://www.mediawiki.org/wiki/Release_notes/1.43For information about how to upgrade, see<https://www.mediawiki.org/wiki/Manual:Upgrading>**********************************************************************Download:https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.tar.gzhttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.zipDownload without bundled extensions:https://releases.wikimedia.org/mediawiki/1.39/mediawiki-core-1.39.13.tar.gzhttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-core-1.39.13.zipPatch to previous version (1.39.12):https://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.patch.gzhttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.patch.zipGPG signatures:https://releases.wikimedia.org/mediawiki/1.39/mediawiki-core-1.39.13.tar.gz…https://releases.wikimedia.org/mediawiki/1.39/mediawiki-core-1.39.13.zip.sighttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.tar.gz.sighttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.zip.sighttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.patch.gz.sighttps://releases.wikimedia.org/mediawiki/1.39/mediawiki-1.39.13.patch.zip.s…Public keys:https://www.mediawiki.org/keys/keys.html**********************************************************************Download:https://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.tar.gzhttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.zipDownload without bundled extensions:https://releases.wikimedia.org/mediawiki/1.42/mediawiki-core-1.42.7.tar.gzhttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-core-1.42.7.zipPatch to previous version (1.42.6):https://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.patch.gzhttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.patch.zipGPG signatures:https://releases.wikimedia.org/mediawiki/1.42/mediawiki-core-1.42.7.tar.gz.…https://releases.wikimedia.org/mediawiki/1.42/mediawiki-core-1.42.7.zip.sighttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.tar.gz.sighttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.zip.sighttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.patch.gz.sighttps://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.7.patch.zip.sigPublic keys:https://www.mediawiki.org/keys/keys.html**********************************************************************Download:https://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.tar.gzhttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.zipDownload without bundled extensions:https://releases.wikimedia.org/mediawiki/1.43/mediawiki-core-1.43.2.tar.gzhttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-core-1.43.2.zipPatch to previous version (1.43.1):https://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.patch.gzhttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.patch.zipGPG signatures:https://releases.wikimedia.org/mediawiki/1.43/mediawiki-core-1.43.2.tar.gz.…https://releases.wikimedia.org/mediawiki/1.43/mediawiki-core-1.43.2.zip.sighttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.tar.gz.sighttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.zip.sighttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.patch.gz.sighttps://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.2.patch.zip.sigPublic keys:https://www.mediawiki.org/keys/keys.html
1 0
0 0
I've filed T398122[1] to request the reinstatement of Cindy Cicalese +2privileges on mediawiki/core after they were removed as is policy[2] forWMF staffers that leave the Foundation.Cindy has been a great collaborator on core and extensions and I hopeyou'll agree that we should reinstate her privileges.Thanks!Mark.Footnotes:[1]https://phabricator.wikimedia.org/T398122[2]https://www.mediawiki.org/wiki/Gerrit/Privilege_policy#Revocation
1 0
0 0
Hi all,On Monday we will be issuing a security and maintenance release to allsupported branches of MediaWiki.The new releases will be:- 1.39.13- 1.42.7- 1.43.2This will also resolve security issues in bundled extensions, along withbug fixes included for maintenance reasons.These security issues also affect many unsupported versions of MediaWiki.We will make the fixes available in the respective release branches andmaster in git. Tarballs will be available for the above mentioned pointreleases as well.A summary of some of the security fixes that have gone into non-bundledMediaWiki extensions will also follow later.As a reminder, MediaWiki 1.35 became end of life (EOL) in December 2023,MediaWiki 1.40 became EOL in June 2024 and MediaWiki 1.41 became EOL inDecember 2024.MediaWiki 1.42 becomes EOL at the end of June 2025.MediaWiki 1.39 (the old LTS before 1.43) becomes EOL in November 2025.It is strongly recommended to upgrade to 1.43 (the next LTS after 1.39),which will be supported until December 2027.[1]https://www.mediawiki.org/wiki/Version_lifecycle
1 0
0 0
Results per page:

[8]ページ先頭

©2009-2025 Movatter.jp