[Koha-patches] [PATCH] [labels_recon] Fixing warns (tnx to Chris Cormack for identifying these)

2009-09-02 Thread Chris Nighswonger
--- C4/Labels/Template.pm |2 +- labels/label-item-search.pl |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Labels/Template.pm b/C4/Labels/Template.pm index 866a79b..5e9569d 100644 --- a/C4/Labels/Template.pm +++ b/C4/Labels/Template.pm @@ -124,7 +124,7 @@ s

[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 --- a/label

[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] 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 +45,

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

2009-09-02 Thread Galen Charlton
Hi, On Wed, Sep 2, 2009 at 4:14 PM, Michael Hafen wrote: > 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. Interesting. Unfortunately for keeping the lis

[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 in

[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 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 |3 ++- 2 files chan

[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 tags are not translated --- misc/translator/TmplTokenizer.pm |5 +++-- misc/translator/tmpl_process3.pl |4 ++-- misc/translator/xgettext.pl |3 ++- 3 fi

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

2009-09-02 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI --- 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 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/ov

[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] [PATCH] (bug #3573) use delimiter syspref generating overdues csv

2009-09-02 Thread Nahuel ANGELINETTI
--- 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 1312db9..e205e1e 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -284,7

Re: [Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC account link

2009-09-02 Thread Wagner, Jane
No, sorry, I meant “Your Name” to reference the user’s name, like Welcome, Jane Wagner. Not that the screen was actually saying “Your Name.” Jane Wagner Library Systems Analyst PTFS Inc. Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 65

Re: [Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC account link

2009-09-02 Thread Chris Nighswonger
On Wed, Sep 2, 2009 at 9:50 AM, Jane Wagner wrote: > When a user is logged into the OPAC, the screen says "Welcome, Your Name" > at > the top. If you've logged in and then done some searches, it's not obvious > to > the user that clicking Your Name gets you back to your account screen. > I've >

[Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC account link

2009-09-02 Thread Jane Wagner
When a user is logged into the OPAC, the screen says "Welcome, Your Name" at the top. If you've logged in and then done some searches, it's not obvious to the user that clicking Your Name gets you back to your account screen. I've done a wording change so that the screen says "Click here for acco

[Koha-patches] [PATCH] Adding autotruncation

2009-09-02 Thread Henri-Damien LAURENT
Allow autotruncation to be set on its own This simply reprocess operands in order to add * at lefthandside It is a problem with non LTR scripts. But works fine with all the latin scripts --- C4/Search.pm | 18 -- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/C4/

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 [mailto:w

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 C

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 "Non

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 Nighswonger wrote: > The following changes since commit de6