[Koha-devel] accountlines.dispute

2018-05-17 Thread Tomas Cohen Arazi
I've filed bug 20777 [1] removing that column. If you are familiar with that pre-3.0 column and its usage, please speak up on the bug! Thanks! [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20777 -- Tomás Cohen Arazi Theke Solutions (https://theke.io ) ✆ +54 9351

[Koha-devel] Replace Catmandu indexing code with pure perl and eventually drop Catmandu as a Koha dependency

2018-05-17 Thread David Gustafsson
Hi all! I have been working on replacing Catmandu depandant indexing code with a simpler and faster Koha-specific one using the Search::Elasticsearch package (which Catmandu uses internally): https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 Some of the benefits would be: 1) Increas

Re: [Koha-devel] [Koha] Release candidate of Koha 18.05.00 available

2018-05-17 Thread Jonathan Druart
A new tag v18.05.00-rc2 has been pushed. On Mon, 14 May 2018 at 17:47 Mirko Tietgen wrote: > Good news everyone, > > the first release candidate (RC1) of the upcoming feature release > Koha 18.05.00 is now available from the UNSTABLE repository: > > koha-common_18.05.00~~rc1-2 > > !!! This is a

Re: [Koha-devel] accountlines.dispute

2018-05-17 Thread Barton Chittenden
I've looked at a lot of fines, I've never seen this used... On Thu, May 17, 2018 at 9:57 AM, Tomas Cohen Arazi wrote: > I've filed bug 20777 [1] removing that column. If you are familiar with > that pre-3.0 column and its usage, please speak up on the bug! > > Thanks! > > [1] https://bugs.koha-c

Re: [Koha-devel] Replace Catmandu indexing code with pure perl and eventually drop Catmandu as a Koha dependency

2018-05-17 Thread David Cook
I don’t do anything with Elastic or Catmandu at the moment, so I won’t comment about that. But you mention the overhead of Catmandu start-up. Can you speak more to that? What’s “the book drop machine”? Why isn’t Catmandu running in a persistent process?* *I say as someone who still uses Koh