Re: [Koha-devel] Extending the action_logs table

2016-07-07 Thread Stefano Bargioni
My +1, especially for scripts. sb > On 06 lug 2016, at 12:12, Paul Poulain wrote: > > Le 01/07/2016 17:02, Jonathan Druart a écrit : >> I don't have any suggestions. The new column sounds like a good and >> easy way to do that. > +1 > and it could be useful in other areas. For example, catalogui

Re: [Koha-devel] Extending the action_logs table

2016-07-06 Thread Tomas Cohen Arazi
El mié., 6 jul. 2016 a las 7:12, Paul Poulain () escribió: > Le 01/07/2016 17:02, Jonathan Druart a écrit : > > I don't have any suggestions. The new column sounds like a good and > > easy way to do that. > +1 > and it could be useful in other areas. For example, cataloguing = we've > some bots th

Re: [Koha-devel] Extending the action_logs table

2016-07-06 Thread Paul Poulain
Le 01/07/2016 17:02, Jonathan Druart a écrit : I don't have any suggestions. The new column sounds like a good and easy way to do that. +1 and it could be useful in other areas. For example, cataloguing = we've some bots that create/update records, for example for the SUDOC. With such a column

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] 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-06-28 Thread Barton Chittenden
I like that idea. On Tue, Jun 28, 2016 at 1:37 PM, Tomas Cohen Arazi wrote: > 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 (OPAC, staff, CLI scripts). > > Do u have any opinion on th

[Koha-devel] Extending the action_logs table

2016-06-28 Thread 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 (OPAC, staff, CLI scripts). Do u have any opinion on the best way to do it besides just adding an 'interface' column or smth similar? Regards