[Koha-devel] Fwd: Koha Catalyst Work

2012-07-26 Thread Ashok Mishra
Please can you help me with this reservoir problem: Koha version: 3.08.01.002 OS version ('uname -a'): Linux bcp-library 3.2.0-26-generic-pae #41-Ubuntu SMP Thu Jun 14 16:45:14 UTC 2012 i686 i686 i386 GNU/Linux Perl interpreter: /usr/bin/perl Perl version: 5.014002 Perl @INC: /usr/share/koha/li

Re: [Koha-devel] What is Trasaction Date and Time in MARC field 005

2012-07-26 Thread G.K.MANJUNATH
Dear Doug, Thanks for your help. In fact, I had seen the documentation available at the LOC site before sending my query. Therefore, my doubt still persists. The documentation does not clearly indicate whether the date of transaction is the date on which the record was modified/updated or thi

Re: [Koha-devel] What is Trasaction Date and Time in MARC field 005

2012-07-26 Thread Doug Dearden
This might explain: http://www.loc.gov/marc/bibliographic/bd005.html Doug -Original Message- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of G.K.MANJUNATH Sent: Thursday, July 26, 2012 3:48 AM To: koha-devel@lists.koha

Re: [Koha-devel] Koha Catalyst Work

2012-07-26 Thread Travis Elliott Davis
slef, Both good thoughts. On the issue of performance you are correct catalyst is big. I am not sure if there would be a performance loss or not. My inclination would be to say about the same but that is just my intuition. Having used Catalyst several years ago as well there were some thing

Re: [Koha-devel] Record indexer integration (Zebra)

2012-07-26 Thread Tomas Cohen Arazi
Can we move Search::Engine::Solr into Koha:: namespace and create a Zebra version that implements the same API? (havent read the code yet, sorry). If there was a consensus on the way Koha::Contrib::Tamil does the indexing, the algorithms could be reused. Once we had this, we could introduce some mo

Re: [Koha-devel] Koha 3.4 end of life?

2012-07-26 Thread Jared Camins-Esakov
MJ, > > Because if someone has enough money and wants to adopt it, they can. > I doubt they will (I think only 2.2 has continued much after the > community abandoned it and then not in a very organised way) but it > leaves the door open. > Fair enough. It should also encourage RMaints to actuall

Re: [Koha-devel] Koha 3.4 end of life?

2012-07-26 Thread MJ Ray
Jared asked: > Why don't we just say "3.4.x is End of Life and no longer supported" and > leave it at that? Because if someone has enough money and wants to adopt it, they can. I doubt they will (I think only 2.2 has continued much after the community abandoned it and then not in a very organised

Re: [Koha-devel] Koha Catalyst Work

2012-07-26 Thread MJ Ray
Elliott Davis wrote: > https://github.com/libsysguy/koha-catalyst. It is obviously not complete > but it will run and give you a basic idea of the code structure. Let me > know your thoughts and ideas, I'm excited to hear what you have to say Probably a good idea! My two concerns would be: 1.

Re: [Koha-devel] [Koha-translate] KOCT translatable, please translate !

2012-07-26 Thread Mirko
Paul Poulain wrote am 26.07.2012 14:20: Le 24/07/2012 17:05, Mirko a écrit : German translation attached mmm... there's a problem with your patch Mirko: 14:18 ~/koha.dev/contrib/global (master *% u=)$ git am 0001-de-DE-Translation.patch Patch format detection failed. The problem with my att

Re: [Koha-devel] KOCT translatable, please translate !

2012-07-26 Thread Claire Hernandez
On 26/07/2012 14:26, Paul Poulain wrote: The translations of KOCT to: spanish, gallician and italian have been pushed. Jonathan or Claire should publish soon the KOCT 0.23 on mozilla.org, with them. For information, I will package the whole thing after holidays (> week 33). Claire; __

Re: [Koha-devel] KOCT translatable, please translate !

2012-07-26 Thread Paul Poulain
Le 24/07/2012 12:20, Paul Poulain a écrit : > Hello, > > The Koha Offline Circulation Tool, a firefox plugin, is now > translatable. I just pushed a patch that add this feature and the > translation to french. > > It's very easy to add a translation, just head here : > http://git.koha-community.o

Re: [Koha-devel] [Koha-translate] KOCT translatable, please translate !

2012-07-26 Thread Paul Poulain
Le 24/07/2012 17:05, Mirko a écrit : > German translation attached mmm... there's a problem with your patch Mirko: 14:18 ~/koha.dev/contrib/global (master *% u=)$ git am 0001-de-DE-Translation.patch Patch format detection failed. -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres

Re: [Koha-devel] Record indexer integration (Zebra)

2012-07-26 Thread Jonathan Druart
Zeno, To adapt for Zebra, I think you just have to modify the routine sub launch_indexation Currently, it calls C4::Search::Engine::Solr::IndexRecord( $recordtype, $recordids ); 2012/7/26 Zeno Tajoli > Hi Jonathan, > > Il 26/07/2012 11:32, Jonathan Druart ha scritto: > > Hi all, > > > > Jus

[Koha-devel] What is Trasaction Date and Time in MARC field 005

2012-07-26 Thread G.K.MANJUNATH
Dear Members, I have question regarding the content in the field 005 ( MARC tag). Is this the field in which issue and return date of a document is recorded or date on which the record was modified/updated/corrected ? There is another field 008, which stores the date on which the recorded w

[Koha-devel] Ubuntu : MySQL GUI Tools

2012-07-26 Thread Fridolyn SOMERS
Hie devs, I work on Ubuntu 12.04. I'm used to MySQL tools : Query Browser and Administrator. If found this tools are not available anymore in Ubuntu repositories, proposing MySQL Workbench instead. If you whant to find old tools, use the Tolaris repository : http://www.tolaris.com/apt-reposito

Re: [Koha-devel] Record indexer integration (Zebra)

2012-07-26 Thread Zeno Tajoli
Hi Tomas, Il 25/07/2012 15:38, Tomas Cohen Arazi ha scritto: > An effort is being made to update the INSTALL.* files and to aid our > users in running Koha almost auto-magically (read .deb install method, > copy and paste instructions for src install in debian/ubuntu, etc). > > A missing piece (

Re: [Koha-devel] Record indexer integration (Zebra)

2012-07-26 Thread Zeno Tajoli
Hi Jonathan, Il 26/07/2012 11:32, Jonathan Druart ha scritto: > Hi all, > > Just for information: We (at BibLibre) have developped an indexer daemon > (named IndexRecordQueue). >> It's available on our git repository (branch dev/solr). > > I can do some doc if someone is interested. this script

Re: [Koha-devel] Record indexer integration (Zebra)

2012-07-26 Thread Jonathan Druart
Hi all, Just for information: We (at BibLibre) have developped an indexer daemon (named IndexRecordQueue). It's available on our git repository (branch dev/solr). Direct link: http://git.biblibre.com/?p=koha;a=blob;f=misc/solr/IndexRecordQueue.pl;h=9f1b03ba538eeab80f8261c1b9b78d14d075732f;hb=2175