User talk:King of Hearts/Archive/2017/05
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 content translation tool works again. It was turned off because of a database problem. [1]
- Scripts using very old deprecated wikibits functions show errors. These functions have not worked since 2013. You should fix or disable broken scripts. You can see examples of how to upgrade scripts. This is the same thing as Tech News wrote about in issue 2017/16. You need to add
mw.loader.using( 'mediawiki.util' )
block for your scripts also, or addmediawiki.util
dependency in gadget ResourceLoader section in MediaWiki:Gadgets-definition. [2][3]
Problems
- Because of a data centre test you will be able to read but not edit the wikis for 20 to 30 minutes on 3 May. This will start at 14:00 (UTC). You might lose edits if you try to save during this time. You can read more about this.
Changes this week
- There is no new MediaWiki version this week. This is because of the data centre test.
Meetings
- You can join the next meeting with the VisualEditor team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 2 May at 19:00 (UTC). See how to join.
Future changes
- All Wikimedia wikis will have cookie blocks from May 8. This is an extension to the autoblock system so when a user is blocked, the next time they visit the wiki a cookie will be set. This means that even if the user switches accounts and to a new IP address the cookie will block them again. [4]
- The
Publish changes
,Show preview
andShow changes
buttons will look slightly different. This is to fit with the OOUI look. Users can test scripts, gadgets and so on to see if they work with the new interface by adding&ooui=1
to the URL. [5]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
19:50, 1 May 2017 (UTC)
Administrators' newsletter – May 2017
editNews and updates for administrators from the past month (April 2017).
- Karanacs • Berean Hunter • GoldenRing • Dlohcierekim
- Gdr • Tyrenius • JYolkowski • Longhair • Master Thief Garrett • Aaron Brenneman • Laser brain • JzG • Dragons flight
- An RfC has clarified that user categories should be emptied upon deletion, but redlinked user categories should not be removed if re-added by the user.
- Discussions are ongoing regarding proposed changes to the COI policy. Changes so far have included clarification that adding a link on a Wikipedia forum to a job posting is not a violation of the harassment policy.
- You can now see a list of all autoblocks at Special:AutoblockList.
- There is a new tool for adding archives to dead links. Administrators are able to restrict other user's ability to use the tool, and have additional permissions when changing URL and domain data.
- Administrators, bureaucrats and stewards can now set an expiry date when granting user rights. (discuss, permalink)
- Following an RfC, the editing restrictions page is now split into a list of active restrictions and an archive of those that are old or on inactive accounts. Make sure to check both pages if searching for a restriction.
ITN on Puerto Rico
editFYI - I suggested a revision to the posted blurb you posted at Wikipedia:In_the_news/Candidates#.5BPosted.5D_Puerto_Rican_government-debt_crisis . Does that seem reasonable? SnowFire (talk) 14:09, 5 May 2017 (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.
Problems
- Some users have a problem with the watchlist. Some changes in categories make the watchlist a blank page. The developers are working on this. Until this is fixed you can try some things that have helped other editors if you have this problem. You can turn on
Hide categorization of pages
in your watchlist preferences. You can turn offExpand watchlist to show all changes, not just the most recent
in your watchlist preferences. You can remove problematic categories from Special:EditWatchlist/raw. [6] - There was a problem with the visual editor for several days. You could not save edits that triggered a CAPTCHA. This would for example be when a new user added external links in references. This was fixed on 2 May. [7]
Changes this week
- When you edit you can switch between the visual editor and the wikitext editor. This works if the wiki you edit has the visual editor. The menu will now say
Visual editing
andSource editing
instead ofSwitch to visual editing
andSwitch to code editing
. This is because it was confusing when the menu said you could switch to the editor you were already using. [8] - The new version of MediaWiki will be on test wikis and MediaWiki.org from 9 May. It will be on non-Wikipedia wikis and some Wikipedias from 10 May. It will be on all wikis from 11 May (calendar).
Meetings
- You can join the next meeting with the VisualEditor team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 9 May at 19:00 (UTC). See how to join.
Future changes
- You will be able to get a notification when a page you created is connected to a Wikidata item. This will come to Wikivoyage on 9 May. If there are no problems it will come to most Wikipedias on 30 May. It will come to other projects and English, French and German Wikipedia later in the summer. It will be opt-in for existing users and opt-out for new users. [9][10]
- Markup that looks like code for language variants might need to be fixed. If
-{
is used in transclusions or web addresses it has to be escaped appropriately. You can use-<nowiki/>{
for transclusions and%2D{
in web addresses. A transclusion could for example be when you use-{
in a template:{{1x| sad :-{ face }}
. This is because of some code fixes to the preprocessor and affects all wikis. [11][12]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
02:25, 9 May 2017 (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
- You can now use ISBNs to automatically generate citations in the visual editor. This works on wikis that have enabled Citoid. [13]
- The Two Column Edit Conflict View is available as a beta feature on all wikis. It is a new interface for the edit conflict resolution page. [14]
Problems
- The
mediawiki.util
library does not load automatically any more. Your Special:MyPage/common.js may use it. If you have technical problems that started a couple of weeks ago you can try addingmw.loader.using( 'mediawiki.util' ).done(function(){
as the first line in the file and});
as a last one. Tech News wrote about this in the 2017/18 issue. [15]
Changes this week
- The RevisionSlider extension will be a default feature on all wikis. RevisionSlider is an easier way to move between changes in the page history. It has been a default feature on German, Arabic and Hebrew Wikipedia and a beta feature on all wikis. You will be able to turn it off in your preferences. [16]
- There is no new MediaWiki version this week.
Future changes
- Administrators will soon be able to search through deleted pages. [17][18]
- Markup that looks like code for language variants might need to be fixed. Tech News wrote about this last week. If
-{
is used in transclusions or web addresses it has to be escaped appropriately. You can use-<nowiki/>{
for transclusions and%2D{
in web addresses. This is because of some code fixes to the preprocessor and affects all wikis. You can now see the full list of wikis with this problem and help fix them to avoid that things break later this month. You might find false positives. You can read more about what to fix. [19][20]
Older unreported changes
- Your Meta user page is shown on all wikis where you don't have a local user page. You can now add the magic word
__NOGLOBAL__
to your Meta user page to stop this. [21][22]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
21:48, 15 May 2017 (UTC)
Sunday May 21: Metropolitan Museum of Art Edit-a-thon + global online challenge
editSunday May 21, 10:30 am - 4:30pm: Metropolitan Museum of Art Edit-a-thon | |
---|---|
The Metropolitan Museum of Art Edit-a-thon: Met Open Access Initiative is the Metropolitan Museum of Art's first edit-a-thon, being hosted on Sunday May 21, 2017 in Thomas J. Watson Library at The Met Fifth Avenue in New York City. The Met is excited to make available over 375,000 images of public domain artworks for contribution to Wikipedia and Wikimedia Commons from the museum’s collection spanning 5,000 years of art. The event is an opportunity for Wikimedia communities to engage The Met's diverse collection onsite and remotely. The event is a key marker too of The Metropolitan Museum of Art's first Wikimedian-in-Residence program, with resident Richard Knipel (User:Pharos), along with Wikimedia NYC. We invite you to help enhance Wikimedia communities and platforms with open access images from The Metropolitan Museum of Art. The event requires pre-registration. To register, 1) please sign-up with Eventbrite via The Met's website and 2) add your Wikipedia username to the #Participants on the wikimeetup page. Please check-in with museum staff when you arrive at the Thomas J. Watson Library within the museum. We also welcome remote participation for the global Met Open Access Artworks Challenge (15 May - 30 June, 2017), you can sign up there at Met Open Access Artworks Challenge/Participants. --Pharos (talk) 16:24, 16 May 2017 (UTC) |
(You can subscribe/unsubscribe from future notifications for NYC-area events by adding or removing your name from this list.)
Request for protection
editHello! Please consider adding a protection template on the page Love in the Moonlight. An IP address keeps on reverting perfectly constructive edits with unproven and unverified claims of sockpuppetry. Thanks! MakeASongBoring (talk) 12:59, 18 May 2017 (UTC)
Wednesday May 24, 7pm: WikiWednesday Salon and Skill-Share NYC | |
---|---|
You are invited to join the Wikimedia NYC community for our monthly "WikiWednesday" evening salon (7-9pm) and knowledge-sharing workshop at Babycastles gallery by 14th Street / Union Square in Manhattan. Topics this month include the TED wikiproject, the Met wikiproject, and encouraging free video on Wikimedia Commons! We will include a look at the organization and planning for our chapter, and expanding volunteer roles for both regular Wikipedia editors and new participants. We will also follow up on plans for recent and upcoming edit-a-thons, museum and library projects, education initiatives, and other outreach activities. We welcome the participation of our friends from the Free Culture movement and from all educational and cultural institutions interested in developing free knowledge projects. After the main meeting, pizza/chicken/vegetables and refreshments and video games in the gallery!
We especially encourage folks to add your 5-minute lightning talks to our roster, and otherwise join in the "open space" experience! Newcomers are very welcome! Bring your friends and colleagues! --Pharos (talk) 19:31, 22 May 2017 (UTC)
|
(You can subscribe/unsubscribe from future notifications for NYC-area events by adding or removing your name from this list.)
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 this week
- The new version of MediaWiki will be on test wikis and MediaWiki.org from 23 May. It will be on non-Wikipedia wikis and some Wikipedias from 24 May. It will be on all wikis from 25 May (calendar).
- There will be a
<div>
tag around HTML from the MediaWiki wikitext parser. Gadgets with code that does not follow recommendations could have problems with this. You can report new problems you think are related to this. [23]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
22:08, 22 May 2017 (UTC)
IP vandal is back
editHello! The IP vandal that has been blocked for making several unconstructive edits on the page Love in the Moonlight is back. I hope you can protect the page (again) or block the user (again) to ensure the quality of said page. Thank you! 176.10.116.131 (talk) 05:58, 30 May 2017 (UTC)
- I think 176.10.116.131 is the Same IP Vandal Sockpuppet 1 by Blocked User:AkoAyMayLobo 2 who is persistently desperate to protect the Love in the Moonlight 3 4 5 6 7 8 and other Korean-entertainment related pages similiar to its previous socks. The IP vandal even accused me that "I own that article". 9 10 The sock also commonly uses the words "non-constructive", "paragraph", "revising", "revision", "unconstructive", "unnecessary" and "unsourced" when undoing or reverting other users' edits, and is also known for blanking its own talk page. -112.198.73.9 (talk) 20:43, 30 May 2017 (UTC)
- See Wikipedia:Sockpuppet investigations/Bertrand101/Archive for more info about AkoAyMayLobo's sock accounts. -112.198.73.9 (talk) 21:44, 30 May 2017 (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.
Problems
- Last week’s MediaWiki version was rolled back from some wikis because of a problem. This means planned changes did not happen. [24]
Meetings
- You can join the next meeting with the VisualEditor team. During the meeting, you can tell developers which bugs you think are the most important. The meeting will be on 30 May at 19:00 (UTC). See how to join.
Future changes
- You will be able to control who can notify you on the Wikimedia wikis. You will have a user blacklist. When you add a user to the blacklist you will not get a notification when they mention you. You can test this on Beta Wikipedia. You can read more and give feedback on Meta. [25]
Tech news prepared by Tech News writers and posted by bot • Contribute • Translate • Get help • Give feedback • Subscribe or unsubscribe.
12:18, 30 May 2017 (UTC)