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
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
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
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
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
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
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
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
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.
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
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
11 matches
Mail list logo