Re: [Wikitech-l] MediaWiki tests will verify the completeness of $wgAvailableRights

2015-03-16 Thread hoo
This has been merged now. On Sat, 2015-02-21 at 18:27 +0100, hoo wrote: Hi Everyone, just wanted to quickly let you know that MediaWiki will verify that extensions register all rights they define in $wgAvailableRights (or using the UserGetAllRights hook). To make sure your extension

[Wikitech-l] MediaWiki tests will verify the completeness of $wgAvailableRights

2015-02-21 Thread hoo
Hi Everyone, just wanted to quickly let you know that MediaWiki will verify that extensions register all rights they define in $wgAvailableRights (or using the UserGetAllRights hook). To make sure your extension complies with that just add all the rights your extension defines to

Re: [Wikitech-l] Superprotect user right, Comming to a wiki near you

2014-08-10 Thread hoo
Totally agree with that, dirty common.js hacks aren't really beneficial for anyone. Cheers, Marius On Sun, 2014-08-10 at 14:56 +0100, Derk-Jan Hartman wrote: On 10 aug. 2014, at 14:27, Erik Moeller e...@wikimedia.org wrote: However, we've clarified in a number of venues that use of the

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread hoo
I guess you can just use the importImages maintenance script. I usually use that for small scale uploads (big videos etc.) to commons, but it should work well for larger amounts of media also. Cheers, Marius On Mon, 2014-07-07 at 16:36 +0200, Yury Katkov wrote: Hi everyone! Does anyone

Re: [Wikitech-l] Login to Wikimedia Phabricator with a GitHub/Google/etc account?

2014-05-15 Thread hoo
On Thu, 2014-05-15 at 14:20 -0700, Quim Gil wrote: This is a casual request for comments about the use of 3rd party authentication providers for our future Wikimedia Phabricator instance. Wikimedia Phabricator is expected to replace Bugzilla, Gerrit and many other tools, each of them having

Re: [Wikitech-l] Revamping interwiki prefixes

2014-01-16 Thread hoo
You might want to have a look at https://www.mediawiki.org/wiki/Requests_for_comment/New_sites_system . That's more future proof than using the current interwiki system IMO. Also we already use a subset of that for Wikidata. Cheers, Marius On Thu, 2014-01-16 at 22:06 +1100, This, that and the

Re: [Wikitech-l] Kategória:Pages with script errors

2014-01-02 Thread hoo
The message key for that category is scribunto-common-error-category. Cheers, Marius (hoo) On Thu, 2014-01-02 at 23:21 +0100, Bináris wrote: Hi, where can I translate Category:Pages with script errors? This is an automatical category

Re: [Wikitech-l] [Wikidata-tech] Help needed with ParserCache::getKey() and ParserCache::getOptionsKey()

2013-12-10 Thread hoo
Hi, I'm almost asleep, so this might be terrible wrong, but who knows: This is all based on the presumption that $this-mMemc-get( $this-getOptionsKey( $article ) ); (in ParserCache) returned false on Wikidata because the cache has been disable before or whatever. Then the problem is as follows:

Re: [Wikitech-l] Adding a html builder to Lua

2013-12-08 Thread hoo
, Dec 2, 2013 at 8:23 PM, Brad Jorsch (Anomie) bjor...@wikimedia.orgwrote: On Mon, Dec 2, 2013 at 1:41 PM, hoo h...@online.de wrote: That way one could access its functionality directly as (maybe) mw.html. Especially since it's a pure-Lua module, I think it would work better if done

[Wikitech-l] Adding a html builder to Lua

2013-12-02 Thread hoo
Hey all, I'm currently working on the new Capiunto MediaWiki extension[1], which adds infobox functionality to Scribunto (and the MediaWiki parser in general). The Capiunto extension uses the HtmlBuilder Lua module[2] originally from enwiki to create the Infobox html. The HtmlBuilder provides

Re: [Wikitech-l] How can I retrieve patrol token for specific revision

2013-11-30 Thread hoo
Indeed, I've patched the patrol API to support both. Also the patrol token will never change during a session (if it would, other things, like MediaWiki (core) JavaScript would almost certainly break). Cheers, Marius On Fri, 2013-11-29 at 17:12 +0100, addshorewiki wrote: action=patrol has both

Re: [Wikitech-l] You know, we really should shift to Windows

2013-08-21 Thread hoo
Am I wrong or did they actually calculate that for labs only (which would be rather funny)? At least they link to

[Wikitech-l] Global AbuseFilter testing!

2013-07-08 Thread hoo
) and that global filters can't yet be enabled/ disabled for certain wikis only ( https://bugzilla.wikimedia.org/show_bug.cgi?id=41172 ). Cheers, Marius Hoch (Hoo man) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

[Wikitech-l] Code Review Dashboards of other users in gerrit

2013-02-18 Thread hoo
the user id of an user? Those dashboards gave a rather good overview of what a user is currently doing and I want them back... Cheers, Marius Hoch (hoo) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

[Wikitech-l] Fundamental change to the AbuseFilter logging

2013-01-31 Thread hoo
://gerrit.wikimedia.org/r/42501 Note: This was cross-posted to wikitech-ambassadors Cheers, Marius Hoch (hoo) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] AJAX page patrolling

2012-11-08 Thread hoo
Hi, I've implemented AJAX patrolling for the MediaWiki core ( https://gerrit.wikimedia.org/r/26440 ) and I would like to gather some feedback and hopefully get someone to take a look at the code in the hope to get it merged soon (as the change is in gerrit for more than a month now). It acts