Re: [Koha-patches] [PATCH] [SIGNED-OFF] Bug 3881: OPAC Privacy reimplementation

2011-02-02 Thread Colin Campbell
On 30/01/11 05:48, Nicole Engard wrote: > From: Ian Walls > > Reimplements Paul Poulain's original OPAC Privacy patch, with some minor > improvements and changes to wording > Patch adds privacy attribute to borrowers and deletedborrowers table. This is already done in db changes 3.1.0.72 and 3

Re: [Koha-patches] [PATCH] [SIGNED-OFF] Bug 3881: OPAC Privacy reimplementation

2011-02-02 Thread Galen Charlton
Hi, On Sun, Jan 30, 2011 at 12:48 AM, Nicole Engard wrote: > +use strict; > +use CGI; use warnings? Regards, Galen -- Galen Charlton gmcha...@gmail.com ___ Koha-patches mailing list Koha-patches@lists.koha-community.org http://lists.koha-community.o

[Koha-patches] [PATCH] [REVISED] 5622: Improve display of MARC21 773 field in XSLT detail view

2011-02-02 Thread Marcel de Rooy
Applies change to OPAC and staff detail view. Chops punctuation. Adds 773g. Strips MARC org code from URL. Utils code is used as basis for patches #5662 and #5663 too. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 10 +- .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 1

Re: [Koha-patches] [PATCH] [SIGNED-OFF] Bug 3881: OPAC Privacy reimplementation

2011-02-02 Thread Nicole Engard
Someone submitted a patch to remove the adding of the extra value on upgrade. On Wed, Feb 2, 2011 at 9:30 AM, Galen Charlton wrote: > Hi, > > On Sun, Jan 30, 2011 at 12:48 AM, Nicole Engard > wrote: >> +use strict; >> +use CGI; > > use warnings? > > Regards, > > Galen > -- > Galen Charlton > gmc

[Koha-patches] [PATCH] [SIGNED OFF] Bug 5683 - it is possible to save corrupt records

2011-02-02 Thread Ian Walls
From: Jared Camins-Esakov This patch makes it impossible to save records with variables fields that don't contain any subfields. Prior to this patch, link_bibs_to_authorities.pl would sometimes corrupt records. Signed-off-by: Ian Walls --- C4/Biblio.pm |8 1 files changed, 8 inser

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5661 Fix a problem when doing an authority search with no sort order

2011-02-02 Thread Owen Leonard
From: Frédérick Capovilla --- C4/AuthoritiesMarc.pm |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index 0abd506..e5808b0 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -266,8 +266,9 @@ sub SearchAutho

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5661 Fix a problem when doing an authority search with no sort order

2011-02-02 Thread Owen Leonard
From: Frédérick Capovilla Signed-off-by: Owen Leonard --- C4/AuthoritiesMarc.pm |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index 0abd506..e5808b0 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -2

[Koha-patches] [PATCH] Bug: 4263 - Repeatable subfields in items

2011-02-02 Thread Chris Cormack
Squashed commit of the following: commit f441094d5095d165eab18340c983a831cce8f6e0 Author: Henri-Damien LAURENT Date: Mon Jul 5 20:33:23 2010 +0200 bug4263 followup : Can't blank subfields Previous bug4263 reintroduced bug 2466: fix clearing item field This keeps bug4263 followup t

[Koha-patches] [PATCH] Bug 4931: Stocking can be by homebranch or holding branch

2011-02-02 Thread Chris Cormack
Squashed commit of the following: commit 105de81639cbac5084e4a5c099b19569043e69ff Author: Nahuel ANGELINETTI Date: Tue Jul 13 11:58:01 2010 +0200 (bug #4931) fix forgottens input in buttons the previous patch missed an hidden input in next buttons that break next page. This fix it.

[Koha-patches] [PATCH] Bug 4931: Stocking can be by homebranch or holding branch

2011-02-02 Thread Chris Nighswonger
From: Chris Cormack Squashed commit of the following: commit 105de81639cbac5084e4a5c099b19569043e69ff Author: Nahuel ANGELINETTI Date: Tue Jul 13 11:58:01 2010 +0200 (bug #4931) fix forgottens input in buttons the previous patch missed an hidden input in next buttons that break next

[Koha-patches] [PATCH] [SIGNED-OFF] Bug: 4263 - Repeatable subfields in items

2011-02-02 Thread Chris Nighswonger
From: Chris Cormack Squashed commit of the following: commit f441094d5095d165eab18340c983a831cce8f6e0 Author: Henri-Damien LAURENT Date: Mon Jul 5 20:33:23 2010 +0200 bug4263 followup : Can't blank subfields Previous bug4263 reintroduced bug 2466: fix clearing item field This ke