Re: [Koha-devel] AUTO_INCREMENT fix - prevent data lost

2017-07-21 Thread Tomas Cohen Arazi
For reports a view can work. El vie., 21 jul. 2017 a las 2:49, Katrin () escribió: > Merging the tables can only be a long term solution, but we need a > solution for the stable branches now. If we agree to merge, not only > reports will be affected for some of the tables, it will be a lot of wor

[Koha-devel] OpacHiddenItems behaviour | Bug 10584

2017-07-27 Thread Tomas Cohen Arazi
I noticed (what I consider) a weird behaviour on OpanHiddenItems. It is effectively described on the commit message introducing it: Bug 10584 - Hide OPAC biblio details if all items are hidden If there are items for a given biblio number, and they are all hidden, then biblio needs to

Re: [Koha-devel] OpacHiddenItems behaviour | Bug 10584

2017-07-27 Thread Tomas Cohen Arazi
El jue., 27 jul. 2017 a las 13:00, Katrin Fischer () escribió: > Hi Tomas, > > we rely heavily on the described behaviour to hide the record if all items > are hidden. It seems logical to me - what will a user do with a record, > that has no items? They can't place a hold, they don't know where to

Re: [Koha-devel] OpacHiddenItems behaviour | Bug 10584

2017-07-27 Thread Tomas Cohen Arazi
libraries.cca.edu | vault.cca.edu | 510.594.3660 <(510)%20594-3660> > > 5212 Broadway, Oakland, CA 94618 > > 8th St., San Francisco, CA 94107 > > Preferred Pronoun(s): he/him > > :(){ :|: & };: > > On Thu, Jul 27, 2017 at 9:03 AM, Tomas Cohen Arazi >

[Koha-devel] KohaDevbox | Remote debugging

2017-08-02 Thread Tomas Cohen Arazi
Hi everyone, Last week (or so) I posted bug 18964 [1]. It introduces option switches to the koha-plack script allowing it to run in debug mode, starting a debugging session on a remote IDE/editor supporting the xdebug protocol. It is submitted and NSO. In the meantime I've added a koha-plack-debug

Re: [Koha-devel] ES6 usage in the staff client

2017-08-04 Thread Tomas Cohen Arazi
I think ES6 is broadly implemented in browsers (even edge) so it wouldn't make sense to complicate the dev workflow without an obvious gain. El jue., 3 de ago. de 2017 8:24 PM, Jesse escribió: > As part of my work with Preact (and previous work with React), I've been > unsure what to do about th

Re: [Koha-devel] ES6 usage in the staff client

2017-08-08 Thread Tomas Cohen Arazi
When people say IE, what specific version of the product are you all talking about? El mar., 8 de ago. de 2017 12:36 AM, David Cook escribió: > I can’t attend dev meetings due to being in the wrong timezone, so I’ll > just speak up here. > > > > I’d say the circ rules editor is still used by qui

[Koha-devel] REST api / pagination

2017-08-24 Thread Tomas Cohen Arazi
Hi there, I'm currently implementing a couple endpoints for acquisitions-related stuff and also QAing existing patches introducing endpoints. One of the things that need to be done (which I did for my own endpoint for vendors / bug 18120) is migrating them to Mojolicious::Plugin::OpenAPI instead o

Re: [Koha-devel] REST api / pagination

2017-08-24 Thread Tomas Cohen Arazi
El jue., 24 ago. 2017 a las 12:14, Michael Hafen () escribió: > What about the fourth option of returning all the results and letting the > client handle pagination? There are many good javascript / jquery > libraries that can be used for sorting / paginating a table. > Also, pagination should be

Re: [Koha-devel] [SIGNED_OFF] labels

2017-08-25 Thread Tomas Cohen Arazi
+1 On vie., 25 de ago. de 2017 4:07 AM Marc Véron wrote: > +1 > > Am 25.08.2017 um 08:52 schrieb David Cook: > > +1 > > > > David Cook > > Systems Librarian > > Prosentient Systems > > 72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > >

Re: [Koha-devel] REST api / pagination

2017-08-25 Thread Tomas Cohen Arazi
gt; wrote: >>> >>>> I'd vote for C with no api versioning change. I think the *addition* of >>>> data does not warrant any version change. >>>> >>>> The alternative would be A + another endpoint to just get the number of >>>

Re: [Koha-devel] Putting Koha into Docker...

2017-08-25 Thread Tomas Cohen Arazi
Benjamin et al, I've put together this: https://github.com/tomascohen/koha-testing-docker The idea is running the test suite inside a container, thus simplifying the required infrastructure. This is the first time I try using Docker, so I've been learning the small differences on how things work

Re: [Koha-devel] Where is the BIG RED WARNING button?

2017-08-31 Thread Tomas Cohen Arazi
Hi everyone, El mié., 26 jul. 2017 a las 16:15, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hi devs, > > I started the discussion during today's dev meeting. > As RM I realise that I need a big red warning button to push to trigger > help when there is something urgen

[Koha-devel] Dashboard browser notifications

2017-08-31 Thread Tomas Cohen Arazi
Do you think we could add browser notifications superpowers to our dashboard? I can't work on it right now, but it would certaintly help me being aware of stuffs I can help with if urgent. What I like about browser notifications is that people can block them pretty easily (it is one of the two opt

Re: [Koha-devel] Next meetings

2017-09-06 Thread Tomas Cohen Arazi
Great. El mié., 6 sept. 2017 a las 12:15, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hi all, > > There is a collision about dev and general meetings tonight. > > Next general meeting will be tonight/today at 22UTC: > https://wiki.koha-community.org/wiki/General_IRC_m

Re: [Koha-devel] Proposal for ES6 development on the staff client

2017-09-11 Thread Tomas Cohen Arazi
If we are bundling the resulting Js, it means when we commit we include the resulting Js. The Makefile itself doesn't need to run those tasks. On mar., 29 de ago. de 2017 8:50 PM Jesse wrote: > 2017-08-29 17:33 GMT-06:00 David Cook : > >> Thanks for the info, Jesse. I haven’t reviewed Bugzilla o

[Koha-devel] TestBuilder usage, recommendation

2017-09-11 Thread Tomas Cohen Arazi
Hi everyone, on my QA-related tasks I've found many of us use TestBuilder to generate random data for our tests (YAY!). I just wanted to remind you that TestBuilder can now return Koha::Object-derived objects instead of just unblessed hashes now, through a new method: my $builder = t::lib::TestBui

Re: [Koha-devel] Write good bug report titles and commit messages

2017-09-14 Thread Tomas Cohen Arazi
+1 El jue., 14 sept. 2017 a las 17:01, Jesse () escribió: > Strong +1. > > 2017-08-31 8:10 GMT-06:00 Jonathan Druart < > jonathan.dru...@bugs.koha-community.org>: > >> Hi devs, >> >> I would like to do a little reminder about the bug report titles and >> commit messages. >> >> For bugs: >> The bu

[Koha-devel] KohaDevBox + Master

2017-09-22 Thread Tomas Cohen Arazi
Hi everyone, the recent push of bug 18137 [1] replaced Swagger2 for Mojolicious::Plugin::OpenAPI as dependencies in master. Fortunately, all deps are already packaged in the community repo (thanks Mirko!). The only missing bit is koha-perldeps pulling libmojolicious-plugin-openapi-perl. Until that

Re: [Koha-devel] ReactJS license problems

2017-09-25 Thread Tomas Cohen Arazi
This problem is about to be solved, it seems: https://code.facebook.com/posts/300798627056246/relicensing-react-jest-flow-and-immutable-js/ Regards El mar., 25 jul. 2017 a las 9:16, Thomas Dukleth () escribió: > [Reply inline.] > > On Tue, July 25, 2017 06:42, Jesse wrote: > > While I personall

Re: [Koha-devel] What's on in koha-devel #15

2017-09-25 Thread Tomas Cohen Arazi
Awesome, thanks Jonathan! El lun., 25 sept. 2017 a las 14:43, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hello librarians and developers, > > The what's on in koha-devel #15 is available on the Koha website: > https://koha-community.org/whats-on-in-koha-devel-15 > >

Re: [Koha-devel] Hello

2017-09-26 Thread Tomas Cohen Arazi
Welcome, Emmanuel! El vie., 22 sept. 2017 a las 22:02, Irma Birchall () escribió: > Welcome to the Koha community Emmanuel !!! > > Irma > CALYX > Australia > > > > > On 23 September 2017 at 10:33, Emmanuel Chukwu > wrote: > >> >> Hi Everyone, >> My name is Emmanuel Chukwu. I am from Nigeria and

Re: [Koha-devel] Fwd: Koha Development Setup: Can't access both admin and OPAC sites

2017-09-26 Thread Tomas Cohen Arazi
Hi, Emmanuel. I suggest you try KohaDevBox: https://github.com/digibib/kohadevbox My recommended steps: 1- Get everything the source code $ mkdir -p ~/git $ cd ~/git $ git clone git://git.koha-community.org/koha.git koha $ git clone https://github.com/digibib/kohadevbox.git kohadevbox $ echo "exp

Re: [Koha-devel] [Koha] bugs.koha-community.org (and a few other sites) outage

2017-09-28 Thread Tomas Cohen Arazi
Great, Chris. El jue., 28 de sep. de 2017 6:12 p. m., Chris Cormack < chr...@catalyst.net.nz> escribió: > Hi All > > Linode are migrating servers to a new data centre, this will cause an > outage for the server that runs bugs.koha-community.org and a few other > sites (including download.koha-com

[Koha-devel] REST api enhancement to ease development

2017-10-04 Thread Tomas Cohen Arazi
Hi, we've been involved in a small discussion about a way to generalize query parameters handling (with the focus on making it easier to write new endpoints, and repeat code less). In the process I declared some 'reserved' keywords that are clearly described on each related bug. I put things toge

[Koha-devel] Jenkins status

2017-10-09 Thread Tomas Cohen Arazi
Hi everyone, I've just noticed I might have not sent the required information to people polling jenkins, so here it goes. We've moved all jenkins tasks into docker containers, that are built using the different branches in the koha-testing-docker repository [1] The 'images' are built in jenkins i

Re: [Koha-devel] Elasticsearch on BWS Sandboxes

2017-10-12 Thread Tomas Cohen Arazi
Excellent BWS! Thanks! El jue., 12 oct. 2017 a las 8:26, Nick Clemens () escribió: > Hi All, > > Just an update to ES testing, we have now made Elasticsearch available on > the BWS sandboxes: > http://sandbox.bywatersolutions.com/cgi-bin/sandbox-dashboard.pl > > You will need to set the 'SearchEn

Re: [Koha-devel] BibLibre new staff & intern

2017-10-12 Thread Tomas Cohen Arazi
Awesome news, Paul. Welcome Simon and Victor! El jue., 12 oct. 2017 a las 11:10, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Awesome news indeed :) Welcome Simon and Victor! > > First thing to do is to follow the koha howto! > https://wiki.koha-community.org/wiki/Koha

Re: [Koha-devel] Plugin KOCT for offline circulation updated

2017-10-13 Thread Tomas Cohen Arazi
Great news Paul! Thanks! El vie., 13 oct. 2017 a las 10:23, Paul Poulain () escribió: > Hello koha, > > We have updated the KOCT firefox module to make it compatible with the > new versions of Firefox (that changed how modules must be written) > > Enjoy : https://addons.mozilla.org/en-US/firefox/

Re: [Koha-devel] What's on in koha-devel #16

2017-11-07 Thread Tomas Cohen Arazi
Awesome! El mar., 7 nov. 2017 a las 14:07, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hello librarians and developers, > > The what's on in koha-devel #16 is available on the Koha website: > https://koha-community.org/whats-on-in-koha-devel-16/ > > Regards, > Jonatha

[Koha-devel] String Freeze

2017-11-10 Thread Tomas Cohen Arazi
Hi everyone, we reached the date. We are on string freeze for the 17.11 release. Go! Translate! -- Tomás Cohen Arazi Theke Solutions (https://theke.io ) ✆ +54 9351 3513384 GPG: B2F3C15F ___ Koha-devel mailing list Koha-devel@lists.koha

[Koha-devel] REST api developments

2017-11-22 Thread Tomas Cohen Arazi
Dear friends, I write this email to let you know me and the ByWater friends are committed to getting endpoints written, so development projects you are working on can succeed. With recent additions and specially all enhancements surrounding bug 19410, we should be able to start writing endpoints f

Re: [Koha-devel] Koha 16.11.14 released

2017-11-23 Thread Tomas Cohen Arazi
Well done, Katrin! El jue., 23 de nov. de 2017 4:29 a. m., Katrin Fischer < katrin.fischer...@web.de> escribió: > The Koha community is proud to announce the release of Koha 16.11.14. > > This is a maintenance release of 16.11 and includes 5 enhancements and > 23 bugfixes. > > The full release no

Re: [Koha-devel] Koha 16.05.19 released

2017-11-25 Thread Tomas Cohen Arazi
Yeah, congrats! El vie., 24 de nov. de 2017 9:58 p. m., Bob Birchall escribió: > Congratulations Mason. > Awesome job maintaining 16.05 through 19 maintenance releases, > Thank you! > Bob > > On 24/11/17 23:38, Mason James wrote: > > The Koha community is proud to announce the release of Koha 16

Re: [Koha-devel] SIG DIE in returns.pl

2017-11-30 Thread Tomas Cohen Arazi
We need to get rid of that. El jue., 30 de nov. de 2017 7:05 a. m., Francesco Rivetti escribió: > On 30. nov. 2017 09:57, Fridolin SOMERS wrote: > > use Carp 'verbose'; > > $SIG{ __DIE__ } = sub { Carp::confess( @_ ) }; > > I think it will be applied to all pages (and everything) _AFTER_ this is

Re: [Koha-devel] REST api developments

2017-12-05 Thread Tomas Cohen Arazi
Dear Bob et al, I worked on the patrons endpoint and it is ready for testing. Beware new bug dependencies. I'll be looking forward to those reviews from you! Tomás El mié., 22 nov. 2017 a las 20:26, Bob Birchall () escribió: > On 23/11/17 06:11, Tomas Cohen Arazi wrote: > > D

[Koha-devel] REST api: some needed changes / vote proposal

2017-12-06 Thread Tomas Cohen Arazi
Hi everyone, we've moved forward with the REST api devs, and some decisions we made at the beginning should be dealt with now, before it is too late :-D Right now the so-called REST api consists in 5 endpoints. Vendors: - /acquisitions/vendors - /acquisitions/vendors/{vendor_id} Cities: - /cities

[Koha-devel] Patrons endpoint help needed

2017-12-08 Thread Tomas Cohen Arazi
Hi everyone, I've submitted a patchset to bug 19784 [1]. This is my starting point for the umbrella bug (19774). Next endpoints to fix are /acquisitions/vendors, /cities, /holds and /illrequests. Those are easier IMHO. On the /patrons one, I already changed - borrowernumber -> patron_id - branchco

Re: [Koha-devel] Patrons endpoint help needed

2017-12-08 Thread Tomas Cohen Arazi
11:27, Tomas Cohen Arazi () escribió: > Hi everyone, I've submitted a patchset to bug 19784 [1]. This is my > starting point for the umbrella bug (19774). Next endpoints to fix are > /acquisitions/vendors, /cities, /holds and /illrequests. Those are easier > IMHO. > > On the

Re: [Koha-devel] Koha 17.11.00 package / repository rollover

2017-12-08 Thread Tomas Cohen Arazi
Great news, Mirko! Thanks El vie., 8 de dic. de 2017 11:59 a. m., Mirko Tietgen < mi...@abunchofthings.net> escribió: > Good news everyone, > > the Debian package for Koha 17.11.00 is now available from the > community repository. > > With the new major release, the repository structure will cha

[Koha-devel] REST api RFCs

2017-12-14 Thread Tomas Cohen Arazi
Hi everyone. Following yesterday's dev meeting (I'm sorry I couldn't attend) it was clear there should be some votes on the changes that we belive need to be made. In order to organize the documentation on this decision making process, and have something more precise to vote on, I've put together

Re: [Koha-devel] REST api RFCs

2017-12-14 Thread Tomas Cohen Arazi
On the dev meeting it was mentioned that version number should be shifted with this changes. I don't think we should do that right now (we only have 3 endpoints!, this is not yet an API) Anyway, looking forward to your comments! El jue., 14 dic. 2017 a las 12:28, Tomas Cohen Arazi () esc

Re: [Koha-devel] REST api RFCs

2017-12-15 Thread Tomas Cohen Arazi
will also be interested in using > this endpoint! (At the hackfest in Lund recently, there was interest in > using this endpoint from Oslo Public Library etc.) > > > > Best regards, > > Andreas Hedström Mace > > > > > > *Från: * på uppdrag av Tomas >

Re: [Koha-devel] REST api RFCs

2017-12-21 Thread Tomas Cohen Arazi
/users instead of /borrowers, /patrons, or > /members. > > Should we change the RFC to follow the Coding Guidelines, or change the > guidelines? > > > On Fri, Dec 15, 2017 at 5:15 AM, Tomas Cohen Arazi > wrote: > >> Andreas, it will be included! That list is only what

Re: [Koha-devel] REST api RFCs

2017-12-21 Thread Tomas Cohen Arazi
/holds done too. Please review and add your opinion! Remember the landing page for the RFCs is here: https://wiki.koha-community.org/wiki/REST_api_RFCs Thanks! El jue., 21 dic. 2017 a las 14:15, Tomas Cohen Arazi () escribió: > I've written the RFC's for: > > /cities

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread Tomas Cohen Arazi
Awesome! El mié., 17 de ene. de 2018 7:14 a. m., Julian Maurice < julian.maur...@biblibre.com> escribió: > Hi all, > > I recently shared an LXD container containing my Koha dev environment, > and of course I forgot to remove my Bugzilla credentials from the git > config... > I immediately changed

Re: [Koha-devel] Exploration of Koha ElasticSearch implementation

2018-01-18 Thread Tomas Cohen Arazi
Excellent work, Claire and Biblibre friends! El jue., 18 ene. 2018 a las 12:00, Claire Hernandez (< claire.hernan...@biblibre.com>) escribió: > Hi, > > I want to share a work with you. I knew we can now switch SearchEngine > syspref to ElasticSearch in Koha community version, but I didn't know a

Re: [Koha-devel] What is the current kohadocs patch submission workflow

2018-01-21 Thread Tomas Cohen Arazi
Yes, there's a complete wiki page about it! https://wiki.koha-community.org/wiki/Editing_the_Koha_Manual Enjoy! El dom., 21 de ene. de 2018 1:46 p. m., Indranil Das Gupta < indr...@gmail.com> escribió: > Hi, > > Back in the day, when Nicole was managing the Docs, the workflow I knew > was thus

Re: [Koha-devel] Centralize and move to gitlab

2018-01-23 Thread Tomas Cohen Arazi
As I read it, Jonathan is proposing to move (centralize) some pieces of the Koha development ecosystem that are already handled in such ways, but disseminated in personal github/gitlab accounts. I agree with his proposal, and I like the fact that we can move all the issues along with the repo :-D (

[Koha-devel] Debian 9 support

2018-01-29 Thread Tomas Cohen Arazi
Hi everyone, I wanted to highlight that Debian 9 is more used nowadays for Koha deployments, and we need to figure what to do with HTTP::OAI, which is causing constant complaints because Koha is broken with Debian 9's (and Ubuntu 16.04's). I propose we package it in our repo, or just put the code

Re: [Koha-devel] Cover image lookup via UPC

2018-01-31 Thread Tomas Cohen Arazi
El mié., 31 de ene. de 2018 1:48 a. m., David Cook escribió: > As far as I know, we don’t use UPCs for books in Australia. > > Looking at my bookshelf now to see if I have any American books. All the > Australian, Canadian, and European books I have only use ISBN barcodes. > > > > Sorry for a tot

Re: [Koha-devel] State of HTTP::OAI versions

2018-02-05 Thread Tomas Cohen Arazi
LOL El lun., 5 feb. 2018 a las 10:02, Julian Maurice (< julian.maur...@biblibre.com>) escribió: > You opened one ;) > > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17704 > > Le 05/02/2018 à 12:01, Fridolin SOMERS a écrit : > > Hi, > > > > Indeed, > > Is there a bugzilla number alrea

[Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
I would like to know if you think there's any reason to keep the CGI mode as default in Koha deployments. I think we should make Plack the default. There are some issues, tough. But if we set that goal, we could focus on fixing them. What do you think? -- Tomás Cohen Arazi Theke Solutions (https

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
y we came there > -- > *Van:* koha-devel-boun...@lists.koha-community.org < > koha-devel-boun...@lists.koha-community.org> namens Tomas Cohen Arazi < > tomasco...@gmail.com> > *Verzonden:* dinsdag 6 februari 2018 14:31:47 > *Aan:* koha-devel > *Onderwerp:*

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
to "make Plack the default" exactly ? > > Le 06/02/2018 à 14:31, Tomas Cohen Arazi a écrit : > > I would like to know if you think there's any reason to keep the CGI > > mode as default in Koha deployments. I think we should make Plack the > > default. There ar

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
El mar., 6 feb. 2018 a las 10:58, Francesco Rivetti () escribió: > Correct me if I'm wrong, but I thought some auth integrations don't work > with plack > I think you're talking about bug 17776 (Shibboleth auth broken in Plack). I

Re: [Koha-devel] Plack only

2018-02-06 Thread Tomas Cohen Arazi
007+Australia+%C2%A0+Office:+02&entry=gmail&source=g> > 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] *On Behalf Of *Tomas Cohen > Arazi > *Sent:* Wed

Re: [Koha-devel] Plack only

2018-02-07 Thread Tomas Cohen Arazi
tandard' install without debian packages). > Or maybe I'm missing some important up-to-date documentation about Plack ? > > (somewhat) related bug: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18377 > > Le 06/02/2018 à 19:50, Tomas Cohen Arazi a écrit : >

[Koha-devel] Last bit for utf8mb4

2018-02-08 Thread Tomas Cohen Arazi
Hi everyone, bug 18336, implementing utf8mb4 encoding [1] is now failed QA (should probably be IN DISCUSSION). The reason for it to be failed is that the encoding change from utf8 into utf8mb4 alters all *text fields too (and I didn't notice it) and so there's a discrepancy between the updated sch

Re: [Koha-devel] Plack : can't locate object method error...

2018-02-08 Thread Tomas Cohen Arazi
Check JSON::Validator version. El jue., 8 de feb. de 2018 1:35 p. m., Philippe Blouin < philippe.blo...@inlibro.com> escribió: > Hi! > I'm having issues with a freshly installed debian server on which I put a > 17.05.06 koha. Plack just won't start. In the logs I had > > Error while loading /in

Re: [Koha-devel] Update your devbox!

2018-02-09 Thread Tomas Cohen Arazi
Dear RM, do you refer to this files? /etc/koha/apache-shared-intranet-git.conf /etc/koha/apache-shared-opac-git.conf Thanks! El vie., 9 feb. 2018 a las 14:11, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hi devs, > > I have just pushed bug 12904 and 2 lines are added

Re: [Koha-devel] 0000-00-00 is expired?

2018-02-14 Thread Tomas Cohen Arazi
In all my 65 instances, there's not '-00-00'. This is probably a data migration issue. El mié., 14 feb. 2018 a las 11:05, Sophie Meynieux (< sophie.meyni...@biblibre.com>) escribió: > Hello, > > For all our customers that are hosted on our servers, only one has one > patron with dateexpiry =

Re: [Koha-devel] 0000-00-00 is expired?

2018-02-14 Thread Tomas Cohen Arazi
>> Sophie and Bob, could you determine what means this value? Would it make >> sense to update it with -12-31 and consider it as "will never expired"? >> >> On Wed, 14 Feb 2018 at 12:13 Tomas Cohen Arazi >> wrote: >> >> In all my 65 instances, t

Re: [Koha-devel] Elasticsearch and facets

2018-02-19 Thread Tomas Cohen Arazi
Facets are configurable, and goal is feature parity. El lun., 19 de feb. de 2018 8:59 p. m., David Cook escribió: > Hi Claes, > > > > I think the maxRecordsForFacets system preference might be a bit legacy at > this point. It was first used when we were building facets manually from > retrieved

Re: [Koha-devel] Elasticsearch and facets

2018-02-20 Thread Tomas Cohen Arazi
El mar., 20 feb. 2018 a las 10:23, Claes Eriksson () escribió: > Regarding Zebra’s native faceting I find some traces in an old RCF saying that it would > be nice to replace "homegrown and inefficient routines for faceting" with Zebra’s native > faceting. Zebra facets usage was implemented here: h

Re: [Koha-devel] Elasticsearch and facets

2018-02-21 Thread Tomas Cohen Arazi
What's the DB size BTW? I have a couple sites with 200k biblios and everything seems below 2sec. El lun., 19 feb. 2018 a las 9:01, Claes Eriksson () escribió: > First some ranting about Zebra and then a question about ElasticSearch. > > Using Zebra there is a Global system pref. called maxRecords

Re: [Koha-devel] REST API authentication for external clients

2018-02-27 Thread Tomas Cohen Arazi
Hi Julian, we need to implement an OAuth2 server inside Koha, using Mojolicious::Plugin::OAuth2::Server [1]. I've worked on an endpoint for authenticating the API against a generic OAuth2 server (as a way to be able to test it :-D). I will file a bug very soon for that. My idea was then to implemen

Re: [Koha-devel] Hackfest in Marseille, what you missed and what you'll be see soon in 18.05

2018-03-16 Thread Tomas Cohen Arazi
Julian and Alex unveiled an OAuth2 IdP to be backed into Koha! El vie., 16 mar. 2018 a las 12:30, Paul Poulain () escribió: > Hello all, > > So the 2018 hackfest in Marseille is now finished. It was a great week, > with a lot of work, a lot of discussion, a lot of fun. The weather was with > us,

Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread Tomas Cohen Arazi
What's your proposal? El lun., 16 de abr. de 2018 10:42 p. m., David Cook < dc...@prosentient.com.au> escribió: > Hi all, > > > > I just tried to work on Koha master on OpenSUSE 42.3, which was released > on 2017-07-26, but I’m being prevented from installing Koha, because > OpenSUSE 42.3 uses Pe

Re: [Koha-devel] Koha now requires Perl 5.20

2018-04-16 Thread Tomas Cohen Arazi
ystems > > 72/330 Wattle St > <https://maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > > Ultimo, NSW > <https://maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > 2007 > > Australia > >

[Koha-devel] Official Docker image

2018-04-17 Thread Tomas Cohen Arazi
Hi everyone, on the CI front, I have recently introduced (successfully) the broad use of Docker images to run the full test suite. This project, named koha-testing-docker [1], evolved into a usable development environment too. Right now I'm trying to spend some time on porting kohadevbox things int

Re: [Koha-devel] Presentation and questions about koha development

2018-04-17 Thread Tomas Cohen Arazi
Estefanía, un gusto. KohaDevBox es la mejor manera de introducirse en el desarrollo de Koha. La integración EPIC no implementa el protocolo dbgp y por ende no es muy útil de todas maneras. Para lo que necesites. Suerte! El mié., 18 de abr. de 2018 12:36 a. m., Estefanía escribió: > Good night

[Koha-devel] OAuth2 - client credentials fr 18.05

2018-04-18 Thread Tomas Cohen Arazi
Hi, during the 18.05 release cycle a lot of progress has been made towards the goal of having a REST api. We voted the written and discussed RFC for the endpoints there was need to have [1] Some of them are already in master for 18.05, others are WIP. But the fact we have some roadmap of things we

Re: [Koha-devel] Official Docker image

2018-04-23 Thread Tomas Cohen Arazi
As there are no objections I will schedule some time to create this official base images. El mié., 18 abr. 2018 a las 10:19, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Benjamin, > > It's a midterm plan: we have a .gitlab-ci.yml ( > https://tree.taiga.io/project/joubu

Re: [Koha-devel] Official Docker image

2018-04-23 Thread Tomas Cohen Arazi
> > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] *On Behalf Of *Kyle Hall > *Sent:* Monday, 23 April 2018 10:54 PM > *To:* Tomas Cohen Arazi

Re: [Koha-devel] Official Docker image

2018-04-23 Thread Tomas Cohen Arazi
/maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Tomas Cohen Arazi [mailto:tomasco...@gmail.com] > *Sent:* Tuesday, 24 April 2018 9:15 AM >

Re: [Koha-devel] For larger support companies

2018-04-26 Thread Tomas Cohen Arazi
I'm sure Jonathan would raise funds to put one of those on each of our desktops :-D El jue., 26 abr. 2018 a las 10:41, Owen Leonard () escribió: > > Great, too bad at my company almost everyone is at least partly a remote > > worker. > > Yes, those of us who work solo do just fine with self-recri

[Koha-devel] Roles for 18.11 | REST API 'module maintainer'

2018-05-08 Thread Tomas Cohen Arazi
Hi, I've resurrected the 'module maintainer' roles for the 18.11 release for the specific case of the REST API work that needs to be done and coordinated. Anyone willing to talk about my proposal, please contact me on pm, and we can talk about it. Thanks! -- Tomás Cohen Arazi Theke Solutions (ht

Re: [Koha-devel] Official Docker image

2018-05-09 Thread Tomas Cohen Arazi
=gmail&source=g> > 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [mailto: > koha-devel-boun...@lists.koha-community.org] *On Behalf Of *Tomas Cohen > Arazi >

Re: [Koha-devel] Official Docker image

2018-05-10 Thread Tomas Cohen Arazi
Ultimo, NSW > <https://maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* koha-devel-boun...@lists.koha-community.org [mailto: > koha-dev

Re: [Koha-devel] Official Docker image

2018-05-11 Thread Tomas Cohen Arazi
t; > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Tomas Cohen Arazi [mailto:tomasco...@gmail.com] > *Sent:* Thursday, 10 May 2018 8:41 PM > > > *To:* David Cook > *Cc:* koha-devel > *Subject:* Re: [Koha-deve

Re: [Koha-devel] Official Docker image

2018-05-12 Thread Tomas Cohen Arazi
I hope you can check the updated README.md, David Regards El vie., 11 may. 2018 a las 14:48, Tomas Cohen Arazi () escribió: > Please file an issue, maybe someone with time to take care picks it? > > > El jue., 10 may. 2018 a las 21:08, David Cook () > escribió: > >> Care

[Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
Hi, I've successfully built master packages with my patch (forcing HTTP::OAI@3.x dependency)[1]. They also install with no issue in Stretch. Here's what you need to test yourself: https://cloud.theke.io/s/AyfTWpXt6R87epe Basically download everything somewhere and: $ vagrant up $ vagrant ssh v$ w

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
For the record, I used this to build the packages: https://gitlab.com/tomascohen/koha-dpkg-docker with a tweaked base_stretch.tgz file that includes libhttp-oai-perl 3.27 (otherwise the build fails due to unsolvable deps). Regards El mar., 15 may. 2018 a las 9:44, Tomas Cohen Arazi

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
8 a las 10:21, Ere Maijala () escribió: > Hi, > > You mentioned in bug 20437 that HTTP::OAI needs patching to make it > work. What's the actual issue? > > --Ere > > > Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44: > > Hi, I've successfully built master pa

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
Ere and all, it would be great if someone polished the 4.x branch for HTTP::OAI! El mar., 15 may. 2018 a las 10:35, Ere Maijala () escribió: > Ok, thanks for the info. I was thinking about working on this, but I'll > steer clear for now. :) > > --Ere > > Tomas Cohen Arazi

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
I've submitted my WIP patch to bug 17704 for anyone to take over. El mar., 15 may. 2018 a las 10:36, Tomas Cohen Arazi () escribió: > Ere and all, it would be great if someone polished the 4.x branch for > HTTP::OAI! > > El mar., 15 may. 2018 a las 10:35, Ere Maijala () &g

[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

Re: [Koha-devel] Explanations in systempreferences options?

2018-05-29 Thread Tomas Cohen Arazi
That explanation is kept for historical reasons but not used anymore. We handle that in the translatable *.pref files. And options only applies to some type of sysprefs. El mar., 29 de may. de 2018 5:44 a. m., Jon Knight escribió: > Hi, > > In the midst of working on a new patch on my kohadevbo

Re: [Koha-devel] Request for feedback: Bug 20779 - Style refresh for patron detail page

2018-06-04 Thread Tomas Cohen Arazi
+1 El lun., 4 de jun. de 2018 3:23 p. m., Barton Chittenden < bar...@bywatersolutions.com> escribió: > +1 > > > On Mon, Jun 4, 2018 at 2:20 PM, Katrin Fischer > wrote: > >> +1 ! >> >> :) >> >> >> On 04.06.2018 18:27, Séverine Queune wrote: >> >> I like that one ! >> >> 2018-06-04 18:10 GMT+02:00

Re: [Koha-devel] Cronjob to run plugin cronjobs?

2018-06-07 Thread Tomas Cohen Arazi
I would think it the other way around: why not trigger actions by hitting URLs with POST? El jue., 7 de jun. de 2018 2:48 p. m., Nick Clemens < n...@bywatersolutions.com> escribió: > Just an idea I had an bounced off Kyle, he suggested sending it out for > feedback, let us knwo what you think: >

Re: [Koha-devel] Why we do not push the ACCTDETAILS email via message queue?

2018-06-19 Thread Tomas Cohen Arazi
The way we do this is having a syspref to choose between both ways, and a big sign ok to of the release notes asking users to switch. El mar., 19 de jun. de 2018 9:25 p. m., Liz Rea escribió: > The easy answer is : leave it alone for existing installs, default it on > for new ones. > > > > On 20

Re: [Koha-devel] Centralize and move to gitlab

2018-06-22 Thread Tomas Cohen Arazi
KohaDevBox has been marked as obsolete as you suggested! El vie., 22 jun. 2018 a las 15:02, Kyle Hall () escribió: > +1 > > Help me make Great Strides towards a cure for Cystic Fibrosis > > > --- > http://www.kylehall.info > ByWat

Re: [Koha-devel] Do you want to see a Koha 18.05 running Elastic Search in production ?

2018-06-29 Thread Tomas Cohen Arazi
Congrats to Bulac! El vie., 29 jun. 2018 a las 11:16, Paul Poulain () escribió: > just go there : https://koha.bulac.fr kudos to BULAC for this move ! > > And thanks to them for the developments they've sponsored (and are on > bugzilla) > > > PS: they made it by themselves, so no reason to co

Re: [Koha-devel] Testing out Koha REST API with Apache

2018-07-01 Thread Tomas Cohen Arazi
Compare a normal setup with yours, and adjust yours. Ah, and probably enable Plack. El dom., 1 de jul. de 2018 10:50 p. m., David Cook escribió: > Hi all, > > > > How do you use the Koha REST API with Apache? > > > > Every time I try to hit any API endpoint, I just get a 404. > > > > The docume

Re: [Koha-devel] Testing out Koha REST API with Apache

2018-07-01 Thread Tomas Cohen Arazi
El dom., 1 de jul. de 2018 11:08 p. m., David Cook escribió: > And what’s a “normal setup”? That’s what I’d like to know > https://wiki.koha-community.org/wiki/Koha_on_Debian And I don’t want to enable Plack :p. > Self punishing? -- Tomás Cohen Arazi Theke Solutions (https://theke.io

Re: [Koha-devel] Testing out Koha REST API with Apache

2018-07-01 Thread Tomas Cohen Arazi
https://maps.google.com/?q=72/330+Wattle+St+Ultimo,+NSW&entry=gmail&source=g> > 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Tomas Cohen Arazi [mailto:tomasco...@gmail.com] > *Sent:* Monday, 2 July 201

Re: [Koha-devel] Koha does not work after upgrade Ubuntu 18.04 LTS

2018-07-02 Thread Tomas Cohen Arazi
Sven, you should perform an $ sudo apt dist-upgrade Also, tell use the JSON::Validator library version: $ sudo apt install pmtools $ pmvers JSON::Validator Regards El lun., 2 jul. 2018 a las 3:01, Josef Moravec () escribió: > Hi Sven, > > If you don't need REST API, you can temporarely disable

Re: [Koha-devel] Update your misc4dev repo

2018-07-18 Thread Tomas Cohen Arazi
Remember y'all to $ exit # the box $ git pull # update kohadevbox scripts $ vagrant provision # update what's box $ vagrant ssh # get back to the box! Enjoy El mié., 18 de jul. de 2018 5:07 p. m., Jonathan Druart < jonathan.dru...@bugs.koha-community.org> escribió: > Hi devs, > > Since bug 202

Re: [Koha-devel] Client-side git hooks

2018-07-20 Thread Tomas Cohen Arazi
Maybe run the QA script should be one of them? El vie., 20 de jul. de 2018 8:46 a. m., Martin Renvoize < martin.renvo...@ptfs-europe.com> escribió: > I use git-hooks pretty extensively though I'm still porting many of them > from the project I've been working on for the last year for use with Koh

  1   2   3   4   5   6   7   8   9   >