[Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Nicolas Morin
Hi there, I want to gather opinions about a possible small change in the way the Amazon covers are handled in the opac on the detailed view of a record. Currently we show the Amazon cover and link back to the product's page on Amazon's web site from the cover itself. Some librarians I talk to are u

Re: [Koha-devel] virtual hosting of Koha

2009-01-16 Thread Krishnan M
I get the digest, so i am only able to respond now. I want to report one failure, and an eventual success (using a different route...) The failure: i was unable to deploy Koha to my regular account with a shared hosting service (specifically, hostmonster.com). i don't remember any problems w

Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Zeno Tajoli
Hi to all, At 16.42 08/01/2009, Nahuel ANGELINETTI wrote: >I don't know if some people have a big experience from InnoDB >and MySQL. >We just see in mysql documentation innoDB does not >reallow the disk space of deleted datas. I'm try to find a solution of this problem. I'm still working but I t

Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Nahuel ANGELINETTI
Hi, Le Fri, 16 Jan 2009 12:46:29 +0100, Zeno Tajoli a écrit : > > >[12 Jul 2004 15:51] Heikki Tuuri > > > >If you use MySQL-4.1.3, define > > > >innodb_file_per_table > > > >in my.cnf, and do OPTIMIZE TABLE, the operating system will get the > >disk space back. That > >is because the table is s

Re: [Koha-devel] Database size with InnoDB

2009-01-16 Thread Nahuel ANGELINETTI
Hi, Le Fri, 16 Jan 2009 12:46:29 +0100, Zeno Tajoli a écrit : > > >[12 Jul 2004 15:51] Heikki Tuuri > > > >If you use MySQL-4.1.3, define > > > >innodb_file_per_table > > > >in my.cnf, and do OPTIMIZE TABLE, the operating system will get the > >disk space back. That > >is because the table is s

Re: [Koha-devel] virtual hosting of Koha

2009-01-16 Thread MJ Ray
Michel Virard wrote: > Le Tue, 23 Dec 2008 18:07:34 -0500, Han, Yan > a écrit: > > In a commercial server, "make install" is not allowed. So does anyone > > have any luck to run koha in a commercial host? If so, please let me > > know the configuration changes, and the company's name. > > > > I

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Nicole Engard
I agree - but I have another reason for not liking the cover image linking to Amazon. I hate that clicking on the book image takes you out of the OPAC with no warning. This can be confusing to some patrons - whereas if the link specifically said Amazon then it would be clear what's about to happe

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Joshua Ferraro
On Fri, Jan 16, 2009 at 5:59 AM, Nicolas Morin wrote: > Hi there, > I want to gather opinions about a possible small change in the way the > Amazon covers are handled in the opac on the detailed view of a > record. > Currently we show the Amazon cover and link back to the product's page > on Amazo

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread paul POULAIN
Joshua Ferraro a écrit : > On Fri, Jan 16, 2009 at 5:59 AM, Nicolas Morin > wrote: > >> Hi there, >> I want to gather opinions about a possible small change in the way the >> Amazon covers are handled in the opac on the detailed view of a >> record. >> Currently we show the Amazon cover and lin

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Nicolas Morin
On Fri, Jan 16, 2009 at 1:54 PM, paul POULAIN wrote: > Joshua Ferraro a écrit : >> On Fri, Jan 16, 2009 at 5:59 AM, Nicolas Morin >> wrote: >> >>> At least some of them would be assuaged, I think, by a more discreet >>> link between their opac and Amazon : removing the link from the image >>> its

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Joshua Ferraro
On Fri, Jan 16, 2009 at 8:08 AM, Nicolas Morin wrote: > On Fri, Jan 16, 2009 at 1:54 PM, paul POULAIN > wrote: >> Joshua Ferraro a écrit : >>> On Fri, Jan 16, 2009 at 5:59 AM, Nicolas Morin >>> wrote: >>> At least some of them would be assuaged, I think, by a more discreet link betwee

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

2009-01-16 Thread MJ Ray
Nahuel ANGELINETTI wrote: > 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 think it means that it's improperly encoded. Did the line encode_

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

2009-01-16 Thread Galen Charlton
Hi, On Fri, Jan 16, 2009 at 9:08 AM, MJ Ray wrote: > Nahuel ANGELINETTI wrote: >> This means the data encode_base64() received is too big. > > I think it means that it's improperly encoded. Did the line > encode_base64(encode("UTF-8", $iso2709)); > in your patch fix it? It does; I tested it pr

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

2009-01-16 Thread Nahuel ANGELINETTI
Le Fri, 16 Jan 2009 09:13:39 -0500, Galen Charlton a écrit : > Hi, > > On Fri, Jan 16, 2009 at 9:08 AM, MJ Ray wrote: > > Nahuel ANGELINETTI wrote: > >> This means the data encode_base64() received is too big. > > > > I think it means that it's improperly encoded. Did the line > > encode_base

Re: [Koha-devel] how to handle the link back to amazon?

2009-01-16 Thread Joe Atzberger
On Fri, Jan 16, 2009 at 7:32 AM, Nicole Engard wrote: > > Also, does the link have to go to Amazon US? Can't we set it up so > that the users can pick their local Amazon? > This is already established via the SysPref "AmazonLocale". I think we could go the route Nicolas suggests, and try to stay

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

2009-01-16 Thread Joe Atzberger
Nahuel, You might be able to fix your problem with basic system adminstration, configuring sendmail to allow itself a larger memory footprint. -Joe On Fri, Jan 16, 2009 at 9:13 AM, Nahuel ANGELINETTI wrote: > Le Fri, 16 Jan 2009 09:13:39 -0500, > Galen Charlton a écrit : > > > Hi, > > > > On F

Re: [Koha-devel] virtual hosting of Koha

2009-01-16 Thread Han, Yan
I am testing the migration through a commercial vendor. This takes a little longer than I thought, but I believe that I should be able to do so soon. (in 1-2 months? I hope). I will keep you posted if I have success. Yan Han From: koha-devel-boun...@lists.koha.org [mailto:koha-devel-bou