[Koha-devel] About Mail::Sendmail

2009-01-09 Thread Nahuel ANGELINETTI
Hi people, I'm adding the ability to send shelves by mail. During my addition I find a problem sending by mail: Wide character in subroutine entry This means the data encode_base64() received is too big. I was copying the script from sendbasket, so I tested with sendbasket and a large basket, the

Re: [Koha-devel] About Mail::Sendmail

2009-01-09 Thread Nahuel ANGELINETTI
It seams Joe already had this problem and should send a patch in july. http://lists.katipo.co.nz/public/koha/2008-July/015599.html Is it somewhere ? Le Fri, 9 Jan 2009 17:16:41 +0100, Nahuel ANGELINETTI a écrit : > Hi people, > > I'm adding the ability to send shelves by mail. > During my ad

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Kyle Hall
Ok, so I'm trying to set up my git repo. I created a new git repo and pushed my dev machine's master to it through ssh. I also was able to clone this git repo using ssh, but if I try to do it through http it doesn't work. k...@kyle-desktop:~$ git clone http://kylehall.info/koha.git Initialized em

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
I don't know if it is possible to clone a git repo over http. There is a web interface to browsing a repo, git-web, but I don't think that is suitable for cloning. I think the standard protocols for cloning a repo are git:// ssh:// and maybe ftp:// I'm sure someone on this list can correct me if

[Koha-devel] authorities question

2009-01-09 Thread Rafael Antonio
Dear all, I am installing KOHA 3.0 with UNIMARC flavour. When I define authority types if I leave blank field Summary all the information is seen but the link just give ".../cgi-bin/koha/detail.pl?authid=" and I receive an error message because there is no argument. If I fill Summary with [200a]

[Koha-devel] authorities question again

2009-01-09 Thread Rafael Antonio
Dear all I have seen several KOHA 3.0 demos where the page Authority search results allways show 0 biblio records. I have tested and did some links between biblio and authority but it never never changes. Does we need to run any script? Thanks, Rafael Antonio _

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
Forwarded Message From: Gerald Van Baren To: Michael Hafen Subject: Re: [Koha-devel] Git Repository Questions Date: Fri, 9 Jan 2009 15:05:15 -0500 On Fri, Jan 9, 2009 at 12:06 PM, Michael Hafen wrote: > I don't know if it is possible to clone a git repo over http. There is >