This is an archive of past discussions with User:VernoWhitney. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Changes later this week
Profiling statistics for an abuse filter tell how often edits match the filter. The statistics for the abuse filters were reset after 10000 actions. Wikis can now decide to reset it more or less often. They can file a phabricator task to do so. [1]
Abuse filters will now treat integers and floats more precisely. For example, 5/2 was rounded down to 2 but will now be 2.5 and 2*4 will be the integer 8 and not the floating-point number 8.0. Division values are the only ones changed. For the rest only strict comparisons (=== and !==) will be affected leaving the values unchanged. [2][3]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 17 April. It will be on non-Wikipedia wikis and some Wikipedias from 18 April. It will be on all wikis from 19 April (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 17 April at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 18 April at 15:00 (UTC). See how to join.
Future changes
The new PDF renderer could not create PDFs from books. Books are in this case collections of pages on a Wikimedia wiki. PediaPress will take over development of the books-to-PDF function. [4]
Pywikibot will no longer support Python 2.7.2 and 2.7.3. [5]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
The iOS and Android apps now have synced reading lists. This means you can save articles to a private list that can be seen on your other devices if you use the apps.
The visual editor and the 2017 wikitext ask you to write an edit summary after you press Publish. This button now also shows an ellipsis. This is to show that pressing Publish is not the last step. [7]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 24 April. It will be on non-Wikipedia wikis and some Wikipedias from 25 April. It will be on all wikis from 26 April (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 24 April at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 25 April at 15:00 (UTC). See how to join.
Future changes
<mapframe> will come to most Wikipedias in May. This means that you can put interactive maps in the articles. Nine Wikipedias that use a strict version of flagged revisions will not get this feature in May. [8]
The rollback function could change. This was a German community request. All editors with rollback rights can leave feedback on the proposed solution. The last day to leave feedback is 4 May (UTC).
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The parameter for unpatrolled edits in recent changes filters changed name. You might need to update saved filters and links. [9]
Problems
We are migrating wikis from Tidy to Remex. Because of a bug the 250 wikis which do not yet use Remex were switched on 23 April. This is two months early. This meant that pages with broken wikitext showed wrongly to readers. The bug was undone the next day. You can help fix broken wikitext to avoid this problem when your wiki switches. Tidy will be removed on all wikis before July 2018. You can follow the process on Phabricator. [10]
When an administrator blocks someone they will have a calendar they can use to choose when the block ends. This is to make it easier to pick a specific date. [12]
You can soon turn on the Performance Inspector in the Editing section in your preferences. It shows information about the performance of pages. This could be the size of modules in the page, how many CSS selectors are defined on the page and how many are used, or the size of the images on the page. This tool is intended to help editors fix pages that load slowly. [13]
There is a new abuse filter function called equals_to_any. You can use it to check if its first argument is equal (===) to any of the following ones. For example you can use it to check if the page's namespace is amongst a given set of values in a more compact way than you could earlier. You can read more on mediawiki.org.
The new version of MediaWiki will be on test wikis and MediaWiki.org from 1 May. It will be on non-Wikipedia wikis and some Wikipedias from 2 May. It will be on all wikis from 3 May (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 1 May at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 2 May at 15:00 (UTC). See how to join.
Future changes
The Wikimedia Cloud Services team is working on a new project called Toolhub. The goal is to make it easier for Wikimedians to discover software tools they can use. You can leave feedback on the talk page or email jharewikimedia.org to leave private feedback.
All wikis with fewer than 100 high-priority linter errors in all namespaces will switch to use the Remex parsing library. This is to replace Tidy. It will happen on 2 May. Other wikis will be recommended to switch soon when they have fixed the errors that must be fixed. Wikibooks wikis with fewer than 100 high-priority linter errors in the main namespace will switch on 9 May. Tidy will be removed on all wikis before July 2018. [14][15][16]
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-05-02T07:05:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_May_2018-2018-05-02T07:05:00.000Z","replies":["c-MediaWiki_message_delivery-2018-05-02T07:05:00.000Z-Administrators'_newsletter_\u2013_May_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 May 2018","linkableTitle":"Administrators' newsletter \u2013 May 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-05-02T07:05:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_May_2018-2018-05-02T07:05:00.000Z","replies":["c-MediaWiki_message_delivery-2018-05-02T07:05:00.000Z-Administrators'_newsletter_\u2013_May_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 May 2018","linkableTitle":"Administrators' newsletter \u2013 May 2018"}-->
A proposal is being discussed which would create a new "event coordinator" right that would allow users to temporarily add the "confirmed" flag to new user accounts and to create many new user accounts without being hindered by a rate limit.
Technical news
AbuseFilter has received numerous improvements, including an OOUI overhaul, syntax highlighting, ability to search existing filters, and a few new functions. In particular, the search feature can be used to ensure there aren't existing filters for what you need, and the new equals_to_any function can be used when checking multiple namespaces. One major upcoming change is the ability to see which filters are the slowest. This information is currently only available to those with access to Logstash.
When blocking anonymous users, a cookie will be applied that reloads the block if the user changes their IP. This means in most cases, you may no longer need to do /64 range blocks on residential IPv6 addresses in order to effectively block the end user. It will also help combat abuse from IP hoppers in general. This currently only occurs when hard-blocking accounts.
The block notice shown on mobile will soon be more informative and point users to a help page on how to request an unblock, just as it currently does on desktop.
There will soon be a calendar widget at Special:Block, making it easier to set expiries for a specific date and time.
Lankiveil (Craig Franklin) passed away in mid-April. Lankiveil joined Wikipedia on 12 August 2004 and became an administrator on 31 August 2008. During his time with the Wikimedia community, Lankiveil served as an oversighter for the English Wikipedia and as president of Wikimedia Australia.
Sent by MediaWiki message delivery (talk) 07:05, 2 May 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-05-02T07:05:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-05-02T07:05:00.000Z-Administrators'_newsletter_\u2013_May_2018","replies":[]}}-->
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The Wikimedia Commons mobile app has a new version. It is now easier to find nearby places that need pictures. It helps you with direct uploads and title and category suggestions. The app only works on Android phones. [17]
Problems
The abuse filters had a problem with blocks where you had changed how long they last. It used the default length everywhere. This was in late April. Abuse filter users should make sure the right block length is used and change them if needed. This is only for filters where how long blocks last had been changed. [18]
Changes later this week
The advanced search function beta feature will be on all Wikimedia wikis. It makes it easier to use some of the special search functions that most editors don't know exist. [19]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 8 May. It will be on non-Wikipedia wikis and some Wikipedias from 9 May. It will be on all wikis from 10 May (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 8 May at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 9 May at 15:00 (UTC). See how to join.
Future changes
All wikis with fewer than 100 high-priority linter errors in the main namespace will switch to use the Remex parsing library. This is to replace Tidy. It will happen on 16 May. Other wikis will switch soon when they have fixed the errors that must be fixed. Tidy will be removed on all wikis before July 2018. [20][21]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
The new Advanced Search interface is now available as a Beta Feature on all wikis. This makes it easier to learn about and to use many of the powerful options in our search. Feedback is appreciated. [22]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 15 May. It will be on non-Wikipedia wikis and some Wikipedias from 16 May. It will be on all wikis from 17 May (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 16 May at 15:00 (UTC). See how to join.
Future changes
In the mobile view, warnings for when something is wrong with a page are not as clear as they should be. The developers are working on this. You can give feedback and suggestions.
The developers are working on making the Wikipedia Android app available in more languages. You can give feedback, suggestions and help test it. Read more on mediawiki.org[23]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 22 May. It will be on non-Wikipedia wikis and some Wikipedias from 23 May. It will be on all wikis from 24 May (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 23 May at 15:00 (UTC). See how to join.
Future changes
It could become easier to reference different pages of a book in an article. You can give feedback. The last day for feedback is 27 May.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
You can now use global preferences on most wikis. This means you can set preferences for all wikis at the same time. Before this you had to change them on each individual wiki. Global preferences will come to the Wikipedias later this week. [24][25]
It is now easier for blocked mobile users to see why they were blocked. [26]
There is now a checkbox on Special:ListUsers to let you see only users in temporary user groups. [27]
Some rare invisible Unicode characters have recently been banned from page titles. This includes soft hyphens (U+00AD) and left-to-right (U+2066) and right-to-left (U+2067) isolate markers. Existing pages with these characters will soon be moved by a script. [28]
There's a new Wikimedia Foundation team to support the Wikimedia technical communities. It's called the Technical Engagement team. Most of the team members did similar work in other teams before this. [29]
Problems
Some translatable pages are showing old translations instead of latest ones. The cause of this issue has been fixed. We will update all pages automatically to show the latest translations. [30]
Changes later this week
There will be a new special page named PasswordPolicies. This page gives information about the password rules for each user group on that wiki. [31]
A new way to see moved paragraphs in diffs is coming to most wikis. This is to make it easier to find the moved paragraphs and the changes in them. [32]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 29 May. It will be on non-Wikipedia wikis and some Wikipedias from 30 May. It will be on all wikis from 31 May (calendar).
Wikis can enable Citoid to provide automatic reference look-up in the visual editor and the 2017 wikitext editor. This is complex. The tool will now disable itself if the configuration isn't correct. It has warned about this in the JavaScript console since February. Check that your wiki is configured correctly. You can ask for help if you need it. [33]
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 29 May at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 30 May at 15:00 (UTC). See how to join.
Future changes
Content Translation drafts which have not been updated in over a year will be removed. This allows other users to translate those articles. [34]
A survey is collecting information on what users think about how Wikimedia wiki pages are loaded. This information could be used in future development. [35]
Some wikis will switch to use the Remex parsing library. This is to replace Tidy. It will happen on 30 May and 13 June. Wikis with fewer than 100 linter issues in the main namespace in all high-priority linter categories will switch. This includes Wikidata. Tidy will probably be removed on all wikis in the first week of July. [36][37]
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-06-01T21:00:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_June_2018-2018-06-01T21:00:00.000Z","replies":["c-MediaWiki_message_delivery-2018-06-01T21:00:00.000Z-Administrators'_newsletter_\u2013_June_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 June 2018","linkableTitle":"Administrators' newsletter \u2013 June 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-06-01T21:00:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_June_2018-2018-06-01T21:00:00.000Z","replies":["c-MediaWiki_message_delivery-2018-06-01T21:00:00.000Z-Administrators'_newsletter_\u2013_June_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 June 2018","linkableTitle":"Administrators' newsletter \u2013 June 2018"}-->
Following a successful request for comment, administrators are now able to add and remove editors to the "event coordinator" group. Users in the event coordinator group have the ability to temporarily add the "confirmed" flag to new user accounts and to create many new user accounts without being hindered by a rate limit. Users will no longer need to be in the "account creator" group if they are in the event coordinator group.
IP-based cookie blocks should be deployed to English Wikipedia in June. This will cause the block of a logged-out user to be reloaded if they change IPs. This means in most cases, you may no longer need to do /64 range blocks on residential IPv6 addresses in order to effectively block the end user. It will also help combat abuse from IP hoppers in general. For the time being, it only affects users of the desktop interface.
The Wikimedia Foundation's Anti-Harassment Tools team will build granular types of blocks in 2018 (e.g. a block from uploading or editing specific pages, categories, or namespaces, as opposed to a full-site block). Feedback on the concept may be left at the talk page.
It is now easier for blocked mobile users to see why they were blocked.
Arbitration
A recent technical issue with the Arbitration Committee's spam filter inadvertently caused all messages sent to the committee through Wikipedia (i.e. Special:EmailUser/Arbitration Committee) to be discarded. If you attempted to send an email to the Arbitration Committee via Wikipedia between May 16 and May 31, your message was not received and you are encouraged to resend it. Messages sent outside of these dates or directly to the Arbitration Committee email address were not affected by this issue.
Sent by MediaWiki message delivery (talk) 21:00, 1 June 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-06-01T21:00:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-06-01T21:00:00.000Z-Administrators'_newsletter_\u2013_June_2018","replies":[]}}-->
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The MonoBook skin has been optimised for mobile devices. It now looks different. [38]
Redirect links in Special:WhatLinksHere now link to the original page and not the target page. This was done earlier and changed the used messages on some pages. This was a problem for wikis that customized the message. A new change fixed this by using the old messages with one more parameter for customization. Wikis that already changed their customized messages will have to move the customization back again. [41]
Problems
You will not be able to edit some wikis between 06:00 and 06:30 UTC on 13 June. You can see if your wiki is one of them.
MassMessage did not work 24–28 May. This is also why last week's Tech News was late. [42]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 5 June. It will be on non-Wikipedia wikis and some Wikipedias from 6 June. It will be on all wikis from 7 June (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 5 June at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 6 June at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
In the Wikipedia app for Android or iOS users can create reading lists. The reading lists can be seen on different devices if you are logged in to your account. There is now a browser extension so you can add pages to your reading list from a web browser. At the moment it works with Firefox and Chrome. [45]
There is a new version of Pywikibot. Pywikibot is a tool to automate tasks on MediaWiki wikis. [46]
Problems
The MonoBook skin was changed to make it work better for mobile users. This caused some problems. The change was rolled back to fix them. The new version is now back on the wikis. MonoBook users can opt out from the new responsive design. [47]
Changes later this week
The new filters for edit review tools and interface for watchlists will leave beta. For most wikis this will happen on 18 June. For the rest it will happen on 25 June. [48][49]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 12 June. It will be on non-Wikipedia wikis and some Wikipedias from 13 June. It will be on all wikis from 14 June (calendar).
Meetings
You can join the Readers Web team IRC office hour. There you can discuss tools to contribute on the mobile web for the existing MediaWiki skins. The meeting will be on 18 June at 16:00 (UTC). See how to join.
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 12 June at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 13 June at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
Syntax highlighting has been a beta feature on Wikimedia wikis with text written from left to right. It is now a normal feature. It is based on CodeMirror. [50]
Changes later this week
There is no new MediaWiki version this week.
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 19 June at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 20 June at 15:00 (UTC). See how to join.
Future changes
Some old web browsers will not be able to read the Wikimedia wikis. This is because they use an insecure way to connect to them. This means that we get less security for everyone else too. This affects about 0.08% of all traffic to the Wikimedia wikis. This affects for example those who read Wikipedia on a PlayStation 3. [51][52]
The new filters for edit review tools and interface for watchlists will leave beta. Because there is no new MediaWiki version this week it will happen on 25 June for most wikis. For the rest it will happen in early July. [53][54]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
When a link text was in italics or had other formatting you could sometimes not edit it in the visual editor. This has now been fixed. [56][57]
Changes later this week
Content translation users who translate between any two of Arabic, English, French, Japanese and Russian will be asked to be part of a research project. This is to create better tools for translating articles. [58]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 26 June. It will be on non-Wikipedia wikis and some Wikipedias from 27 June. It will be on all wikis from 28 June (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 26 June at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 27 June at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The database for tags will be changed. This will happen on 2 July on French Wikipedia and 9 July on all other wikis. Please report if recent changes get slower or you can't save edits. This could especially affect editors who use the database on ToolForge. [59]
Problems
Last week's MediaWiki update was rolled back. This was because of a database problem. [60]
Changes later this week
There is no new MediaWiki version this week.
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 3 July at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 4 July at 15:00 (UTC). See how to join.
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-07-03T19:22:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_July_2018-2018-07-03T19:22:00.000Z","replies":["c-MediaWiki_message_delivery-2018-07-03T19:22:00.000Z-Administrators'_newsletter_\u2013_July_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 July 2018","linkableTitle":"Administrators' newsletter \u2013 July 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-07-03T19:22:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_July_2018-2018-07-03T19:22:00.000Z","replies":["c-MediaWiki_message_delivery-2018-07-03T19:22:00.000Z-Administrators'_newsletter_\u2013_July_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 July 2018","linkableTitle":"Administrators' newsletter \u2013 July 2018"}-->
An RfC about the deletion of drafts closed with a consensus to change the wording of WP:NMFD. Specifically, a draft that has been repeatedly resubmitted and declined at AfC without any substantial improvement may be deleted at MfD if consensus determines that it is unlikely to ever meet the requirements for mainspace and it otherwise meets one of the reasons for deletion outlined in the deletion policy.
Starting on July 9, the WMF Security team, Trust & Safety, and the broader technical community will be seeking input on an upcoming change that will restrict editing of site-wide JavaScript and CSS to a new technical administrators user group. Bureaucrats and stewards will be able to grant this right per a community-defined process. The intention is to reduce the number of accounts who can edit frontend code to those who actually need to, which in turn lessens the risk of malicious code being added that compromises the security and privacy of everyone who accesses Wikipedia. For more information, please review the FAQ.
Syntax highlighting has been graduated from a Beta feature on the English Wikipedia. To enable this feature, click the highlighter icon () in your editing toolbar (or under the hamburger menu in the 2017 wikitext editor). This feature can help prevent you from making mistakes when editing complex templates.
IP-based cookie blocks should be deployed to English Wikipedia in July (previously scheduled for June). This will cause the block of a logged-out user to be reloaded if they change IPs. This means in most cases, you may no longer need to do /64 range blocks on residential IPv6 addresses in order to effectively block the end user. It will also help combat abuse from IP hoppers in general. For the time being, it only affects users of the desktop interface.
Miscellaneous
Currently around 20% of admins have enabled two-factor authentication, up from 17% a year ago. If you haven't already enabled it, please consider doing so. Regardless if you use 2FA, please practice appropriate account security by ensuring your password is secure and unique to Wikimedia.
Sent by MediaWiki message delivery (talk) 19:22, 3 July 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-07-03T19:22:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-07-03T19:22:00.000Z-Administrators'_newsletter_\u2013_July_2018","replies":[]}}-->
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
WebM video files have smaller file size but still be of the same quality. Creating WebM files will take longer time. [61]
The new filters for edit review tools and interface for watchlists will leave beta. This was supposed to already have happened but was delayed. For most wikis this will happen on 9 July. For the rest it will happen on 16 July. [62]
When you rolled back an edit it could get both the Rollback and Undo tags. This has been fixed. [64]
Rollbacks from autopatrolled users were not marked as patrolled. This has been fixed. [65]
Changes later this week
When you edit a link in the visual editor there will be two separate buttons to change which page the link goes to (target) or its text (label). [66][67]
On the mobile version you can find a link to an editor's contributions from their user page. Now this will work even if they haven't created a user page. [68]
When you edit a discussion on the mobile version you sometimes get your signature automatically added. This will now not happen if you have already added a signature manually. This is to avoid double signatures. [69]
When you look at Wikimedia code in Gerrit there will be a new interface. It is on by default for new users. This is also true for developers. This is to make it easier to understand what is happening. [71]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 10 July. It will be on non-Wikipedia wikis and some Wikipedias from 11 July. It will be on all wikis from 12 July (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 10 July at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 11 July at 15:00 (UTC). See how to join.
Future changes
Today all administrators can edit CSS and JavaScript for the entire wiki. There will be a new user group for editing CSS and JavaScript. Administrators will no longer automatically be able to do this. This is because it is a security risk when all administrator accounts can edit JavaScript even if they never plan to or do not know how it works. You can read more. [72]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
You can now see a new log of pages being created at Special:Log/create. It includes pages which are later deleted. It is now available on all Wikimedia wikis except Commons and Wikidata. [75]
You can see how many pageviews a wiki had from specific countries. The Wikistats2 maps have now been updated. [76]
Changes later this week
Your watchlist will show changes from the last seven days instead of three. If you have already set a length preference it will not change. [77]
The new version of MediaWiki will be on test wikis and MediaWiki.org from July 17. It will be on non-Wikipedia wikis and some Wikipedias from July 18. It will be on all wikis from July 19 (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on July 17 at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on July 18 at 15:00 (UTC). See how to join.
Future changes
Some articles have messages to readers about problems with the article. For example that it does not cite sources or might not be neutral. Readers do not see these messages on the mobile version. The developers now want to show them. You can read more and leave feedback.
You can use <inputbox> to create search boxes for specific pages. For example to search the archives of a community discussion page. Instead of prefix:Page name you will see a text that explains which pages are being searched. You can read more and leave feedback.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
When you log in to your account you can choose to keep being logged in. This checkbox now works better than before on the mobile version for users without JavaScript. [78]
Wikis that use Citoid can automatically generate citations for Swedish news sites. This only works in the visual editor. This now works for Swedish public service radio. More will come. Others could use this to add news sites in other languages in the future. [79]
Editors can do max 90 edits per minute. This is new since last month. This does not affect bots or administrators. [80]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 24 July. It will be on non-Wikipedia wikis and some Wikipedias from 25 July. It will be on all wikis from 26 July (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 25 July at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The design on Special:Log has changed. It will change again soon. Developers are working on fixing problems. [81]
Problems
Deployment of 1.32.0-wmf.13 has been partially delayed. All deployments have been resumed and successfully done after bug fixes. [82][83]
Deployment of 1.32.0-wmf.14 has been partially delayed. [84][85]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 31 July. It will be on non-Wikipedia wikis and some Wikipedias from 1 August. It will be on all wikis from 2 August (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 31 July at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 1 August at 15:00 (UTC) as well as at 23:00 (UTC). See how to join.
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-08-05T01:31:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_August_2018-2018-08-05T01:31:00.000Z","replies":["c-MediaWiki_message_delivery-2018-08-05T01:31:00.000Z-Administrators'_newsletter_\u2013_August_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 August 2018","linkableTitle":"Administrators' newsletter \u2013 August 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-08-05T01:31:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_August_2018-2018-08-05T01:31:00.000Z","replies":["c-MediaWiki_message_delivery-2018-08-05T01:31:00.000Z-Administrators'_newsletter_\u2013_August_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 August 2018","linkableTitle":"Administrators' newsletter \u2013 August 2018"}-->
After a discussion at Meta, a new user group called "interface administrators" (formerly "technical administrator") has been created. Come the end of August, interface admins will be the only users able to edit site-wide JavaScript and CSS pages like MediaWiki:Common.js and MediaWiki:Common.css, or edit other user's personal JavaScript and CSS. The intention is to improve security and privacy by reducing the number of accounts which could be used to compromise the site or another user's account through malicious code. The new user group can be assigned and revoked by bureaucrats. Discussion is ongoing to establish details for implementing the group on the English Wikipedia.
Following a request for comment, the WP:SISTER style guideline now states that in the mainspace, interwiki links to Wikinews should only be made as per the external links guideline. This generally means that within the body of an article, you should not link to Wikinews about a particular event that is only a part of the larger topic. Wikinews links in "external links" sections can be used where helpful, but not automatically if an equivalent article from a reliable news outlet could be linked in the same manner.
Technical news
The WMF Anti-Harassment Tools team is seeking input on the second set of wireframes for the Special:Block redesign that will introduce partial blocks. The new functionality will allow you to block a user from editing a specific set of pages, pages in a category, a namespace, and for specific actions such as moving pages and uploading files.
Sent by MediaWiki message delivery (talk) 01:31, 5 August 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-08-05T01:31:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-08-05T01:31:00.000Z-Administrators'_newsletter_\u2013_August_2018","replies":[]}}-->
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
The MediaWiki version that was released two weeks ago was late to some Wikimedia wikis. This was because of bugs. It was on all wikis 30 July. [87][88]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 7 August. It will be on non-Wikipedia wikis and some Wikipedias from 8 August. It will be on all wikis from 9 August.
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 7 August at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 8 August at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
CSS in templates can now be stored in a separate page on all wikis. This is called TemplateStyles. This is to make it easier to edit how templates look. [89]
Changes later this week
There is no new MediaWiki version this week.
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 14 August at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 15 August at 15:00 (UTC). See how to join.
Future changes
The developers are planning more ways to block users. This could be blocking someone from just a page or a namespace. You can read more. You can leave feedback on the talk page. [90]
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Headbomb-2018-08-18T15:04:00.000Z","type":"heading","level":0,"id":"h-Bots_Newsletter,_August_2018-2018-08-18T15:04:00.000Z","replies":["c-Headbomb-2018-08-18T15:04:00.000Z-Bots_Newsletter,_August_2018"],"uneditableSection":true,"text":"Bots Newsletter, August 2018","linkableTitle":"Bots Newsletter, August 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Headbomb-2018-08-18T15:04:00.000Z","type":"heading","level":0,"id":"h-Bots_Newsletter,_August_2018-2018-08-18T15:04:00.000Z","replies":["c-Headbomb-2018-08-18T15:04:00.000Z-Bots_Newsletter,_August_2018"],"uneditableSection":true,"text":"Bots Newsletter, August 2018","linkableTitle":"Bots Newsletter, August 2018"}-->
Bots Newsletter, August 2018
Greetings!
Here is the 6th issue of the Bots Newsletter. You can subscribe/unsubscribe from future newsletters by adding/removing your name from this list.
Highlights for this newsletter include:
ARBCOM
Nothing particular important happened. Those who care already know, those who don't know wouldn't care. The curious can dig ARBCOM archives themselves.
BAG
There were no changes in BAG membership since the last Bots Newsletter. Headbomb went from semi-active to active.
In the last 3 months, only 3 BAG members have closed requests - help is needed with the backlog.
{{Automated tools}}, a new template linking to user-activated tools and scripts has been created. It can be used in articles previews, and can be placed on any non-mainspace page/template (e.g. {{Draft article}}) to provide convenient links to editors.
AWB 5.10.0.0 is out, after nearly 20 months without updates. If you run an old version, you will be prompted to install the new version automatically. See the changelog for what's new. Note that the next version will require .NET Framework 4.5. Many thanks to Reedy and the AWB team.
BotWatch, "a listing of editors that have made >2 edits per minute [without] a bot flag", is being developed by SQL (see discussion).
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 21 August. It will be on non-Wikipedia wikis and some Wikipedias from 22 August. It will be on all wikis from 23 August (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 22 August at 15:00 (UTC). See how to join.
Future changes
The 2018 Community Wishlist Survey begins on 29 October. The survey decides what the Community Tech team will work on. You can post proposals from 29 October to 11 November. You can vote on proposals from 16 November to 30 November.
Legacy JavaScript global variables have been deprecated for seven years. They will soon be removed from all wikis. Gadgets and scripts that use them will stop working. You can test your community's gadgets on "group0" wikis. For example Test Wikipedia or mediawiki.org. The legacy JavaScript global variables are already disabled there. You can read the migration guide to fix old scripts. [91]
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
You can now see moved paragraphs in diffs in the mobile view. It also works on all languages in the desktop view. [92]
Bureaucrats on all Wikimedia wikis can now remove the interface admin user right. [93]
Problems
Some diffs show lines in the wrong order. The developers are working on fixing it. [94]
Changes later this week
The message you see when you thank a user will change. This is to make it easier to understand. [95]
AWB will stop adding using AWB in the edit summary. Instead it will add a tag that says AWB. [96]
Some abuse filter variables have changed. They are now easier to understand for non-experts. The old variables will still work but filter editors are encouraged to replace them with the new ones. You can find the list of changed variables on mediawiki.org. They have a note which says Deprecated. Use ... instead. An example is article_text which is now page_title. [97]
Abuse filters can now use how old a page is. The variable is page_age. [98]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 28 August. It will be on non-Wikipedia wikis and some Wikipedias from 29 August. It will be on all wikis from 30 August (calendar).
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 28 August at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 29 August at 15:00 (UTC). See how to join.
Future changes
Because of a data centre test you will be able to read but not edit the wikis for up to an hour on 12 September and 10 October. This will start at 14:00 (UTC). You might lose edits if you try to save during this time. The time when you can't edit might be shorter than an hour. You can read more about this.
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-09-02T23:23:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_September_2018-2018-09-02T23:23:00.000Z","replies":["c-MediaWiki_message_delivery-2018-09-02T23:23:00.000Z-Administrators'_newsletter_\u2013_September_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 September 2018","linkableTitle":"Administrators' newsletter \u2013 September 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-09-02T23:23:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_September_2018-2018-09-02T23:23:00.000Z","replies":["c-MediaWiki_message_delivery-2018-09-02T23:23:00.000Z-Administrators'_newsletter_\u2013_September_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 September 2018","linkableTitle":"Administrators' newsletter \u2013 September 2018"}-->
Following a "stop-gap" discussion, six users have temporarily been made interface administrators while discussion is ongoing for a more permanent process for assigning the permission. Interface administrators are now the only editors allowed to edit sitewide CSS and JavaScript pages, as well as CSS/JS pages in another user's userspace. Previously, all administrators had this ability. The right can be granted and revoked by bureaucrats.
Technical news
Because of a data centre test you will be able to read but not edit the wikis for up to an hour on 12 September and 10 October. This will start at 14:00 (UTC). You might lose edits if you try to save during this time. The time when you can't edit might be shorter than an hour.
Some abuse filter variables have changed. They are now easier to understand for non-experts. The old variables will still work but filter editors are encouraged to replace them with the new ones. You can find the list of changed variables on mediawiki.org. They have a note which says Deprecated. Use ... instead. An example is article_text which is now page_title.
Abuse filters can now use how old a page is. The variable is page_age.
Arbitration
The Arbitration Committee has resolved to perform a round of Checkuser and Oversight appointments. The usernames of all applicants will be shared with the Functionaries team, and they will be requested to assist in the vetting process. The deadline to submit an application is 23:59 UTC, 12 September, and the candidates that move forward will be published on-wiki for community comments on 18 September.
Sent by MediaWiki message delivery (talk) 23:23, 2 September 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-09-02T23:23:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-09-02T23:23:00.000Z-Administrators'_newsletter_\u2013_September_2018","replies":[]}}-->
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
There is a new user right for users who can edit CSS and JavaScript for the entire wiki. Before this all admins could edit CSS and JavaScript. This was a security risk. This group is called interface administrators. Administrators can delete user CSS and JavaScript pages. [99][100]
There will be an A/B test on the Wikipedia mobile website. It starts this week. It tests how we show templates that show information about an article. The test will last two weeks. [101][102]
You can now use different CSS rules for different skins when you edit templates. This is because of TemplateStyles. [103]
You can get a notification when a link is made to a page you created. This has not worked since June. It was fixed last week. [107]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 4 September. It will be on non-Wikipedia wikis and some Wikipedias from 5 September. It will be on all wikis from 6 September (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 5 September at 15:00 (UTC). See how to join.
Future changes
The Wikimedia Foundation Readers department will work on advanced mobile editing. You can read more about this and other things they plan to work on over the next year. You can also see the presentation.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
When you added or edited a template with the visual editor the input boxes were very big. This has been fixed. The input boxes will now be smaller until you click on them. Then they will change size to fit the text. [109]
Problems
Some diffs showed lines in the wrong order. This was fixed last week. [110]
Marking a cross-wiki notification as read didn't work every time. The other wiki was not updated. This has now been fixed. [111]
<maplink> did not work for a few days. This was because of a bug. This has now been fixed. [112]
{{subst:REVISIONUSER}} is used by some templates. For a period edits saved with {{subst:REVISIONUSER}} would save the previous user's name and not your username. This is now fixed. Edits made before the bug was fixed will still be wrong and need to be corrected. [113]
When you move a page the title still shows the old page name. The developers are working on fixing this. [114]
Changes later this week
Because of a data centre test you will be able to read but not edit the wikis for up to an hour on 12 September and 10 October. This will start at 14:00 (UTC). You might lose edits if you try to save during this time. The time when you can't edit might be shorter than an hour. You can read more about this.
Because of the data centre test there will be no new version of MediaWiki this week. Changes for this week will come next week instead.
Meetings
You can join the next meeting with the Editing team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 11 Septmber at 18:30 (UTC). See how to join.
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 12 September at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
The Wikimedia Commons mobile app has a new version. Images uploaded using Nearby are now automatically added to the associated Wikidata item. You can browse other images on Commons. You can see your achievements and your upload statistics. It has also fixed some bugs. [115]
MediaWiki web requests now have a time limit of 60 seconds for GET requests and 200 seconds for POST requests. [116]
Problems
You could not see the menu on the notifications page on the mobile version. This has now been fixed. [117]
The new version of MediaWiki will be on test wikis and MediaWiki.org from 18 September. It will be on non-Wikipedia wikis and some Wikipedias from 19 September. It will be on all wikis from 20 September (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 19 September at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
The new version of MediaWiki will be on test wikis and MediaWiki.org from 25 September. It will be on non-Wikipedia wikis and some Wikipedias from 26 September. It will be on all wikis from 27 September (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 26 September at 15:00 (UTC). See how to join.
Latest tech news from the Wikimedia technical community. Please tell other users about these changes. Not all changes will affect you. Translations are available.
Recent changes
Ordinary pages can no longer be loaded as javascript. You could do this using ?action=raw&ctype=text/javascript in the URL. Only fully protected pages in the MediaWiki: namespace or user javascript subpages can be loaded as javascript now. This is for better security. [120][121]
Problems
New and updated translations from translatewiki.net will not reach the wikis for a while. You can still translate messages on translatewiki.net. The Wikimedia wikis will be updated with the new translations later. This is because of work on the translation system. [122][123]
Changes later this week
The new version of MediaWiki will be on test wikis and MediaWiki.org from 2 October. It will be on non-Wikipedia wikis and some Wikipedias from 3 October. It will be on all wikis from 4 October (calendar).
Meetings
You can join the technical advice meeting on IRC. During the meeting, volunteer developers can ask for advice. The meeting will be on 3 October at 15:00 (UTC). See how to join.
You can join the meeting with the Wikimedia Foundation Search Platform team. The meeting will be on 3 October at 15:00 UTC. See how to join if you want to know how the search function works or have questions.
Future changes
Because of a data centre test you will be able to read but not edit the wikis for up to an hour on 10 October. This will start at 14:00 (UTC). You might lose edits if you try to save during this time. The time when you can't edit might be shorter than an hour. You can read more about this.
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-10-05T20:13:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_October_2018-2018-10-05T20:13:00.000Z","replies":["c-MediaWiki_message_delivery-2018-10-05T20:13:00.000Z-Administrators'_newsletter_\u2013_October_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 October 2018","linkableTitle":"Administrators' newsletter \u2013 October 2018"}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-10-05T20:13:00.000Z","type":"heading","level":0,"id":"h-Administrators'_newsletter_\u2013_October_2018-2018-10-05T20:13:00.000Z","replies":["c-MediaWiki_message_delivery-2018-10-05T20:13:00.000Z-Administrators'_newsletter_\u2013_October_2018"],"uneditableSection":true,"text":"Administrators' newsletter \u2013 October 2018","linkableTitle":"Administrators' newsletter \u2013 October 2018"}-->
There is an open request for comment on Meta regarding the creation a new user group for global edit filter management.
Technical news
Partial blocks should be available for testing in October on the Test Wikipedia and the Beta-Cluster. This new feature allows admins to block users from editing specific pages and in the near-future, namespaces and uploading files. You can expect more updates and an invitation to help with testing once it is available.
The Foundations' Anti-Harassment Tools team is currently looking for input on how to measure the effectiveness of blocks. This is in particular related to how they will measure the success of the aforementioned partial blocks.
Because of a data centre test, you will be able to read but not edit the Wikimedia projects for up to an hour on 10 October. This will start at 14:00 (UTC). You might lose edits if you try to save during this time.
Following a request for comment, the size of the Arbitration Committee will be decreased to 13 arbitrators, starting in 2019. Additionally, the minimum support percentage required to be appointed to a two-year term on ArbCom has been increased to 60%. ArbCom candidates who receive between 50% and 60% support will be appointed to one-year terms instead.
Nominations for the 2018 Arbitration Committee Electoral Commission are being accepted until 12 October. These are the editors who help run the ArbCom election smoothly. If you are interested in volunteering for this role, please consider nominating yourself.
Sent by MediaWiki message delivery (talk) 20:13, 5 October 2018 (UTC)__DTREPLYBUTTONSCONTENT__-->__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-10-05T20:13:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-10-05T20:13:00.000Z-Administrators'_newsletter_\u2013_October_2018","replies":[]}}-->