[Wikitech-l] Challenge: pass jshint on all extensions

2014-07-07 Thread Antoine Musso
Hello, MediaWiki has JavaScript code conventions which is enforced on core and some extensions by running jshint in Jenkins: http://www.mediawiki.org/wiki/CC/JS Unfortunately lot of extensions do not match that expectation yet and it would be rather nice to bring them on par. We have a

[Wikitech-l] Moving Mathoid to production cluster

2014-07-07 Thread Moritz Schubotz
Hi, during the last year the math extension achieved a goal defined back in 2003. Support of MathML. In addition there is SVG support for MathML disabled browsers. (See http://arxiv.org/abs/1404.6179 for the details) I would like to give Wikipedia users a chance to test this new long awaited

[Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
Hi everyone! Does anyone knows about the tool that can help to upload a lot of files and create the page for every file with a given description? I'd say that it should be a maintenance script since for some reason the API upload works pretty slow. I saw UploadLocal Extension but it's too manual

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Florian Schmidt
Hello! O think that is the right for you: https://m.mediawiki.org/wiki/Manual:ImportImages.php Simply upload the images via FTP for example to the server and run the script like explainend on Manual page. Kind regards Florian Gesendet mit meinem HTC - Reply message - Von: Yury Katkov

[Wikitech-l] Mentors participating in GSoC Reunion (was Re: IMPORTANT: GSoC OPW mid-term evaluations)

2014-07-07 Thread Quim Gil
Hi On Tue, Jun 17, 2014 at 12:14 AM, Quim Gil q...@wikimedia.org wrote: If you want to be a Wikimedia delegate at the Google Summer of Code Reunion, apply before the end of June at https://www.mediawiki.org/wiki/Talk:Mentorship_programs/Possible_mentors Only Siebrand has signed up at the

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
It's a nice one, thanks! I will need to add just a little bit to it to suit my needs! - Yury Katkov On Mon, Jul 7, 2014 at 4:42 PM, Florian Schmidt florian.schmidt.wel...@t-online.de wrote: Hello! O think that is the right for you: https://m.mediawiki.org/wiki/Manual:ImportImages.php

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Nasir Khan
The ImportImages.php https://m.mediawiki.org/wiki/Manual:ImportImages.php maintenance script is very useful. I used this to upload about 5000 images to one of mediawiki projects. -- *Nasir Khan Saikat* www.nasirkhn.com On Mon, Jul 7, 2014 at 9:03 PM, Yury Katkov katkov.ju...@gmail.com wrote:

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread hoo
I guess you can just use the importImages maintenance script. I usually use that for small scale uploads (big videos etc.) to commons, but it should work well for larger amounts of media also. Cheers, Marius On Mon, 2014-07-07 at 16:36 +0200, Yury Katkov wrote: Hi everyone! Does anyone

Re: [Wikitech-l] question about standardized thumbnail sizes

2014-07-07 Thread C. Scott Ananian
Another means to accomplish the same goal (more standardized thumbnail sizes) are the semantics markup for images proposals mooted about (but not yet formalized, I don't think). The idea would be to strongly encourage authors to use more-semantic markup, and give more authority to the renderer

Re: [Wikitech-l] learning Ops infrastructure (was: Re: 404 errors)

2014-07-07 Thread Sumana Harihareswara
Pine, two more: * https://www.mediawiki.org/wiki/File:Schulz-performance.pdf - the slides about Full Stack Performance by Aaron Schulz from http://www.meetup.com/SF-Web-Performance-Group/events/182182062/ * Faidon Liambotis's dotScale talk on the Wikimedia infrastructure:

[Wikitech-l] Engineering Community Team - IRC Hour: July 8th @1600 UTC

2014-07-07 Thread Rachel Farrand
Please feel free to join the Engineering Community Team (ECT) tomorrow (July 8th) at 1600 UTC http://www.timeanddate.com/worldclock/fixedtime.html?msg=ECT+Office+Hoursiso=20140708T09p1=224ah=1 in #wikimedia-office on IRC. The ECT hosts office hours in #wikimedia-office the second Tuesday of every

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread rupert THURNER
glamwikitoolset might be an option as well. http://m.mediawiki.org/wiki/Extension:GWToolset/Technical_Design rupert Am 07.07.2014 17:03 schrieb Yury Katkov katkov.ju...@gmail.com: It's a nice one, thanks! I will need to add just a little bit to it to suit my needs! - Yury Katkov On

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Derric Atzrott
glamwikitoolset might be an option as well. http://m.mediawiki.org/wiki/Extension:GWToolset/Technical_Design Yeah, I was just about to mention that. The GLAM Community seems reasonably satisfied with it and as far as I know it supports adding a lot more metadata to images than the image

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Yury Katkov
Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory adding the corresponding metadata from csv file. - Yury Katkov On Mon, Jul 7, 2014 at

Re: [Wikitech-l] MediaWiki Front-End Standardization Chat

2014-07-07 Thread Sumana Harihareswara
On Wed, Jun 25, 2014 at 2:53 PM, Erik Moeller e...@wikimedia.org wrote: Raw logs here: https://tools.wmflabs.org/meetbot/wikimedia-office/2014/wikimedia-office.2014-06-25-17.30.log.html ​Since that link doesn't work anymore:

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread James Montalvo
Care to share it? On Jul 7, 2014 1:43 PM, Yury Katkov katkov.ju...@gmail.com wrote: Thanks everybody! I've modified importImages and made it support not only directories but also single files. I then have written a small python script that runs importImages for each file in the directory

Re: [Wikitech-l] MW-Vagrant improvements at the Zürich Hackathon

2014-07-07 Thread Adam Wight
Bryan, I think I need to take you up on the offer to help. I can do the coding, but I need some borrowed insight to get started. I don't think the wikimania_scholarships model is a good one to follow, I'd much rather add configurability to the mediawiki::wiki or multiwiki::wiki classes.

Re: [Wikitech-l] [Wikidata-tech] reviews needed for pubsubhubbub extension

2014-07-07 Thread Rob Lanphier
On Fri, Jul 4, 2014 at 7:16 AM, Lydia Pintscher lydia.pintsc...@wikimedia.de wrote: Wikimedia Germany has been working with a team of students over the past months. They have among other things developed a pubsubhubbub extension. The idea is that we allow 3rd parties to easily subscribe to

[Wikitech-l] HTML templating progress; Knockout Components curly brace syntax

2014-07-07 Thread Gabriel Wicke
Hi all, There are several new exciting developments in HTML templating land. First of all, Ryan Kaldari kindly tested the Knockoff / TAssembly HTML templating library from a Mobile perspective [1,2], and summarized his findings on the wiki [3]. The main missing feature he identified was the