Re: [Koha-patches] Fixes translated boolean syspref inversion

2010-05-06 Thread Paul Poulain
Le 05/05/2010 19:49, Frédéric DEMIANS a écrit : What about this patch? http://lists.koha.org/pipermail/koha-patches/2010-March/005752.html Without it all boolean syspref are inverted in any language other than English. I confirm the problem ! -- Paul POULAIN http://www.biblibre.com

[Koha-patches] [PATCH] Bug 4450 Use more consistent error returns in C4/Creators/*

2010-05-06 Thread Chris Nighswonger
From: Colin Campbell colin.campb...@ptfs-europe.com A lot of routines were defaulting to return -1 in error conditions but calling code was expecting a ref or object use return with explicit undef (or emptyness in array context) for these cases. Extended this to cases where return was not tested

[Koha-patches] [PATCH] cache the session for the duration of the script

2010-05-06 Thread Michael Hafen
cache the CGI::Session object in C4::Context for the duration of the script. This should help pages like circulation.pl which call get_session() again. --- C4/Auth.pm|4 C4/Context.pm | 33 + 2 files changed, 37 insertions(+), 0 deletions(-) diff

[Koha-patches] [PATCH] Adding a new developer plus 2 new meetings to the history doc

2010-05-06 Thread Chris Cormack
--- docs/history.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index f55db47..33351c4 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -488,3 +488,6 @@ April 7 2010Alex Arnaud becomes the 109th committer to have

[Koha-patches] [PATCH] Adding new developers to the about page, need to do libraries next

2010-05-06 Thread Chris Cormack
--- koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl index d2f870b..7317065 100644 ---

[Koha-patches] [PATCH] wr-70205 Rental discount not being respected

2010-05-06 Thread Chris Cormack
--- C4/Circulation.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 780a7ee..254c2d7 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -2285,7 +2285,7 @@ sub GetIssuingCharges { my $q2 = SELECT rentaldiscount