Re: [Wikitech-l] Gadget I18N: Recommendation?

2014-07-23 Thread Robert Vogel
Hi Helder, this is great news, thank you. Unfortunately there is not much information on _how_ to register the messages. I guess the code listing below "gd_shared" [1] with the line "messages": ["foobar-welcome", "foo-bye", "recentchanges"], shall be an example definition. It probably is

Re: [Wikitech-l] Feedback for mediawiki api development course on codecademy.

2014-07-23 Thread Justin Folvarcik
Yep, it's bugged. Can't get past the second exercise. Really glad to see this course on Codecademy by the way. They've proven to be a helpful resource. On Tue, Jul 22, 2014 at 3:56 PM, Sumana Harihareswara wrote: > Taking to private email/IRC. :) > > Sumana Harihareswara > Senior Technical Writ

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Florian Schmidt
Hello Andre! teams are definitely welcome to try out the Labs instance Can you say, how is the workflow for this? My team is only me (;)) with a very little project: https://www.mediawiki.org/wiki/Extension:GoogleLogin but maybe i can test, too, while using phabricator :) Thanks for answer

Re: [Wikitech-l] Anyone going to WikiMania?

2014-07-23 Thread Mark Clements (HappyDog)
Thanks for all your great responses and tips! I'm really looking forward to it. See you there! - Mark Clements (HappyDog) "Tim Starling" wrote in message news:lqhsp5$aco$1...@ger.gmane.org... On 21/07/14 00:24, Marc A. Pelletier wrote: On 07/19/2014 05:47 AM, Mark Clements (HappyDog) wrot

[Wikitech-l] Reviewing a couple of TorBlock patches

2014-07-23 Thread Quim Gil
According to our algorithm (*), TorBlock currently has the worse track reviewing code contributions -- even after Tim gave a -1 to one of the three open patches last week (thanks!). There are two patches from Tyler that haven't received any feedback at all since August 2013. https://gerrit.wikimed

[Wikitech-l] Quick PHP question about checking for web API

2014-07-23 Thread Shawn Jones
HI folks, I’m working on a another MediaWiki extension and I wanted to know if there is another way to check that the web API is enabled other than just performing: if ( $wgEnableAPI === true ) I was hoping there was some function that just returned the value of $wgEnableAPI. If there is anot

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Petr Bena
when do you plan to launch fabricator on production? I would like to be a guinea pig with a number of small projects (wm-bot and huggle for beginning) On Wed, Jul 23, 2014 at 12:08 PM, Florian Schmidt wrote: > Hello Andre! > > >> teams are definitely welcome to try >> out the Labs instance > > >

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Quim Gil
Hi Florian, On Wednesday, July 23, 2014, Florian Schmidt < florian.schmidt.wel...@t-online.de> wrote: > Hello Andre! > > teams are definitely welcome to try >> out the Labs instance >> > > Can you say, how is the workflow for this? See Requesting a new project https://www.mediawiki.org/wiki/Ph

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Florian Schmidt
Am 2014-07-23 14:43, schrieb Quim Gil: Hi Florian, On Wednesday, July 23, 2014, Florian Schmidt < florian.schmidt.wel...@t-online.de> wrote: Hello Andre! teams are definitely welcome to try out the Labs instance Can you say, how is the workflow for this? See Requesting a new project h

Re: [Wikitech-l] Reviewing a couple of TorBlock patches

2014-07-23 Thread Tyler Romeo
FYI, I’d be willing to maintain the extension, but it’d be best it there was one other person, since it is WMF-deployed and thus I cannot merge my own patches. --  Tyler Romeo 0x405D34A7C86B42DF From: Quim Gil Reply: Wikimedia developers > Date: July 23, 2014 at 7:57:07 To: Wikimedia developers

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Quim Gil
On Wednesday, July 23, 2014, Petr Bena wrote: > when do you plan to launch fabricator on production? I would like to > be a guinea pig with a number of small projects (wm-bot and huggle for > beginning) > The time of the Phabricator guinea pigs is now: https://www.mediawiki.org/ wiki/Phabricator

Re: [Wikitech-l] Phabricator migration update

2014-07-23 Thread Michał Łazowik
Howdy! Wiadomość napisana przez Quim Gil w dniu 23 lip 2014, o godz. 15:16: > https://www.mediawiki.org/ > wiki/Phabricator/Help I'm just fixing a link here: https://www.mediawiki.org/wiki/Phabricator/Help Bye, Michał signature.asc Description: Message signed with OpenPGP using GPGMail

[Wikitech-l] Remider: Next bug triage for pywikibot starts in less than 24 hours

2014-07-23 Thread Amir Ladsgroup
Hello all, This e-mail is just a reminder for you that next bug triage for pywikibot will start tomorrow 10:00 UTC. You are very welcome to join. For further information see this blog post

Re: [Wikitech-l] Remider: Next bug triage for pywikibot starts in less than 24 hours

2014-07-23 Thread Amir Ladsgroup
*Reminder :D On Wed, Jul 23, 2014 at 6:33 PM, Amir Ladsgroup wrote: > Hello all, > This e-mail is just a reminder for you that next bug triage for pywikibot > will > start tomorrow 10:00 UTC. You are very welcome to join. For furth

Re: [Wikitech-l] Gadget I18N: Recommendation?

2014-07-23 Thread Bartosz Dziewoński
You can use mw.messages.set( { key: 'value', … } ) to set the message keys that are used by mw.message() and mw.msg(). No need for mw.loader.implement() (in fact, you should probably never call that function at all). This has no i18n support by itself, so you have to handle that part your

Re: [Wikitech-l] logging out on one device logs user out everywhere

2014-07-23 Thread Chris Steipp
On Tuesday, July 22, 2014, MZMcBride wrote: > Chris Steipp wrote: > >I think this should be managed similar to https-- a site preference, > >and users can override the site config with a user preference. > > Please no. There's been a dedicated effort in 2014 to reduce the number > of user prefere

Re: [Wikitech-l] logging out on one device logs user out everywhere

2014-07-23 Thread Antoine Musso
Le 16/07/2014 03:52, Jon Robson a écrit : > (Forked from Re: [Wikitech-l] "Not logged in" page) > > Is it time to revisit this behaviour? It's come up as being a usability > problem a few times now. > > Currently if I log out of a public computer it logs me out of my tablet > device,mobile device

Re: [Wikitech-l] logging out on one device logs user out everywhere

2014-07-23 Thread Krinkle
I think generally user's expectation (and imho desirable behaviour in general[1]) is that logging out one session, does not affect other sessions. However I think it's a valid use case to be able to invalidate other sessions remotely (e.g. you lost control over the device or it's inconvenient to

Re: [Wikitech-l] RFC discussion Wednesday: Composer-managed libraries on WMF cluster

2014-07-23 Thread Sumana Harihareswara
​This is starting in half an hour.​ On Mon, Jul 21, 2014 at 2:46 PM, Sumana Harihareswara wrote: > ​Sorry, time error. Fixing below.​ > > > On Mon, Jul 21, 2014 at 11:40 AM, Sumana Harihareswara < > suma...@wikimedia.org> wrote: > >> https://www.mediawiki.org/wiki/Architecture_meetings/RFC_revi

Re: [Wikitech-l] Moving Mathoid to production cluster

2014-07-23 Thread Moritz Schubotz
Hi, the discussion stopped with the question: How to test the new rendering on betalabs? So, does who knows the answer? Best Moritz On Tue, Jul 15, 2014 at 12:19 PM, Moritz Schubotz wrote: > Hi Chris, > > By default the Math extension users the dedicated host > mathoid.testme.wmflabs.org this

Re: [Wikitech-l] Moving Mathoid to production cluster

2014-07-23 Thread Bryan Davis
On Wed, Jul 23, 2014 at 3:42 PM, Moritz Schubotz wrote: > Hi, > > the discussion stopped with the question: > How to test the new rendering on betalabs? > So, does who knows the answer? Beta uses the same puppet configuration as production to provision hosts. You will need to get all the puppet c

Re: [Wikitech-l] Reviewing a couple of TorBlock patches

2014-07-23 Thread Legoktm
On 7/23/14, 4:56 AM, Quim Gil wrote: > According to our algorithm (*), TorBlock currently has the worse track > reviewing code contributions -- even after Tim gave a -1 to one of the > three open patches last week (thanks!). There are two patches from Tyler > that haven't received any feedback at a

Re: [Wikitech-l] Gadget I18N: Recommendation?

2014-07-23 Thread Robert Vogel
Hi Bartosz, thank you very much. This is exactly the information I needed. -- Robert -Ursprüngliche Nachricht- Von: wikitech-l-boun...@lists.wikimedia.org [mailto:wikitech-l-boun...@lists.wikimedia.org] Im Auftrag von Bartosz Dziewonski Gesendet: Mittwoch, 23. Juli 2014 17:19 An: Wikim