[Koha-patches] Request to pull

2009-09-02 Thread Chris Nighswonger
The following changes since commit de66ef5c4987039f97e291257682a4941d12d0df: Galen Charlton (1): bug 3564 follow: ensure NoZebra is passed to templates are available in the git repository at: git://git.foundations.edu/pub/git/koha.labels_recon labels.recon Chris Nighswonger (40):

Re: [Koha-patches] Request to pull

2009-09-02 Thread Galen Charlton
Hi Chris, I have pulled into a new topic branch, labels_recon. I invite all and sundry to help test by checking out the labels_recon branch from git://git.koha.org/pub/scm/koha.git. Regards, Galen On Tue, Sep 1, 2009 at 6:00 PM, Chris Nighswongercnighswon...@cnighswonger-lt wrote: The

Re: [Koha-patches] [PATCH] Bug 3567: Display Alternate GraphicRepresentation (MARC21 880) in OPAC

2009-09-02 Thread Wagner, Jane
I did something similar as a local customization for one site. They wanted to display the 880, but they didn't like the Alternate Graphic Representation label -- although that's the LC name for the field, they thought it wouldn't make sense to their patrons. I relabeled it in their OPAC as

Re: [Koha-patches] [PATCH] Bug 3567: Display Alternate GraphicRepresentation (MARC21 880) in OPAC

2009-09-02 Thread Heymans, Wolfgang
Our solution displays each Alternate Graphic Field from 880 together with the Latin counterpart and uses the same label for the 880 field as for the Latin one. Together means to the right of in case of right-to-left text (like Hebrew or Arabic) or immediately above in other cases (like

Re: [Koha-patches] [PATCH] Bug 3567: Display Alternate GraphicRepresentation (MARC21 880) in OPAC

2009-09-02 Thread Wagner, Jane
Much more creative than mine! I look forward to seeing it. Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwag...@ptfs.com -Original Message- From: Heymans, Wolfgang

[Koha-patches] [biblibre-integration] Adding autotruncation

2009-09-02 Thread Henri-Damien LAURENT
--- C4/Search.pm | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index fa3950f..27bceb4 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -922,16 +922,6 @@ sub buildQuery { # Some helpful index variants

[Koha-patches] [biblibre-integration] (bug #3573) use delimiter syspref generating overdues csv

2009-09-02 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com --- misc/cronjobs/overdue_notices.pl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 831cdfc..5e7c190 100755 ---

[Koha-patches] [biblibre-integration] Adding xsl strings to po

2009-09-02 Thread Henri-Damien LAURENT
xsl strings are now taken into account. This is a first draft. Some parameters of the functions will be taken into account and xsl tags are not translated --- misc/translator/TmplTokenizer.pm |5 +++-- misc/translator/tmpl_process3.pl |4 ++-- misc/translator/xgettext.pl |3 ++-

[Koha-patches] Bug 3068: tighten regex for ip matching

2009-09-02 Thread Walls, Ian
From 7b333b3100ad17acb3fb715473b084ea7d11023d Mon Sep 17 00:00:00 2001 From: koha k...@lmig-iw-test.(none) Date: Wed, 2 Sep 2009 15:52:22 -0400 Subject: [PATCH] Fixed bug 3068 --- C4/Auth.pm |5 + .../prog/en/modules/help/admin/branches.tmpl

[Koha-patches] [PATCH] include grace period when calculating overdue fine

2009-09-02 Thread Michael Hafen
Before the grace period was not included in the number of days overdue when calculating the fine. My librarians seem to think the number of days overdue should include the grace period. Fine is not assessed before the grace period is up though. --- C4/Overdues.pm |2 +- 1 files changed, 1

[Koha-patches] [PATCH] [labels_recon] Fixing some warnings, no functionality changes

2009-09-02 Thread Chris Cormack
--- C4/Labels/Profile.pm| 13 - labels/label-item-search.pl |2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/C4/Labels/Profile.pm b/C4/Labels/Profile.pm index f5b2419..59d0c4b 100644 --- a/C4/Labels/Profile.pm +++ b/C4/Labels/Profile.pm @@ -45,11

[Koha-patches] [PATCH] [labels_recon] Nicer error message if a branch is not set

2009-09-02 Thread Chris Cormack
--- labels/label-edit-batch.pl | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/labels/label-edit-batch.pl b/labels/label-edit-batch.pl index 1bcadb3..93cd07b 100755 --- a/labels/label-edit-batch.pl +++ b/labels/label-edit-batch.pl @@ -80,10 +80,16 @@ elsif ($op

[Koha-patches] [PATCH] [labels_recon] Adding a missing module to labels search

2009-09-02 Thread Chris Nighswonger
This causes an error to be thrown if no items are retrieved and the code goes to call syslog --- labels/label-item-search.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl index 8f950ec..9acd04e 100755 ---