Re: [Koha-devel] zebra package

2018-09-05 Thread Zeno Tajoli
/commit/704fd190292cb771df94553b0ed6f9f4b71660a6 In fact in zebra 2.0.59 ICU doesn't work. If you setup ICU in fact is a big problem. If you can not use ICU, well you can live with it Bye Zeno Tajoli On Wed, Sep 5, 2018 at 5:36 PM Paul A wrote: > David and all who assisted, > >

[Koha-devel] RabbitMQ / bug 26742: in production message broker on a specific server ?

2020-11-23 Thread Zeno Tajoli
ation ? I'm working with 250.000 bibliographic records and 1.700 users in single-instance installation. Cheers Zeno Tajoli -- Zeno Tajoli System Librarian ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.o

Re: [Koha-devel] RabbitMQ / bug 26742: in production message broker on a specific server ?

2020-11-24 Thread Zeno Tajoli
Hi Devid and all, I confirm that I will use Koha Debian packages (probably I will use Debian 10 with ES 6.x and PSGI/Plack). As you say, it is not a drama to use RabbitMQ. as local service. That you for the info. Bye Zeno Tajoli Il 24/11/2020 01:26, dc...@prosentient.com.au ha scritto

[Koha-devel] Z39.50 daemon with ElasticSearch

2020-12-14 Thread Zeno Tajoli
ipt 'z3950_responder.pl' is working, the transformation into daemon not. Do you have any suggestion/check to fix this situation ? Cheers Zeno Tajoli -- Zeno Tajoli System Librarian ___ Koha-devel mailing list Koha-devel@lists.koha-community.or

Re: [Koha-devel] Z39.50 daemon with ElasticSearch

2020-12-15 Thread Zeno Tajoli
b/z3950-responder.pid #File for save pid --debug What do you think of the changes and adds ? Cheers Zeno Tajoli Il 15/12/2020 08:51, Fridolin SOMERS ha scritto: Hi, We at Biblibre use one Koha per machine so whe created a SystemD unit : [Unit] Description=Koha Z39.50 Service [Se

Re: [Koha-devel] Elasticsearch changing licences

2021-01-18 Thread Zeno Tajoli
installation of Koha. In fact as SasS. Cheers Zeno Tajoli Il 18/01/2021 06:06, dc...@prosentient.com.au ha scritto: After reading https://wiki.koha-community.org/wiki/Elasticsearch#Install_elasticsearch, it looks like the Koha community is actually already using the "Elastic licence" s

[Koha-devel] A patch for sorting by call_number in ES

2021-01-20 Thread Zeno Tajoli
default setup of admin/searchengine/elasticsearch/mappings.yaml, inserting 'cn-sort' as sortable. What do you think ? Cheers Zeno Tajoli -- Zeno Tajoli System Librarian ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lis

[Koha-devel] A suggestion on how manage ES ?

2021-01-20 Thread Zeno Tajoli
d system ? There are problems on Catmandu workflow ? b)I can setup a ssh tunnel on my local systems (two PC, a Win10 and a Mac) to my server, so for ES my calls are in fact calls from localhost Do you have try to manage a ES with my constraints ? Any other solution ? Cheers Zeno Tajoli -

[Koha-devel] To add a new filed to search (with ElasticSearch)

2021-01-25 Thread Zeno Tajoli
Hi to all, how can I add a new field to search, if I use ElasticSearch ? As I have check on wiki and on documentation, I need to use .yaml files. As I know is not possible to add new fields with "Search engine configuration (Elasticsearch)". Or is it possible ? Cheers Zeno Tajo

[Koha-devel] Build slection of Jquery-UI

2021-02-17 Thread Zeno Tajoli
ressbar.js, slider.js, tabs.js, effect.js, effect-highlight.js with version 1.11.4 There are specific motivation behind those different lists ? What do you think if I propose to add the dialog widget ( https://api.jqueryui.com/dialog/) to opac and staff ? Cheers Z

Re: [Koha-devel] OPAC search by 952$e

2021-03-22 Thread Zeno Tajoli
Hi Paul, You need to add 952$e to Zebra config. You can start from here: https://wiki.koha-community.org/wiki/How_to_add_new_zebra_index https://wiki.koha-community.org/wiki/Understanding_Zebra_indexing Inside Zebra there are still data from 952, check how it works. Bye Zeno Tajoli On Mon, Mar

Re: [Koha-devel] Need help to test a patch that will simplify translations

2022-04-02 Thread Zeno Tajoli
in range(128)"], "stdout": "\nBug 29602 - We must be nicer with translators", "stdout_lines": ["", "Bug 29602 - We must be nicer with translators"]} I'm not sure those are patches for sandboxes, but in fact they have at least an error ab

[Koha-devel] REST API and new defaults

2023-10-06 Thread Zeno Tajoli
ange those defaults: a)RESTBasicAuth: from 'Not enabled' to 'Enabled' b)Plack as mandatory As I see also ERM needs those defaults So is it a direction to take? In .. ../cataloguing/merge.pl I insert a check on the environment. Cheers Zeno Tajoli

Re: [Koha-devel] REST API and new defaults (Zeno Tajoli)

2023-10-06 Thread Zeno Tajoli
d the record with 123 has all items, etc attached, See the test of the present patch: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152678 Cheers Zeno Tajoli On Fri, Oct 6, 2023 at 7:06 PM Olli-Antti Hypernova wrote: > > Yes this is important, and how the merging should be ac

[Koha-devel] I suggest an update to last version of perltidy

2023-10-10 Thread Zeno Tajoli
decision on this topic: https://wiki.koha-community.org/wiki/Perltidy#Only_perltidy_modified_code Cheers Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel

[Koha-devel] Debian Squeeze packages and CPAN for master

2012-09-25 Thread Zeno Tajoli
on Data::Paginator Template::Plugin::HtmlToText For MooseX::Types I don't understand the exact situation. Do I prepare a patch for install_misc/debian.packages with all packages in a) section ? For b) section, are we sure of required versions of all packages ? Bye Zeno Tajol

[Koha-devel] Test of bug 7736 failed, which status ?

2012-10-18 Thread Zeno Tajoli
Hi to all, I have finished to test the patch for bug 7736. In fact the patch can't be used as written in the instructions. It not clear if are wrong instructions or code. So, which status do I need to insert ? In discussion, Assigned or Failed QA ? Bye Zeno Tajoli -- Dott. Zeno T

Re: [Koha-devel] Test of bug 7736 failed, which status ?

2012-10-18 Thread Zeno Tajoli
eed to insert ? >> In discussion, Assigned or Failed QA ? > > > Failed QA. If the patch writer is able to revise the instructions so that > you're able to test it, s/he will set it back to "Needs signoff," and you > can test it again. Ok, status changed and inser

[Koha-devel] Basic Setup for a Spanish interface

2012-10-23 Thread Zeno Tajoli
n /etc/locale.gen ? Thank you very much Cheers Zeno Tajoli -- Dott. Zeno Tajoli Dipartimento CILEA z.tajoliAT_SPAM_no_prendiATcineca.it fax +39 02 2135520 CINECA - Consorzio Interuniversitario ___ Koha-devel mailing list Koha-devel@lists.koha-community.

[Koha-devel] Bug 9018 - Problem install your languages on 3.10.x

2012-11-21 Thread Zeno Tajoli
l and package we can union the two git trees. For git users only a README in the dir. Bye Zeno Tajoli -- Dott. Zeno Tajoli Dipartimento CILEA z.tajoliAT_SPAM_no_prendiATcineca.it fax +39 02 2135520 CINECA - Consorzio Interuniversitario ___ Koha-devel mai

Re: [Koha-devel] BZ8942

2012-12-10 Thread Zeno Tajoli
Z discussion. > If developpers agree, it should be added in wiki, in QA tools and > automated test. I read the discussion in bugzilla and for me is a +1. It is a good convention. Bye Zeno Tajoli -- Dott. Zeno Tajoli Dipartimento CILEA z.tajoliAT_SPAM_no_prendiATcineca.it fax +39 02 2135520 C

Re: [Koha-devel] [Koha-translate] String freeze for 3.8.8 and 3.10.1

2012-12-18 Thread Zeno Tajoli
Hi Ruth and all, Il 18/12/2012 07:19, Ruth Bavousett ha scritto: > The 3.10 strings are just finishing (in the next hour or so, they'll be > done), and the 3.8 ones will be next! are xx-yy-opac-ccsr.po files identical from 3.10.0 to 3.10.1 ? Bye Zeno Tajoli -- Dott. Zeno Tajoli D

[Koha-devel] install all locales to install Koha::Contrib::Tamil

2013-01-23 Thread Zeno Tajoli
ocale::TextDomain. In fact is not a problem, it is quite easy to do with 'sudo dpkg-reconfigure locales' [first option of first menu]. I think this is a useful tip for all. I will update http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra Bye Zeno Tajoli -- Dr. Zeno Tajo

Re: [Koha-devel] install all locales to install Koha::Contrib::Tamil

2013-01-24 Thread Zeno Tajoli
t mysql db and user, differnt dirs, different envs an different index daemon in /etc/init.d/. But one daemon work only on one koha installation. Do you think it work ? Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39

Re: [Koha-devel] Koha Live DVD progress

2013-02-26 Thread Zeno Tajoli
Hi, Il 26/02/2013 11:39, Vimal Kumar V. ha scritto: > I am preparing a blue print for Koha Live DVD and publish tomorrow for > discussion. > > Where I have to publish it, Koha wiki or Google docs? Koha wiki is much better, I think. Bye -- Dr. Zeno Tajoli Dipartimento Ge

Re: [Koha-devel] Major surprise - "automatic" upgrade

2013-05-07 Thread Zeno Tajoli
Hi Paul, could you send the result of printenv | grep 'KOHA_CONF' and printenv | grep 'PERL5LIB' ? Not only for the user 'koha' but also for users 'paul' and 'root'. The best is to check the values before start the "automatic" upgrade In general where do you setup the environment variables KOH

[Koha-devel] SQL files and transaltion

2013-07-02 Thread Zeno Tajoli
translation, I wait and I help in testing the code. I think that the new translation workflow for MARC21 will be present in 3.14. But I can change my plan. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA

Re: [Koha-devel] SQL files and transaltion

2013-07-02 Thread Zeno Tajoli
setup and for MARC21 translation. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha

[Koha-devel] libgd-gd2-perl and ibgd2-noxpm-dev in wheezy

2013-07-05 Thread Zeno Tajoli
t XPM (X pixmap) and fontconfig support. Bye Zeno Tajoli ___ 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.koh

Re: [Koha-devel] koha reservation expires automatically

2013-07-09 Thread Zeno Tajoli
with those sandboxes" And this patch has an dbupdate. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing

Re: [Koha-devel] koha reservation expires automatically

2013-07-09 Thread Zeno Tajoli
h work, install a test server with last version of 3.12.x port the patch to 3.12.x If all works, port your installation to 3.12.x and use the patch in production. I don't if you have the tecnical skill to do this job, I suggest you to ask for a loc

[Koha-devel] Install Solr on debian wheezy for Koha

2013-09-04 Thread Zeno Tajoli
don't install the package 'javacc' as you can read here: https://drupal.org/node/967628 What is it your experience ? Do you think that the package 'javacc' is mandatory ? Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza

[Koha-devel] XML::Simple or YAML for read config files ?

2013-09-21 Thread Zeno Tajoli
Hi to all, I have to define a configuration file for Koha. Which perl module do we want to prefer for config files ? YAML (like system prefences) or XML::Simple (like koha-conf.xml) ? Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj

Re: [Koha-devel] XML::Simple or YAML for read config files ?

2013-09-23 Thread Zeno Tajoli
ystem. Between YAML and XML I prefer XML, you need to see it, to edit it and it is connect with solr config that is done wit XML. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Se

Re: [Koha-devel] deprecating zebra grs1 one day?

2013-09-24 Thread Zeno Tajoli
Hi, also for me +1 for announcing deprecation with release of 3.14 Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha

[Koha-devel] Module MARC::Record doesn't set well lenght in leader.

2013-09-29 Thread Zeno Tajoli
ader' => '00859nam a2200265 i 4500' '_warnings' => ARRAY(0x53682b0) 0 'Invalid record length in record 324: Leader says 00859 bytes but it\'s actually 861' 1 'field does not end in end of field character in tag 630 in record 32

[Koha-devel] Module MARC::Record doesn't set well lenght in leader.

2013-09-29 Thread Zeno Tajoli
end of field character in tag 630 in record 324' 2 'field does not end in end of field character in tag 240 in record 324' 3 "Invalid indicators \"\c^02\" forced to blanks in record 324 for tag 240\cJ" 4 'field does n

Re: [Koha-devel] Module MARC::Record doesn't set well lenght in leader.

2013-09-30 Thread Zeno Tajoli
ct I also modified lenght in leader from 00859 to 00861 and now with 'é' all is OK My text file is UTF-8. It is during the creation of MARC blob that leader lenght is set in a wrong way. But I don't underdstood why. Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle

Re: [Koha-devel] Module MARC::Record doesn't set well lenght in leader.

2013-09-30 Thread Zeno Tajoli
same records with correct UTF-8 -- same records with uncorrect UTF-8. Cheers Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.k

Re: [Koha-devel] OPAC theme defaults for 3.14

2013-10-25 Thread Zeno Tajoli
costumixations. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http

[Koha-devel] Bug 10454, mysqlism to insert support to sequences

2013-10-28 Thread Zeno Tajoli
need something like Koha::Sequence.pm. I think it is mandatory to use inside it MySQLism, Postgresism, etc. In fact it will became an 'ORM' for sequnces So to improve it I need something that says me if I use MySQL, Postgres, etc. What do you think about use C4::Context->db_scheme2dbi ?

[Koha-devel] Unimarc an standard place for biblio and biblionumber

2013-11-08 Thread Zeno Tajoli
o.biblionumber and biblioitems.biblioitemnumber fields be mapped to a MARC subfield" but with this setup the cgi /admin/checkmarc.pl gives this error. So, it is better to change checkmarc.pl on insert a new default ? In Unimarc xsl for biblionumber it used

[Koha-devel] The best option for index after a batch change

2013-12-03 Thread Zeno Tajoli
oprion to do after ? a)I restart background indexing with Tamil's daemon or b)I reindex on command line with -z option ? Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Se

[Koha-devel] Modules only on CPAN

2013-12-20 Thread Zeno Tajoli
://debian.koha-community.org, the others no (because are only for developer). Cheers Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha

[Koha-devel] Improvment of ACQ during hackfest in Marseille

2014-03-07 Thread Zeno Tajoli
work on ACQ ? - Improvment/bug fis, sign-off, QA - Tests on modules - Tax problems (see the mails of Sonia BOUIS) - Revamp work on EDI The main improvment we want to develop is to create an abstract layer to connect with an external system (SAP, PeopleSoft, etc.) Bye Zeno Tajoli -- Dr. Zeno

Re: [Koha-devel] Improvment of ACQ during hackfest in Marseille

2014-03-07 Thread Zeno Tajoli
blems connect to ACQ. It is impossible to do all in only one week. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing

[Koha-devel] Proposed to delete table aqorderdelivery (bug 11928)

2014-03-12 Thread Zeno Tajoli
Hi to all, here, http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11928, I propose to delete Mysql table aqorderdelivery It seems not used. Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha

[Koha-devel] SQL schema for ACQ

2014-03-12 Thread Zeno Tajoli
licit reletions I need to isert false foregin keys. So don't use MySQL Workbench file to generate Koha sql file. Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-dev

Re: [Koha-devel] sample_only_param_tables.sql

2014-03-19 Thread Zeno Tajoli
not exist, tables aqbudgets, branches, categories, currency, itemtypes are changed. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate

[Koha-devel] Apache configuration for UTF-8

2014-03-19 Thread Zeno Tajoli
, 2.4). Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http

[Koha-devel] Version of Zebra used by Koha (dev repositoty)

2014-03-19 Thread Zeno Tajoli
=3 in searches. (left truncation and left+right truncation). But attention, now Zebra use yaz version 5.x. I don't konow what is better to do. Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA -

[Koha-devel] Problem on git server

2014-03-31 Thread Zeno Tajoli
Hi to all, there are problems on git server ? My request of 'git pull' doesn't work. I receive: fatal: read error: Connection reset by peer Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 213552

Re: [Koha-devel] Problem on git server

2014-03-31 Thread Zeno Tajoli
Hi, I confim that now git server works. Bye - Messaggio originale - Da: "Mark Tompsett" A: "Galen Charlton" Cc: koha-devel@lists.koha-community.org Inviato: Lunedì, 31 marzo 2014 17:45:03 Oggetto: Re: [Koha-devel] Problem on git server Greetings, It was intermittent over the weekend.

[Koha-devel] UTF-8 in passowrd ?

2014-04-07 Thread Zeno Tajoli
n: Do we want to support full utf-8 in password for patrons ? Bye Zeno Tajoli -- Dr. Zeno Tajoli Dipartimento Gestione delle Informazioni e della Conoscenza z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing

[Koha-devel] R: March towards 3.16.0 #1

2014-04-23 Thread Zeno Tajoli
. Bye Zeno Tajoli ___ 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://bug

Re: [Koha-devel] Koha Plugins

2014-05-01 Thread Zeno Tajoli
Hi to all, >I wanted to write a Koha Plugin for meta searching. I think that the best option is to help on test/qa this bug: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10486 Bye Zeno Tajoli ___ Koha-devel mailing list Koha-de

[Koha-devel] Very big patch (over 1000 lines) -- SQL for MARC21

2014-05-13 Thread Zeno Tajoli
patch and I attach it to a bug in bugzilla, dimentions are not a problem Someone sign-off/qa it as normal. b)I create a gzip with the .sql and I attach it to a bug in bugzilla, sign-off and qa only writting a comment Or are there others options ? Bye Zeno Tajoli

Re: [Koha-devel] Very big patch (over 1000 lines) -- SQL for MARC21

2014-05-14 Thread Zeno Tajoli
Hi to all, Il 13/05/2014 20:32, Galen Charlton ha scritto: On Tue, May 13, 2014 at 11:08 AM, Zeno Tajoli wrote: What is it the best workflow to insert those SQL into git tree ? I can create a patch, but it will be very big (more that 1000 lines). The size is fine. I see two option: a) I

[Koha-devel] Which version for MARC::Record ?

2014-05-14 Thread Zeno Tajoli
we can use a more complex setup of repository, inset MARC::Record in our Koha repo and use 'pinning', https://wiki.debian.org/AptPreferences to prefear our repo (or jessie) instead of whezzy stable. Bye Zeno Tajoli ___ Koha-devel mailing list K

Re: [Koha-devel] unimarc to marc21

2014-07-17 Thread Zeno Tajoli
gest you to: -- add your self in CC list for the bug -- help on sign-off when it will be possible. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa

Re: [Koha-devel] unimarc to marc21

2014-07-17 Thread Zeno Tajoli
-> MARC21 conversion: https://github.com/edsd/biblio-metadata/blob/master/UNIMARC2MARC21.xsl Probably it is not enough for a librarina, but it is a start. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CIN

[Koha-devel] Test of UTF-8 (bug 11944)

2014-07-25 Thread Zeno Tajoli
Hi, I have stopped to test bug 11944 on sandbox 6 because authority seems not indexed. On monday Paola Rossi tests circulation. Bye -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate

[Koha-devel] Test of UTF-8 (bug 11944) - Problem on BibLibre Branch

2014-07-25 Thread Zeno Tajoli
Hi to all, I'm not see this patch http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30016&action=diff in the BibLibre branch on bug 11944, this branch: biblibre/ft/bug_11944 in http://git.biblibre.com/biblibre/kohac.git Or do i check in the wrong place ? Bye Ze

Re: [Koha-devel] Bugs related to Zebra indexing for Unimarc

2014-08-26 Thread Zeno Tajoli
Is there a way to resolve it by using some (new?) template in *koha-indexdefs-to-zebra.xsl ? Probsbly is, but we need to write a new template Bye Zeno Tajoli -- Dr. Zeno

Re: [Koha-devel] Bugs related to Zebra indexing for Unimarc

2014-08-26 Thread Zeno Tajoli
ink that kohaidx="http://www.koha-community.org/schemas/index-defs"; and xmlns="http://www.koha-community.org/schemas/index-defs"; are here only for the sake of xsltproc. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Bibliotech

[Koha-devel] Testing UTF-8 (bug 11944)

2014-09-01 Thread Zeno Tajoli
Hi to all, Paola Rossi and I we have finished to test bug 11944 using Biblibre git branch (http://git.biblibre.com/biblibre/kohac/commits/ft/bug_11944) I will be part of IRC dev meeting of today to speak about it. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale

[Koha-devel] New package for koha (master version)

2014-09-03 Thread Zeno Tajoli
Koha repo. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha-community.org

Re: [Koha-devel] Koha and DBIC

2014-09-10 Thread Zeno Tajoli
should be a ResultSet method 5) Any operation that works on tables linked by key constraints should take advantage of those DBIC relationships and also to undestand the proposal is better to have a complete script with this points. Do you have written a patch on bug in this way ? Bye Zeno Tajoli

Re: [Koha-devel] Dom indexing operational with a fresh install?

2014-09-17 Thread Zeno Tajoli
Hi Francois, I probably have the same problem. If, as me, you use DOM indexing, you need to fix only marc21/biblios/biblio-koha-indexdefs.xml Probaly the only change to do are the changes written in this comment of Paul Poulain: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=758

[Koha-devel] Opac doesn't support IE6 and IE7 (with js enabled). Are we aware of this ?

2014-10-01 Thread Zeno Tajoli
sable javascript but many features of Opac are based on javascript. For me it OK, IE6 and IE7 are only 3% of desktop browsers if we check wikipedia source, http://en.wikipedia.org/wiki/Usage_share_of_web_browsers. But: -- Are we aware of this situation -- Is it OK ? Bye Zeno Tajoli -- Dr. Zeno T

Re: [Koha-devel] Opac doesn't support IE6 and IE7 (with js enabled). Are we aware of this ?

2014-10-01 Thread Zeno Tajoli
need to continue to support IE6, use the latest jQuery UI 1.9 release. -- humanmsg.js 1.0, https://code.google.com/p/humanmsg/wiki/UsingHumaneMessages, Problems to use with IE6, it seems. Tommorow I will continue the check. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca

Re: [Koha-devel] Opac doesn't support IE6 and IE7 (with js enabled). Are we aware of this ?

2014-10-02 Thread Zeno Tajoli
ables.inc' %] So if we do this update in Opac and in Intranet, we will have incompatiblies with IE7. For me is OK to drop support for IE7 in Opac and Intranet. For me it is accettable to drop IE7 only in Intranet and mantain it in Opac. Update in bug 12986 is necessary for Intranet (Ac

Re: [Koha-devel] Opac doesn't support IE6 and IE7 (with js enabled). Are we aware of this ?

2014-10-02 Thread Zeno Tajoli
7 http://imgur.com/a/5Yz6B Cart link doesn't work at all, list link opens all window and in practice can not save. Basic graphic is ugly. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede o

Re: [Koha-devel] 3.18 Feature Freeze is near!

2014-10-28 Thread Zeno Tajoli
Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha

[Koha-devel] tests for utf-8

2014-11-17 Thread Zeno Tajoli
to insert in the git archive a version of two record in a flat/open format (like '.mrk' of MarcEdit) ? Reading the code I find an other test that covers utf-8: t/db_dependent/Koha_Database.t Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Bibliot

Re: [Koha-devel] Double encoding of query_cgi

2014-11-26 Thread Zeno Tajoli
e now. Bye Zeno -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segrate ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists

Re: [Koha-devel] Pending PDF::Reuse Release And Koha

2014-12-03 Thread Zeno Tajoli
::Reuse. >>6. Re-verify the functionality of the related tools. >>7. Reply to the list with any issue which arise. Is it correct ? Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 21

[Koha-devel] The meta-packages koha-perldeps

2015-01-23 Thread Zeno Tajoli
e mandatory only for development. Attention, this is the situation as I know it, do your tests if you want to be sure. Bye Zeno Tajoli -- Dr. Zeno Tajoli Soluzioni per la Ricerca Istituzionale - Automazione Biblioteche z.taj...@cineca.it fax +39 02 2135520 CINECA - Sede operativa di Segra

[Koha-devel] Web services only of authenticated users [C4::Service]

2015-03-04 Thread Zeno Tajoli
Hi to all, today, working on do a metsearch for Opac, I have found that web service basic API (C4::Service) could be used only from authenticated users. In fact with C4::Service->init(); it is mandatory to insert a permission that is checked in C4::Auth check_api_auth. The check is done on the

[Koha-devel] About level of collaction in MySQL

2015-11-21 Thread Zeno Tajoli
column or table level, we setup it at database level. I see that mysql works with levels to define collation [server, database, table, column]. So which level of collation do we want ? Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha

[Koha-devel] Help about bug 15207

2015-11-21 Thread Zeno Tajoli
on_schema.table_constraints) but it doesn't work always. For example it doesn't work for Katrin. I don't know what to do now. Do you have any idea about this topic ? Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-com

[Koha-devel] Which version of Zebra in Debian Jessie?

2016-01-12 Thread Zeno Tajoli
ge libnet-z3950-zoom-perl, the essential package for search and cataloguing. So, do you have fund this problem ? Do you think that the only solution now is to install zebra 2.0.59 on Debian Jessie ? Bye Zeno Tajoli ___ Koha-devel mailing list Koha-d

Re: [Koha-devel] Which version of Zebra in Debian Jessie?

2016-01-18 Thread Zeno Tajoli
t-z3950-zoom-perl. I can't install package libnet-z3950-zoom-perl 1.30.1 from debian jessie using package yaz 5.15.2 from Indexdata. The two packeges are compatible between them. Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-commun

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

2016-01-26 Thread Zeno Tajoli
set name not valid for specified database -- v2 addinfo '' nextResultSetPosition = 2 Elapsed: 0.000759 So it is something differnt. Bye Zeno Tajoli 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

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 actual

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

2016-01-26 Thread Zeno Tajoli
facet::' . $facet_idx . ':0:' . $facetMaxCount; Is it correct ? Bye Zeno Tajoli ___ 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-commu

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

2016-01-26 Thread Zeno Tajoli
o normal searches in Koha or yaz-client? In fact yes, I can do normal searches with Koha Opac and with yaz-client. Bye Zeno Tajoli ___ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koh

[Koha-devel] Too warning in Koha log " ... CGI::param called in list context from package main ..."

2016-02-11 Thread Zeno Tajoli
ext ... can lead to vulnerabilities" ? Bye Zeno Tajoli ___ 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-c

Re: [Koha-devel] Where the field studentnumber of borrower is?

2016-09-16 Thread Zeno Tajoli
Hi, >I'm migrating from Koha 2 to 3 and the field studentnumber of the table >borrowers has gone? reading the code of update22to30.pl the answer is yes. 243 my %uselessfields = ( 244 # tablename => "field1,field2", 245 borrowers => "suburb,altstreetaddress,altsuburb,altcity,

Re: [Koha-devel] Development environment ,

2016-10-29 Thread Zeno Tajoli
Hi Thomas, it not clear to me how-to use ohadevbox:master on Windows. Do I need to install Virtualbox on Win, then inside it I install a Debian ? And after shall I install kohadevbox INSIDE this Debian ? Bye Zeno Tajoli - Messaggio originale - Da: "Tomas Cohen Arazi" A: &quo

Re: [Koha-devel] INSTALL.debian is outdated

2016-11-27 Thread Zeno Tajoli
ty.org/wiki/Koha_3.22_on_Fedora_23 and after to write an Koha_on_Centos_HowTo in which do you explain how to find the missing perl modules and system utilities . A good plus is to write an Ansible task for all the requirements in Centos 7.x for Koha 16.05 and 16.11 Bye Zeno

Re: [Koha-devel] Sending patches to the manual

2017-03-08 Thread Zeno Tajoli
Hi to all, >I'm the doc manager for 17.05 >And yes 16.11 is the old way, 17.05 uses sphinx and is much easier to edit >Chris are you sure Chris ? In the git archive 16.11 use sphinx also: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=tree;hb=refs/heads/manual16.11.x B

Re: [Koha-devel] Koha 17.05 Release Notes - Draft One ( 2nd attempt ; )

2017-05-17 Thread Zeno Tajoli
Hi Paul and all, In fact I'm cut & paste comments in bugzilla to insert them into 'Text for release note'. In fact Release Notes are done by a script but if we change bugzilla, it change also it !! Bye Zeno Tajoli ___ Koha-deve

Re: [Koha-devel] memcached?

2010-06-04 Thread Zeno Tajoli
nsert 'tmp' instead of 'mysql' ? Bye Zeno Tajoli Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @) ___ Koha-devel mailing list Koha-devel@lists.koha-c

[Koha-devel] No more problem on marc21_field_007.tmpl

2010-07-08 Thread Zeno Tajoli
date of OS [I'm now on Debian 5, I was on Debian 3] and git pull of branch 3.0.x the bug ins not more present. So I don't fill a bug in bugzilla. I thnik the problem was in the OS. Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; so

[Koha-devel] To define default 9xx fields for Unimarc setup in all languages

2010-07-13 Thread Zeno Tajoli
that MUST be present in every setup, please replay. If you want to discuss it, please replay. Bye to all Zeno Tajoli Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @) __

Re: [Koha-devel] Deprecated System Preferences

2010-07-27 Thread Zeno Tajoli
ot;. Is a list of marc tags about authors. This list is different in Unimarc and in Marc21. I think we need to keep it. Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)

[Koha-devel] Where discuss RFCs ?

2010-09-13 Thread Zeno Tajoli
t; section there is a replay of Savitra Sirohi. I want to add my considerations also (a user asked us a develop about analytics on unimarc). But where ? In the main section of the wiki page ? In the "Talk" section ? On the mailing lists ? Bye Zeno Tajoli -- Zeno Tajoli

[Koha-devel] The work on bibliografic relationships (RFC 3.4 Analytic Record support)

2010-09-24 Thread Zeno Tajoli
sert' -- I suggest the idea to work manly with cataloguing plugins Bye Zeno -- Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci qaunto tra AT con @) ___ Koha-devel mailing list Koha-d

Re: [Koha-devel] Search Engine Changes : let's get some solr

2010-10-04 Thread Zeno Tajoli
Hi to all, Any feedback/idea welcome. the main problem that I see is that Zebra is much more light on RAM. Solrs is needs Java + an App server J2EE (Tomact, Jetty ?). If we select Solr, can we setup a library with 512 MB of RAM in the server ? Bye -- Zeno Tajoli CILEA - Segrate (MI

  1   2   >