Re: [Wikitech-l] Lua module for simple molar mass calculations

2015-03-31 Thread Ori Livneh
On Tue, Mar 31, 2015 at 3:25 PM, Brenton Horne wrote: > Thanks, I have also posted this question on Stackoverflow ( > http://stackoverflow.com/questions/29377097/lua-module- > for-calculating-the-molar-mass-of-chemical-compounds) someone with Lua > skills but not so much with MediaWiki Lua templa

Re: [Wikitech-l] [Wmfall] Welcome Michael Holloway to the Mobile App Team

2015-03-31 Thread Bahodir Mansurov
Welcome, Michael! > On Mar 31, 2015, at 7:51 AM, Jeff Hobson wrote: > > Welcome, Michael! You're joining an amazing team :) > > Thanks, > > Jeff Hobson > > On Mar 30, 2015 7:39 PM, "Bernd Sitzmann" > wrote: > Michael, > > Ye! Glad to have you on board. Looki

Re: [Wikitech-l] Lua module for simple molar mass calculations

2015-03-31 Thread Brenton Horne
Thanks, I have also posted this question on Stackoverflow (http://stackoverflow.com/questions/29377097/lua-module-for-calculating-the-molar-mass-of-chemical-compounds) someone with Lua skills but not so much with MediaWiki Lua templating and they gave this code: |local AtomicWeightLookup= {

[Wikitech-l] Hackathon anti-vandalism mini-conference

2015-03-31 Thread Petr Bena
Hi, I was looking at pages on wiki and couldn't find where to submit proposals for presentations or cons that would take place on Lyon's hackathon, so I will post it here. I don't know how many people who do or have done some antivandalism (see [[w:WP:VAND|Vandalism]] for info) work in any way ar

Re: [Wikitech-l] Lua module for simple molar mass calculations

2015-03-31 Thread Pine W
Pinging Jmorgan who I believe knows Lua. (: Pine On Mar 31, 2015 2:27 PM, "Brenton Horne" wrote: > I have just tried solving this problem myself, using the /Module:Molar > mass calculator/: > > -- Setting up p and args > local p= {}; > local args > M= mw.loadData( 'Module:Standard atomic w

Re: [Wikitech-l] Lua module for simple molar mass calculations

2015-03-31 Thread Brenton Horne
I have just tried solving this problem myself, using the /Module:Molar mass calculator/: -- Setting up p and args local p= {}; local args M= mw.loadData( 'Module:Standard atomic weight' ); function dotprod(a, b) local ret= 0 for i= 1, #ado ret= ret+ a[i] * b[i]; e

[Wikitech-l] MediaWiki Security and Maintenance Releases: 1.19.24, 1.23.9, and 1.24.2

2015-03-31 Thread Chris Steipp
I would like to announce the release of MediaWiki 1.24.2, 1.23.9 and 1.19.24. These releases fix 10 security issues, in addition to other bug fixes. Download links are given at the end of this email. == Security fixes == * iSEC Partners discovered a way to circumvent the SVG MIME blacklist for e

Re: [Wikitech-l] Parsoid performance metrics

2015-03-31 Thread Gabriel Wicke
Christy, thank you for making this happen! Having continuously-tracked metrics for the key performance characteristics will help us keep tabs on regressions & clearly highlight performance improvements as they happen. Both are great motivators. Thank you for your work & best of luck with your nex

[Wikitech-l] Lua module for simple molar mass calculations

2015-03-31 Thread Brenton Horne
Hi, I'd like to be able to calculate the molar mass of chemical compounds using a Lua module so that I could use the output in my infoboxes for chemical compounds and drugs alike. The problem is, I haven't the foggiest how to set up a module, even one that sounds so simple. I was hoping that

Re: [Wikitech-l] Parsoid performance metrics

2015-03-31 Thread Subramanya Sastry
Thanks Christy for your work on the project. Your work in instrumenting Parsoid and providing us with the dashboards is quite useful and will help us keep on top of perf regressions, and identifying things to improve. Subbu. On 03/31/2015 01:04 PM, E.C Okpo wrote: Hello, Parsoid now has da

[Wikitech-l] Parsoid performance metrics

2015-03-31 Thread E.C Okpo
Hello, Parsoid now has dashboards that track performance metrics for both the html to wikitext (1) and wikitext to html (2) routes. Performance instrumentation was achieved with StatsD, Graphite and Grafana. I also compiled a guide (3) to this process for future reference, though your mileage mig

[Wikitech-l] MediaWiki Language Extension Bundle 2015.03 release

2015-03-31 Thread Kartik Mistry
Hello all, I would like to announce the release of MediaWiki Language Extension Bundle 2015.03. This bundle is compatible with MediaWiki 1.23.x and MediaWiki 1.24.x releases. Next MLEB is expected to be released in 3 months. We are trying less frequent releases due to low number of changes per mo

Re: [Wikitech-l] Pre-Release Announcement for MediaWiki 1.19.24, 1.23.9, 1.24.2

2015-03-31 Thread Antoine Musso
On 30/03/15 22:07, Chris Steipp wrote: This is a notice that on Tuesday, March 31st between 21:00-22:00 UTC (2-3pm PDT) Wikimedia Foundation will release security updates for current and supported branches of the MediaWiki software. Downloads and patches will be available at that time. Hello,