Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread David Cook
It seems to me that the Deichman modules would become stale pretty quickly. Although, if there were a Koha Core which was fairly simple, maybe there wouldn't be many breaking changes introduced over time. I have thought a bit about something like this before, although I was more so interested in

Re: [Koha-devel] Koha Core anyone? (Benjamin Rokseth)

2018-04-10 Thread Benjamin Rokseth
Hi, and thanks for quick feedback folks. Good catch, Jonathan, we recently moved to gitlab since they integrate devops and CI build tools. The branch circ_rewrite_master is rebased against master, but havent tested properly yet, so its very WIP but you'll get the general idea. Julian,​ > I ha

[Koha-devel] Documentation meeting reminder

2018-04-10 Thread Lee Jamison
Just a reminder there will be a documentation meeting tomorrow at 21 UTC https://wiki.koha-community.org/wiki/Documentation_IRC_meeting_11_April_2018 -- Lee Jamison Automated Library Technician Marywood University 570-961-4586 ldjami...@marywood.edu __

[Koha-devel] Reminder: Development IRC meeting 11 April 2018

2018-04-10 Thread Katrin Fischer
Hi all, tomorrow is our next Developer IRC meeting: https://wiki.koha-community.org/wiki/Development_IRC_meeting_11_April_2018 Planned topics so far include: - voting on several REST API endpoints - discussion on Authentication for the REST API - discussion on improving update procedures Plea

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Katrin Fischer
Hi all, I am a bit worried that we will end up building a system for power users, that have the option to extend Koha with local development to make it fit. Let's also keep the users in mind, that don't have that option and need a system that is flexible by configuration. There is also the q

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Brendan Gallagher
Very excited by this idea. Lot's to think about. We're on board with most of it and are ready to help. Cheers, Brendan On Tue, Apr 10, 2018 at 9:30 AM, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Ha, found it! > https://gitlab.deichman.no/digibib/Koha/commits/circ_rewri

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Jonathan Druart
Ha, found it! https://gitlab.deichman.no/digibib/Koha/commits/circ_rewrite_master I was looking at the digibib github repo! On Tue, 10 Apr 2018 at 13:28 Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Hi Benjamin, > > Where is the code of the "working example"? > > Cheers, > J

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Julian Maurice
Hi Benjamin, I have some concerns about this approach. You are saying that local adaptations are reusable for others, but I don't see how. Deichman::* will inevitably end up being highly specific. I could probably copy/paste some code, but I think we will all have to write our own MyLibrary::* stu

Re: [Koha-devel] Koha Core anyone?

2018-04-10 Thread Jonathan Druart
Hi Benjamin, Where is the code of the "working example"? Cheers, Jonathan On Tue, 10 Apr 2018 at 12:04 Benjamin Rokseth wrote: > Community hackers, > > on hackfest I got introvertly enthusiastic about the concept of a Koha > Core, and > about time I shared some thoughts. > > Background: Deichm

[Koha-devel] Koha Core anyone?

2018-04-10 Thread Benjamin Rokseth
Community hackers, on hackfest I got introvertly enthusiastic about the concept of a Koha Core, and about time I shared some thoughts. Background: Deichman (Oslo Public Library) is heavily leaning on bleeding edge Koha development (REST, Objects, Auth, NCIP and such) and, like at least some oth

Re: [Koha-devel] Printing patron cards results in 100% cpu

2018-04-10 Thread Fridolin SOMERS
Hi, I have seen something on the doc of this lib : https://metacpan.org/pod/PDF::FromHTML#-tags Add the height and width attributes if you are creating the source HTML, it keeps PDF::FromHTML from having to open and read the source image file to get the real size. Less file I/O means faster pr

Re: [Koha-devel] Default Elasticsearch behaviour wrong with Chinese: can't find complete title

2018-04-10 Thread Nicolas Legrand
Removing QueryAutoTruncate was the trick, everything looks pertinent now! 2018-04-05 11:09 GMT+02:00 Nicolas Legrand : > For what it's worth, we also use Latin script language and find the > results more relevant without a star, or at least with the queries of 17.05 > :). > > 2018-04-04 13:10 GM