[Koha-devel] regarding authentication

2016-07-01 Thread Payal Mangyani
Hello, I am new to perl as well as to koha and I want to modify Koha's code for authentication such that if a user with user name let say admin is logged in and meanwhile someone else wants to login with the same user name that is admin but with different ip address then the koha should restrict th

[Koha-devel] Read suggestions plugin

2016-07-01 Thread SUZUKI Arthur
Hi Devs, I've been implementing a first prototype of what may looks like "Amazon buy suggestions" like "other users who have bought this also bought" It provides a list of similar references based on what other borrowers has previously issued. If anyone would like to test this it is availa

Re: [Koha-devel] Extending the action_logs table

2016-07-01 Thread Jonathan Druart
I don't have any suggestions. The new column sounds like a good and easy way to do that. 2016-06-28 18:37 GMT+01:00 Tomas Cohen Arazi : > Hi everyone, I started to work on logging Holds actions (Bug 14642). One of > the interesting things to log is the context in which those actions take > place (

Re: [Koha-devel] Extending the action_logs table

2016-07-01 Thread Tomas Cohen Arazi
Thanks for your answers. El vie., 1 jul. 2016 a las 12:03, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > I don't have any suggestions. The new column sounds like a good and > easy way to do that. > > 2016-06-28 18:37 GMT+01:00 Tomas Cohen Arazi : > > Hi everyone, I star

Re: [Koha-devel] libsearch-elasticsearch-perl and liblog-any-perl

2016-07-01 Thread Jonathan Druart
2016-07-01 16:02 GMT+01:00 Stefano Bargioni : > Hi, Jonathan: > first of all, I started a fresh Koha 16.05 installation, on Debian 8.5. > This means that tables for Elasticsearch are not populated by the installer. I have opened a new bug report: Bug 16838 - Elasticsearch - mapping tables are not

Re: [Koha-devel] Read suggestions plugin

2016-07-01 Thread Jonathan Druart
Hi Arthur, Reading the code it will only work for UNIMARC, you should mention it in the README and tell people which changes are needed to make it work for MARC21 (and add a couple of lines to explain what the plugin does). Did you test it on a real DB, with lot of entries in old_issues? It might

Re: [Koha-devel] Read suggestions plugin

2016-07-01 Thread SUZUKI Arthur
To all your questions, yes sure! About UNIMARC or MARC21, this is quite easy to implement, it just needs some parameters to the report-step1 sub and template. I tested it on our pre-production server, the query takes 1s at the maximum to scan the whole DB (i did only sub selects and inner join