aboutsummaryrefslogtreecommitdiffstats
path: root/languages
Commit message (Collapse)AuthorAgeFilesLines
...
* | | i18n: Remove unused system message "prefs-labs"Winston Sung2025-01-202-2/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These messages "prefs-beta", "prefs-labs" were moved from WikiEditor to MediaWiki core * MediaWiki core commit 07b13a5ef79a6d6cca20ddf7cba69e7765abd850 * WikiEditor commit 1ac75a6299503902756c32efc9038bb7fbd407ab Message "prefs-beta" is no longer used after WikiEditor commit Renaming the "Beta" label to "Editor" commit hash 3c0aa26a0da68a9bc03061d279fc062ea336cf69 Change-Id Id8b9a47a9d83dc1acdec46cb6e993deac33cc066 and already being removed. Message "prefs-labs" is no longer used after WikiEditor commit Drop the never-finished "Labs" publish and preview features commit hash 77cea2697cc44c276a1d6d740c5885dcac9ffdc1 Change-Id Ia1eb91d2dfb1979518d97badc1477146b4606f7c and removed in this commit. The message of the "Beta features" tab in Special:Preferences already used "prefs-betafeatures" instead of the mentioned unused system messages. Bug: T224429 Change-Id: I8198396d811cf33e20b20524cc2e3d8ce6c42289
* | Merge "SpecialBlock: Success message on removing a block"jenkins-bot2025-01-162-0/+2
|\ \
| * | SpecialBlock: Success message on removing a blockSam Wilson2025-01-162-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the existing 'success' property to 'blockAdded' and add a new property called 'blockRemoved' to track when we want to show the block-removal success message. Bug: T383754 Change-Id: Ie5c8e0e47d6e5680f0d2c32778c96ff04f4d3562
* | | Merge "SpecialUnblock: Update title, messages"jenkins-bot2025-01-162-0/+4
|\ \ \
| * | | SpecialUnblock: Update title, messagesTheresNoTime2025-01-092-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add messages `unblock-target` and `unblock-target-label` Use messages for Special:Unblock's title and label messages. Bug: T382443 Change-Id: Ib2cb67fc9ff1eb1578ac1c6d860205dba842e70e
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-161-1/+2
| |/ / |/| | | | | | | | Change-Id: I7718c37a8e46a2a1e074e69608a0a318535f6dd7
* | | SpecialBlock [Codex]: hide all of CodexHTMLForm except the targetMusikAnimal2025-01-152-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch drops no-JS support for the Codex version of Special:Block. It can later be added when Codex PHP is available. All we really need is the target field, so show just that and with the module styles to match. If a target is provided via URL parameter, have the field be disabled until the Vue app loads. This patch also removes OOUI completely from the Codex version. The error messages are instead created with Html::errorBox(). Bug: T377529 Change-Id: Ica7cee99f09f8abaafd28d67f0baa254b91bc41e
* | | Add Turkish as a fallback language for Crimean Tatar (Cyrillic and Latin script)Srishakatux2025-01-152-1/+2
| | | | | | | | | | | | | | | | | | | | | Reason for the change is in the Phabricator task. Bug: T380047 Change-Id: If7f8b07674851e028583fd76b1014208d3ee598e
* | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-151-1/+2
| | | | | | | | | | | | Change-Id: I948acd47d4359ed4b763de977fc0bbefc1205303
* | | Merge "block: Update block action links in block log and contributions for ↵jenkins-bot2025-01-152-1/+5
|\ \ \ | | | | | | | | | | | | multiblocks"
| * | | block: Update block action links in block log and contributions for multiblocksTim Starling2025-01-152-1/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the new Codex block page is enabled: * In BlockLogFormatter, relabel the unblock link as "remove block". Link to Special:Block?remove=1 instead of Special:Unblock. * In BlockLogFormatter, pass the block ID to the special page using the "id" parameter if it is available in log_params. * In Special:Contributions and other special pages derived from ContributionsSpecialPage, if the user is blocked, combine the unblock/reblock links into a single "manage blocks" link. Also: * When blocking or unblocking, copy the block ID to log_params. Associations from log_search are not available to LogFormatter subclasses. There are many callers so copying this data is much easier than querying log_search. Bug: T378150 Change-Id: Ice0aa13291f8b38fc66d2a1524aef65ea17c8b27
* | | SpecialUnblock: Redirect some uses to SpecialBlockTheresNoTime2025-01-152-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If useCodex is true, and if no target is set when a user visits SpecialUnblock redirect them to SpecialBlock as part of the gradual deprecation of SpecialUnblock. Using a URL param, display a message to the user when redirected. Bug: T382539 Change-Id: Ie224d5cfaab96cc42fa5beed0b1509e07f65c4b1
* | | Merge "ApiUnblock: Add support for multiblocks"jenkins-bot2025-01-142-0/+2
|\ \ \
| * | | ApiUnblock: Add support for multiblocksDayllan Maza2025-01-142-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-purpose the existing id parameter to support block ID. If both id, and username are provided the request will fail * If a target has more than one block and a specific block is not provided it will fail with ipb_cant_unblock_multiple_blocks Bug: T378148 Change-Id: I04928d989e6764ac93ec243a5fec9c7fe2b0b9b0
* | | | Merge "Tag page creations of previously deleted page"jenkins-bot2025-01-142-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Tag page creations of previously deleted pageKgraessle2025-01-142-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds a new tag in core titled mw-recreated to note when a new page is a recreation Bug: T56145 Co-Authored-by: Rockingpenny4 <rockingpenny4@gmail.com> Change-Id: Ib8ffe3fba73d0464f3fd353138456b07e7afc7d7
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-141-1/+8
| | | | | | | | | | | | | | | | Change-Id: Ic11b603187cf7a8f8cd44d4b4d2552566e8274a6
* | | | Merge "SpecialBlock: Add confirmation dialog when removing blocks"jenkins-bot2025-01-142-0/+8
|\ \ \ \
| * | | | SpecialBlock: Add confirmation dialog when removing blocksSam Wilson2025-01-132-0/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a popup dialog window when the user clicks the 'remove' link in the active blocks rows. The dialog contains two fields, and needs different accept/cancel button text than the other block-confirmation dialog (hence the changes to ConfirmationDialog.vue). Bug: T380189 Change-Id: I3a1e0edee62bf282edb7f6be03ebf6a8fe26efaf
* | | | Add more Punjabi special page translationsJon Harald Søby2025-01-141-17/+19
| | | | | | | | | | | | | | | | | | | | | | | | Submitted via Telegram by User:Kuldeepburjbhalaike Change-Id: I26516a5c8035d4d3fb0bc3183b281fe7ccd3f958
* | | | Merge "Fix for "Add explicit GENDER support to a few pages" Issue"jenkins-bot2025-01-131-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for "Add explicit GENDER support to a few pages" Issueobamwonyi2024-12-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I implemented the fix for the following properties listed in the issue in the bug/issue ID with an exception for the two properties Centralauth-renameuser-merged, and Userrenametool-success as I could not find their properties in the en.json file. Bug: T381757 Change-Id: Ib76a52d91f658e3b8cc12471c22c75de8fd2c4f3
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-1396-306/+483
| | | | | | | | | | | | | | | | Change-Id: I625051f516a77a68b11badb1e694b0f0bde5cf9e
* | | | Merge "BlockLog.vue: Wrap user tool links onto own line when it doesn't fit"jenkins-bot2025-01-102-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | BlockLog.vue: Wrap user tool links onto own line when it doesn't fitMusikAnimal2025-01-092-2/+0
| | | | | | | | | | | | | | | | | | | | Bug: T383180 Change-Id: I621a51acbcd8e4df4a85a93759c59c4fd4927c33
* | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-0918-39/+134
|/ / / | | | | | | | | | Change-Id: I0f5b9ab2bdceb37f21ecb083f490817ea12b9baf
* | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-0850-91/+751
| | | | | | | | | | | | Change-Id: Iadbf77edc6b6229edf2e2ad7b435b7269e0a4506
* | | Merge "specials: Support temporary account filtering on Special:BlockList"jenkins-bot2025-01-072-0/+4
|\ \ \
| * | | specials: Support temporary account filtering on Special:BlockListMáté Szabó2025-01-072-0/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Why: - Special:BlockList currently supports excluding blocks targeting IP addresses or registered users, but not temporary accounts. - To preserve feature parity when temporary accounts are enabled, it should also allow excluding blocks that are targeting temporary accounts. What: - Add a new filtering option to exclude blocks targeting temporary accounts on Special:BlockList. This is only displayed if temporary accounts are a known concept on the local wiki. - Have the existing "Hide account blocks" checkbox exclude named users only if temporary accounts are a known concept on the local wiki, and show a different label if so. Bug: T380266 Change-Id: I63ada264c0da406c728ac54fcbe0b6621f1e9250
* | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-074-3/+53
| | | | | | | | | | | | Change-Id: Ic7aa9907f1f82fa0c66378ccb24ac63feb9089b3
* | | block: Show a special log entry when blocking an already blocked targetTim Starling2025-01-072-0/+6
|/ / | | | | | | | | | | | | "Sysop added a block for Target" instead of "Sysop blocked Target". Bug: T378150 Change-Id: I2febf1bcb57d014e48bd58eecbdecaa3c2f9c724
* | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-0669-233/+517
| | | | | | | | Change-Id: I0387fdc3d99deb5e0c44c9090a7c9bc248929d3b
* | Merge "Localisation updates from https://translatewiki.net."jenkins-bot2025-01-0472-363/+588
|\ \
| * | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-0472-363/+588
| | | | | | | | | | | | Change-Id: Ib5ef8ab213260284ca9e829ca3f47c8d7f9d86ca
* | | Merge "Add option to filter for temporary accounts on Special:ListUsers"jenkins-bot2025-01-032-0/+2
|\ \ \ | |/ / |/| |
| * | Add option to filter for temporary accounts on Special:ListUsersSTran2025-01-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Why: Special:ListUsers can sort by temporary accounts by manually searching for the temporary account prefix. We can improve the UX by supporting this option out of the box. What: - Add an option to filter on temporary accounts if temporary accounts are known to the wiki Bug: T373782 Change-Id: I802ad15e1ef5d90e12686f1cf636db27973986f5
* | | Merge "Use gendered pronouns in emailuserfooter"jenkins-bot2025-01-021-1/+1
|\ \ \
| * | | Use gendered pronouns in emailuserfootertacsipacsi2023-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone set his or her preferred gender, we should use that instead of “they”. (Of course if someone hasn’t set their preferred gender, we should continue to use “they”.) Change-Id: Ic386de970026adc55f425175286b2fa4b79a6940
* | | | Merge "Update RfC links to bypass redirect"jenkins-bot2025-01-021-1/+1
|\ \ \ \
| * | | | Update RfC links to bypass redirectPppery2025-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per https://meta.wikimedia.org/wiki/Talk:Interwiki_map/Archives/2024#RFC Bug: T71997 Change-Id: I2b6b63f7809e5801c78de370c828bbca5fe95e64
* | | | | Merge "In no skins message, link to english category not user language"jenkins-bot2025-01-022-4/+4
|\ \ \ \ \
| * | | | | In no skins message, link to english category not user languageBrian Wolff2024-12-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The translated category page doesn't properly list all skins Bug: T381699 Change-Id: I93ad752986ca947fe61146ccbf574818f129ab41
* | | | | | Merge "Fix some edge cases in undelete UI"jenkins-bot2025-01-022-0/+2
|\ \ \ \ \ \
| * | | | | | Fix some edge cases in undelete UIPppery2024-12-282-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Display an error message rather than nothing if loading the diff fails - Don't display a disfunctional change visibility button if the user has revdel but not delete permissions. Bug: T382183 Change-Id: Ia2dcf98991126bfba33dc136df390903a4cebd12
* | | | | | | Merge "SpecialBlock: Make multiblocks-new-feature-fix a sentence"jenkins-bot2025-01-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SpecialBlock: Make multiblocks-new-feature-fix a sentenceTacsipacsi2024-12-211-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message boxes are sentences, not titles. See all real-looking examples on https://doc.wikimedia.org/codex/latest/components/demos/message.html: they are sentences and end with full stops. Bug: T377997 Change-Id: I105e69caee4198dbbcdad37205f8f5124a3f19e0
* | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-028-21/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I303a4e3882300fbca1dfccf81c695c235e2a4326
* | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2025-01-019-53/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89f09a22a0e93398ff591c6844302f051d9da94e
* | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-12-319-126/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I013af29bcc8e62c8a758c1e3afb11d57dda94c08
* | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2024-12-3016-48/+207
| |/ / / / / |/| | | | | | | | | | | | | | | | | Change-Id: Ib274a94bc3374cb8493c4ff39c4e3ee2a1a38453