Re: [Koha-devel] plugin won't enabled in 20.11.x and no error in logs

2021-06-18 Thread Nicolas Legrand
Le ven. 18 juin 2021 à 12:50, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> a écrit : > > Until now it worked fine, but after a koha upgrade in 20.11.x, it is > stuck with the status disabled and it won't activate. > > Just a guess: is the is_enable code correct? > > > https://github.

Re: [Koha-devel] Bug 28022 - MARC subfield 9 not honoring visibility

2021-03-30 Thread Nicolas Legrand
Hiya Thomas, Le mar. 30 mars 2021 à 09:28, Thomas Klausner a écrit : > Hi! > > Can anybody here maybe review / comment on my bug report & patch 28022 > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28022 > > > Here's the patch: > > https://github.com/domm/Koha/commit/d19abcc23d5793be

Re: [Koha-devel] Looking for Sign Offs

2020-07-09 Thread Nicolas Legrand
Ahlan David, I picked Bug 25672. Have a nice day! ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-communi

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Nicolas Legrand
Ahoj! You can now use a LANG variable from plugin template, since Bug 25099 : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 Note that the dummy “mannequin” plugin linked in the bug is pretty dumb and straightforward. It is inspired by Theke Solutions but I had to make something

Re: [Koha-devel] hackfest cancelled

2020-03-10 Thread Nicolas Legrand
ibLibre, Open Source software and services for libraries > > ___ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ >

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

2018-06-29 Thread Nicolas Legrand
4 > GPG: B2F3C15F > > ___ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.k

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

2018-06-29 Thread Nicolas Legrand
How bist, Koha community? 2018-06-29 16:18 GMT+02:00 Paul Poulain : > just go there : https://koha.bulac.fr kudos to BULAC for this move ! > > Thank you Paul ! > And thanks to them for the developments they've sponsored (and are on > bugzilla) > > > PS: they made it by themselves, so no reason

Re: [Koha-devel] Default Elasticsearch behaviour wrong with Chinese: can't find complete title

2018-04-10 Thread Nicolas Legrand
Removing QueryAutoTruncate was the trick, everything looks pertinent now! 2018-04-05 11:09 GMT+02:00 Nicolas Legrand : > For what it's worth, we also use Latin script language and find the > results more relevant without a star, or at least with the queries of 17.05 > :). > &

Re: [Koha-devel] Default Elasticsearch behaviour wrong with Chinese: can't find complete title

2018-04-05 Thread Nicolas Legrand
how we > are building our searches and what we can do. > > On Tue, Apr 3, 2018 at 10:22 AM Nicolas Legrand > wrote: > >> Good day devs, >> >> Nick spotted these one during last Marseille Hackfest. We made some test >> with our catalogue on master and fi

[Koha-devel] Default Elasticsearch behaviour wrong with Chinese: can't find complete title

2018-04-03 Thread Nicolas Legrand
uot;size": 0,"query":{"query_string":{"query": "中國翻譯"}}}' { "took" : 16, "timed_out" : false, "_shards" : { "total" : 5, "successful" : 5, "skipped" : 0, "failed&qu

Re: [Koha-devel] Koha and Elastic Search used in production ?

2018-01-11 Thread Nicolas Legrand
__ > Koha-devel mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-commun

Re: [Koha-devel] Hackfest in Marseille, registrations open !

2018-01-10 Thread Nicolas Legrand
2018-01-10 13:52 GMT+01:00 Paul Poulain : [...] > *Q= I'm vegan, can you take care of me ?* > A= sorry, but no, too complex. You'll be on your own. But you can eat with > us, welcome. > If you happen to be vegan and ask yourself where to eat, here are a list of vegan friendly restaurants in Mars

Re: [Koha-devel] Benchmarks for 16.11

2017-01-02 Thread Nicolas Legrand
mailing list > Koha-devel@lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ > -- *Nicolas Legrand* Administ

Re: [Koha-devel] biblioitems.marcxml & biblioitems.marc / HUGE performance issue !

2016-08-31 Thread Nicolas Legrand
-devel > > > website : http://www.koha-community.org/ git : > > > http://git.koha-community.org/ bugs : http://bugs.koha-community.org/ > > ___ > > Koha-devel mailing list > > Koha-devel@lists.koha-community.org &

Re: [Koha-devel] Perldoc website

2015-12-22 Thread Nicolas Legrand
Thanks ! 2015-12-22 15:36 GMT+01:00 Galen Charlton : > Hi, > > On Tue, Dec 22, 2015 at 8:47 AM, Nicolas Legrand > wrote: >> I'm a bit puzzled by the web perldoc, some changes are not effective >> on master. > > It looks like that a while back an issue with the

[Koha-devel] Perldoc website

2015-12-22 Thread Nicolas Legrand
, $itemnumber) if ($canReserve eq 'OK') { #We can reserve this Item! } @RETURNS OK, if the Item can be reserved. ageRestricted, if the Item is age restricted for this borrower. [...] Cheers, -- Nicolas Legrand Administration technique et développement

[Koha-devel] Sponsoring bug 14045 (Add specific quotas to on-site checkout)

2015-04-22 Thread Nicolas Legrand
work. Cheers, -- *Nicolas Legrand* Administration technique et développements du système de gestion de la bibliothèque [image: Logo BULAC] Bibliothèque universitaire des langues et civilisations 65 rue des Grands Moulins F-75013 PARIS T +33 1 81 69 *18 22* www.bulac.fr

[Koha-devel] Make on-site checkout have its own quota

2015-03-05 Thread Nicolas Legrand
n community branch. If I make a bug and a patch to make a different entry for on-site checkout in the Opac in the circulation matrix, would it be blocking for someone? Or do you have a better idea for our need? :) Cheers, -- *Nicolas Legrand* Administration technique et développements du