Re: [Wikitech-l] GSOC proposal for A system for reviewing funding requests

2014-03-31 Thread Gryllida
Thanks!

Gryllida.

On Mon, 31 Mar 2014, at 8:12, Sastry aditya wrote:
 Hi Gryllida,
 
 I am extremely sorry I took so long to reply to your mail, I was down with
 typhoid and I am slowly recovering.
 
 I made corrections as you suggested. Thanks a lot for sparing your time.
 
 As instructed by you I included my full opensource contribution history and
 just for the record I am stating it here as well.
 
 I have four bug patches merged from last year.  bug
 45580https://bugzilla.wikimedia.org/show_bug.cgi?id=45580
 , bug 43504 https://bugzilla.wikimedia.org/show_bug.cgi?id=43504,
 bug 33438 https://bugzilla.wikimedia.org/show_bug.cgi?id=33438  bug 48197
 https://bugzilla.wikimedia.org/show_bug.cgi?id=48197
 This year due to my ill health I could only get two in.
 
 https://gerrit.wikimedia.org/r/117854
 https://gerrit.wikimedia.org/r/121975
 
 The last patch is relavant to my gsoc project as it deals with forms which
 is kind of a part of the project that I applied to.
 
 I would see to that these two get merged as well and if possible I will
 send one more over the next weekend.
 
 The only other open source project that I have contributed to is PHPMYADMIN
 which has very high standards for patch acceptance and stringent code
 reviews.
 
 I have four patches merged in there as well. Of these one of those is 280
 line patch that I talked about in my proposal as well.
 The details of the rest of the patches could be found here:
 https://github.com/phpmyadmin/phpmyadmin/commits?author=ganeshaditya1
 
 Regards,
 Aditya
 ___
 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

[Wikitech-l] MediaWiki Language Extension Bundle 2014.03 release

2014-03-31 Thread Kartik Mistry
Hello all,

I would like to announce the release of MediaWiki Language Extension
Bundle 2014.03. This bundle is compatible with MediaWiki 1.22.4 and
MediaWiki 1.21.7 releases.

* Download: 
https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2014.03.tar.bz2
* sha256sum: f3a253e05f6b7c4f451882a1a78a138a1dcaecd2777237d0c2b8af7c3ecced70

Quick links:
* Installation instructions are at: https://www.mediawiki.org/wiki/MLEB
* Announcements of new releases will be posted to a mailing list:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-i18n
* Report bugs to: https://bugzilla.wikimedia.org
* Talk with us at: #mediawiki-i18n @ Freenode

Release notes for each extension are below.

-- Kartik Mistry

== Babel, CleanChanges ==
* Only localisation updates.

== CLDR ==
* Updated to CLDR 25.
* Localisation updates.

== LocalisationUpdate ==
LocalisationUpdate is rewritten for JSON file format support for
extensions. This is compatible with MediaWiki 1.19 and above.
* Extensions using JSON are fully supported and LocalisationUpdate
will pickup new languages as they appear.
* LocalisationUpdate will store translation using JSON file format. If
extension is not yet migrated to JSON, messages will be stored as PHP
file.

=== Configuration changes ===
 Global Variables 
== $wgLocalisationUpdateRepository ==
Default repository source to fetch translation. MediaWiki's Github
mirror is set to default repository to fetch translations. This is
added with version 1.1.

= $wgLocalisationUpdateRepositories =
Array of repositories URLs from which to retrieve localisations for
core MediaWiki and extensions. Default is set to GitHub's MediaWiki
Git repositories and you should not change this unless you're using
this performance improvement or otherwise know what you're doing. This
is added with version 1.1.

 Script parameters changes 
With version 1.1,

 --repoid: Fetch translations from repositories identified by this

 Notes 
* Once core MediaWiki switches to JSON format, all users must update
LU to keep receiving updates. They will need to update anyway because
older versions of LocalisationUpdate do not support JSON at all.

* If an extension switches to JSON, we will not be able to provide
updates until its local checkout is updated to such a version.
LocalisationUpdate does not know about the switch and will try to
fetch the PHP shim, which does not have translations any longer. This
is usually okay, as the PHP shims support old MediaWiki versions;
problems might appear if the extension has other incompatible changes
which prevent updating.

* For more details, also see:
https://www.mediawiki.org/wiki/Extension:LocalisationUpdate

== Translate ==
=== Noteworthy changes ===
* Added support for insertables with numbers in the end on translatable pages.
* Improvements in TUX shortcuts: Shortcut indicators are now more
visible. Fixed display in RTL. Added indicators for up/down arrows.
* characterEditStats.php: Mention the max age of recent changes
($wgRCMaxAge) limits.
* Added a notice about ULS extension dependency. On Special:Translate,
it will fail with MediaWiki error page if ULS is not installed.

== UniversalLanguageSelector ==
=== Noteworthy changes ===
* Compacting the interlanguage links with the ULS as new Beta feature.
Displays a shorter version of the language list with the languages
that are more relevant to you. More info at:
https://www.mediawiki.org/wiki/Universal_Language_Selector/Design/Interlanguage_links
* Bug 56081: Reset webfonts where inline css style found upon reset.
This fixes broken live preview for content font.

=== Fonts ===
* Updated Lohit Oriya font to new upstream version and renamed to Lohit Odia.

-- 
Kartik Mistry/કાર્તિક મિસ્ત્રી | IRC: kart_
{kartikm, 0x1f1f}.wordpress.com

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

Re: [Wikitech-l] Jenkins to lint Json Monday 17th March

2014-03-31 Thread Antoine Musso
Le 10/03/2014 17:26, Antoine Musso a écrit :
 Hello,
 
 I wrote a PHP based JSON linter which would bail out whenever a json
 file can't be understood by PHP json_decode().
 
 The linter will be able to the jslint Jenkins jobs which are already
 running jshint.  It would be nice to pass it on your repositories to
 avoid failure when the job is enable which I plan to do next Monday on
 March 17th.
 
 
 
 The lint script is in integration/jenkins.git bin/json-lint.php  which
 you can fetch with:
 
 curl
 'http://git.wikimedia.org/raw/integration%2Fjenkins.git/master/bin%2Fjson-lint.php
 ' /tmp/json-lint.php
 
 Usage:
 
  json-lint.php .
 
 Example output:
 
  ./node_modules/es6-shim/bower.json: Syntax error
  ./node_modules/es6-shim/component.json: Syntax error
 
 They are missing comma in dictionaries structures of the git repository
 mediawiki/services/parsoid/deploy
 
 
 I have passed the scripts against mediawiki/extensions/* and mw/core but
 other repository would need to be verified if they have a jslint job
 running.

Forgot to deploy the json linter last week.  This is now deployed on all
275 jslint jobs currently configured.

If there is any error report, do fix the json files!



-- 
Antoine hashar Musso


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

Re: [Wikitech-l] Jenkins to lint Json Monday 17th March

2014-03-31 Thread Siebrand Mazeland
Many thanks, Antoine! The number of JSON files has increased considerable
in the past week[1].

[1] https://gerrit.wikimedia.org/r/#/q/status:merged+topic:json-i18n,n,z

Cheers!


On Mon, Mar 31, 2014 at 2:24 PM, Antoine Musso hashar+...@free.fr wrote:

 Le 10/03/2014 17:26, Antoine Musso a écrit :
  Hello,
 
  I wrote a PHP based JSON linter which would bail out whenever a json
  file can't be understood by PHP json_decode().
 
  The linter will be able to the jslint Jenkins jobs which are already
  running jshint.  It would be nice to pass it on your repositories to
  avoid failure when the job is enable which I plan to do next Monday on
  March 17th.
 
 
 
  The lint script is in integration/jenkins.git bin/json-lint.php  which
  you can fetch with:
 
  curl
  '
 http://git.wikimedia.org/raw/integration%2Fjenkins.git/master/bin%2Fjson-lint.php
  ' /tmp/json-lint.php
 
  Usage:
 
   json-lint.php .
 
  Example output:
 
   ./node_modules/es6-shim/bower.json: Syntax error
   ./node_modules/es6-shim/component.json: Syntax error
 
  They are missing comma in dictionaries structures of the git repository
  mediawiki/services/parsoid/deploy
 
 
  I have passed the scripts against mediawiki/extensions/* and mw/core but
  other repository would need to be verified if they have a jslint job
  running.

 Forgot to deploy the json linter last week.  This is now deployed on all
 275 jslint jobs currently configured.

 If there is any error report, do fix the json files!



 --
 Antoine hashar Musso


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




-- 
Siebrand Mazeland
Kitano ICT

M: +31 6 50 69 1239
Skype: siebrand
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] WikiConference USA May 30-June 1, scholarships available

2014-03-31 Thread Sumana Harihareswara
If you're in North America and interested in coming to this event,
please apply for a scholarship today!
http://wikiconferenceusa.org/wiki/Scholarships

On 03/17/2014 09:04 AM, Sumana Harihareswara wrote:
 The deadline for scholarship applications has been extended to March
 31st, which is also the deadline to submit talk proposals.
 -Sumana
 
 On 02/26/2014 06:25 PM, Sumana Harihareswara wrote:
 Reminder: the deadline to ask for funding help to get to Wiki Conference
 USA is in 2 days (Feb 28).

 -Sumana Harihareswara

 On Thu, Jan 30, 2014 at 1:42 PM, Sumana Harihareswara suma...@wikimedia.org
 wrote:

 You can now submit tutorial or talk proposals for WikiConference USA, and
 you can register and ask for a scholarship for your travel expenses (more
 information below and at http://wikiconferenceusa.org/wiki/Scholarships). 
 If it'll be hard for you to get to the Zurich or London hackathons this
 year, consider meeting up at WikiConference USA.

 Sumana Harihareswara
 Engineering Community Manager
 Wikimedia Foundation


 Date: Tue, 28 Jan 2014 16:56:55 -0500
 From: Pharos pharosofalexand...@gmail.com
 To: wikimediaannounc...@lists.wikimedia.org
 Subject: [Wikimedia Announcements] WikiConference USA Announcement
 Message-ID:
 
 cajcrdm5+hquzyayerjd_4sf4zj2oktq8pmyr78lj23dzykj...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1

 I am very pleased to announce that Wikimedia NYC and Wikimedia DC are
 working in collaboration to host the first national Wikimedia conference in
 the United States!

 Here are the details for the conference:

 Dates: Friday, May 30, 2014 - Sunday, June 1, 2014
 Location: New York Law School (185 West Broadway, New York, NY 10013)
 Website: http://wikiconferenceusa.org
 Email: wiki...@wikimedianyc.org
 Registration: http://wikiconusa.eventbrite.org/

 For more information, please review our official press release below! We
 hope you will join us and help us spread the word!


 https://commons.wikimedia.org/wiki/File:WikiCon_USA_2014_Press_Release_v1.pdf

 Thanks,
 Richard (User:Pharos)
 Wikimedia NYC


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

[Wikitech-l] beta cluster migrated to eqiad

2014-03-31 Thread Antoine Musso
Hello,

I have changed the DNS entries for the beta cluster to point to the
instances hosted in our EQIAD datacenter.

It seems most of the functions are working now beside SSL support.

If you see anything that looks wrong, please fill in bugs in bugzilla
against Wikimedia Labs  deployment-prep (beta).


The DNS might take sometime to propagate. The IP addresses are:

$ dig +short bits.beta.wmflabs.org
208.80.155.137
$ dig +short upload.beta.wmflabs.org
208.80.155.136
$ dig +short en.wikipedia.beta.wmflabs.org
208.80.155.135
$ dig +short en.m.wikipedia.beta.wmflabs.org
208.80.155.139
$

Thanks to everyone that helped reconfigure the beta cluster from scratch!

-- 
Antoine hashar Musso


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

Re: [Wikitech-l] beta cluster migrated to eqiad

2014-03-31 Thread Arthur Richards
en.wikipedia.beta.wmflabs.org and the mobile equivalent are not working.
I've tried just using the given IP addresses, but that results in a message
that says 'Domain not configured'. What is going on?

Is it possible to reach the old betalabs for the time being so we can
continue with testing?


On Mon, Mar 31, 2014 at 7:10 AM, Antoine Musso hashar+...@free.fr wrote:

 Hello,

 I have changed the DNS entries for the beta cluster to point to the
 instances hosted in our EQIAD datacenter.

 It seems most of the functions are working now beside SSL support.

 If you see anything that looks wrong, please fill in bugs in bugzilla
 against Wikimedia Labs  deployment-prep (beta).


 The DNS might take sometime to propagate. The IP addresses are:

 $ dig +short bits.beta.wmflabs.org
 208.80.155.137
 $ dig +short upload.beta.wmflabs.org
 208.80.155.136
 $ dig +short en.wikipedia.beta.wmflabs.org
 208.80.155.135
 $ dig +short en.m.wikipedia.beta.wmflabs.org
 208.80.155.139
 $

 Thanks to everyone that helped reconfigure the beta cluster from scratch!

 --
 Antoine hashar Musso


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




-- 
Arthur Richards
Software Engineer, Mobile
[[User:Awjrichards]]
IRC: awjr
+1-415-839-6885 x6687
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [WikimediaMobile] mobile beta labs unreachable

2014-03-31 Thread Arthur Richards
+wikitech-l/qa

I presume this is a byproduct of the migration. This is urgent.


On Mon, Mar 31, 2014 at 11:25 AM, Ryan Kaldari rkald...@wikimedia.orgwrote:

 http://en.m.wikipedia.beta.wmflabs.org/ has been giving me a 503 all
 morning. I really need to be able to use it since we are deploying a change
 this week that is specifically related to the cluster configuration
 (specifically overriding the licensing messaging to support dual licensing
 for the WMF projects).

 Bug filed:
 https://bugzilla.wikimedia.org/show_bug.cgi?id=63315

 Ryan Kaldari

 ___
 Mobile-l mailing list
 mobil...@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/mobile-l




-- 
Arthur Richards
Software Engineer, Mobile
[[User:Awjrichards]]
IRC: awjr
+1-415-839-6885 x6687
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [WikimediaMobile] mobile beta labs unreachable

2014-03-31 Thread John
Probably a local DNS issue. Since the move the associated IP addresses
changed

On Mon, Mar 31, 2014 at 2:43 PM, Arthur Richards aricha...@wikimedia.orgwrote:

 +wikitech-l/qa

 I presume this is a byproduct of the migration. This is urgent.


 On Mon, Mar 31, 2014 at 11:25 AM, Ryan Kaldari rkald...@wikimedia.org
 wrote:

  http://en.m.wikipedia.beta.wmflabs.org/ has been giving me a 503 all
  morning. I really need to be able to use it since we are deploying a
 change
  this week that is specifically related to the cluster configuration
  (specifically overriding the licensing messaging to support dual
 licensing
  for the WMF projects).
 
  Bug filed:
  https://bugzilla.wikimedia.org/show_bug.cgi?id=63315
 
  Ryan Kaldari
 
  ___
  Mobile-l mailing list
  mobil...@lists.wikimedia.org
  https://lists.wikimedia.org/mailman/listinfo/mobile-l
 
 


 --
 Arthur Richards
 Software Engineer, Mobile
 [[User:Awjrichards]]
 IRC: awjr
 +1-415-839-6885 x6687
 ___
 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] beta cluster migrated to eqiad

2014-03-31 Thread John
Works for me

On Mon, Mar 31, 2014 at 2:47 PM, Arthur Richards aricha...@wikimedia.orgwrote:

 en.wikipedia.beta.wmflabs.org and the mobile equivalent are not working.
 I've tried just using the given IP addresses, but that results in a message
 that says 'Domain not configured'. What is going on?

 Is it possible to reach the old betalabs for the time being so we can
 continue with testing?


 On Mon, Mar 31, 2014 at 7:10 AM, Antoine Musso hashar+...@free.fr wrote:

  Hello,
 
  I have changed the DNS entries for the beta cluster to point to the
  instances hosted in our EQIAD datacenter.
 
  It seems most of the functions are working now beside SSL support.
 
  If you see anything that looks wrong, please fill in bugs in bugzilla
  against Wikimedia Labs  deployment-prep (beta).
 
 
  The DNS might take sometime to propagate. The IP addresses are:
 
  $ dig +short bits.beta.wmflabs.org
  208.80.155.137
  $ dig +short upload.beta.wmflabs.org
  208.80.155.136
  $ dig +short en.wikipedia.beta.wmflabs.org
  208.80.155.135
  $ dig +short en.m.wikipedia.beta.wmflabs.org
  208.80.155.139
  $
 
  Thanks to everyone that helped reconfigure the beta cluster from scratch!
 
  --
  Antoine hashar Musso
 
 
  ___
  Wikitech-l mailing list
  Wikitech-l@lists.wikimedia.org
  https://lists.wikimedia.org/mailman/listinfo/wikitech-l




 --
 Arthur Richards
 Software Engineer, Mobile
 [[User:Awjrichards]]
 IRC: awjr
 +1-415-839-6885 x6687
 ___
 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] beta cluster migrated to eqiad

2014-03-31 Thread Arthur Richards
I've attempted hitting the IPs both from the WMF office network as well as
through my mobile device (not on office wifi), with no success.


On Mon, Mar 31, 2014 at 11:52 AM, John phoenixoverr...@gmail.com wrote:

 Works for me

 On Mon, Mar 31, 2014 at 2:47 PM, Arthur Richards aricha...@wikimedia.org
 wrote:

  en.wikipedia.beta.wmflabs.org and the mobile equivalent are not working.
  I've tried just using the given IP addresses, but that results in a
 message
  that says 'Domain not configured'. What is going on?
 
  Is it possible to reach the old betalabs for the time being so we can
  continue with testing?
 
 
  On Mon, Mar 31, 2014 at 7:10 AM, Antoine Musso hashar+...@free.fr
 wrote:
 
   Hello,
  
   I have changed the DNS entries for the beta cluster to point to the
   instances hosted in our EQIAD datacenter.
  
   It seems most of the functions are working now beside SSL support.
  
   If you see anything that looks wrong, please fill in bugs in bugzilla
   against Wikimedia Labs  deployment-prep (beta).
  
  
   The DNS might take sometime to propagate. The IP addresses are:
  
   $ dig +short bits.beta.wmflabs.org
   208.80.155.137
   $ dig +short upload.beta.wmflabs.org
   208.80.155.136
   $ dig +short en.wikipedia.beta.wmflabs.org
   208.80.155.135
   $ dig +short en.m.wikipedia.beta.wmflabs.org
   208.80.155.139
   $
  
   Thanks to everyone that helped reconfigure the beta cluster from
 scratch!
  
   --
   Antoine hashar Musso
  
  
   ___
   Wikitech-l mailing list
   Wikitech-l@lists.wikimedia.org
   https://lists.wikimedia.org/mailman/listinfo/wikitech-l
 
 
 
 
  --
  Arthur Richards
  Software Engineer, Mobile
  [[User:Awjrichards]]
  IRC: awjr
  +1-415-839-6885 x6687
  ___
  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




-- 
Arthur Richards
Software Engineer, Mobile
[[User:Awjrichards]]
IRC: awjr
+1-415-839-6885 x6687
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] beta cluster migrated to eqiad

2014-03-31 Thread Brian Cox
It works fine for me on my connection (UCSD)

Brian/NF


On Mon, Mar 31, 2014 at 11:58 AM, Arthur Richards
aricha...@wikimedia.orgwrote:

 I've attempted hitting the IPs both from the WMF office network as well as
 through my mobile device (not on office wifi), with no success.


 On Mon, Mar 31, 2014 at 11:52 AM, John phoenixoverr...@gmail.com wrote:

  Works for me
 
  On Mon, Mar 31, 2014 at 2:47 PM, Arthur Richards 
 aricha...@wikimedia.org
  wrote:
 
   en.wikipedia.beta.wmflabs.org and the mobile equivalent are not
 working.
   I've tried just using the given IP addresses, but that results in a
  message
   that says 'Domain not configured'. What is going on?
  
   Is it possible to reach the old betalabs for the time being so we can
   continue with testing?
  
  
   On Mon, Mar 31, 2014 at 7:10 AM, Antoine Musso hashar+...@free.fr
  wrote:
  
Hello,
   
I have changed the DNS entries for the beta cluster to point to the
instances hosted in our EQIAD datacenter.
   
It seems most of the functions are working now beside SSL support.
   
If you see anything that looks wrong, please fill in bugs in bugzilla
against Wikimedia Labs  deployment-prep (beta).
   
   
The DNS might take sometime to propagate. The IP addresses are:
   
$ dig +short bits.beta.wmflabs.org
208.80.155.137
$ dig +short upload.beta.wmflabs.org
208.80.155.136
$ dig +short en.wikipedia.beta.wmflabs.org
208.80.155.135
$ dig +short en.m.wikipedia.beta.wmflabs.org
208.80.155.139
$
   
Thanks to everyone that helped reconfigure the beta cluster from
  scratch!
   
--
Antoine hashar Musso
   
   
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
  
  
  
  
   --
   Arthur Richards
   Software Engineer, Mobile
   [[User:Awjrichards]]
   IRC: awjr
   +1-415-839-6885 x6687
   ___
   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
 



 --
 Arthur Richards
 Software Engineer, Mobile
 [[User:Awjrichards]]
 IRC: awjr
 +1-415-839-6885 x6687
 ___
 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] beta cluster migrated to eqiad

2014-03-31 Thread Dan Garry
en.wikipedia.beta.wmflabs.org loads for me, but without CSS. I've cleared
my cache and done a forced reload, but I still don't get CSS.

Dan


On 31 March 2014 11:58, Arthur Richards aricha...@wikimedia.org wrote:

 I've attempted hitting the IPs both from the WMF office network as well as
 through my mobile device (not on office wifi), with no success.


 On Mon, Mar 31, 2014 at 11:52 AM, John phoenixoverr...@gmail.com wrote:

  Works for me
 
  On Mon, Mar 31, 2014 at 2:47 PM, Arthur Richards 
 aricha...@wikimedia.org
  wrote:
 
   en.wikipedia.beta.wmflabs.org and the mobile equivalent are not
 working.
   I've tried just using the given IP addresses, but that results in a
  message
   that says 'Domain not configured'. What is going on?
  
   Is it possible to reach the old betalabs for the time being so we can
   continue with testing?
  
  
   On Mon, Mar 31, 2014 at 7:10 AM, Antoine Musso hashar+...@free.fr
  wrote:
  
Hello,
   
I have changed the DNS entries for the beta cluster to point to the
instances hosted in our EQIAD datacenter.
   
It seems most of the functions are working now beside SSL support.
   
If you see anything that looks wrong, please fill in bugs in bugzilla
against Wikimedia Labs  deployment-prep (beta).
   
   
The DNS might take sometime to propagate. The IP addresses are:
   
$ dig +short bits.beta.wmflabs.org
208.80.155.137
$ dig +short upload.beta.wmflabs.org
208.80.155.136
$ dig +short en.wikipedia.beta.wmflabs.org
208.80.155.135
$ dig +short en.m.wikipedia.beta.wmflabs.org
208.80.155.139
$
   
Thanks to everyone that helped reconfigure the beta cluster from
  scratch!
   
--
Antoine hashar Musso
   
   
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l
  
  
  
  
   --
   Arthur Richards
   Software Engineer, Mobile
   [[User:Awjrichards]]
   IRC: awjr
   +1-415-839-6885 x6687
   ___
   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
 



 --
 Arthur Richards
 Software Engineer, Mobile
 [[User:Awjrichards]]
 IRC: awjr
 +1-415-839-6885 x6687
 ___
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wikitech-l




-- 
Dan Garry
Associate Product Manager for Platform
Wikimedia Foundation
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] RfC meeting Wednesday on scoped language converter

2014-03-31 Thread Sumana Harihareswara
I need to finalize the time on this, but tentatively: 2100 UTC this
Wednesday 2 April, we're talking about C. Scott Ananian's
https://www.mediawiki.org/wiki/Requests_for_comment/Scoped_language_converter
. There's room for one more; I'd love to get an update on Pau Giner's
https://www.mediawiki.org/wiki/Requests_for_comment/Grid_system .

https://www.mediawiki.org/wiki/Architecture_meetings/RFC_review_2014-04-02

-- 
Sumana Harihareswara
Senior Technical Writer
Wikimedia Foundation

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

Re: [Wikitech-l] TitleValue reloaded

2014-03-31 Thread Sumana Harihareswara
On 02/26/2014 12:23 PM, Daniel Kinzler wrote:
 I have just pushed a new version of the TitleValue patch to Gerrit:
 https://gerrit.wikimedia.org/r/106517.
 
 I have also updated the RDF to reflect the latest changes:
 https://www.mediawiki.org/wiki/Requests_for_comment/TitleValue.
 
 Please have a look. I have tried to address several issues with the previous
 proposal, and reduce the complexity of the proposal. I have also tried to 
 adjust
 the service interfaces to make migration easier.
 
 Any feedback would be very welcome!
 
 -- daniel

Update: https://gerrit.wikimedia.org/r/#/c/106517/ has now been merged.
To quote the commit message:

 The intention is to improve testability and reusability; these
 advantages will however only become apparent with further refactoring
 of the respective special pages. This will be done in follow-up
 changes.
 
 More work will be needed to migrate essential functionality from
 Title and Linker classes into the respective service classes,
 MediaWikiTitleCodec and MediaWikiPageLinkRenderer.


-- 
Sumana Harihareswara
Senior Technical Writer
Wikimedia Foundation

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