[Koha-patches] [PATCH 01/11] MT3168 : Suggestion budget management

2010-03-26 Thread Henri-Damien LAURENT
budget were not saved and not correctly displayed Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/suggestion/suggestion.tmpl |4 ++-- suggestion/suggestion.pl | 13 +++-- 2 files changed, 9 insertions(+), 8

[Koha-patches] [PATCH 02/11] unconditional warning changed to if $DEBUG

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Search.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index cbe212f..82ae4e5 100644 --- a/C4/Search.pm +++ b/C4

[Koha-patches] [PATCH 03/11] [MT3191] follow-up, removing warn

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- members/readingrec.pl |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/members/readingrec.pl b/members/readingrec.pl index 24fc15b..6c45619 100755

[Koha-patches] [PATCH 05/11] (MT3174) acqui/neworderempty.pl: incrementing the quantity when adding an item

2010-03-26 Thread Henri-Damien LAURENT
From: Alex Arnaud alex.arn...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- koha-tmpl/intranet-tmpl/prog/en/js/additem.js |4 ++-- .../prog/en/modules/acqui/neworderempty.tmpl |2 +- 2 files changed, 3 insertions(+), 3 deletions

[Koha-patches] [PATCH 07/11] [MT3171] budget limit not working

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com on a new order, the branch limits for the budgets where not managed properly if a budget had a limit on branch, it was not respected : the list displayed all budgets, including other branches than mine Signed-off-by: Henri-Damien LAURENT

[Koha-patches] [PATCH 06/11] removing warn logs

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- acqui/neworderempty.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index 8b88f93..cde8653

[Koha-patches] [PATCH 08/11] [MT2783] removing AutoCommit=0, the last item is not commited

2010-03-26 Thread Henri-Damien LAURENT
in a loss of perfs, but it's not a big problem I think. OTH, now everything is updated ! Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- tools/batchMod.pl |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index

[Koha-patches] [PATCH 09/11] [MT3199] stocknumber not saved properly

2010-03-26 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com if you have a marc field, mapped to items.stocknumber, it's not saved properly in items.stocknumber Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Items.pm |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[Koha-patches] [PATCH 10/11] Fixing updatedatabase DBRev 130 debarred

2010-03-26 Thread Henri-Damien LAURENT
call to selectall_arrayref was erroneous use call to selectcol_arrayref in order to do the updatedatabase Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- installer/data/mysql/updatedatabase.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Koha-patches] [PATCH 11/11] Bug Fixing opac/opac-readingrecord.pl

2010-03-26 Thread Henri-Damien LAURENT
There was some rebase issues on this script Fixing Error 500 two calls to $issues as an array ref where it is now a hash ref Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- opac/opac-readingrecord.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[Koha-patches] [PATCH] MT3160 : Fix plugin callback when subfields are cloned

2010-04-07 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/cataloguing/addbiblio.tmpl | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet

[Koha-patches] [PATCH] Bug Fixing opac/opac-readingrecord.pl

2010-04-07 Thread Henri-Damien LAURENT
There was some rebase issues on this script Fixing Error 500 two calls to $issues as an array ref where it is now a hash ref Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- opac/opac-readingrecord.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

[Koha-patches] [PATCH] MT3186: Remove warnings from Auth_with_cas

2010-04-07 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Auth_with_cas.pm | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm index 501fdef

[Koha-patches] [PATCH] MT3204 : Fix unstranslatable strings in JavaScript

2010-04-07 Thread Henri-Damien LAURENT
. Problem with new strings and new html tags inside the strings this patch removes them Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/serials/subscription-add.tmpl | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl

[Koha-patches] [PATCH] MT3212 : members modification wipeout dateexpiry

2010-04-07 Thread Henri-Damien LAURENT
Members modification when not in Library information mode would wipe out dateexpiry information Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- members/memberentry.pl |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/members/memberentry.pl b

[Koha-patches] [PATCH] Performance enhancing : C4/Languages.pm

2010-04-07 Thread Henri-Damien LAURENT
removing a call unused to getAllLanguages Doing better job at enabled languages Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Languages.pm | 76 +- 1 files changed, 24 insertions(+), 52 deletions(-) diff --git

[Koha-patches] [PATCH] Performance enhancing DBRev:01.00.129 and 128

2010-04-07 Thread Henri-Damien LAURENT
Adding an index on language_descriptions table in order to boost searches installer/data/mysql/updatedatabase.pl kohaversion.pl 128 reintroduce a value in systempreference choices --- installer/data/mysql/updatedatabase.pl | 21 + kohaversion.pl

[Koha-patches] [PATCH] Performance enhancing

2010-04-07 Thread Henri-Damien LAURENT
C4::Context.pm Loads all systempreferences at once And uses Memcached to cache them C4::Languages Using List::MoreUtils Memcaching get_langage_description Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Context.pm | 27 ++- C4/Languages.pm

[Koha-patches] [PATCH] followup 128 129 DB change

2010-04-07 Thread Henri-Damien LAURENT
--- installer/data/mysql/kohastructure.sql |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 1d5cba9..d925383 100644 --- a/installer/data/mysql/kohastructure.sql +++

[Koha-patches] [PATCH 01/12] MT3440: Display only borrower's messages in borrower's profile

2010-04-30 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- members/notices.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/members/notices.pl b/members/notices.pl index dea577e..fb8e91b 100755 --- a/members/notices.pl +++ b/members/notices.pl @@ -50,7 +50,7 @@ my

[Koha-patches] [PATCH 02/12] MT3448 : searchauthorities problems

2010-04-30 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Problems with searching authorities : The same index was always used --- authorities/auth_finder.pl |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/authorities/auth_finder.pl b/authorities/auth_finder.pl index

[Koha-patches] [PATCH 03/12] MT3499 : cataloguing authid not reported

2010-04-30 Thread Henri-Damien LAURENT
authid would not be correctly updated in bibliorecord. Biblio record would not receive the correct authid in subfield 9 but some erroneous data --- .../authorities/blinddetail-biblio-search.tmpl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[Koha-patches] [PATCH 06/12] Transport_type print missing

2010-04-30 Thread Henri-Damien LAURENT
This type is quite important for all the print notices --- .../mysql/en/mandatory/message_transport_types.sql |3 ++- .../1-Obligatoire/message_transport_types.sql |1 + installer/data/mysql/updatedatabase.pl | 10 ++ kohaversion.pl

[Koha-patches] [PATCH 08/12] Performance enhancing : C4/Languages.pm

2010-04-30 Thread Henri-Damien LAURENT
removing a call unused to getAllLanguages Doing better job at enabled languages --- C4/Languages.pm | 72 ++ 1 files changed, 24 insertions(+), 48 deletions(-) diff --git a/C4/Languages.pm b/C4/Languages.pm index 9ef2439..7e3b0d5 100644 ---

[Koha-patches] [PATCH 09/12] Performance enhancing DBRev:132

2010-04-30 Thread Henri-Damien LAURENT
Adding an index on language_descriptions table in order to boost searches --- installer/data/mysql/updatedatabase.pl | 10 ++ kohaversion.pl |2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl

[Koha-patches] [PATCH 10/12] (MT #3081) permit loans for today

2010-04-30 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com The specify due date calendar, doesn't accept today. This patch fix this issue and permit librarian to loan a book for one day. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/circ

[Koha-patches] [PATCH 11/12] (bug #4319) allow reserves on waiting items

2010-04-30 Thread Henri-Damien LAURENT
This add a function to check the reserve status, and add a check in IsAvailableForItemLevelRequest() to allow request on items that are waiting Conflicts solved: C4/Reserves.pm Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Reserves.pm | 17

<    1   2   3   4