[Koha-devel] Koha bugzilla now using https

2016-01-26 Thread Chris Cormack
Hi all bugs.koha-community.org is now being served over https, which is cool. However you will need to tell git bz to use https This is as simple as running git config --global bz-tracker.bugs.koha-community.org.https true (I think it should work without the --global, if you run it in your koha

Re: [Koha-devel] Jenkins (we want to move the server)

2016-01-26 Thread Laurent Ducos
I have a problem with the following directories  /home/jenkins/jobs/Koha_3.14.x and /home/jenkins/jobs/Koha_master 22Go + 28Go, very big no ?  maybe they are obsolete ? 15M    /home/jenkins/jobs/Koha_3.18.x_U12 40M    /home/jenkins/jobs/Koha_3.14.x_U12 12K    /home/jenkins/jobs/Koha_Docs_3.12.x

Re: [Koha-devel] Jenkins (we want to move the server)

2016-01-26 Thread Tomas Cohen Arazi
I'd say 3.14.x should go away. Regarding the Koha_Master task, maybe we'd like to keep it for historical purposes. Maybe discuss is on IRC? 2016-01-26 7:47 GMT-03:00 Laurent Ducos : > I have a problem with the following directories > /home/jenkins/jobs/Koha_3.14.x and /home/jenkins/jobs/Koha_mas

Re: [Koha-devel] Koha bugzilla now using https

2016-01-26 Thread Tomas Cohen Arazi
The kohadevbox:ansible branch is already updated for this change. Great work Chris! Thanks! 2016-01-26 5:41 GMT-03:00 Chris Cormack : > Hi all > > bugs.koha-community.org is now being served over https, which is cool. > However you will need to tell git bz to use https > > This is as simple as r

[Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Tajoli Zeno
Hi all, I trying to check my indexes in Zebra. My setup: OS: Debian jessie Koha: 3.20.7 [manual install] Zebra: 2.0.61 [install from IndexData repo] Format: UNIMARC Probably the fact that I use unimarc is relevant but I don't understand where. I do the debug described here: http://wiki.koha-co

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Tomas Cohen Arazi
Maybe they just removed the zebra::snippet elem? 2016-01-26 12:54 GMT-03:00 Tajoli Zeno : > Hi all, > > I trying to check my indexes in Zebra. > My setup: > OS: Debian jessie > Koha: 3.20.7 [manual install] > Zebra: 2.0.61 [install from IndexData repo] > Format: UNIMARC > > Probably the fact that

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Zeno Tajoli
Hi to all, >Maybe they just removed the zebra::snippet elem? I try also Z> format xml Z> elements zebra::data Z> base biblios Z> f git Z> show 1 The result is the same: Sent presentRequest (1+1). Records: 1 Diagnostic message(s) from database: [25] Specified element set name not valid for

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Tomas Cohen Arazi
You need to check if you are actually using the etc/zebradb/retrieval-info-bib-dom.xml file. Maybe is using a different one, without the line. 2016-01-26 13:19 GMT-03:00 Zeno Tajoli : > Hi to all, > > > >Maybe they just removed the zebra::snippet elem? > > I try also > Z> format xml > Z> elemen

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Tajoli Zeno
Hi Tomas, Il 26/01/2016 17:21, Tomas Cohen Arazi ha scritto: You need to check if you are actually using the etc/zebradb/retrieval-info-bib-dom.xml file. Maybe is using a different one, without the line. I read koha-conf.xml and I find: xmlns:xi="http://www.w3.org/2001/XInclude"/> this is

[Koha-devel] koha-plack --enable does not enable plack when plack has never been enabled

2016-01-26 Thread philippe kloos
hello, When running koha-plack --enable, the script assumes that there is already a commented line that includes the plack configuration in the apache virtual host's config of the instance. The script would comment out the line : (from /usr/sbin/koha-plack line 148) : sed -i 's:^

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Zeno Tajoli
- Messaggio originale - Da: "Tomas Cohen Arazi" A: "Zeno Tajoli" Cc: "koha-devel" Inviato: Martedì, 26 gennaio 2016 17:21:16 Oggetto: Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work You need to check if you are actually using the etc/zebradb/retrieval-info- bib-do

[Koha-devel] Do we use '"zebra::*"' only for facets ?

2016-01-26 Thread Zeno Tajoli
Hi to all, as I say in previous thread I have problems with retrieval data from zebra::*. Now I want to check how we use the zebra::*. As I see from the code and from comment in git repo, we use zebra::* only for facets, with instruction: C4/Search.pm:my $facet_element = 'zebra::facet::' . $

Re: [Koha-devel] koha-plack --enable does not enable plack when plack has never been enabled

2016-01-26 Thread Chris Cormack
On 27 January 2016 at 06:42, philippe kloos wrote: > > Should i file a bug about this ? > Hi Philippe Please do file a bug. Chris ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo

Re: [Koha-devel] Do we use '"zebra::*"' only for facets ?

2016-01-26 Thread Tomas Cohen Arazi
That's correct. El 26/1/2016 18:28, "Zeno Tajoli" escribió: > Hi to all, > > as I say in previous thread I have problems with retrieval data from > zebra::*. > > Now I want to check how we use the zebra::*. > As I see from the code and from comment in git repo, we use zebra::* only > for > facets

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread David Cook
Hi Zeno, That's pretty strange. I'm using Zebra 2.0.60, and the zebra::* elements work fine on openSUSE. "/etc/zebradb/retrieval-info-bib-dom.xml" is an interesting filepath. You installed Koha with the Debian Packages, yes? Historically, that filepath has been something like /etc/koha/marc21-re

[Koha-devel] It's that time - Calling for a dev meeting in IRC - Feb 2nd

2016-01-26 Thread Brendan Gallagher
Hello All - I'd like to call for a dev meeting(QA meetup/catch up) for Feb 2nd at 15utc. The reason there is such short notice was that I thought we should complete the meeting so we can bring any announcements to the General IRC meeting the following day. Please see the agenda. https://wiki.koh

Re: [Koha-devel] It's that time - Calling for a dev meeting in IRC - Feb 2nd

2016-01-26 Thread Mirko Tietgen
How abouthttp://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+Developers+IRC+Meeting&iso=20160202T15your link was for January ;)-- MirkoBrendan Gallagher schrieb:Hello All - I'd like to call for a dev meeting(QA meetup/catch up) for Feb 2nd at 15utc.  The reason there is such short notice

Re: [Koha-devel] Zebra: the 'elements zebra::snippet' doesn't work

2016-01-26 Thread Zeno Tajoli
Hi David and all, >That's pretty strange. I'm using Zebra 2.0.60, and the zebra::* elements >work fine on openSUSE. this installation is Zebra 2.0.61. on Debian Jessie >"/etc/zebradb/retrieval-info-bib-dom.xml" is an interesting >filepath. [...] >Are you using a Gitified Koha or a Git Dev inst