Re: [Koha-devel] Dedicated Zebra Server

2017-07-18 Thread Kivilahti Olli-Antti
Hi! We install Koha in a cluster of LXC containers: One haproxy for dns redirection and ssl offloading One container for MariaDB One for OPAC One for staff client One for Zebra One for misc stuff, like the SIP2-server One for ElasticSearch One for Memcached +containers for other support services

Re: [Koha-devel] ReactJS license problems

2017-07-24 Thread Kivilahti Olli-Antti
Hi! Thank you for your insight. I wouldn't be overtly alarmed by this license issue, however if there is a more free alternative we should use it. I don't mind having inconveniences due to using more free software. Struggle for our privacy, freedom of speech, and environment is inconvenient, bu

[Koha-devel] Integration testing (WebDriver), Permission system rewrite and getting to Koha REST API!

2015-07-17 Thread Kivilahti Olli-Antti
(Zeno hinted that I should post this message to the koha-devel mailinglist instead of koha mailinglist) Hi there! I have been working to get the new REST API working with Koha. Big issues are authenticating the REST API and doing browser-based automated testing. However there are some pretty fu

[Koha-devel] Bug 7174 - Authentication rewriting and getting to REST API

2015-07-22 Thread Kivilahti Olli-Antti
Hi there! Few weeks ago in an IRC meeting Kyle told me that the REST API should also allow authentication from the CGISESSID. I told it is easy peezy. Had I known in what a mess the C4::Auth is... I didn't want to make things worse by duplicating somebodys already duplicated code, so I decided

Re: [Koha-devel] Bug 13906: the start of Auth/Web test rewritting of Olli-Antti Kivilahti

2015-07-24 Thread Kivilahti Olli-Antti
Wow Zeno, I am happy to hear that! > I see that first bug to test is bug 13906 I have written an explanation of the current bug status in bugzilla. Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 7763 --Powered by Kubuntu Linux! On 24.07.2015 15:24, Tajoli Zeno wrote: >

Re: [Koha-devel] Bug 13906: the start of Auth/Web test rewritting of Olli-Antti Kivilahti

2015-07-27 Thread Kivilahti Olli-Antti
Kivilahti Olli-Antti ha scritto: >> Wow Zeno, I am happy to hear that! >> >>> I see that first bug to test is bug 13906 >> I have written an explanation of the current bug status in bugzilla. > > I change the link 14540 <--> 13906. > > if bug 13906 doesn'

[Koha-devel] Koha::Object

2015-07-27 Thread Kivilahti Olli-Antti
Hi there! I was looking for anykind of Interface implementation for Perl, and I found Moose and Class::Interface. I cant but wonder why we are not using Moose for Koha::Object. Apparently it works nicely with DBIx as well. -- Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50

Re: [Koha-devel] Koha::Object

2015-07-27 Thread Kivilahti Olli-Antti
brary.org ) Crawford County Federated Library System ( http://www.ccfls.org ) Mill Run Technology Solutions ( http://millruntech.com ) On Mon, Jul 27, 2015 at 6:58 AM, Kivilahti Olli-Antti mailto:olli-antti.kivila...@jns.fi>> wrote: Hi there! I was looking for anykind of Interface implementa

Re: [Koha-devel] Koha::Object

2015-07-27 Thread Kivilahti Olli-Antti
Hi there! Have you taken a look at this? Bug 7174 - Authentication rewriting It is not configuration file -driven, but it is almost 100% of what you described with some added bonuses. With a looong list of complex dependencies. Oll

Re: [Koha-devel] Koha::Object

2015-07-27 Thread Kivilahti Olli-Antti
58 50 449 7763 --Powered by Kubuntu Linux! On 28.07.2015 07:30, Robin Sheat wrote: Kivilahti Olli-Antti schreef op di 28-07-2015 om 03:57 [+]: Have you taken a look at this? Bug 7174 - Authentication rewriting It is not configuration file -driven, but it is almost 100% of what you desc

[Koha-devel] Bug 14616 - Introducing Koha::Object subclasses

2015-07-29 Thread Kivilahti Olli-Antti
Hi there! I haven't found out anywhere where we would actually introduce new Koha::Object subclasses, so I made a bug to collect them. Feel free to add more subclasses here. -- Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 7763 --Powered by Kubuntu Linux!

Re: [Koha-devel] Bootstrap 2.2.2 in the staff client

2015-09-01 Thread Kivilahti Olli-Antti
Hi! I have had similar issues with Javascript (jQuery) minified files. Using the not-minified version fixed the issues for me. (and upgrading to the newest version) I would just upgrade the bootstrap to the newest version. Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 77

[Koha-devel] Atomicupdates for clunky forked Kohas

2015-09-04 Thread Kivilahti Olli-Antti
Hi there! I heard the community is moving to atomicupdates. We moved to atomicupdates as well! To help us better manage atomicupdates, I devised a installer to keep track of which atomicupdates have already been applied so we don't apply the same updates many times. Also when we deploy/backport

Re: [Koha-devel] koha for e-resource management

2015-09-07 Thread Kivilahti Olli-Antti
Hi! We just started to use eResources in Koha. We link from the Bibliographic detail-view to the eResource vendors web-site. And authenticate from there using SIP2, protected with an IP-limit enforced in a firewall rule. Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 77

Re: [Koha-devel] koha for e-resource management

2015-09-08 Thread Kivilahti Olli-Antti
Hi there! Very Effectiveness! It is very straightforward to set up. Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 7763 --Powered by Kubuntu Linux! On 08.09.2015 04:06, long_sam.tw wrote: Hi kivilahti good idea, So how Effectiveness ? BR, longsam Kivilahti Olli

Re: [Koha-devel] Bootstrap 2.2.2 in the staff client

2015-09-08 Thread Kivilahti Olli-Antti
Hi there! Regarding IE versions less than 10. Because we wanted to get top scores from www.ssllabs.com SSL tests, we support only specific TLS encryptions, which are not supported by old IE's. We decided security is more important for us than crappy IE. So instead of downgrading our SSL, we deci

Re: [Koha-devel] Hi

2015-09-08 Thread Kivilahti Olli-Antti
Hi there! This is the guide I use. You must read very carefully! http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 7763 --Powered by Kubuntu Linux! On 02.09.2015 06:53, Ramesh Parichi wrote: Hi Friends Can I have th

Re: [Koha-devel] Question about Schema

2015-09-08 Thread Kivilahti Olli-Antti
Using this: > issue.item.biblioitemnumber.biblionumber.title To access the title of the biblio of the given issue, degrades my dignity as a programmer. How would you then access the biblioitemnumber from Item? This is so retarded I can't belive this is happening. It shoud be like this issue.ite

Re: [Koha-devel] Question about Schema

2015-09-08 Thread Kivilahti Olli-Antti
I did provide a improvement suggestion, > Eg. fix the silly join-relations itemnumber, biblionumber, biblioitemnumber. > Those are easily overridden in the manual modifications section at the > bottom of the Koha/Schema/Result/*.pm-files. but here is a link to the DBIx::Class manual reagrding jo

Re: [Koha-devel] koha use percona xtradb cluster

2015-09-10 Thread Kivilahti Olli-Antti
Wow! I am really happy that it works with Koha. How does it perform for you? How big is your library/consortium? Olli-Antti Kivilahti Järjestelmäkeittäjä vaarakirjastot.fi +358 50 449 7763 --Powered by Kubuntu Linux! On 10.09.2015 10:01, long_sam.tw wrote: Dear koha folks , Recently , I use

Re: [Koha-devel] koha use percona xtradb cluster

2015-09-10 Thread Kivilahti Olli-Antti
sysbench test tool https://www.percona.com/doc/percona-xtradb-cluster/5.5/howtos/virt_sandbox.html BR, longshan Kivilahti Olli-Antti <mailto:olli-antti.kivila...@jns.fi> 於 2015/9/10 (週四) 4:45 PM 寫道﹕ Wow! I am really happy that it works with Koha. How does it perform for you? How big i

Re: [Koha-devel] To React or not to React

2016-09-21 Thread Kivilahti Olli-Antti
Hi there! I don't know how I intercepted this email since I never read my email, but... "In all seriousness, I just want Koha to be the fastest, slickest most useful ILS in the world. I want it to be an absolute pleasure to use. And I think this is a necessary milestone to achieving that goal."