Re: [Koha-patches] [PATCH] (bug #3412) fix double encoded guided report

2009-07-15 Thread Frédéric DEMIANS
-binmode STDOUT, ':utf8'; - [1] I have not been able to reproduce the double-encoding problem - a report on biblio.title looks OK for titles that include diacritics. Please add more information about how to reproduce the problem to the bug. [2] The two lines that this patch removes

[Koha-patches] No Koha Uninstall Script.

2009-07-15 Thread Koha-Developer
Much of the logic of this is described within the documentation within the script itself. But, in short, without some form of priviledge-escalation utility in action the koha user will have no luck in running such commands. And in any case, the koha user is one of the users who would be

Re: [Koha-patches] [PATCH] [followup](bug #3370) fix the Get function name

2009-07-15 Thread Nahuel ANGELINETTI
Hi, Le Fri, 10 Jul 2009 10:47:47 -0500, Galen Charlton galen.charl...@liblime.com a écrit : Hi Nahuel, On Thu, Jul 9, 2009 at 9:01 AM, Nahuel ANGELINETTInahuel.angeline...@biblibre.com wrote: Le Wed, 8 Jul 2009 11:25:05 -0400, Joe Atzberger joe.atzber...@liblime.com a écrit : Wasn't

[Koha-patches] [PATCH] [ReplacePrevious](bug #3398) fix unimarc 210c plugin

2009-07-15 Thread Nahuel ANGELINETTI
this add some args to SearchAuthority(); Fix the pagination, and fix javascript script. --- cataloguing/value_builder/unimarc_field_210c.pl|9 --- .../value_builder/unimarc_field_210c.tmpl | 24 +++ 2 files changed, 24 insertions(+), 9 deletions(-) diff

[Koha-patches] [PATCH] Bug 3418: Fixes the alpha order of the system preference tags.

2009-07-15 Thread Garry Collum
--- .../prog/en/includes/sysprefs-menu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-menu.inc index 5187edd..7709da5 100644 ---