Re: [Wikitech-l] Geolocation and WikiVoyage

2015-07-21 Thread S Page
There's an article about getting pages nearby with action=geosearch, http://devhub.wmflabs.org/wiki/API:Showing_nearby_wiki_information [1], I welcome feedback. On Jul 21, 2015 10:40, "Sylvain Arnouts" wrote: > I know it's possible with Wikidata API to enter a position (longitude and latitude),

[Wikitech-l] Standardizing extension development practices

2015-07-21 Thread Mark A. Hershberger
Bryan Davis writes: > On Tue, Jul 21, 2015 at 5:42 PM, Jeroen De Dauw > wrote: >> What exactly justifies such an authoritarian "need to go though some >> permission process" setup? Exactly what problems are we currently >> seeing? > I would certainly welcome an RfC discussion of the current po

Re: [Wikitech-l] Adding extensions under packagist's "mediawiki" vendor

2015-07-21 Thread Bryan Davis
On Tue, Jul 21, 2015 at 5:42 PM, Jeroen De Dauw wrote: > Hey Bryan, > > What exactly justifies such an authoritarian "need to go though some > permission process" setup? Exactly what problems are we currently seeing? > I'm very sceptical about such an approach. Sure you can say things such as > th

Re: [Wikitech-l] Adding extensions under packagist's "mediawiki" vendor

2015-07-21 Thread Jeroen De Dauw
Hey Bryan, What exactly justifies such an authoritarian "need to go though some permission process" setup? Exactly what problems are we currently seeing? I'm very sceptical about such an approach. Sure you can say things such as that I'd be nice for other people to have access. The reality is that

Re: [Wikitech-l] AccountAudit extension will be undeployed soon

2015-07-21 Thread Legoktm
On 07/17/2015 08:16 AM, Legoktm wrote: > Please follow for updates. This has happened now, and the database tables have been dropped. Thanks Ori! -- Legoktm ___ Wikitech-l mailing list Wikitech-l@lists.wikime

Re: [Wikitech-l] Adding extensions under packagist's "mediawiki" vendor

2015-07-21 Thread Gergo Tisza
On Tue, Jul 21, 2015 at 2:29 PM, Bryan Davis wrote: > Migrate the origin repository to the Wikimedia gerrit hosting where > the MediaWiki developer community has access to fix security issues > and I'll be glad to make sure that Packagist integration is setup > properly from there. You are of cou

Re: [Wikitech-l] Min php version

2015-07-21 Thread Gergo Tisza
On Tue, Jul 21, 2015 at 11:27 AM, Tyler Romeo wrote: > One thing I forgot to mention: while you're considering Debian and Ubuntu > support, make sure to also take into account MediaWiki support. > > Even if we upgrade our minimum PHP version now, older versions of > MediaWiki with the 5.3 require

Re: [Wikitech-l] Adding extensions under packagist's "mediawiki" vendor

2015-07-21 Thread Bryan Davis
On Tue, Jul 21, 2015 at 6:52 AM, Daniel Werner wrote: > Hi, > > I'd like to add my extension > https://github.com/DanweDE/mediawiki-ext-UserBitcoinAddresses > as "mediawiki/user-bitcoin-addresses" in packagist. > > When trying to do so, packagist states I should ask someone with the proper > rig

Re: [Wikitech-l] Geolocation and WikiVoyage

2015-07-21 Thread Sylvain Arnouts
Thanks, it perfectly works ! :D Le 21/07/2015 19:44, Max Semenik a écrit : https://en.wikivoyage.org/w/api.php?action=query&list=geosearch&gsradius=2&gscoord=51.507222|-0.1275&gslimit=100&format=json On Tue, Jul 21, 2015 at 10:40 AM, Sylvain Arnouts < sylvain.arno...@wanadoo.fr> wrote: Hi

Re: [Wikitech-l] Geolocation and WikiVoyage

2015-07-21 Thread Max Semenik
https://en.wikivoyage.org/w/api.php?action=query&list=geosearch&gsradius=2&gscoord=51.507222|-0.1275&gslimit=100&format=json On Tue, Jul 21, 2015 at 10:40 AM, Sylvain Arnouts < sylvain.arno...@wanadoo.fr> wrote: > Hi guys ! > > I'm working on a website, which find your position using geolocat

Re: [Wikitech-l] Geolocation and WikiVoyage

2015-07-21 Thread Jon Robson
Somewhat... https://en.m.wikivoyage.org/wiki/Special:Nearby The problem is the search radius is so small that it doesn't always provide suitable results. On Tue, Jul 21, 2015 at 10:40 AM, Sylvain Arnouts wrote: > Hi guys ! > > I'm working on a website, which find your position using geolocation,

[Wikitech-l] Geolocation and WikiVoyage

2015-07-21 Thread Sylvain Arnouts
Hi guys ! I'm working on a website, which find your position using geolocation, and then show the wikipedia's pages around you on an OSM map. For the moment it works. The goal here is to create a full solution dedicated to tourism. For example a tourist is dropped in a city he doesn't know, an

Re: [Wikitech-l] Min php version

2015-07-21 Thread Tyler Romeo
One thing I forgot to mention: while you're considering Debian and Ubuntu support, make sure to also take into account MediaWiki support. Even if we upgrade our minimum PHP version now, older versions of MediaWiki with the 5.3 requirement will still be supported and receive security updates. So

Re: [Wikitech-l] Min php version

2015-07-21 Thread Greg Grossmeier
> Debian 6.0 is supported until February 2016 and has PHP 5.3.3 > > Ubuntu 12.04 is supported until April 2017 and has PHP 5.3.10 > > RHEL 6/Centos is supported until June 2017 (and limited supported until > 2020) and has PHP 5.3.3 (but they also provide officially supported 5.4/5.5 > packages)

Re: [Wikitech-l] Min php version

2015-07-21 Thread bawolff
On Tue, Jul 21, 2015 at 2:44 AM, Moritz Muhlenhoff wrote: > Hi, > > On Tue, Jul 21, 2015 at 8:13 AM, Tyler Romeo wrote: > >> Just as a counter-argument (and, to be clear, I do support raising our >> minimum version), just because PHP has EOL'ed a version does not mean that >> some distributions (

[Wikitech-l] Adding extensions under packagist's "mediawiki" vendor

2015-07-21 Thread Daniel Werner
Hi, I'd like to add my extension https://github.com/DanweDE/mediawiki-ext-UserBitcoinAddresses as "mediawiki/user-bitcoin-addresses" in packagist. When trying to do so, packagist states I should ask someone with the proper rights to maintain the "mediawiki" vendor. I have read up on https://w

Re: [Wikitech-l] Min php version

2015-07-21 Thread Moritz Muhlenhoff
Hi, On Tue, Jul 21, 2015 at 8:13 AM, Tyler Romeo wrote: > Just as a counter-argument (and, to be clear, I do support raising our > minimum version), just because PHP has EOL'ed a version does not mean that > some distributions (esp. Debian, Ubuntu) are not providing additional > support and secu