Re: [Wikitech-l] OAuth Devlopment Training

2013-12-20 Thread Chris Steipp
Unfortunately I wasn't able to get the recording to work, but everything we
discussed is here:

https://www.mediawiki.org/wiki/OAuth/For_Developers

The notes and examples should be able to get most people started
integrating their applications. But if you have trouble, ping me via email
or irc, and I can help you get started.


On Tue, Dec 17, 2013 at 5:44 PM, Chris Steipp cste...@wikimedia.org wrote:

 Just a reminder that I'll be running a training tomorrow for any
 developers interested in OAuth at 11am PST / 19:00 UTC. If you're still
 interested, let me know and I'll add you to the hangout invite list. For
 everyone who already responded, I'll send you the link in a bit.

 Several people asked if we would record it, so I'm planning to do that.
 I'll send out the link afterward.


 On Tue, Dec 10, 2013 at 4:47 PM, Chris Steipp cste...@wikimedia.orgwrote:

 Hi all,

 For any developers who have been thinking about connecting their
 application to MediaWiki, but haven't gotten around to diving in, I'm going
 to have a short training/workshop session next week. I'll give a brief
 intro to using the version of OAuth that we're running, and walk through
 some quick demos in php and go. After that, I'm happy to walk any developer
 through getting their app connected, if anyone is struggling with a
 particular issue.

 It will be Wed, Dec 18th at 11am PST (1900 UTC). Please let me know if
 you're interested. We'll probably use a hangout for the session, but if
 that's not an option for anyone we can use a voice call and etherpad.
 Either way I'll probably send out invites individually.




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

[Wikitech-l] Deployment highlights - week of December 23rd

2013-12-20 Thread Greg Grossmeier
Hello and welcome to the special holiday edition of the deployment
highlights email.

== Week of Dec 23rd ==

ZERO DEPLOYS

https://wikitech.wikimedia.org/wiki/Deployments#Week_of_December_23


== Week of Dec 30th ==
This week will be a partial deploy week (no deploys on Tuesday or
Wednesday, Dec 31st and Jan 1st, respectively):

https://wikitech.wikimedia.org/wiki/Deployments#Week_of_December_30

As such, the MediaWiki update that normally happens on Tuesday that week
will instead occur on Monday (the 30th). See the MediaWiki schedule at
https://www.mediawiki.org/wiki/MediaWiki_1.23/Roadmap#Schedule_for_the_deployments

The other notable deployment the week of the 30th is the disablement of
the pt.wikipedia.org 'emergency captcha'. See:
https://bugzilla.wikimedia.org/show_bug.cgi?id=49860 for all of the
details, especially:
https://bugzilla.wikimedia.org/show_bug.cgi?id=49860#c75 (comment 75, by
Erik Moeller).


Thanks, and as always, have a good weekend,

Greg

-- 
| Greg GrossmeierGPG: B2FA 27B1 F7EB D327 6B8E |
| identi.ca: @gregA18D 1138 8E47 FAC8 1C7D |


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

[Wikitech-l] Suggested process for determining topics at the Architecture Summit

2013-12-20 Thread Diederik van Liere
Hola,


We wanted to update you with our proposal on how we are thinking on how to
create a program for the Architecture Summit coming January. We started
grouping the RFC's from https://www.mediawiki.org/wiki/RFC into clusters at
https://www.mediawiki.org/wiki/Architecture_Summit_2014/RFC_Clusters. This
clustering is neither perfect nor complete and we would like to ask your
help with finetuning the clustering.

The idea is that a cluster contains RFC's that belong to each other -- this
means if we discuss RFC A and therefore RFC B needs to be discussed as well
then those two RFC's should be in the same cluster. Clusters should also be
small, probably not more than 3 or 4 RFC's per cluster. Sometimes RFC's in
the same cluster will offer alternative suggested implementations,
sometimes, RFC's are closely related because they pursue a similar goal.

Currently, we have one big cluster called 'General Mediawiki Functionality'
and this list definitely needs to be broken up in smaller clusters. The
'Misc' cluster can probably also broken up in smaller clusters.

Once we have nailed down the clusters of RFC's then we will run a strawpoll
to gauge interest for the different clusters. The strawpoll will inform our
decision which clusters should be discussed at the Architecture Summit. We
want to launch this strawpoll at the latest on January 2nd, 2014.

Summary:
1) Help us finalize the clustering of RFC's on
https://www.mediawiki.org/wiki/Architecture_Summit_2014/RFC_Clusters
2) Participate in the strawpoll once it goes live (probably January 2nd),
separate email will follow.


If you have any questions, thoughts, suggestions, remarks, etc, etc please
let us know!

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

Re: [Wikitech-l] OAuth Devlopment Training

2013-12-20 Thread Dan Andreescu
And if anyone's curious, the session helped me get identify implemented in
Wikimetrics: https://gerrit.wikimedia.org/r/#/c/102618/.  I had to hack the
unmaintained Flask-Oauth module quite a bit, so eventually I might move to
rauth.  But it seems to work and makes me feel fuzzier about using OAuth as
pseudo authentication.


On Fri, Dec 20, 2013 at 3:30 PM, Chris Steipp cste...@wikimedia.org wrote:

 Unfortunately I wasn't able to get the recording to work, but everything we
 discussed is here:

 https://www.mediawiki.org/wiki/OAuth/For_Developers

 The notes and examples should be able to get most people started
 integrating their applications. But if you have trouble, ping me via email
 or irc, and I can help you get started.


 On Tue, Dec 17, 2013 at 5:44 PM, Chris Steipp cste...@wikimedia.org
 wrote:

  Just a reminder that I'll be running a training tomorrow for any
  developers interested in OAuth at 11am PST / 19:00 UTC. If you're still
  interested, let me know and I'll add you to the hangout invite list. For
  everyone who already responded, I'll send you the link in a bit.
 
  Several people asked if we would record it, so I'm planning to do that.
  I'll send out the link afterward.
 
 
  On Tue, Dec 10, 2013 at 4:47 PM, Chris Steipp cste...@wikimedia.org
 wrote:
 
  Hi all,
 
  For any developers who have been thinking about connecting their
  application to MediaWiki, but haven't gotten around to diving in, I'm
 going
  to have a short training/workshop session next week. I'll give a brief
  intro to using the version of OAuth that we're running, and walk through
  some quick demos in php and go. After that, I'm happy to walk any
 developer
  through getting their app connected, if anyone is struggling with a
  particular issue.
 
  It will be Wed, Dec 18th at 11am PST (1900 UTC). Please let me know if
  you're interested. We'll probably use a hangout for the session, but if
  that's not an option for anyone we can use a voice call and etherpad.
  Either way I'll probably send out invites individually.
 
 
 
 
 ___
 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

Re: [Wikitech-l] OAuth Devlopment Training

2013-12-20 Thread legoktm
On Fri, Dec 20, 2013 at 9:33 PM, Dan Andreescu dandree...@wikimedia.org wrote:
 And if anyone's curious, the session helped me get identify implemented in
 Wikimetrics: https://gerrit.wikimedia.org/r/#/c/102618/.  I had to hack the
 unmaintained Flask-Oauth module quite a bit, so eventually I might move to
 rauth.  But it seems to work and makes me feel fuzzier about using OAuth as
 pseudo authentication.

There is the flask-mwoauth[1] library created by valhallasw that the
gerrit-patch-uploader uses.

[1] https://github.com/valhallasw/flask-mwoauth

--Legoktm

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