Page MenuHomePhabricator
Feed Advanced Search

Mar 27 2018

0x010C awarded T100070: Allow CheckUsers to set User agent (UA)-based IP Blocks a Like token.
Mar 27 2018, 10:37 PM · MediaWiki-Blocks, Security, MediaWiki-extension-requests

Feb 7 2018

0x010C added a comment to T186739: Allow oauthclient-php to forge requests containing files.

Yes sure:

Feb 7 2018, 7:19 PM · Patch-For-Review, MediaWiki-extensions-OAuth
0x010C created T186739: Allow oauthclient-php to forge requests containing files.
Feb 7 2018, 6:56 PM · Patch-For-Review, MediaWiki-extensions-OAuth

Jan 16 2018

0x010C archived MOOC-Platform.
Jan 16 2018, 12:37 AM

Jan 15 2018

0x010C added a comment to T110460: Update OAuthAuthentication to use AuthManager.

@Tgr I would be interested in using this extension on a Mediawiki 1.30, do you plan to finish this task?

Jan 15 2018, 12:19 PM · Wikispore, User-Tgr, Patch-For-Review, MediaWiki-extensions-OAuthAuthentication, MediaWiki-Core-AuthManager

Jan 13 2018

0x010C updated the task description for T184848: OOjs-ui's select input overlap vector's top tabs.
Jan 13 2018, 11:18 AM · Vector (legacy skin), OOUI
0x010C created T184848: OOjs-ui's select input overlap vector's top tabs.
Jan 13 2018, 11:15 AM · Vector (legacy skin), OOUI

Nov 24 2017

0x010C closed T177823: Timeless and Kartographer interactions as Invalid.

@RolandUnger Oh, yes, didn't find it before creating this ticket, I close it.

Nov 24 2017, 7:24 AM · Timeless, Maps (Kartographer)

Nov 17 2017

0x010C added a comment to T180361: Allow a wiki to natively show separators between references.

Here's JavaScript that does the trick:

$( function() {
	'use strict';
	$( '.reference' ).each( function( i, e ) {
		var next = $( e )[ 0 ].nextSibling;
		if ( next ) {
			if ( next.nodeType === 1 ) {
				if ( $( next ).hasClass( 'reference' ) ) {
					$( e ).after( '<sup class="cite_virgule">,</sup>' );
				}
			}
		}
	} );
} );

However, for this to work correctly, you would have to remove the reference class from Modèle:,. Otherwise, it would add commas after the commas that have been added manually.

Also, the styles in https://fr.wikipedia.org/wiki/MediaWiki:Common.css that target .reference and .exposant would have to be changed to include .cite_virgule so that the commas are on the same height as the references. Once this is done, it will work.

If it's in JavaScript, the commas won't show up for people who disabled Javascript on their browser and in the printed or PDF version of the article.

Nov 17 2017, 7:47 PM · Cite, MediaWiki-Parser

Nov 15 2017

0x010C added a comment to T160767: Inconsistent coordinates with different page widths.

There is a massive misunderstanding arround thoose coordinates, there are many people which does not understand what they represent. Imho, the best solution would be to simply remove them, and enable instead the right-click popup everywhere (cf T178338).

Nov 15 2017, 11:10 PM · User-TheDJ, Russian-Sites, Maps (Kartographer)
0x010C added a comment to T178338: Maps: right click on map to determine latitude / longitude.

This feature is in the ext.kartographer.preview module, which is load only during page preview. I'm also in favour of activating this feature all the time.

Nov 15 2017, 11:02 PM · Maps (Kartographer)
0x010C claimed T180099: Map scale hidden on the left because of overflow.
Nov 15 2017, 10:57 PM · MW-1.35-notes (1.35.0-wmf.25; 2020-03-24), good first task, Maps (Kartographer)

Oct 10 2017

0x010C added a project to T177823: Timeless and Kartographer interactions: Timeless.
Oct 10 2017, 10:14 AM · Timeless, Maps (Kartographer)
0x010C updated the task description for T177823: Timeless and Kartographer interactions.
Oct 10 2017, 10:03 AM · Timeless, Maps (Kartographer)
0x010C created T177823: Timeless and Kartographer interactions.
Oct 10 2017, 10:02 AM · Timeless, Maps (Kartographer)

Jul 4 2017

RandomDSdevel awarded T160782: Incorrect marker coordinates for outer resources a Grey Medal token.
Jul 4 2017, 1:31 AM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-20_(1.30.0-wmf.6)), Maps-Sprint, Patch-For-Review, Maps, Discovery-ARCHIVED, Russian-Sites

Jun 27 2017

0x010C closed T160782: Incorrect marker coordinates for outer resources as Resolved.
Jun 27 2017, 4:48 AM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-20_(1.30.0-wmf.6)), Maps-Sprint, Patch-For-Review, Maps, Discovery-ARCHIVED, Russian-Sites

Jun 26 2017

0x010C added a comment to T160782: Incorrect marker coordinates for outer resources.

@Gehel In fact, the result you got isn't an issue imho, it's the solution @IGW (the author of the issue) and I suggested earlyer in this ticket.

Jun 26 2017, 7:45 PM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-20_(1.30.0-wmf.6)), Maps-Sprint, Patch-For-Review, Maps, Discovery-ARCHIVED, Russian-Sites

Jun 5 2017

0x010C added a comment to T160782: Incorrect marker coordinates for outer resources.
Jun 5 2017, 4:14 PM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-20_(1.30.0-wmf.6)), Maps-Sprint, Patch-For-Review, Maps, Discovery-ARCHIVED, Russian-Sites

May 31 2017

0x010C added a comment to T166735: Some portion of map service down: ""ids" or "query" parameter must be given".

Same problem on frwiki, got this error in my JS console in my firefox 53.0.3 when trying to display a maplink on fr:Paris:

May 31 2017, 10:23 PM · Patch-For-Review, Maps (Kartotherian), Discovery-ARCHIVED, Maps-Sprint

May 28 2017

0x010C added a comment to T160782: Incorrect marker coordinates for outer resources.

We have the same issue reported currently on frwiki from contributors who don't understand why the links to OSM/GMaps/... place a marker shifted from several kilometers.

May 28 2017, 2:21 PM · User-notice-archive, MW-1.30-release-notes (WMF-deploy-2017-06-20_(1.30.0-wmf.6)), Maps-Sprint, Patch-For-Review, Maps, Discovery-ARCHIVED, Russian-Sites

May 24 2017

0x010C created T166218: Activate the group feature of Kartographer on frwiki.
May 24 2017, 10:04 AM · Maps-Sprint, Wikimedia-Site-requests, Maps (Kartographer)

May 22 2017

0x010C created T166099: Manage edit conflicts.
May 22 2017, 11:19 PM · KartoEditor
0x010C updated the image for KartoEditor from F8162948: fa-briefcase-blue.png to F8162951: profile.
May 22 2017, 11:08 PM
0x010C updated the image for KartoEditor from F8162946: profile to F8162948: fa-briefcase-blue.png.
May 22 2017, 11:07 PM
0x010C updated the image for KartoEditor from F8162935: profile to F8162946: profile.
May 22 2017, 11:06 PM
0x010C updated the image for KartoEditor from F8123983: fa-briefcase-blue.png to F8162935: profile.
May 22 2017, 11:02 PM
0x010C edited Description on KartoEditor.
May 22 2017, 10:58 PM
0x010C triaged T165995: Improve the navigation experience as Medium priority.
May 22 2017, 10:52 PM · KartoEditor
0x010C triaged T166096: Fix numbers which are written as strings as High priority.
May 22 2017, 10:50 PM · KartoEditor
0x010C created T166096: Fix numbers which are written as strings.
May 22 2017, 10:50 PM · KartoEditor
0x010C moved T165998: Translate the UI from Backlog to UI / UX on the KartoEditor board.
May 22 2017, 10:28 PM · KartoEditor
0x010C moved T165984: Rewrite and clarify the code of KartoEditor from Backlog to Core on the KartoEditor board.
May 22 2017, 10:28 PM · Wikimedia-Hackathon-2017, KartoEditor
0x010C moved T165992: Improve the saving UI from Backlog to UI / UX on the KartoEditor board.
May 22 2017, 10:28 PM · KartoEditor
0x010C moved T165995: Improve the navigation experience from Backlog to UI / UX on the KartoEditor board.
May 22 2017, 10:28 PM · KartoEditor
0x010C moved T165999: Follow the Wikimedia Styleguide from Backlog to UI / UX on the KartoEditor board.
May 22 2017, 10:28 PM · KartoEditor
0x010C moved T166000: Improve the color picker widget from Backlog to UI / UX on the KartoEditor board.
May 22 2017, 10:27 PM · KartoEditor
0x010C added a watcher for KartoEditor: 0x010C.
May 22 2017, 9:54 PM
0x010C closed T165997: Fix the tab as Resolved.

Done in https://fr.wikipedia.org/w/index.php?diff=137531683

May 22 2017, 9:28 PM · KartoEditor
0x010C added a comment to T165984: Rewrite and clarify the code of KartoEditor.

@Esanders Yes, but this other editor works only inside the visual-editor, is very small, and stores all the GeoJSON code directly inside the page (which is quite awful when creating maps with a lot of elements on it). KartoEditor works on maps stored in the namespace Data from Commons (importable from every wiki), and has a lot more customization options (color, size, icons, opacity, popup, ...) 🐱.

May 22 2017, 2:52 PM · Wikimedia-Hackathon-2017, KartoEditor

May 21 2017

0x010C created T166000: Improve the color picker widget.
May 21 2017, 12:57 PM · KartoEditor
0x010C created T165999: Follow the Wikimedia Styleguide.
May 21 2017, 12:54 PM · KartoEditor
0x010C created T165998: Translate the UI.
May 21 2017, 12:51 PM · KartoEditor
0x010C created T165997: Fix the tab.
May 21 2017, 12:50 PM · KartoEditor
0x010C created T165995: Improve the navigation experience.
May 21 2017, 12:49 PM · KartoEditor
0x010C created T165992: Improve the saving UI.
May 21 2017, 12:43 PM · KartoEditor
0x010C renamed T165984: Rewrite and clarify the code of KartoEditor from Rewrite and clarify the code to Rewrite and clarify the code of KartoEditor.
May 21 2017, 12:23 PM · Wikimedia-Hackathon-2017, KartoEditor
0x010C created T165984: Rewrite and clarify the code of KartoEditor.
May 21 2017, 12:15 PM · Wikimedia-Hackathon-2017, KartoEditor

May 19 2017

0x010C created T165785: Create a new project for KartoEditor.
May 19 2017, 3:59 PM · Project-Admins

May 16 2017

0x010C updated the task description for T165474: Impossible to change content model back to Map.JsonConfig.
May 16 2017, 10:47 AM · Maps (Kartographer), MediaWiki-Special-pages, JsonConfig
0x010C added a project to T165474: Impossible to change content model back to Map.JsonConfig: Maps (Kartographer).
May 16 2017, 10:33 AM · Maps (Kartographer), MediaWiki-Special-pages, JsonConfig

Nov 18 2016

0x010C added a watcher for MOOC-Platform: 0x010C.
Nov 18 2016, 11:16 PM
0x010C added a watcher for Cuddle: 0x010C.
Nov 18 2016, 11:16 PM

Jun 3 2016

0x010C added a comment to T136929: DB error trying to set block option in abusefilter.

@Tgr That's fine on frwiki now, thanks!

Jun 3 2016, 3:33 PM · MW-1.28-release (WMF-deploy-2016-05-31_(1.28.0-wmf.4)), MW-1.28-release (WMF-deploy-2016-06-14_(1.28.0-wmf.6)), Patch-For-Review, AbuseFilter
0x010C added a comment to T136929: DB error trying to set block option in abusefilter.

The same as Vituzzu, on frwiki I see now all the sub-options even if the option is not checked. Furthermore, It seems that all the options are repeated twice (see attachment).

Sans titre.png (1×1 px, 118 KB)

Jun 3 2016, 2:55 PM · MW-1.28-release (WMF-deploy-2016-05-31_(1.28.0-wmf.4)), MW-1.28-release (WMF-deploy-2016-06-14_(1.28.0-wmf.6)), Patch-For-Review, AbuseFilter

Mar 28 2016

0x010C added a comment to T131109: Add page-protectionlevel on French Wikipedia.
Mar 28 2016, 11:08 PM · MW-1.27-release (WMF-deploy-2016-04-05_(1.27.0-wmf.20)), Patch-For-Review, User-Luke081515, Wikimedia-Site-requests
Thibaut120094 awarded T131109: Add page-protectionlevel on French Wikipedia a Pterodactyl token.
Mar 28 2016, 10:25 PM · MW-1.27-release (WMF-deploy-2016-04-05_(1.27.0-wmf.20)), Patch-For-Review, User-Luke081515, Wikimedia-Site-requests
0x010C updated the task description for T131109: Add page-protectionlevel on French Wikipedia.
Mar 28 2016, 10:16 PM · MW-1.27-release (WMF-deploy-2016-04-05_(1.27.0-wmf.20)), Patch-For-Review, User-Luke081515, Wikimedia-Site-requests
0x010C created T131109: Add page-protectionlevel on French Wikipedia.
Mar 28 2016, 10:13 PM · MW-1.27-release (WMF-deploy-2016-04-05_(1.27.0-wmf.20)), Patch-For-Review, User-Luke081515, Wikimedia-Site-requests

Oct 30 2015

0x010C awarded T117281: Create a MOOC about French Wikipedia a Evil Spooky Haunted Tree token.
Oct 30 2015, 9:31 PM · MOOC-Platform, WMF-General-or-Unknown

Aug 30 2015

0x010C awarded T42358: [Epic] Wikidata changes in article history a Evil Spooky Haunted Tree token.
Aug 30 2015, 2:05 PM · Proposal, Wikidata Change Dispatching & Watchlists, Wikidata data quality and trust, Epic, Wikidata, MediaWiki-extensions-WikibaseClient