Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread David Cook
Office: 02 9212 0899 Direct: 02 8005 0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Tajoli Zeno Sent: Tuesday, 8 August 2017 9:43 PM To: Koha Devel Subject: Re: [Koha-devel] ES6 usage in the sta

Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread Tajoli Zeno
Hi to all, Il 08/08/2017 12:30, Tomas Cohen Arazi ha scritto: When people say IE, what specific version of the product are you all talking about? in fact rearding https://www.netmarketshare.com/ IE=16% [worldwide on desktop] The version are: Microsoft Internet Explorer 11.0 = 13.71% Microsof

Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread Tomas Cohen Arazi
t; > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Jesse [mailto:pianohac...@gmail.com] > *Sent:* Tuesday, 8 August 2017 7:09 AM > *To:* Christopher Davis > *Cc:* David C

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread David Cook
2017 7:09 AM To: Christopher Davis Cc: David Cook ; Koha Devel Subject: Re: [Koha-devel] ES6 usage in the staff client Owen, to answer your question, I'm working on bug 15522 (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522), the circ rules editor revamp. Hoping to get a

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread Jesse
osentient Systems >> 72/330 Wattle St >> Ultimo, NSW 2007 >> Australia >> >> Office: 02 9212 0899 >> Direct: 02 8005 0595 >> >> -Original Message- >> From: koha-devel-boun...@lists.koha-community.org [mailto: >> koha-devel-boun...@lists.

Re: [Koha-devel] ES6 usage in the staff client

2017-08-07 Thread Christopher Davis
.koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] On Behalf Of Michael Kuhn > Sent: Friday, 4 August 2017 10:04 PM > To: koha-devel@lists.koha-community.org > Subject: Re: [Koha-devel] ES6 usage in the staff client > > Am 04.08.2017 um 13:48 schrieb Owen Leonar

Re: [Koha-devel] ES6 usage in the staff client

2017-08-06 Thread David Cook
ffice: 02 9212 0899 Direct: 02 8005 0595 -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Michael Kuhn Sent: Friday, 4 August 2017 10:04 PM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Paul A
[apologies for top-posting] All our cataloguers' work stations use Opera (v.44) which (from dev.opera): "Opera now [version 29] supports ES6 classes in strict mode, providing the following features: prototype-based inheritance, constructors, super calls, instance methods, and static methods."

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Michael Kuhn
Am 04.08.2017 um 13:48 schrieb Owen Leonard: * Use ES6 classes. This will work in Firefox 45+ (which includes two ESR releases), Chrome 42+, Edge and Safari 9 I'm leaning towards this option, but it would be nice to get some feedback from users (or from support companies who ask their users?

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Owen Leonard
> * Use ES6 classes. This will work in Firefox 45+ (which includes two ESR > releases), Chrome 42+, Edge and Safari 9 I'm leaning towards this option, but it would be nice to get some feedback from users (or from support companies who ask their users?) who might be required by their workplace to

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Tomas Cohen Arazi
I think ES6 is broadly implemented in browsers (even edge) so it wouldn't make sense to complicate the dev workflow without an obvious gain. El jue., 3 de ago. de 2017 8:24 PM, Jesse escribió: > As part of my work with Preact (and previous work with React), I've been > unsure what to do about th

[Koha-devel] ES6 usage in the staff client

2017-08-03 Thread Jesse
As part of my work with Preact (and previous work with React), I've been unsure what to do about these libraries' enthusiasm for ES6. If you're not familiar, ES6 (or ES2015) is a recent, major update to the JavaScript standard, and brings in a number of improvements to the language. Many of these