Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread David Cook
That’s a good point about these things happening on master, Tomas, and how the release notes would mention it. I’m probably overreacting : ). I am sensitive about this sort of thing, since I use pretty much everything but Debian-based distros for Koha. It’s tough not to feel like an

Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread Tomas Cohen Arazi
I think you have a fair point on being very careful when doing this changes . This Perl version is Jessie's. Following the daily duties of Koha development ain't no easy task, that's for sure! This things happen in master, though. I would expect release notes to mention this of course. I think it

Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread David Cook
My proposal would be to first revert https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20104. As for minimum Perl versions, I think we’d want to be really careful about that, since we do have a global community of users running different underlying systems for different reasons.

Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread Tomas Cohen Arazi
What's your proposal? El lun., 16 de abr. de 2018 10:42 p. m., David Cook < dc...@prosentient.com.au> escribió: > Hi all, > > > > I just tried to work on Koha master on OpenSUSE 42.3, which was released > on 2017-07-26, but I’m being prevented from installing Koha, because > OpenSUSE 42.3 uses

[Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread David Cook
Hi all, I just tried to work on Koha master on OpenSUSE 42.3, which was released on 2017-07-26, but I'm being prevented from installing Koha, because OpenSUSE 42.3 uses Perl 5.18.2 rather than Perl 5.20. I tracked the change back to

Re: [Koha-devel] Clear OPAC self-registration form when back button pressed

2018-04-16 Thread David Cook
I’ve had good feedback from the client I implemented this for. It’s worth noting that it’s only going to work in newer browsers, and you’ll want to wrap it in another condition in your OpacUserJS. I like doing something like this: var pathname = window.location.pathname; if (pathname

Re: [Koha-devel] Clear OPAC self-registration form when back button pressed

2018-04-16 Thread edward.m.veal
Great find David, I think I will add it to our system.   Ed Sent via the Samsung Galaxy S7, an AT 4G LTE smartphone Original message From: Martha Fuerst Date: 4/16/18 8:42 AM (GMT-06:00) To: David Cook Cc:

Re: [Koha-devel] Clear OPAC self-registration form when back button pressed

2018-04-16 Thread Martha Fuerst
I’m for it! Thanks for this! Marti Fuerst Systems Librarian Huntsville-Madison County Public Library 915 Monroe St, Huntsville, AL 35801 http://hmcpl.org/ — mfue...@hmcpl.org > On Apr 12, 2018, at 8:55 PM, David Cook wrote: > > What do people think about clearing the

[Koha-devel] Turn Koha into a Mojolicious application

2018-04-16 Thread Julian Maurice
Hi all, I've been playing with Mojolicious recently and I thought it would be great if Koha was a Mojolicious application (like the REST API already is). Some pros: - Easier deployment - Testable CGI scripts (Test::Mojo) - All Mojolicious features (routing, commands, plugins, ...) - Koha already