[Koha-patches] [PATCH] [SIGNED-OFF] bug 4903: enable OAI-DC output when install done in standard mode

2011-04-07 Thread Magnus Enger
From: Galen Charlton Based on patch by Tomás Cohen Arazi , revised to work regardless of the installation mode. Signed-off-by: Galen Charlton Signed-off-by: Magnus Enger --- opac/oai.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opac/oai.pl b/opac/oai.pl ind

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 4912: Follow-up fix for Bug 4912, redirect user to correct lists

2011-04-07 Thread Jonathan Druart
From: Owen Leonard Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/prog/en/css/opac.css |2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl|6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-

[Koha-patches] [PATCH 1/2] [SIGNED-OFF] Bug #6064 Improvement of default value usage in overdue

2011-04-07 Thread Stéphane Delaune
From: Sophie Meynieux Change default value in overduerules table for delayn (NULL instead of 0) and fix GetBranchcodesWithOverdueRules function Signed-off-by: Stéphane Delaune --- C4/Overdues.pm |6 +- installer/data/mysql/kohastructure.sql |6 +++--- insta

[Koha-patches] [PATCH 2/2] [SIGNED-OFF] bug6064 adding forgotten news version in kohaversion

2011-04-07 Thread Stéphane Delaune
Signed-off-by: Stéphane Delaune --- kohaversion.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kohaversion.pl b/kohaversion.pl index a5165ce..6b33ee0 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use stri

[Koha-patches] [PATCH] 6094 Fixing ModAuthority problems

2011-04-07 Thread Marcel de Rooy
Pref MergeAuthoritiesOnUpdate does not exist; should be dontmerge. In: C4/AuthoritiesMarc.pm Subfolder tmp/modified_authorities should not be in $cgidir or $intranetdir. The apache user should not be assumed to have write access there. I would like to move it (back?) to /tmp/modified_authorities.

[Koha-patches] [PATCH] BZ6104: Modify item looses branch

2011-04-07 Thread paul . poulain
From: Paul Poulain If the $value is provided by the item, use it, don't use the librarian branch ! --- cataloguing/additem.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index b2b1192..e2dfc02 100755 --- a/cataloguing/

[Koha-patches] FW: [PATCH 2/2] [SIGNED-OFF] bug6064 adding forgotten news version in kohaversion

2011-04-07 Thread Marcel de Rooy
Stephane: I always understood that kohaversion.pl should not be changed by a developer; RM changes it. -Oorspronkelijk bericht- Van: koha-patches-boun...@lists.koha-community.org [mailto:koha-patches-boun...@lists.koha-community.org] Namens Stéphane Delaune Verzonden: donderdag 7 april 2

[Koha-patches] [PATCH 2/2] [SIGNED-OFF] Bug 6084: Follow up - fix more translation markers

2011-04-07 Thread Katrin Fischer
From: Tomas Cohen Arazi grep -R 'alert("' * was not enough. I needed grep -R "alert('" too!. Signed-off-by: Katrin Fischer --- .../prog/en/includes/background-job.inc|2 +- koha-tmpl/intranet-tmpl/prog/en/js/acq.js |2 +- .../prog/en/modules/admin/biblio_framewo

[Koha-patches] [PATCH 1/2] [SIGNED-OFF] Bug 6084: Missing translation markers in javascript alert messages

2011-04-07 Thread Katrin Fischer
From: Tomas Cohen Arazi I ommited commented lines and "if $debug" lines too. Signed-off-by: Katrin Fischer --- .../prog/en/includes/labels-batches-toolbar.inc| 10 +- .../en/includes/patroncards-batches-toolbar.inc| 10 +- .../intranet-tmpl/prog/en/js/xmlControlfiel

[Koha-patches] [PATCH] Bug 6105 - Fix a problem when cancel a reserve from moremember.pl

2011-04-07 Thread Alex Arnaud
--- .../prog/en/modules/members/moremember.tmpl|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl index ad5731d..2081073 100644 --- a/ko

[Koha-patches] [PATCH 2/2] [SIGNED-OFF] Bug 5529 Absence or Presence of lists not being reliably returned

2011-04-07 Thread fdurand
From: Colin Campbell C4::VirtualShelves::GetRecentShelves contained some rather confused code The contents of the requested list are returned in an arrayref which was in its turn being wrapped needlessly in an array As a result the returned array always consisted of a single element irrespective

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6095: Add UTF8 encoding in template

2011-04-07 Thread Jonathan Druart
From: Alex Arnaud Signed-off-by: Jonathan Druart --- .../prog/en/modules/batch/print-notices.tmpl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/batch/pri

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6105 - Fix a problem when cancel a reserve from moremember.pl

2011-04-07 Thread Jonathan Druart
From: Alex Arnaud Signed-off-by: Jonathan Druart --- .../prog/en/modules/members/moremember.tmpl|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/m

[Koha-patches] [PATCH] Bug #6107 - Problems when duplicate a patron on memberentry.pl

2011-04-07 Thread Alex Arnaud
--- members/memberentry.pl |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/members/memberentry.pl b/members/memberentry.pl index 52b39b8..c665b6e 100755 --- a/members/memberentry.pl +++ b/members/memberentry.pl @@ -619,6 +619,10 @@ if ($nok) { if (!defined($data{'datee

[Koha-patches] [PATCH] [SIGNED-OFF 1/7] Bug 5422: Separate state field for patron's addresses - database update

2011-04-07 Thread Magnus Enger
From: Katrin Fischer Signed-off-by: Magnus Enger --- installer/data/mysql/kohastructure.sql |3 +++ installer/data/mysql/updatedatabase.pl | 12 kohaversion.pl |2 +- 3 files changed, 16 insertions(+), 1 deletions(-) diff --git a/installer/data/m

[Koha-patches] [PATCH] [SIGNED-OFF 2/7] Bug 5422: Separate state field for patron's addresses

2011-04-07 Thread Magnus Enger
From: Katrin Fischer Signed-off-by: Magnus Enger --- C4/Auth_with_ldap.pm | 127 ++ C4/SIP/ILS/Patron.pm | 137 ++-- .../en/modules/help/tools/import_borrowers.tmpl|4 +- .../prog/en/modules/m

[Koha-patches] [PATCH] [SIGNED-OFF 3/7] Additional fixes for Bug 5422, Separate state field for patron's adresses

2011-04-07 Thread Magnus Enger
From: Owen Leonard Adding state variable to various circ and member pages so that sidebar display of patron details includes state. Signed-off-by: Magnus Enger --- circ/circulation.pl|1 + .../intranet-tmpl/prog/en/includes/circ-menu.inc |5 ++--- memb

[Koha-patches] [PATCH] [SIGNED-OFF 4/7] Bug 5422: Add missing fields to deletedborrowers and change datatype to text

2011-04-07 Thread Magnus Enger
From: Katrin Fischer Signed-off-by: Magnus Enger --- installer/data/mysql/kohastructure.sql |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index ea0bc03..9178867 100644 --- a/inst

[Koha-patches] [PATCH] [SIGNED-OFF 5/7] Adding state to output of patron search results screen

2011-04-07 Thread Magnus Enger
From: Owen Leonard Signed-off-by: Magnus Enger --- .../prog/en/modules/members/member.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.

[Koha-patches] [PATCH] [SIGNED-OFF 6/7] Bug 5422: Small layout correction to borrower search result list

2011-04-07 Thread Magnus Enger
From: Katrin Fischer Signed-off-by: Magnus Enger --- .../prog/en/modules/members/member.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/membe

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 3072: Search for Heading-Main in authorities

2011-04-07 Thread Katrin Fischer
From: Marcel de Rooy Includes Heading-Main in authorities bib1 attribute set. Also includes Any in authorities bib1 (was still missing). Also removes temporary fix in AuthoritiesMarc.pm. Signed-off-by: Marcel de Rooy Rebased after pushed fix for #5924. Signed-off-by: Katrin Fischer --- C4/Aut

[Koha-patches] [PATCH] BZ6106: add item not respecting framework in acq The PrepareItemrecordDisplay sub builds an item framework for later use in ACQ Some cases were missing : item subfield connected

2011-04-07 Thread paul . poulain
From: Paul Poulain --- C4/Biblio.pm | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 75e9a3d..66dbf26 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -2465,6 +2465,40 @@ sub PrepareItemrecordDisplay {

[Koha-patches] [PATCH] [SIGNED-OFF] Bug #6082 - On aqbudgets.pl bug on the Statistic's combobox

2011-04-07 Thread Katrin Fischer
From: Alex Arnaud Signed-off-by: Katrin Fischer --- C4/Koha.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 0836669..95244bd 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -1051,7 +1051,7 @@ sub GetAuthorisedValueCategories { my $sth

[Koha-patches] [PATCH] Bug 6099: error in report pagination when GROUP BY

2011-04-07 Thread Jonathan Druart
--- C4/Reports/Guided.pm | 19 --- reports/guided_reports.pl |2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 0da7c13..409ba69 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -43,7 +4

[Koha-patches] [PATCH] [SIGNED-OFF] Bug #6107 - Problems when duplicate a patron on memberentry.pl

2011-04-07 Thread Stéphane Delaune
From: Alex Arnaud Signed-off-by: Stéphane Delaune --- members/memberentry.pl |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/members/memberentry.pl b/members/memberentry.pl index 52b39b8..c665b6e 100755 --- a/members/memberentry.pl +++ b/members/memberentry.pl @@ -6

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5949: Hide 'Edit record' link when creating new order

2011-04-07 Thread Marcel de Rooy
From: Katrin Fischer The 'Edit record' link only makes sense, when you want to modify an order after creating it. Before there is no biblionumber the link can link to. Patch adds check for existing biblionumber so link is only shown when there is an existing record to be edited. Signed-off-by: M

[Koha-patches] [PATCH] [SIGNED-OFF] BZ6088: remove Perl warning

2011-04-07 Thread Marcel de Rooy
From: Paul Poulain caused by use warnings; Signed-off-by: Marcel de Rooy --- acqui/neworderempty.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl index e6ceccc..386dda7 100755 --- a/acqui/neworderempty.pl +++ b/acqui/n

[Koha-patches] [PATCH] Removing a Perl warning

2011-04-07 Thread Marcel de Rooy
From: Paul Poulain Signed-off-by: Marcel de Rooy Applied small fix to proposed patch. Tested. No warnings. --- members/moremember.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/members/moremember.pl b/members/moremember.pl index 9dcfa3a..c0c0d87 100755 --- a/member

[Koha-patches] [PATCH] [SIGNED-OFF] Removing a Perl warning

2011-04-07 Thread Marcel de Rooy
From: Paul Poulain Signed-off-by: Marcel de Rooy Applied small fix to proposed patch. Tested. No warnings. --- members/moremember.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/members/moremember.pl b/members/moremember.pl index 9dcfa3a..c0c0d87 100755 --- a/member

[Koha-patches] [PATCH] [REVISED] 5660 Webinstaller should check if KohaOpacLanguage exists in staff

2011-04-07 Thread Marcel de Rooy
Small revision on April 7. --- installer/InstallAuth.pm | 21 + 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm index 3a55b21..9885d19 100644 --- a/installer/InstallAuth.pm +++ b/installer/InstallAuth.pm @@ -

[Koha-patches] [PATCH] BZ5275: enable switching back to default biblio framework

2011-04-07 Thread paul . poulain
From: Paul Poulain --- cataloguing/addbiblio.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 038878f..80ba5c0 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -838,7 +838,7 @@ my $dbh

[Koha-patches] [PATCH] Fix for Bug 6109, Hey!

2011-04-07 Thread Owen Leonard
--- .../prog/en/modules/tools/stage-marc-import.tmpl |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl index 4553f1a..4863f9d 100

[Koha-patches] [PATCH] Bug #6110 - fix Callnumber index mistake

2011-04-07 Thread Alex Arnaud
--- etc/zebradb/marc_defs/unimarc/biblios/record.abs |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index f474f45..c5d8ec5 100644 --- a/etc/zebradb/marc_defs/unimarc/bibl

[Koha-patches] [PATCH][SIGNED-OFF] Bug #6110 - fix Callnumber index mistake

2011-04-07 Thread paul . poulain
From: Alex Arnaud Signed-off-by: Paul Poulain --- etc/zebradb/marc_defs/unimarc/biblios/record.abs |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index 570b112..84dff

[Koha-patches] [PATCH] Bug #6112 - Missing fields in overdues csv file

2011-04-07 Thread Alex Arnaud
--- circ/overdue.pl | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/circ/overdue.pl b/circ/overdue.pl index 3510a2b..f801644 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -229,7 +229,15 @@ if ($noreport) { $bornamefilter =~s/\?/\_/g; my

[Koha-patches] [PATCH] [SIGNED-OFF] bug 6039: Cancel All waiting holds button TransferWhenCancelAllWaitingHolds syspref

2011-04-07 Thread fdurand
From: Srdjan Jankovic Signed-off-by: fdurand --- circ/waitingreserves.pl| 107 +--- installer/data/mysql/en/mandatory/sysprefs.sql |2 +- installer/data/mysql/updatedatabase.pl |7 ++ .../en/modules/admin/preferences/circulat

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6086: Pending holds enhancement

2011-04-07 Thread Jonathan Druart
From: Alex Arnaud Signed-off-by: Jonathan Druart --- .../lib/jquery/plugins/picnet.table.filter.min.js | 71 +++ .../prog/en/modules/circ/pendingreserves.tmpl | 94 ++-- 2 files changed, 98 insertions(+), 67 deletions(-) create mode 100644 koha-tmpl/intr

[Koha-patches] [PATCH] Fix for Bug 6114 - Conflicting warnings about Koha to MARC links

2011-04-07 Thread Owen Leonard
Removing incorrect message from marc_subfields_structure.tmpl and moving the correct message from marctagstucture.tmpl into its place. Also correcting the help file for marc_subfields_structure.mpl --- .../en/modules/admin/marc_subfields_structure.tmpl |2 +- .../prog/en/modules/admin/marctag

[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5234 - Remove unused CSS files

2011-04-07 Thread Magnus Enger
From: Owen Leonard Signed-off-by: Magnus Enger --- .../intranet-tmpl/prog/en/css/intranet-print.css | 235 --- koha-tmpl/intranet-tmpl/prog/en/css/intranet.css | 491 --- koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css | 665 .../intranet-tmpl/pro

[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6037, Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page

2011-04-07 Thread Stéphane Delaune
Signed-off-by: Stéphane Delaune --- .../prog/en/modules/admin/fieldmapping.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tmpl inde

[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6109, Hey!

2011-04-07 Thread Katrin Fischer
From: Owen Leonard Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/stage-marc-import.tmpl |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/too

[Koha-patches] [PATCH] Fix for Bug 5950 - changing frameworks doesn't change anymore

2011-04-07 Thread Owen Leonard
Selecting a framework from the dropdown menu has never (AFAICT) auto-submitted the form to change the framework. This patch reformats the form in order to make it clearer that this menu is part of the search function. --- .../prog/en/modules/admin/marctagstructure.tmpl| 29 +

[Koha-patches] [PATCH] Bug 6099: error in report pagination when GROUP BY

2011-04-07 Thread Jonathan Druart
Signed-off-by: Jonathan Druart --- C4/Reports/Guided.pm | 20 +--- reports/guided_reports.pl |2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 0da7c13..d3b8025 100644 --- a/C4/Reports/Guided.pm +++

[Koha-patches] [PATCH] Bug 6118 - Title-host missing in Search.pm

2011-04-07 Thread paul . poulain
From: Paul Poulain in Search.pm, in the list of available indexes, Title-host is missing --- C4/Search.pm |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index b92cb14..94ef2a3 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -951,6 +951,7 @@ s

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6099: error in report pagination when GROUP BY

2011-04-07 Thread fdurand
From: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: fdurand --- C4/Reports/Guided.pm | 20 +--- reports/guided_reports.pl |2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 0da7c13

[Koha-patches] [PATCH] [SIGNED-OFF] BZ5275: enable switching back to default biblio framework

2011-04-07 Thread Katrin Fischer
From: Paul Poulain Signed-off-by: Katrin Fischer --- cataloguing/addbiblio.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 4bb2012..0ae7a36 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl

[Koha-patches] [PATCH] [SIGNED OFF] Bug 6099: error in report pagination when GROUP BY

2011-04-07 Thread Ian Walls
From: Jonathan Druart Signed-off-by: Jonathan Druart Signed-off-by: Ian Walls --- C4/Reports/Guided.pm | 20 +--- reports/guided_reports.pl |2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 0da7c

[Koha-patches] [PATCH] Bug #6119 - Add biblioitems.itemtype in columns for items.content

2011-04-07 Thread Alex Arnaud
--- misc/cronjobs/overdue_notices.pl |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index ba7cba8..bc97ecb 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -375,

[Koha-patches] [PATCH] BUG6120 Add search links in detail pages

2011-04-07 Thread Fridolyn SOMERS
--- koha-tmpl/opac-tmpl/prog/en/css/opac.css |6 +++--- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc |4 ++-- .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tmpl |1 + .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl |1 + .../opac-tmpl/prog/en/modules/opac-detail.

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5529 Absence or Presence of lists not being reliably returned

2011-04-07 Thread fdurand
From: Colin Campbell C4::VirtualShelves::GetRecentShelves contained some rather confused code The contents of the requested list are returned in an arrayref which was in its turn being wrapped needlessly in an array As a result the returned array always consisted of a single element irrespective

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5431: Separate state field for library addresses

2011-04-07 Thread Magnus Enger
From: Katrin Fischer Signed-off-by: Magnus Enger --- C4/Branch.pm | 10 ++ admin/branches.pl |3 ++- installer/data/mysql/kohastructure.sql |1 + installer/data/mysql/updatedatabase.pl

[Koha-patches] [PATCH] Bug 6121: Holds awaiting pickup

2011-04-07 Thread Julian Maurice
From: Christophe Croullebois On holds over, when cancelling hold and returning to his branch a bug fill the branchtransfers.tobranch field with the branchname instead of the branch code. BibLibre MT5647 --- circ/waitingreserves.pl|3 ++- .../prog/en/modules/circ

[Koha-patches] [PATCH] [SIGNED-OFF] Bug #6112 - Missing fields in overdues csv file

2011-04-07 Thread Christophe Croullebois
From: Alex Arnaud Signed-off-by: Christophe Croullebois --- circ/overdue.pl | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/circ/overdue.pl b/circ/overdue.pl index 3510a2b..f801644 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -229,7 +229,15 @@

[Koha-patches] [PATCH] wr78692 (bug 6024): add "Run report" link on the new report creation success page

2011-04-07 Thread Ian Walls
From: Srdjan Jankovic Signed-off-by: Ian Walls --- C4/Reports/Guided.pm |9 ++--- .../en/modules/reports/guided_reports_start.tmpl |3 +++ reports/guided_reports.pl |3 ++- 3 files changed, 11 insertions(+), 4 deletions(-

[Koha-patches] [PATCH] wr78692 (bug 6024): Show "Run report" link after sql update as wel

2011-04-07 Thread Ian Walls
From: Srdjan Jankovic Signed-off-by: Ian Walls --- reports/guided_reports.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 9e711ed..af5e8c7 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5921 follow-up: fix text wrapping

2011-04-07 Thread Claire Hernandez
From: Jared Camins-Esakov On records with hundreds of items, the "Serial enumeration/chronology" label wraps onto a second line, which is very unattractive. Changing the label to "Serial enumeration" fixes this. Signed-off-by: Claire Hernandez --- .../prog/en/modules/catalogue/moredetail.tmpl

[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6114 - Conflicting warnings about Koha to MARC links

2011-04-07 Thread Stéphane Delaune
From: Owen Leonard Removing incorrect message from marc_subfields_structure.tmpl and moving the correct message from marctagstucture.tmpl into its place. Also correcting the help file for marc_subfields_structure.mpl Signed-off-by: Stéphane Delaune --- .../en/modules/admin/marc_subfields_stru

[Koha-patches] [PATCH] Bug #6123 - Optimization of the SQL request using NOT EXISTS instead of NOT IN

2011-04-07 Thread Alex Arnaud
--- reports/borrowers_out.pl | 19 ++- 1 files changed, 6 insertions(+), 13 deletions(-) diff --git a/reports/borrowers_out.pl b/reports/borrowers_out.pl index 0a135e1..ed0fc0b 100755 --- a/reports/borrowers_out.pl +++ b/reports/borrowers_out.pl @@ -229,19 +229,12 @@ sub calcula

[Koha-patches] [PATCH] [SIGNED-OFF] Bug #6117 : Attaching an item with a different framework modify the framework of the biblio.

2011-04-07 Thread Christophe Croullebois
From: Sophie Meynieux With this patch, the framework of the biblio is left unchanged event if the attached item is of a different framework Signed-off-by: Christophe Croullebois --- C4/Items.pm |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm

[Koha-patches] [PATCH] Bug 6048: printoverdues.sh bash odities

2011-04-07 Thread Jonathan Druart
--- misc/cronjobs/printoverdues.sh | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh index 99bb878..51bb30f 100755 --- a/misc/cronjobs/printoverdues.sh +++ b/misc/cronjobs/printoverdues.sh @@ -

[Koha-patches] [PATCH] [SIGNED-OFF] BZ6106: add item not respecting framework in acq The PrepareItemrecordDisplay sub builds an item framework for later use in ACQ Some cases were missing : item subfi

2011-04-07 Thread Katrin Fischer
From: Paul Poulain Signed-off-by: Katrin Fischer --- C4/Biblio.pm | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index a0e06f6..135dd91 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -2397,6 +2397,40 @@ su

[Koha-patches] [PATCH] Bug 6124: In transferstoreceive.pl some biblios are empty.

2011-04-07 Thread Julian Maurice
From: Christophe Croullebois Due to the fact that it is possible to have some lines in branchtransfers with an itemnumber that does not exists in table items. With the patch in this case the line with no biblios is omitted. BibLibre MT5425 --- circ/transferstoreceive.pl |3 +++ 1 files cha

[Koha-patches] [PATCH 2/2] [SIGNED-OFF] Bug 6096 Correctly return arrayref from GetAllShelves

2011-04-07 Thread fdurand
From: Colin Campbell Follow on from bug 5529 GetAllShelves was also vaguely stuffing an arrayref into an array Some signs of cut and paste (unnecessary @params variable) Calling code now does not have to shuffle the return about to get the reference. Also removed a debug warn Signed-off-by: fdur

[Koha-patches] [PATCH] [SIGNED-OFF] Bug #6119 - Add biblioitems.itemtype in columns for items.content

2011-04-07 Thread Christophe Croullebois
From: Alex Arnaud Signed-off-by: Christophe Croullebois --- misc/cronjobs/overdue_notices.pl |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index ba7cba8..bc97ecb 100755 --- a/misc/cronjobs/overdu

[Koha-patches] [PATCH] [SIGNED-OFF] Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server

2011-04-07 Thread Magnus Enger
From: Chris Nighswonger This patch adds support for using a gmail account as an SMTP server. It includes a basic HOWTO. Signed-off-by: Magnus Enger --- C4/Letters.pm |4 +- misc/cronjobs/CONFIGURE.gmail | 65 misc/cronjob

Re: [Koha-patches] [PATCH] [Bug 6126] Fix slip printing in webkit issues

2011-04-07 Thread Robin Sheat
Tomas Cohen Arazi schreef op do 07-04-2011 om 13:16 [-0300]: > +function printiThenClose() { ... > + Looks like a typo that will break this. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D signature.asc Description: This is a digita

Re: [Koha-patches] [PATCH] [Bug 6126] Fix slip printing in webkit issues

2011-04-07 Thread Robin Sheat
Robin Sheat schreef op vr 08-04-2011 om 11:26 [+1200]: > Tomas Cohen Arazi schreef op do 07-04-2011 om 13:16 [-0300]: > > +function printiThenClose() { > ... > > + > > Looks like a typo that will break this. And it looks like I should read all my email before replying :) -- Robin Sheat Ca

[Koha-patches] [PATCH] bug 6129: added issn to serialsolutions url

2011-04-07 Thread Srdjan Jankovic
--- C4/Biblio.pm |6 -- basket/basket.pl |2 +- catalogue/detail.pl|5 +++-- .../prog/en/xslt/MARC21slim2OPACDetail.xsl |5 - opac/opac-basket.pl