[Wikitech-l] MediaWiki-Vagrant is going Trusty

2014-06-27 Thread Ori Livneh
I'm writing to communicate an upcoming major change in MediaWiki-Vagrant.
In the coming week, I'm going to upgrade the base image from Precise
Pangolin to Trusty Tahr, the latest version from Canonical. Trusty
integrates many new open-source software components, many of them
specifically targeting cloud and virtual environments. You can read more
about the release in the release announcement and the release notes:

http://fridge.ubuntu.com/2014/04/17/ubuntu-14-04-trusty-tahr-released/
https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes

This change to MediaWiki-Vagrant anticipates a migration of Wikimedia's
application server stack from Precise to Trusty, the groundwork for which
is already well underway. (Wikimedia's TechOps team, substantially assisted
by volunteer contributors, has completed a migration to Puppet 3, and has
made a Trusty image available on Labs).

I hope to keep the migration painless so as to not disrupt the work of
those of you who use this stack as your primary development environment.
The fact that a similar migration process is underway for Wikimedia's
production infrastructure will, I hope, foster increased collaboration
across Wikimedia and the broader developer community.
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] MediaWiki Release RFP Status Update

2014-06-27 Thread Greg Grossmeier
Hello all,

We're in negotiations with one of applicants for the MediaWiki release
management RFP and will make the official announcement ASAP, likely
early next week.

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

Re: [Wikitech-l] Background color

2014-06-27 Thread Jeffrey Barish
On Friday, 27 June 2014 16:35:17 Nick White wrote:
> Hi Jeff,
> 
> On Fri, Jun 27, 2014 at 01:02:43PM -0600, Jeffrey Barish wrote:
> > I am viewing Wikipedia pages using webkit in an application that I wrote. 
> > I attach my style sheet by specifying user_stylesheet_uri.  I know that
> > webkit is reading my css because I could set the background color until 2
> > days ago and because I can still set the text color.  I am guessing that
> > a css upstream
> Actually, I'd guess that your application is adding some CSS
> somewhere, one way or another (webkit is a complex beast). I
> recommend you enable the webkit inspector to investigate which rules
> are being applied, and how. The inspector only takes a few lines of
> code to add to your application.
> 
> Nick

I will try this.  Thanks for the suggestion.  I was not aware of the webkit 
inspector.

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

Re: [Wikitech-l] Logging edit lifecycle events

2014-06-27 Thread Chris McMahon
Any logging you could add for this issue would be welcome:
https://bugzilla.wikimedia.org/show_bug.cgi?id=65709

We've been seeing it for some time, where the user is sometimes logged out
unexpectedly when using VE in beta labs.  It happens a lot in automated
browser tests, and it happens to both Rummana and me occasionally when
editing manually, and we have reason to suspect it might happen in
production sometimes also.

-Chris


On Fri, Jun 27, 2014 at 1:54 PM, Adam Wight  wrote:

> Hi VE team,
> I heard a rumor that there is a new focus on logging edit events to track
> the overall session trajectory and other stuff.  If it's helpful, I've been
> working on that as well, here are my notes and attempts to implement,
> hopefully it is complementary to whatever you've done so far:
>
> https://meta.wikimedia.org/wiki/Schema:EditLifecycle
> https://wikitech.wikimedia.org/wiki/User:Awight/Edit_logging
> https://gerrit.wikimedia.org/r/#/c/141097/
> https://gerrit.wikimedia.org/r/#/c/141113/
> https://gerrit.wikimedia.org/r/#/c/141114/
>
> Please loop me in on the conversation!
>
> Thanks,
> -Adam
> ___
> 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] Roadmap and deployment highlights - week of June 30th

2014-06-27 Thread Greg Grossmeier
Hello and welcome to the latest edition of the WMF Engineering Roadmap
and Deployment update.

The full log of planned deployments next week can be found at:


A quick list of notable items...


== Monday ==

* CirrusSearch
** CirrusSearch will be turned on as primary on half of the remaining
   wikis. 34 in this bunch.
** See: 


== Tuesday ==

* Perfect Forward Secrecy (PFS)
** We will be enabling PFS on all wikis at about 10:00 UTC.
** Please let us know if you see any issues.
** 


* CentralAuth GlobalRenameUser 
** The new GlobalRenameUser tool will be enabled and usable.

* MediaWiki deploy
** group1 to 1.24wmf11: All non-Wikipedia sites (Wiktionary, Wikisource,
   Wikinews, Wikibooks, Wikiquote, Wikiversity, and a few other sites)
** 

* Entity suggester will be enabled on Wikidata
** See: 

* The new extension "Mantle" will be deployed on production wikis
** This is a new shared code extension in use by the Flow and Mobile
   FrontEnd teams.
** see: 


== Thursday ==

* MediaWiki deploy
** group2 to 1.24wmf11 (all Wikipedias)
** group0 to 1.24wmf12 (test/test2/testwikidata/mediawiki)
*** This will include the "Support | as a magic word" patch and thus
   ride the train
*** see: 


Thanks and as always, questions and comments welcome,

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] Logging edit lifecycle events

2014-06-27 Thread Adam Wight
Hi VE team,
I heard a rumor that there is a new focus on logging edit events to track
the overall session trajectory and other stuff.  If it's helpful, I've been
working on that as well, here are my notes and attempts to implement,
hopefully it is complementary to whatever you've done so far:

https://meta.wikimedia.org/wiki/Schema:EditLifecycle
https://wikitech.wikimedia.org/wiki/User:Awight/Edit_logging
https://gerrit.wikimedia.org/r/#/c/141097/
https://gerrit.wikimedia.org/r/#/c/141113/
https://gerrit.wikimedia.org/r/#/c/141114/

Please loop me in on the conversation!

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

Re: [Wikitech-l] Background color

2014-06-27 Thread Jeffrey Barish
I am using English Wikipedia.

This problem is strange indeed.  I am beginning to wonder whether something 
changed in webkit that is preventing it from responding to the request to 
change the background color.  I think that webkit is used pretty widely, 
though, so that theory seems unlikely.

On Friday, 27 June 2014 13:07:28 Ryan Kaldari wrote:
> I'm pretty sure that no body CSS in core has changed recently. According to
> Firebug, the only background-color rule that is applied to body on en.wiki
> is the one that Isarra mentioned (which doesn't use !important). Are you
> trying this on English Wikipedia or a different wiki?
> 
> Ryan Kaldari
> 
> On Fri, Jun 27, 2014 at 12:02 PM, Jeffrey Barish 
> wrote:
> > On Friday, 27 June 2014 10:24:57 Ryan Kaldari wrote:
> > > Works for me. I added the background-color rule to
> > > https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
> > > immediately.
> > > 
> > > Ryan Kaldari
> > > 
> > > 
> > > On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish <
> > 
> > jeff_bar...@earthlink.net>
> > 
> > > wrote:
> > > > Until two days ago, I was able to modify the background color of a
> > > > Wikipedia
> > > > page with a style sheet containing the following:
> > > > 
> > > > body {
> > > > 
> > > > background-color: rgb(68, 68, 68) !important;
> > > > color: rgb(204, 204, 204) !important;
> > > > 
> > > > }
> > > > 
> > > > The line for color still works, but the line for background-color does
> > > > not.
> > > > Does anyone know what changed and what I have to do now to change the
> > > > background color?
> > > > 
> > > > If this is not the right mailing list for this question, could someone
> > > > direct me to the right one?
> > > > 
> > > > Thanks.
> > > > ---
> > > > Jeffrey Barish
> > 
> > Ryan,
> > 
> > Thanks for your reply.  It is certainly interesting to know that someone
> > is
> > able to get something related to work, although I don't really understand
> > what
> > it is you did.  The lines of css that I provided still do not work for me.
> > Perhaps it would help for me to provide a little more information about
> > what I
> > am doing as it most likely is different from what you tried.
> > 
> > I am viewing Wikipedia pages using webkit in an application that I wrote.
> > 
> >  I
> > 
> > attach my style sheet by specifying user_stylesheet_uri.  I know that
> > webkit
> > is reading my css because I could set the background color until 2 days
> > ago
> > and because I can still set the text color.  I am guessing that a css
> > upstream
> > is now specifying the background color using !important so that my
> > specification no longer takes effect.  If so, then that specification is
> > new
> > because mine used to work.  I don't understand how Wikipedia (or css, for
> > that
> > matter) works well enough to guess where that change might have been made
> > or
> > why.  However, if my theory is correct, then I don't see how you are able
> > to
> > change the background color, unless the change that you made somehow is
> > upstream from the hypothetical specification of background color using
> > !important.
> > 
> > Jeff
> > 
> > ___
> > 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 mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Background color

2014-06-27 Thread Nick White
Hi Jeff,

On Fri, Jun 27, 2014 at 01:02:43PM -0600, Jeffrey Barish wrote: 
> I am viewing Wikipedia pages using webkit in an application that I wrote.  I 
> attach my style sheet by specifying user_stylesheet_uri.  I know that webkit 
> is reading my css because I could set the background color until 2 days ago 
> and because I can still set the text color.  I am guessing that a css 
> upstream 

Actually, I'd guess that your application is adding some CSS 
somewhere, one way or another (webkit is a complex beast). I 
recommend you enable the webkit inspector to investigate which rules 
are being applied, and how. The inspector only takes a few lines of 
code to add to your application.

Nick

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

Re: [Wikitech-l] MediaWiki Bug Bounty Program

2014-06-27 Thread Andre Klapper
On Fri, 2014-06-27 at 15:06 +0200, Antoine Musso wrote:
> I would like us to have our own instance of Google Code-in to list tasks
> that could be fulfilled by volunteers.  Kind of the +easy bugs we have
> in Bugzilla but with a nicer interface that only has those tasks.

https://openhatch.org/search/?q=&project=MediaWiki sounds close.

andre
-- 
Andre Klapper | Wikimedia Bugwrangler
http://blogs.gnome.org/aklapper/


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

Re: [Wikitech-l] Background color

2014-06-27 Thread Ryan Kaldari
I'm pretty sure that no body CSS in core has changed recently. According to
Firebug, the only background-color rule that is applied to body on en.wiki
is the one that Isarra mentioned (which doesn't use !important). Are you
trying this on English Wikipedia or a different wiki?

Ryan Kaldari

On Fri, Jun 27, 2014 at 12:02 PM, Jeffrey Barish 
wrote:

> On Friday, 27 June 2014 10:24:57 Ryan Kaldari wrote:
> > Works for me. I added the background-color rule to
> > https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
> > immediately.
> >
> > Ryan Kaldari
> >
> >
> > On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish <
> jeff_bar...@earthlink.net>
> >
> > wrote:
> > > Until two days ago, I was able to modify the background color of a
> > > Wikipedia
> > > page with a style sheet containing the following:
> > >
> > > body {
> > >
> > > background-color: rgb(68, 68, 68) !important;
> > > color: rgb(204, 204, 204) !important;
> > >
> > > }
> > >
> > > The line for color still works, but the line for background-color does
> > > not.
> > > Does anyone know what changed and what I have to do now to change the
> > > background color?
> > >
> > > If this is not the right mailing list for this question, could someone
> > > direct me to the right one?
> > >
> > > Thanks.
> > > ---
> > > Jeffrey Barish
>
> Ryan,
>
> Thanks for your reply.  It is certainly interesting to know that someone is
> able to get something related to work, although I don't really understand
> what
> it is you did.  The lines of css that I provided still do not work for me.
> Perhaps it would help for me to provide a little more information about
> what I
> am doing as it most likely is different from what you tried.
>
> I am viewing Wikipedia pages using webkit in an application that I wrote.
>  I
> attach my style sheet by specifying user_stylesheet_uri.  I know that
> webkit
> is reading my css because I could set the background color until 2 days ago
> and because I can still set the text color.  I am guessing that a css
> upstream
> is now specifying the background color using !important so that my
> specification no longer takes effect.  If so, then that specification is
> new
> because mine used to work.  I don't understand how Wikipedia (or css, for
> that
> matter) works well enough to guess where that change might have been made
> or
> why.  However, if my theory is correct, then I don't see how you are able
> to
> change the background color, unless the change that you made somehow is
> upstream from the hypothetical specification of background color using
> !important.
>
> Jeff
>
> ___
> 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] Background color

2014-06-27 Thread Jeffrey Barish
On Friday, 27 June 2014 19:16:45 Isarra Yos wrote:
> On 27/06/14 19:02, Jeffrey Barish wrote:
> > On Friday, 27 June 2014 10:24:57 Ryan Kaldari wrote:
> >> Works for me. I added the background-color rule to
> >> https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
> >> immediately.
> >> 
> >> Ryan Kaldari
> >> 
> >> 
> >> On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish
> >> 
> >> 
> >> wrote:
> >>> Until two days ago, I was able to modify the background color of a
> >>> Wikipedia
> >>> page with a style sheet containing the following:
> >>> 
> >>> body {
> >>> 
> >>>  background-color: rgb(68, 68, 68) !important;
> >>>  color: rgb(204, 204, 204) !important;
> >>> 
> >>> }
> >>> 
> >>> The line for color still works, but the line for background-color does
> >>> not.
> >>> Does anyone know what changed and what I have to do now to change the
> >>> background color?
> >>> 
> >>> If this is not the right mailing list for this question, could someone
> >>> direct me to the right one?
> >>> 
> >>> Thanks.
> >>> ---
> >>> Jeffrey Barish
> > 
> > Ryan,
> > 
> > Thanks for your reply.  It is certainly interesting to know that someone
> > is
> > able to get something related to work, although I don't really understand
> > what it is you did.  The lines of css that I provided still do not work
> > for me. Perhaps it would help for me to provide a little more information
> > about what I am doing as it most likely is different from what you tried.
> > 
> > I am viewing Wikipedia pages using webkit in an application that I wrote. 
> > I attach my style sheet by specifying user_stylesheet_uri.  I know that
> > webkit is reading my css because I could set the background color until 2
> > days ago and because I can still set the text color.  I am guessing that
> > a css upstream is now specifying the background color using !important so
> > that my specification no longer takes effect.  If so, then that
> > specification is new because mine used to work.  I don't understand how
> > Wikipedia (or css, for that matter) works well enough to guess where that
> > change might have been made or why.  However, if my theory is correct,
> > then I don't see how you are able to change the background color, unless
> > the change that you made somehow is upstream from the hypothetical
> > specification of background color using !important.
> > 
> > Jeff
> > 
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> 
> Kaldari used an !important, but I tried it just now without it and the
> background colour change still worked  - is it possible you have some
> other, more specific rule somewhere overriding the colour? The only
> thing I found in the mw source css was a generic body selector without
> anything special (body { background-color: #F6F6F6; }), but if that's
> overridden elsewhere it would cause problems.
> 
> -I
> 
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

I tried reducing the style sheet to the three lines

body {
background-color: rgb(68, 68, 68) !important;
}

Doesn't work.  When I modify the second line to be

color: rgb(204, 204, 204) !important;

the text color changes, as expected.  Since there is nothing else in my style 
sheet, I conclude that the problem is not interference from a more specific 
rule of my own, but the theory was certainly worth testing.


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

Re: [Wikitech-l] Background color

2014-06-27 Thread Isarra Yos

On 27/06/14 19:02, Jeffrey Barish wrote:

On Friday, 27 June 2014 10:24:57 Ryan Kaldari wrote:

Works for me. I added the background-color rule to
https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
immediately.

Ryan Kaldari


On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish 

wrote:

Until two days ago, I was able to modify the background color of a
Wikipedia
page with a style sheet containing the following:

body {

 background-color: rgb(68, 68, 68) !important;
 color: rgb(204, 204, 204) !important;

}

The line for color still works, but the line for background-color does
not.
Does anyone know what changed and what I have to do now to change the
background color?

If this is not the right mailing list for this question, could someone
direct me to the right one?

Thanks.
---
Jeffrey Barish

Ryan,

Thanks for your reply.  It is certainly interesting to know that someone is
able to get something related to work, although I don't really understand what
it is you did.  The lines of css that I provided still do not work for me.
Perhaps it would help for me to provide a little more information about what I
am doing as it most likely is different from what you tried.

I am viewing Wikipedia pages using webkit in an application that I wrote.  I
attach my style sheet by specifying user_stylesheet_uri.  I know that webkit
is reading my css because I could set the background color until 2 days ago
and because I can still set the text color.  I am guessing that a css upstream
is now specifying the background color using !important so that my
specification no longer takes effect.  If so, then that specification is new
because mine used to work.  I don't understand how Wikipedia (or css, for that
matter) works well enough to guess where that change might have been made or
why.  However, if my theory is correct, then I don't see how you are able to
change the background color, unless the change that you made somehow is
upstream from the hypothetical specification of background color using
!important.

Jeff

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


Kaldari used an !important, but I tried it just now without it and the 
background colour change still worked  - is it possible you have some 
other, more specific rule somewhere overriding the colour? The only 
thing I found in the mw source css was a generic body selector without 
anything special (body { background-color: #F6F6F6; }), but if that's 
overridden elsewhere it would cause problems.


-I

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

Re: [Wikitech-l] Background color

2014-06-27 Thread Jeffrey Barish
On Friday, 27 June 2014 10:24:57 Ryan Kaldari wrote:
> Works for me. I added the background-color rule to
> https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
> immediately.
> 
> Ryan Kaldari
> 
> 
> On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish 
> 
> wrote:
> > Until two days ago, I was able to modify the background color of a
> > Wikipedia
> > page with a style sheet containing the following:
> > 
> > body {
> > 
> > background-color: rgb(68, 68, 68) !important;
> > color: rgb(204, 204, 204) !important;
> > 
> > }
> > 
> > The line for color still works, but the line for background-color does
> > not.
> > Does anyone know what changed and what I have to do now to change the
> > background color?
> > 
> > If this is not the right mailing list for this question, could someone
> > direct me to the right one?
> > 
> > Thanks.
> > ---
> > Jeffrey Barish

Ryan,

Thanks for your reply.  It is certainly interesting to know that someone is 
able to get something related to work, although I don't really understand what 
it is you did.  The lines of css that I provided still do not work for me.  
Perhaps it would help for me to provide a little more information about what I 
am doing as it most likely is different from what you tried.

I am viewing Wikipedia pages using webkit in an application that I wrote.  I 
attach my style sheet by specifying user_stylesheet_uri.  I know that webkit 
is reading my css because I could set the background color until 2 days ago 
and because I can still set the text color.  I am guessing that a css upstream 
is now specifying the background color using !important so that my 
specification no longer takes effect.  If so, then that specification is new 
because mine used to work.  I don't understand how Wikipedia (or css, for that 
matter) works well enough to guess where that change might have been made or 
why.  However, if my theory is correct, then I don't see how you are able to 
change the background color, unless the change that you made somehow is 
upstream from the hypothetical specification of background color using 
!important.

Jeff

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

[Wikitech-l] MediaWiki Language Extension Bundle 2014.06 release

2014-06-27 Thread Kartik Mistry
Hello all,

I would like to announce the release of MediaWiki Language Extension
Bundle 2014.06. This bundle is compatible with MediaWiki 1.23.x and
MediaWiki 1.22.x releases.

* Download: 
https://translatewiki.net/mleb/MediaWikiLanguageExtensionBundle-2014.06.tar.bz2
* sha256sum: 02721b25e8c8fe06889b825a1c03fc4c1b1e4268d1e56169815983b5e87e8932

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, CLDR, CleanChanges and LocalisationUpdate ==
* Only localisation updates

== Translate ==
=== Noteworthy changes ===
* New feature, Special:PageMigration page has been added and feedback
is welcome!
** Fetches and displays the translation units created by Translate for
the given page.
** Imports the old translations for given language on paragraph level
and displays them.
** Feature can be now conditionally enabled by setting
$wgTranslatePageMigration to true.
** Allows to edit or delete a translation as well as swapping with the
unit below.
** Allows to save the translations by creating corresponding pages.
** Enabled by default for translation admins.
* Special:AggregateGroups page is now visible to unprivileged users in
read-only mode.
* Email notifications are no longer sent upon translation review.
* Page title can be excluded from translation.
* Regression fix: Message checker live updates is working again with
this release.

== UniversalLanguageSelector ==
=== Noteworthy changes ===
* Bug 64741: Fix 'Add links' option in Monobook skin when page has no
interlanguage links.
* Added support for Khakas language.

Thanks!

-- 
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] Background color

2014-06-27 Thread Ryan Kaldari
Works for me. I added the background-color rule to
https://en.wikipedia.org/wiki/User:Kaldari/vector.css and it took effect
immediately.

Ryan Kaldari


On Fri, Jun 27, 2014 at 8:31 AM, Jeffrey Barish 
wrote:

> Until two days ago, I was able to modify the background color of a
> Wikipedia
> page with a style sheet containing the following:
>
> body {
> background-color: rgb(68, 68, 68) !important;
> color: rgb(204, 204, 204) !important;
> }
>
> The line for color still works, but the line for background-color does not.
> Does anyone know what changed and what I have to do now to change the
> background color?
>
> If this is not the right mailing list for this question, could someone
> direct me to the right one?
>
> Thanks.
> ---
> Jeffrey Barish
>
>
> ___
> 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] Background color

2014-06-27 Thread Jeffrey Barish
Until two days ago, I was able to modify the background color of a Wikipedia 
page with a style sheet containing the following:

body {
background-color: rgb(68, 68, 68) !important;
color: rgb(204, 204, 204) !important;
}

The line for color still works, but the line for background-color does not.  
Does anyone know what changed and what I have to do now to change the 
background color?

If this is not the right mailing list for this question, could someone 
direct me to the right one?

Thanks.
---
Jeffrey Barish


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

Re: [Wikitech-l] MediaWiki Bug Bounty Program

2014-06-27 Thread Antoine Musso
Le 26/06/2014 01:28, Tyler Romeo a écrit :

> Therefore, I thought it may be beneficial to take that over to Wikipedia and 
> start our own
> bug bounty program. Most likely, it would be strictly a hall of fame like 
> structure where
> people would be recognized for submitting bug reports (maybe we could even 
> use the
> OpenBadges extension *wink* *wink*). It would help by increasing the number 
> of bugs
> (both security and non-security) that are found and reported to us.

Hello,

I would like us to have our own instance of Google Code-in to list tasks
that could be fulfilled by volunteers.  Kind of the +easy bugs we have
in Bugzilla but with a nicer interface that only has those tasks.

I would totally use such interface to request documentations updates,
code reformatting, simple command line utilities and so on.  Maybe we
can figure out a way to have them filled in Phabricator.

For the bounty system, a task could be attached some kind of scores that
would provides folks a bounty in an OpenBadges system.


I could totally imagine granting points for CSS edits, a test being
proposed or have the ability to grant badges/rewards to folks proposing
patches.  I often mail folks when they do their first Jenkins job
addition or create a new test in MediaWiki core.


Doesn't WMF has a plan to provide badges in MediaWiki itself? Kind of
Wikiloves which let you distribute barn pages on talk pages but a bit
more robust?


-- 
Antoine "hashar" Musso


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

[Wikitech-l] Need review: bug 60077 "CSSMin url() value remapping not working in certain obscure cases"

2014-06-27 Thread Stephan Gambke
Hi,

I would appreciate if somebody could have a look at
https://gerrit.wikimedia.org/r/139268

This is the second patch on a bug on CSSMin url() value remapping.
Remapping was thrown off if the CSS contained comments containing
curly braces. The fix just replaces all comments (except embed
directives) with placeholders and re-inserts them after the url()
value remapping.

The first patch (https://gerrit.wikimedia.org/r/#/c/138286/) had to be
reverted. It involved fixing the regex used for the url() remapping
directly and would have worked, too, only the rule became too
complicated, so preg_replace bailed out on large chunks of CSS.

So, anybody up to it?

Cheers,
Stephan

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

Re: [Wikitech-l] [Wikimedia-l] Quarterly reviews of high priority WMF initiatives

2014-06-27 Thread Tilman Bayer
Minutes and slides from Monday's quarterly review of the Foundation's
Analytics team are now available at
https://meta.wikimedia.org/wiki/Metrics_and_activities_meetings/Quarterly_reviews/Analytics/June_2014
.

On Wed, Dec 19, 2012 at 6:49 PM, Erik Moeller  wrote:
> Hi folks,
>
> to increase accountability and create more opportunities for course
> corrections and resourcing adjustments as necessary, Sue's asked me
> and Howie Fung to set up a quarterly project evaluation process,
> starting with our highest priority initiatives. These are, according
> to Sue's narrowing focus recommendations which were approved by the
> Board [1]:
>
> - Visual Editor
> - Mobile (mobile contributions + Wikipedia Zero)
> - Editor Engagement (also known as the E2 and E3 teams)
> - Funds Dissemination Committe and expanded grant-making capacity
>
> I'm proposing the following initial schedule:
>
> January:
> - Editor Engagement Experiments
>
> February:
> - Visual Editor
> - Mobile (Contribs + Zero)
>
> March:
> - Editor Engagement Features (Echo, Flow projects)
> - Funds Dissemination Committee
>
> We’ll try doing this on the same day or adjacent to the monthly
> metrics meetings [2], since the team(s) will give a presentation on
> their recent progress, which will help set some context that would
> otherwise need to be covered in the quarterly review itself. This will
> also create open opportunities for feedback and questions.
>
> My goal is to do this in a manner where even though the quarterly
> review meetings themselves are internal, the outcomes are captured as
> meeting minutes and shared publicly, which is why I'm starting this
> discussion on a public list as well. I've created a wiki page here
> which we can use to discuss the concept further:
>
> https://meta.wikimedia.org/wiki/Metrics_and_activities_meetings/Quarterly_reviews
>
> The internal review will, at minimum, include:
>
> Sue Gardner
> myself
> Howie Fung
> Team members and relevant director(s)
> Designated minute-taker
>
> So for example, for Visual Editor, the review team would be the Visual
> Editor / Parsoid teams, Sue, me, Howie, Terry, and a minute-taker.
>
> I imagine the structure of the review roughly as follows, with a
> duration of about 2 1/2 hours divided into 25-30 minute blocks:
>
> - Brief team intro and recap of team's activities through the quarter,
> compared with goals
> - Drill into goals and targets: Did we achieve what we said we would?
> - Review of challenges, blockers and successes
> - Discussion of proposed changes (e.g. resourcing, targets) and other
> action items
> - Buffer time, debriefing
>
> Once again, the primary purpose of these reviews is to create improved
> structures for internal accountability, escalation points in cases
> where serious changes are necessary, and transparency to the world.
>
> In addition to these priority initiatives, my recommendation would be
> to conduct quarterly reviews for any activity that requires more than
> a set amount of resources (people/dollars). These additional reviews
> may however be conducted in a more lightweight manner and internally
> to the departments. We’re slowly getting into that habit in
> engineering.
>
> As we pilot this process, the format of the high priority reviews can
> help inform and support reviews across the organization.
>
> Feedback and questions are appreciated.
>
> All best,
> Erik
>
> [1] https://wikimediafoundation.org/wiki/Vote:Narrowing_Focus
> [2] https://meta.wikimedia.org/wiki/Metrics_and_activities_meetings
> --
> Erik Möller
> VP of Engineering and Product Development, Wikimedia Foundation
>
> Support Free Knowledge: https://wikimediafoundation.org/wiki/Donate
>
> ___
> Wikimedia-l mailing list
> wikimedi...@lists.wikimedia.org
> Unsubscribe: https://lists.wikimedia.org/mailman/listinfo/wikimedia-l



-- 
Tilman Bayer
Senior Operations Analyst (Movement Communications)
Wikimedia Foundation
IRC (Freenode): HaeB

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

Re: [Wikitech-l] MediaWiki Bug Bounty Program

2014-06-27 Thread Antoine Musso
Le 26/06/2014 17:03, Andre Klapper a écrit :
> I have seen several 'bug reports' in Mozilla Bugzilla by 'security
> researchers' about source code of projects being exposed on Mozilla's
> servers. Clearly a security breach. What does "FOSS" stand for?
> 
> So it boils down to "how to keep clueless people out", to be rough.

Eons ago, we had a couple security experts that paid us a visit to the
then very young #mediawiki .

They were willing to help us by auditing the code security and already
found a pretty nasty bug that could be a vector of attacks for other
website.

It was possible to inject in an uploaded image any arbitrary code such
as javascript (enclosed in