Re: [Koha-devel] [SIGNED_OFF] labels

2017-08-25 Thread Marc Véron
+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 *From:*koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.o

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 Kyle Hall
I like the rfc5988 idea. How practical will it be to implement this in our current API? http://www.kylehall.info ByWater Solutions ( http://bywa

Re: [Koha-devel] REST api / pagination

2017-08-25 Thread Tomas Cohen Arazi
Yeah, I've been playing with a helper function to implement it generically. We could imitate github's implementation of the 'rel' attributes. El vie., 25 ago. 2017 a las 8:36, Kyle Hall () escribió: > I like the rfc5988 idea. How practical will it be to implement this in our > current API? > > >

Re: [Koha-devel] [SIGNED_OFF] labels

2017-08-25 Thread Barton Chittenden
I think that there's an alias in the gitconfig on kohadevbox (among other places) that adds the [SIGNED_OFF] label. This is from my gitconfig on a different box, but kohadevbox has something similar IIRC: [alias] so = "!f() { c=`expr $1 - 1`; git filter-branch -f --msg-filter \"echo -n \\\"[

Re: [Koha-devel] Is the "sms" directory just garbage?

2017-08-25 Thread Jonathan Druart
Hi, I cannot remember why I did not remove it yet, but I do not see how it can be useful. Cheers, Jonathan On Fri, 25 Aug 2017 at 03:52 David Cook wrote: > Hi all, > > > > I’m just going through the Koha codebase and making sure everything > compiles, and I stumbled upon sms/sms_listen_windows

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