> Looks like a good chance to use ELSIF.
I guess I'm confused about whether this is a continuing issue:
http://lists.koha.org/pipermail/koha-patches/2008-July/001322.html
-- Owen
--
Web Developer
Athens County Public Libraries
http://www.myacpl.org
If you made a column that is implemented by a select box mandatory in
BorrowerMandatoryField, Members.js would throw an error on the first
element. The original intent of the function was probably to catch
the first option for a drop-down list such as "Salutation" where the
text is blank. Added c
---
docs/history.txt |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/docs/history.txt b/docs/history.txt
index a6a189c..c6be577 100644
--- a/docs/history.txt
+++ b/docs/history.txt
@@ -416,3 +416,4 @@ April 19 2009 Cory Jaeger becomes the 83rd committer
developer
---
C4/Circulation.pm |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index 210b8ff..f218a8e 100644
--- a/C4/Circulation.pm
+++ b/C4/Circulation.pm
@@ -1561,7 +1561,7 @@ sub AddReturn {
ModItemTransfer
Added support for the Syndetics AV summary and AV profile
data elements. The AV summary is displayed in the description
tab if present, while the AV profile is displayed as
a link off of the OPAC bib details page.
---
C4/External/Syndetics.pm | 21 ++-
If a Syndetics title profile (AKA fiction notes page) exists
and is avaailable to the user, add a link to to in the OPAC
detail page.
TODO: add a system preference
---
.../opac-tmpl/prog/en/modules/opac-detail.tmpl |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/k
Looks like a good chance to use ELSIF.
--
Joe Atzberger
LibLime - Open Source Library Solutions
On Thu, Apr 30, 2009 at 12:25 PM, Owen Leonard wrote:
> ---
> .../prog/en/modules/members/memberentrygen.tmpl|6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git
> a/
XML::Simple doesn't handle mixed content, which is a
problem because reviews provided by Syndetics sometimes
contain HTML tags. Furthermore, it's often easier to write
XPath to extract bits of an XML document than trying
to play with XML::Simple's options.
---
C4/External/Syndetics.pm | 47
Both valid ISBN-10s and -13s can use 'X' as a checkdigit
value.
---
C4/Koha.pm |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/C4/Koha.pm b/C4/Koha.pm
index 418b815..b4ce84b 100644
--- a/C4/Koha.pm
+++ b/C4/Koha.pm
@@ -1206,10 +1206,11 @@ sub _normalize_match_point {
su
Both valid ISBN-10s and -13s can use 'X' as a checkdigit
value.
TODO: Deal with input that includes hyphens; will introduce
Business::ISBN for that
---
C4/Koha.pm |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/C4/Koha.pm b/C4/Koha.pm
index 418b815..b4ce84b 100644
For some reason different Syndetics users get
slightly different results when requesting
an XML-formatted review, so it's necessary to
handle both observed variations:
Here's one variation:
...
This is a review
And another:
...
This is a review
This patch fixes a bug whe
Some trivial other cleanups also.
---
cataloguing/z3950_search.pl | 61 --
1 files changed, 18 insertions(+), 43 deletions(-)
diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl
index 884333c..df2fab1 100755
--- a/cataloguing/z3950_sear
If the items.location field was NULL, then the current
SQL query would produce no results. I have turned this
into a conditional block that removes the location condition
in the query if the location is not specified.
In addition, there was a small change to opac-detail.tmpl
that changed Library
From: root
Changed verbiage from Limit type to: match any of the following to Limit to any
of the following:
---
.../prog/en/modules/catalogue/advsearch.tmpl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advse
This fix adds alternate markup to be included on the advanced search page in
order to mimic the placement of the cart and lists buttons on other opac pages.
---
koha-tmpl/opac-tmpl/prog/en/css/opac.css |5 +
koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc |4
2 files c
Multiple series now display along with other detailed bibliographic
information. Series title is displayed along with volume information. The
template no longer displays information from biblioitems like volume and
volumedesc in favor of information pulled directly from the MARC record.
---
...
From: Liz Rea
Changed verbiage from Limit type to: match any of the following to Limit to any
of the following:
---
.../opac-tmpl/prog/en/modules/opac-advsearch.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmp
---
.../prog/en/modules/members/memberentrygen.tmpl|6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
index fa2aeba..199f6e9 10
Not sure I understand what you mean. If the syspref is set to disallow holds,
right now the detail page is the only place that obeys it. The results, lists,
and cart still give an option for placing holds. That's what the patch is
designed to fix -- turn off the place holds option on those pa
This patch uses HTTP_ACCEPT_LANGUAGE web browser variable
to select OPAC available language.
---
C4/Languages.pm | 10 +-
C4/Output.pm| 11 ---
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/C4/Languages.pm b/C4/Languages.pm
index 5795202..a082b1f 100644
--
$intflags was never used or returned if hashref instead of userid was passed.
Also cleaned up needless passing of $dbh.
---
C4/Auth.pm | 41 -
members/deletemem.pl |3 ++-
members/memberentry.pl |2 +-
3 files changed, 19 insertions(+
I've reworked & resent. There are some really odd nests in those
templates
Thanks.
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
From: Joe Atzber
If the syspref RequestOnOpac is turned off, the link to place a hold does not
show in the detail page. However, the link is still present in the results
list as well as in the basket and in lists. Modified templates to check
for the syspref and to obey it.
NOTE: This does not turn off the displ
---
C4/AuthoritiesMarc.pm | 63
1 files changed, 37 insertions(+), 26 deletions(-)
diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm
index 633ced8..882211d 100644
--- a/C4/AuthoritiesMarc.pm
+++ b/C4/AuthoritiesMarc.pm
@@ -526,8 +526,13
Le Wed, 29 Apr 2009 08:53:47 -0400,
Galen Charlton a écrit :
> Hi,
>
> On Tue, Apr 28, 2009 at 11:06 AM, Nahuel ANGELINETTI
> wrote:
> > This patch make authority and biblio add/edit to check that at
> > least one subfield of mandatory fields are filled-in.
>
> This patch does not apply agains
This patch make authority and biblio add/edit to check that at least one
subfield of mandatory fields are filled-in.
---
.../prog/en/modules/authorities/authorities.tmpl | 51 ++--
.../prog/en/modules/cataloguing/addbiblio.tmpl | 46 +-
2 files changed, 9
Hi,
Le Wed, 29 Apr 2009 11:09:28 -0400,
Joe Atzberger a écrit :
> > + require Lingua::Stem::Snowball;
> > ...
> > + 'Lingua::Stem::Snowball' => 0.952, # optional
> >
>
> It doesn't look optional if Search.pm requires it.
> --Joe
I just resent the new patch.
--
Nahuel ANGELINETTI
This patch add 2 columns in "Use Saved" page whith creation date, and the
creator id.
It fix the creation of a report, to save the borrowernumber in reports table(to
show it after).
---
C4/Reports/Guided.pm | 12 +---
.../en/modules/reports/guided_reports_
This patch add a function to get the user language, and add the support of
lingua::stem::snowball instead of lingua::stem, which support a lot of
languages and is better.
The stemming is now dynamic based on the user language.
---
C4/Output.pm| 18 --
C4/Search.pm
29 matches
Mail list logo