Re: [Wikitech-l] rvtoken deprecated

2014-10-30 Thread Grunny
On 30 October 2014 21:42, Petr Bena  wrote:
> Btw, I don't know if it's a bug or not, but
> http://www.mediawiki.org/w/api.php?action=query&meta=tokens&rawcontinue=1&type=watch|patrol|rollback&format=xml
> returns no tokens even when I am logged in. According to
> always-up-to-date api.php I don't need to provide any more parameters
> for this to work. Is that a bug?

The tokens show up fine for me. I assume you're logged in over HTTPS,
in which case, they should show up if you also use HTTPS for the API:
https://www.mediawiki.org/w/api.php?action=query&meta=tokens&rawcontinue=1&type=watch|patrol|rollback&format=xml

Cheers,
grunny

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] MediaWiki Security and Maintenance Releases: 1.19.19, 1.22.11 and 1.23.4

2014-09-26 Thread Grunny
It's because there's a leading space before the tab in front of the comment
here:
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/REL1_19/includes%2FXmlTypeCheck.php#L22

That leading space exists in the patch for 1.19.19, so applies fine when
you're applying it to a fresh copy of the 1.19.18 branch. But, as it was
introduced in the 1.19.10 release (
https://git.wikimedia.org/commitdiff/mediawiki%2Fcore.git/926b9e6) and the
patch for the 1.19.10 release didn't include the space, if you used the
patches for all releases since, it won't be there and the new 1.19.19 patch
will fail to apply the first changes to that file without fixing that space
first.

Cheers,
grunny
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Minding pull-requests on GitHub

2014-04-18 Thread Grunny
In this case, the developer was replied to by Krenair in a second PR
they opened for the same issue, so at least they weren't ignored, just
looks like the first PR wasn't closed along with the second one:
https://github.com/wikimedia/mediawiki-core/pull/20

The code for Yuvi's SuchABot is here:
https://git.wikimedia.org/tree/labs%2Ftools%2FSuchABot.git

Cheers,
grunny

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] mediawiki-announce no longer forwarded to mediawiki-l?

2014-03-12 Thread Grunny
On 13 March 2014 08:01, Bartosz DziewoƄski  wrote:
> Is mediawiki-announce no longer forwarded to mediawiki-l? I'm pretty sure it
> used to be, and I'm pretty sure it is no longer. (Or maybe everyone always
> sent everyting to both?)

Generally all release announcements (and pre-release announcements)
were always sent to mediawiki-announce, mediawiki-l, and wikitech-l.
So, I don't think mediawiki-announce forwarded to mediawiki-l.

Also, can someone with admin rights on MW.org update the news and
current versions templates for the new releases:
* https://www.mediawiki.org/wiki/Template:MediaWiki_News
* https://www.mediawiki.org/wiki/Template:Current_versions

Cheers,
grunny

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Problem: extension's "preference tab(s)" : and not correctly rendered

2013-03-03 Thread Grunny
> what is missing in the code ?
If you want the fieldset to appear, I believe you just need to change
all the 'section' => 'openid', in the preference arrays to 'section'
=> 'openid/openid', and then it will use the prefs-openid message,
which you have already defined, as the section text in the fieldset
legend.

Cheers,
grunny

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Inactive sysops + improving security

2012-04-04 Thread Grunny
>On 4 April 2012 18:19, K. Peachey  wrote:
>>On Wed, Apr 4, 2012 at 5:54 PM, Petr Bena  wrote:
>> More:
>>
>> IP addresses which do N bad login attemps should be blocked from
>> accessing login page for Z minutes (You have done too many bad login
>> attempts, please wait 5 minutes before trying again)
>> This would help to avoid bots who try to compromise account by trying
>> random passwords
>
>We already do this, I believe.

I believe it's covered through this:
https://www.mediawiki.org/wiki/Manual:$wgPasswordAttemptThrottle
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Developer hub on meta

2011-12-03 Thread Grunny
There's also this page https://www.mediawiki.org/wiki/Extension_requests

On Sun, Dec 4, 2011 at 2:22 AM, Yuvi Panda  wrote:

> On Sat, Dec 3, 2011 at 9:48 PM, Mark A. Hershberger
>  wrote:
> > If you create one, look at the moving some from the "Extension requests"
> > section of Bugzilla:
> >
> https://bugzilla.wikimedia.org/buglist.cgi?component=Extensions%20requests&resolution=---&product=MediaWiki%20extensions
>
> Was looking for that :) Now to pick which ones to move and which not to...
>
> --
> Yuvi Panda T
> http://yuvi.in/blog
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l