[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

[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/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] [3.2 02/13] MT 2553 : Adds background job for items batch modification

2010-03-24 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- .../prog/en/includes/background-job.inc|1 + .../prog/en/modules/tools/batchMod-del.tmpl| 17 ++- .../prog/en/modules/tools/batchMod-edit.tmpl | 23 +++- tools/batchMod.pl

[Koha-patches] [3.2 01/13] MT 2269, Follow-up : Granular permissions for items batch modification and deletion

2010-03-24 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Change of permissions names Change of branch title in guided reports Add a Select All / Clean All on items selection Add a link to item when a given item cannot be deleted --- .../data/mysql/en/mandatory/userpermissions.sql|4

[Koha-patches] [3.2 05/13] [MT2766] Fixed the checkall checkbox

2010-03-24 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/serials/claims.tmpl|5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

[Koha-patches] [3.2 08/13] [MT2766] Added table filter to claims.tmpl

2010-03-24 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/serials/claims.tmpl| 17 + 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

[Koha-patches] [3.2 07/13] [MT2766] Fix supplier details not showing in claims.pl

2010-03-24 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- serials/claims.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/serials/claims.pl b/serials/claims.pl index 0b4..25dd559 100755 --- a/serials/claims.pl +++ b/serials/claims.pl @@ -55,7 +55,7 @@ if

[Koha-patches] [3.2 10/13] [MT2740] Hide damaged loop in item form if empty

2010-03-24 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Follow-up : removing itemlost if empty as well --- .../prog/en/modules/catalogue/moredetail.tmpl | 56 ++- 1 files changed, 29 insertions(+), 27 deletions(-) diff --git

[Koha-patches] [3.2 11/13] [MT3190] fix for Perl error, due to missing declared sub

2010-03-24 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com --- C4/Members.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 383fac0..46d3ae8 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -22,7 +22,7 @@ use strict; use C4::Context; use

[Koha-patches] [3.2 12/13] [MT3191] various perl errors in script (merge conflict)

2010-03-24 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com and SQL error solved --- members/readingrec.pl | 20 +++- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/members/readingrec.pl b/members/readingrec.pl index 6488be2..24fc15b 100755 --- a/members/readingrec.pl +++

[Koha-patches] [3.2 13/13] MT3168 : Suggestion budget management

2010-03-24 Thread Henri-Damien LAURENT
budget were not saved and not correctly displayed --- .../prog/en/modules/suggestion/suggestion.tmpl |4 ++-- suggestion/suggestion.pl | 13 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git

[Koha-patches] [PATCH 1/3] bug 3482 : followup overduenotices

2010-03-17 Thread Henri-Damien LAURENT
items content was not in html this match puts the item into a table --- misc/cronjobs/overdue_notices.pl |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index de0c721..3f31526 100755 ---

[Koha-patches] [PATCH 3/3] (bug3482) followup :Problems with html

2010-03-17 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com html tags in the letter content was stripped out by the processing of the letter. This patch only sanitize unfilled values in the letter without removing html tags --- misc/cronjobs/overdue_notices.pl |8 +--- 1 files changed, 5 insertions(+),

[Koha-patches] [PATCH 1/2] Followup : d31ac1 reintroducing submit buttons

2010-03-16 Thread Henri-Damien LAURENT
this reintroduces translation of submit values --- misc/translator/xgettext.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/translator/xgettext.pl b/misc/translator/xgettext.pl index a13be97..031f9ba 100755 --- a/misc/translator/xgettext.pl +++

[Koha-patches] [PATCH 2/2] Bug Fix AuthoritiesMarc.pm

2010-03-16 Thread Henri-Damien LAURENT
--- C4/AuthoritiesMarc.pm |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index e46cac0..916d5ed 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -251,15 +251,13 @@ sub SearchAuthorities {

[Koha-patches] [PATCH] Followup (MT #2920) fix reading record scripts:members/readingrec.pl

2010-03-12 Thread Henri-Damien LAURENT
Fixing Merge problem on opac/opac-readingrecord.pl --- opac/opac-readingrecord.pl | 21 - 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/opac/opac-readingrecord.pl b/opac/opac-readingrecord.pl index 21a90b6..e6550a5 100755 --- a/opac/opac-readingrecord.pl

[Koha-patches] [PATCH] Using only default framework for koha2marclinks

2010-03-12 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com --- admin/koha2marclinks.pl | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/admin/koha2marclinks.pl b/admin/koha2marclinks.pl index 8e0e105..bc7b75a 100755 --- a/admin/koha2marclinks.pl +++

[Koha-patches] [PATCH 01/55] Enhancing relevancy ranking

2010-03-10 Thread Henri-Damien LAURENT
--- C4/Search.pm | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 554174c..e74f147 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -738,17 +738,22 @@ sub _build_weighted_query { # Keyword, or, no index specified

[Koha-patches] [PATCH 03/55] MT 2413 : Attention message only to display if there are some warnings

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- circ/circulation.pl| 20 +--- .../prog/en/modules/circ/circulation.tmpl |3 ++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/circ/circulation.pl

[Koha-patches] [PATCH 04/55] MT 2446 : Cancel authority edition for a field goes back to this field

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- .../en/modules/admin/auth_subfields_structure.tmpl |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tmpl

[Koha-patches] [PATCH 05/55] MT2502 : Reports Editor's 200$b to biblio's 210$c within unimarc_field_210c plugin

2010-03-10 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- cataloguing/value_builder/unimarc_field_210c.pl|9 - .../value_builder/unimarc_field_210c.tmpl |8 2 files changed, 12 insertions(+), 5

[Koha-patches] [PATCH 06/55] MT 2538 : Using default authtypecode for authority display

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- authorities/detail.pl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index 66f931c..3d5a1d9 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@

[Koha-patches] [PATCH 07/55] MT2892: Fix security issue in intranet login

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Users could log in intranet using their cardnumber, with superlibrarian rights. --- C4/Auth.pm | 37 + 1 files changed, 21 insertions(+), 16 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index

[Koha-patches] [PATCH 10/55] Normalizing opac-detail.pl

2010-03-10 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com NFC on opac-detail --- opac/opac-detail.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index d43651b..e3ce0a5 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -71,6

[Koha-patches] [PATCH 11/55] SetUTF8Flag on any incoming data

2010-03-10 Thread Henri-Damien LAURENT
This prompts NFC normalization on adding record Therefore, any saved record will be NFC normalized --- C4/AuthoritiesMarc.pm |3 ++- C4/Biblio.pm |2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index

[Koha-patches] [PATCH 12/55] CirculationRule : TooMany HomeOrHoldingBranch mgt

2010-03-10 Thread Henri-Damien LAURENT
HomeOrHolding Branch system preference was not used in TooMany Thus, Circulation Rules were always checked against homebranch and not on the system preference designed field --- C4/Circulation.pm |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/C4/Circulation.pm

[Koha-patches] [PATCH 13/55] (bug #3924 MT2500) fix useDaysMode use

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This fix system preference choices, and delete some useless code. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../1-Obligatoire/unimarc_standard_systemprefs.sql |2 +- installer/data/mysql

[Koha-patches] [PATCH 14/55] Circulation : Global Quota management

2010-03-10 Thread Henri-Damien LAURENT
Quota for a Library network is supposed to be stored in the default Library issuing rules definition This patch checks and enforces the issuing rules at network level --- C4/Circulation.pm | 258 +--- .../prog/en/modules/circ/circulation.tmpl

[Koha-patches] [PATCH 15/55] Adding C4/IssuingRules

2010-03-10 Thread Henri-Damien LAURENT
This adds a new module for IssuingRules Management --- C4/IssuingRules.pm | 261 1 files changed, 261 insertions(+), 0 deletions(-) create mode 100644 C4/IssuingRules.pm diff --git a/C4/IssuingRules.pm b/C4/IssuingRules.pm new file mode

[Koha-patches] [PATCH 16/55] bug3393 : take care of default rules in overdues

2010-03-10 Thread Henri-Damien LAURENT
new patch proposed --- C4/Overdues.pm |2 +- misc/cronjobs/overdue_notices.pl |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 04520b2..1d48526 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -956,7

[Koha-patches] [PATCH 08/55] (MT #2920) fix reading record scripts

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This patch fix some perl ugly code to be more readable and lesser complex. And it allow in intranet to order by issues.timestamp. --- C4/Members.pm | 16 +++-

[Koha-patches] [PATCH 17/55] Minor bug fix rebuild_zebra

2010-03-10 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com removing only is2709 for authorities rebuild_zebra minor bug fixing Testing if exported value is a defined record --- misc/migration_tools/rebuild_zebra.pl | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git

[Koha-patches] [PATCH 18/55] (MT #2930) fix return date

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com when a document is returned, the return date set is yesterday, because it's detected as dropbox mode; It shouldn't. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Circulation.pm |3 ++- 1 files changed, 2

[Koha-patches] [PATCH 19/55] (bug #4018) fix coins support in opac detail and xslt

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../opac-tmpl/prog/en/modules/opac-detail.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac

[Koha-patches] [PATCH 22/55] MT2582: Fix user deletion without permission

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/includes/circ-toolbar.inc |2 +- members/deletemem.pl |8 2 files changed, 9 insertions

[Koha-patches] [PATCH 25/55] [MT2740] Hide damaged loop in item form if empty

2010-03-10 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/catalogue/moredetail.tmpl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules

[Koha-patches] [PATCH 26/55] Change debarring system (MT2263)

2010-03-10 Thread Henri-Damien LAURENT
for debarring this fix ismemberblock and patronflags for new debarring system Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Circulation.pm |9 ++- C4/Members.pm | 54 +- C4

[Koha-patches] [PATCH 30/55] MT 2422 : clone-rules.pl not a landing page

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/admin/clone-rules.tmpl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en

[Koha-patches] [PATCH 31/55] MT 2310 : New subfield for fields 10 is now in a tab

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../en/modules/admin/marc_subfields_structure.tmpl |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en

[Koha-patches] [PATCH 32/55] MT 2269 : Do not display all the items if there is a large amount of items

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Also fix the barcode not found problem (due to empty lines) Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Biblio.pm | 19 +++ C4/Items.pm

[Koha-patches] [PATCH 33/55] MT2527 : Adds default empty value for branches when batch modifying items

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com (so they are not modified by mistake) Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- tools/batchMod.pl | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/tools/batchMod.pl

[Koha-patches] [PATCH 34/55] (MT #2267) show borrower charges returning a document

2010-03-10 Thread Henri-Damien LAURENT
-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Circulation.pm | 12 +++- C4/Overdues.pm | 10 -- circ/returns.pl| 11 +++ .../prog/en/modules/circ/returns.tmpl

[Koha-patches] [PATCH 35/55] C4::Circulation adding sub FixFineDaysOnReturn

2010-03-10 Thread Henri-Damien LAURENT
FixFinedaysOnReturn was missing. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Circulation.pm | 60 + 1 files changed, 60 insertions(+), 0 deletions(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index

[Koha-patches] [PATCH 36/55] MT 2553 : Adds a Cancel button

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/tools/batchMod.tmpl|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules

[Koha-patches] [PATCH 37/55] (MT #2543) allow users to search on all auth types

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/includes/authorities-search.inc|1 + .../prog/en/modules/opac-authorities-home.tmpl |1 + 2 files changed, 2 insertions(+), 0

[Koha-patches] [PATCH 38/55] phrasing: check out limit reached

2010-03-10 Thread Henri-Damien LAURENT
From: Nicolas Morin nicolas.mo...@biblibre.com Current wording is Too many checked out (already checked out / max) But Too many seems to imply you're already over the limit, which is not the case. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/circ

[Koha-patches] [PATCH 39/55] MT1059, Follow-up : Fix merge reference selection presentation

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com A change in global-staff.css messed the merge reference selection presentation Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/cataloguing/merge.tmpl |4 ++-- 1 files changed, 2

[Koha-patches] [PATCH 40/55] MT2467 : limit available reenabling

2010-03-10 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com available was passed both as a parameter and a limit Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Search.pm | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/C4/Search.pm b/C4

[Koha-patches] [PATCH 41/55] (MT2690) fix members-home

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This fix the members-home script to work with new letter search management, and delete not anymore used code/template Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- members/members-home.pl | 18

[Koha-patches] [PATCH 42/55] adding link to items from list results

2010-03-10 Thread Henri-Damien LAURENT
From: Nicolas Morin nicolas.mo...@biblibre.com adding a link to mordetail.pl?biblionumber=XXX from the list view of results in intranet. Link is place on the count of items for each biblio Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/catalogue

[Koha-patches] [PATCH 43/55] MT2949: Remove broken link from authorities search results

2010-03-10 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/AuthoritiesMarc.pm |2 +- .../modules/opac-authoritiessearchresultlist.tmpl |2 +- 2 files changed, 2 insertions(+), 2

[Koha-patches] [PATCH 44/55] (MT #2970) fix returning document with branch transfert limits

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This fix differents stuffs: * change button labels * fix input hidden values that wasn't set * fix checked in items box, to don't show items that are in wrong branch Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com

[Koha-patches] [PATCH 50/55] Adding EXPIRED flag to Members management

2010-03-10 Thread Henri-Damien LAURENT
This flag is raised whenever dateexpiry is before today EXPIRED Flag was only set if patron was debarred followup: 6bcd5fe2413155682ca403f29fe62ffc1610f47d EXPIRED flag is added to patronflags Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Members.pm | 14

[Koha-patches] [PATCH 51/55] SIP Patron management

2010-03-10 Thread Henri-Damien LAURENT
Using Flag EXPIRED to notice whether Patron CAN or CANNOT checkout a book Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/SIP/ILS/Patron.pm |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm

[Koha-patches] [PATCH 52/55] Use marcflavour in Stage MARC Records For Import

2010-03-10 Thread Henri-Damien LAURENT
From: Frederic Demians f.demi...@tamil.fr In Stage MARC Record For Import, after uploading the file to stage, a Character encoding (MARC21/UNIMARC) must be selected for the file. By default, this is MARC21. This patch defaults to marcflavour system preference. Signed-off-by: Henri-Damien LAURENT

[Koha-patches] [PATCH 53/55] Set Status : setting debarred to NULL

2010-03-10 Thread Henri-Damien LAURENT
Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- members/setstatus.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/members/setstatus.pl b/members/setstatus.pl index bf7b96d..58b84f4 100755 --- a/members/setstatus.pl +++ b/members/setstatus.pl

[Koha-patches] [PATCH 54/55] MT2464 : branch_transfer_limit.pl usability change

2010-03-10 Thread Henri-Damien LAURENT
Adds branchnames along with branchcodes for display Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- admin/branch_transfer_limits.pl| 48 +++-- .../en/modules/admin/branch_transfer_limits.tmpl | 74 +--- 2 files changed

[Koha-patches] [PATCH 47/55] (MT #3007) update hold transfer slip datas

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This patch add information to hold transfer slip: * itemcallnumber * location * waiting date Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Reserves.pm | 50

[Koha-patches] [PATCH 55/55] (bug #3798) fix changing request branch

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com a variable was wrong in template. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- .../prog/en/modules/reserve/request.tmpl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha

[Koha-patches] [PATCH 1/2] (MT #3075) fix oe char from iso5426

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com this add oe conversion in chartable for iso5426. --- C4/Charset.pm |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/C4/Charset.pm b/C4/Charset.pm index 6b828ec..c673e10 100644 --- a/C4/Charset.pm +++

[Koha-patches] [PATCH 2/2] (MT #2962) add converted chars from ISO5426

2010-03-10 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This add 0xBE and 0xBD conversion to char table. --- C4/Charset.pm |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/C4/Charset.pm b/C4/Charset.pm index c673e10..ce0e839 100644 --- a/C4/Charset.pm +++

[Koha-patches] [PATCH] (bug4309) Error 500 Authorities search

2010-03-09 Thread Henri-Damien LAURENT
Search For multiple values ( Heading strict, Heading main and anywhere) produced an ill formed z3950 query. Fixing that --- C4/AuthoritiesMarc.pm | 22 +++--- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index

[Koha-patches] [PATCH 2/6] [MT2718] Removed the language limit displaying twice in the OPAC advanced search

2010-03-08 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl

[Koha-patches] [PATCH 3/6] [MT2740] Hide damaged loop in item form if empty

2010-03-08 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/catalogue/moredetail.tmpl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl

[Koha-patches] [PATCH 4/6] [MT2358] Display issue date in member reading record

2010-03-08 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/members/readingrec.tmpl|3 +++ members/readingrec.pl |1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git

[Koha-patches] [PATCH 6/6] (MT #3076) make cancel button working on return

2010-03-08 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com --- circ/returns.pl|2 +- .../prog/en/modules/circ/returns.tmpl | 10 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/circ/returns.pl b/circ/returns.pl index

[Koha-patches] [PATCH] C4/ILSDI/Services.pm Fixing rebasing and merge problems

2010-03-01 Thread Henri-Damien LAURENT
Previous patches introduced many merge conflicts. This patch fixes them all --- C4/ILSDI/Services.pm | 175 -- 1 files changed, 0 insertions(+), 175 deletions(-) diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index bcfd785..8632f0b

[Koha-patches] [PATCH 1/7] Followup adding ILS-DI System-preferences

2010-02-26 Thread Henri-Damien LAURENT
--- .../en/modules/admin/preferences/web-services.pref |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web-services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web-services.pref index

[Koha-patches] [PATCH 2/7] [MT2306_2271] Fixes access permissions to ILS-DI

2010-02-26 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- opac/ilsdi.pl | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/opac/ilsdi.pl b/opac/ilsdi.pl index 1a97abe..319b902 100755 --- a/opac/ilsdi.pl +++ b/opac/ilsdi.pl @@ -113,12 +113,22 @@ my %optional

[Koha-patches] [PATCH 5/7] [MT2306_2271] Fixed an encoding bug in the documentation

2010-02-26 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- opac/ilsdi.pl |1 + 1 files changed, 1

[Koha-patches] [PATCH 6/7] [MT2306_2271] Fixed an encoding bug in the documentation

2010-02-26 Thread Henri-Damien LAURENT
Moved the binmode pragma to the end of the file, so it won't affect documentation templates. So no more double encoding. Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- opac/ilsdi.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opac/ilsdi.pl

[Koha-patches] [PATCH 1/5] [MT2766] Fixed the checkall checkbox

2010-02-22 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/serials/claims.tmpl|5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

[Koha-patches] [PATCH 2/5] [MT2766] Replaced CGI dropdown box call wich is deprecated

2010-02-22 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/serials/claims.tmpl| 21 -- serials/claims.pl | 22 ++- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git

[Koha-patches] [PATCH 3/5] [MT2766] Fix supplier details not showing in claims.pl

2010-02-22 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- serials/claims.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/serials/claims.pl b/serials/claims.pl index 1b6f878..9c1e4c0 100755 --- a/serials/claims.pl +++ b/serials/claims.pl @@ -55,7 +55,7 @@ if

[Koha-patches] [PATCH 5/5] [MT2766] Fixed a bug about hidden checkboxes in claims

2010-02-22 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/serials/claims.tmpl|8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl

  1   2   3   4   >