User talk:Mdale

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Add a "public interest" clause to Oversight[edit]

A proposal to add a "public interest" clause to Wikipedia:Oversight has started at Wikipedia_talk:Oversight#Proposal_for_new_.27public_interest.27_clause. SilkTork *YES! 10:44, 17 February 2010 (UTC)[reply]

Bug[edit]

Hi!

When I click in "Edit this sequence with the kaltura editor" in your user page I get the error

Erro: $j.wikiEditor is undefined
Arquivo-fonte: http://bits.wikimedia.org/w/extensions/UsabilityInitiative/WikiEditor/WikiEditor.combined.min.js?283s
Linha: 3

But if I reload the page at Commons the error doesn't happens. Helder 13:47, 15 September 2010 (UTC)

thanks for the bug report fixed and deployed the update in rev:73333 (also left a note on your talk page )
You're welcome! =)
I still get the error =/ (if this helps, it happens right after Firebug shows
mwEmbed:remote: r146

and before the request

http://commons.wikimedia.org/w/api.php?titles=Sequence%3ACats&prop=revisions&rvprop=content&action=query&format=json
PS: I've posted some other comments at commons:Commons_talk:Sequencer#Bugs. Helder 19:39, 19 September 2010 (UTC)

Nomination of Metavid for deletion[edit]

A discussion has begun about whether the article Metavid, which you created or to which you contributed, should be deleted. While contributions are welcome, an article may be deleted if it is inconsistent with Wikipedia policies and guidelines for inclusion, explained in the deletion policy.

The article will be discussed at Wikipedia:Articles for deletion/Metavid until a consensus is reached, and you are welcome to contribute to the discussion.

You may edit the article during the discussion, including to address concerns raised in the discussion. However, do not remove the article-for-deletion template from the top of the article. Joe Chill (talk) 22:47, 29 September 2010 (UTC)[reply]

Sequence namespace[edit]

Could you help with Commons:Village_pump#What_is_Sequence_namespace.3F discussion. There seem to be a new undocumented namespace on Wikimedia Commons and nobody has a clue of what is it and what purpose it serves. --Jarekt (talk) 17:19, 1 October 2010 (UTC)[reply]

mwEmbed localisation[edit]

Could you help me with the problem described at Wikipedia_talk:WikiProject_Lights_Camera_Wiki#Portuguese_localisation? Thanks! Helder 20:26, 12 October 2010 (UTC)

mwEmbed problem[edit]

Hi! Please take a look at this problem at Commons. Cheers, Yarl 19:39, 15 October 2010 (UTC)[reply]

Edits in es: MW namespace[edit]

Hola! Why and how are you editing on the restricted es:MediaWiki namespace? Thanks! --angus (msjs) 16:25 20 dic 2010 (UTC) — Preceding unsigned comment added by Angus (talkcontribs)

mwEmbed[edit]

Hi Mdale,

I am currently trying to make mwEmbed work on fr.WV and I think something is missing.

I tried to add it as a gadget using the same code as everywhere else, but something is still wrong. Using Firebug when trying to load a video, I get the error "$ is undefined" in the script http://prototype.wikimedia.org/mwe-gadget/mwEmbed/ResourceLoader.php, error that I don't get on en.WP for instance.

Do you know if something else than importing the script has to be done to make the gadget work ?

Thanks in advance, Xzapro4 (talk) 13:03, 29 January 2011 (UTC)[reply]

should be fixed mdale (talk) 06:26, 8 February 2011 (UTC)[reply]
Thank you so much for you taking a look at it, that does seem to work now. Xzapro4 (talk) 19:57, 12 February 2011 (UTC)[reply]

Temporal URLs[edit]

Inspired by commons:User:Mdale/TestTemporalUrls, I tried to create sv:Mall:Filmklipp. It sets the thumbtime= alright, but then the movie plays from the beginning and not from the defined start time. Is this because sv.wikipedia has a different (older?) definition of sv:MediaWiki:MwEmbed.js? Also, from sv.wikipedia the playback doesn't find the Timed Text, which resides on Commons. Does sv.wikipedia lack a definition that redirects the TimedText: namespace to Commons, the way that the File: namespace is set up? --LA2 (talk) 21:30, 16 February 2011 (UTC)[reply]

Support of WebM[edit]

Hello! I come from this place. Can you tell me, when exactly Wikimedia Commons and Wikipedia will support WebM video format like alredy support Theora? --TarzanASG (talk) 01:39, 1 April 2011 (UTC)[reply]

We don't have a set release date at this point in time mdale (talk) 20:14, 4 April 2011 (UTC)[reply]
  • Hello again! So, when Wikimedia Commons will support WebM? --TarzanASG (talk) 18:42, 7 September 2011 (UTC)[reply]
See recent post to foundation-l and wikitech-l see http://lists.wikimedia.org/pipermail/wikitech-l/2011-September/055069.html mdale (talk) 19:42, 7 September 2011 (UTC)[reply]

[BUG] mwEmbed defines mw.log when not in debug mode[edit]

Hi!

On production mode (debug=0), the function mw.log should be just a dummy "function (){}", but when I enable the Multimedia Beta ( mwEmbed ) gadget and go to edit a page, the mw.log is defined even if I'm not in debug mode. Could you fix this? Helder 16:27, 1 August 2011 (UTC)[reply]

MwEmbed is being reworked into the TimedMediaHandler extension. The issue you describe is relatively trivial fix, will try and do that. mdale (talk) 16:40, 1 August 2011 (UTC)[reply]

This script calls from "protocol" server, which I am told may not be in that form for an extended period (though you would probably have better inside info). Anyway, I am told at bugzilla that the server is not a good place to host the script on an ongoing basis. Is this something that you are wanting to shift? Or something that others can locate to something like meta. — billinghurst sDrewth 13:01, 10 December 2011 (UTC)[reply]

Yea we are working on deploying the main functionality as an extension so the gadget won't be need ( in its current form ) after that. 201.116.37.251 (talk) 14:21, 10 December 2011 (UTC)[reply]

Template:Css Image Crop has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Chris Cunningham (user:thumperward) (talk) 19:35, 7 March 2012 (UTC)[reply]

mwEmbed[edit]

Hi!

I noticed there is duplicated code at http://prototype.wikimedia.org/mwe-gadget/mwEmbed/remotes/mediaWiki.js. Specifically:

if( typeof mwAddMediaConfig == 'undefined'){
	mwAddMediaConfig = {};
}
// Set legacy add media wizard config 
mwAddMediaConfig['enabled_providers'] = [ 'wiki_commons', 'upload' ];


// Legacy Add media wizard config: 
if( typeof mwAddMediaConfig == 'undefined'){
   mwAddMediaConfig = {};
}
mwAddMediaConfig['enabled_providers'] = [ 'wiki_commons', 'upload' ];

BTW: is it ok to replicate this change (and also to use mw.loader.load and mw.config.get, as made here) to pt:MediaWiki:MwEmbed.js, wikibooks:pt:MediaWiki:MwEmbed.js, sv:MediaWiki:MwEmbed.js, mk:MediaWiki:MwEmbed.js and zh:MediaWiki:MwEmbed.js (found with this tool)? Helder 12:46, 18 July 2012 (UTC)[reply]

I belive its fine to copy that change over. I should revisit the gadget in the context of the TimedMeidaHandler being deployed. This should deprecate the player gadget in favor of the extension based player. In terms of the Add media wizard I would have to take a look see if we can't port that over to newer gadget infastructure / and updated it per the new visual editor. mdale (talk) 16:53, 29 July 2012 (UTC)[reply]
Do you mean the mw:VisualEditor? Integration with tha would be really nice :-)
BTW: have you seen the gadget was removed from Commons because of security concerns? Would it be possible to move the code from prototype.wikimedia.org (which is "http:" only) to e.g. meta.wikimedia.org to avoid the problem mentioned? This way we can reactivate the gadget and use it also on secure server? For now, I've proposed the inclusion of an "if" test to detect which protocol is being used, because the code could still be executed by those who click on links containing "&withJS=MediaWiki:MwEmbed.js". Helder 12:40, 30 July 2012 (UTC)[reply]
a if check on the protocol sounds resonable. mdale (talk) 19:18, 6 August 2012 (UTC)[reply]
I see it was disabled again. Any news on moving this to a wiki which supports both http and https? Helder 12:49, 14 September 2012 (UTC)[reply]

Easy Media Uploader[edit]

Sorry to send this here as well, not sure what talk page you use...

Hi Michael, I'm working on an individual grant proposal to connect the Commons Media upload wizard to the article page to enable direct uploading to an artice (placing it on commons behind the scenes) without the need to start at Commons. I know you worked on the Add Media wizard that was discontinued and I wanted to know if you thought any of that code could be leveraged for this project?

Please take a look at my proposal (especially the discussion area): http://meta.wikimedia.org/wiki/Grants_talk:IEG/Easy_Media_Uploader

I look forward to hearing from you.

Aislinn Making experiences more meaningful and less-broken. (talk) 20:22, 30 January 2013 (UTC)[reply]

Your user script page User:Mdale/wikitrust.js is being included in Category:Computer graphics, a category for articles. For information about this, please see the guidelines about the categorization of user pages. Thank you. Senator2029 ➔ Talk 23:19, 15 May 2013 (UTC)[reply]