This patch contains only the install stuff. (Functionality in previous patch.)
Rebased on March 28.
---
installer/data/mysql/de-DE/mandatory/sysprefs.sql |1 +
installer/data/mysql/en/mandatory/sysprefs.sql |1 +
.../1-Obligatoire/unimarc_standard_systemprefs.sql |2 +-
installer
---
.../prog/en/modules/circ/circulation.tmpl |8 +++-
.../prog/en/modules/members/moremember.tmpl|8 +++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
b/koha-tmpl/intranet-tmpl/prog/
---
admin/systempreferences.pl |1 +
installer/data/mysql/en/mandatory/sysprefs.sql |1 +
installer/data/mysql/updatedatabase.pl |7 +++
.../prog/en/modules/admin/preferences/opac.pref| 13 +
.../prog/en/modules/opac-suggest
---
C4/Circulation.pm|3 ++-
misc/cronjobs/advance_notices.pl | 32
2 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index 516a111..bddac56 100644
--- a/C4/Circulation.pm
+++ b/C4/Circulatio
Le 22/05/2011 23:31, Nicole C. Engard a écrit :
Hi Nicole,
last week-end in Europe, we switched to "summer time" to daylight
saving. I didn't knew we slept for 2 months and we are already in May :D :D
--
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
Tel : (33) 4
From: Matthias Meusburger
Signed-off-by: Julian Maurice
---
opac/opac-user.pl |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opac/opac-user.pl b/opac/opac-user.pl
index 634b77a..a6322bd 100755
--- a/opac/opac-user.pl
+++ b/opac/opac-user.pl
@@ -194,6 +194,7 @@ foreach
Resolving an error in ready function by additional conditionals.
Moving a line from ready to html just as in other view templates, correcting
the order of menu options at the same time.
>From master. Rebased for 3.2.x
---
.../opac-tmpl/prog/en/modules/opac-detail.tmpl |8
1 file
From: Julian Maurice
Signed-off-by: Nicole C. Engard
---
.../prog/en/modules/circ/circulation.tmpl |8 +++-
.../prog/en/modules/members/moremember.tmpl|8 +++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modul
From: Jared Camins-Esakov
In certain circumstances, ampersands would not be displayed properly in the
Staff client search results. This patch fixes that by ensuring that all the
doubled ampersands that Zebra inserts in XML indexing mode are replaced by the
correct single ampersand entity.
Signed
From: Jared Camins-Esakov
Because of the way Scan Indexes works, the results cannot be sorted. Previously
when any sort other than relevance (or in some cases popularity) was used, the
search failed. This patch disables sorting on Scan results. This patch also
fixes the index selection dropdown o
From: Jared CAMINS-ESAKOV
This patch begins the process of improving the COinS support in Koha to take
advantage of all the metadata available in the MARC format. COinS still doesn't
work quite right, but at least it seems to be following the standard now. The
COinS exported by C4::Biblio::GetCOi
From: Matthias Meusburger
When editing a basket group, user can choose a library for delivery
place, or enter address of his choice in a text field.
---
C4/Acquisition.pm |2 +-
acqui/basketgroup.pl | 50 +++-
a
Based on patch from Fridolyn Somers with input of Frederic Demians.
Added new Searching preference maxRecordsForFacets.
This pref contains number of result records used in facet building.
Also added pref displayFacetCount (with thanks to Frederic).
Follow up patch takes care of install issues; fun
This follow up patch takes care of install issues.
From master. Rebased for 3.2.x
---
installer/data/mysql/de-DE/mandatory/sysprefs.sql |4 +++-
installer/data/mysql/en/mandatory/sysprefs.sql |2 ++
.../1-Obligatoire/unimarc_standard_systemprefs.sql |2 ++
installer/data/mysql/it
From: Katrin Fischer
This patch adds a new syspref ShowReviewer.
If ON (default) the reviewer/author of an OPAC comment will show.
If OFF the reviewer's name will be hidden.
Signed-off-by: Nicole C. Engard
---
C4/Auth.pm |1 +
installer/data/mysql/d
From: Henri-Damien LAURENT
Dates comes formatted as SIP timestamp.
It surely is great for bots. But nor readable at all for human beings.
Changing messages in order to send date formatted as should be printed
---
C4/SIP/Sip/MsgType.pm | 13 +++--
1 files changed, 7 insertions(+), 6 del
---
.../prog/en/modules/circ/view_holdsqueue.tmpl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
index c21bc94..1464d43 100644
--
From: Ian Walls
Adds a Hide Lost Items option to the staff client, as detailed in the
enhancement request
at
http://wiki.koha-community.org/wiki/Hidelostitems_option_for_the_staff_client_RFC
Minor edits: Whitespace
Signed-off-by: Owen Leonard
---
C4/Members.pm
---
.../prog/en/modules/circ/circulation.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
index dc7ed5f..4d509c3 100644
--- a/koha-t
From: Magnus Enger
1. The current C4::ClassSortRoutine::Dewey turns "306 Les" into "306_Les" for
items.cn_sort and MARC-field 952$6, which results in "306.46 Les" being sorted
before "306 Les" in the OPAC. With this patch, "306 Les" is turned into
"306_000_Les".
2. Currently, call
Sorry about that. The sign-off did not come through on this. Trying again.
On Mon, Mar 28, 2011 at 11:42 AM, Jared Camins-Esakov <
jcam...@bywatersolutions.com> wrote:
> From: Magnus Enger
>
> 1. The current C4::ClassSortRoutine::Dewey turns "306 Les" into "306_Les"
> for items.cn_sort and MARC-
From: Magnus Enger
1. The current C4::ClassSortRoutine::Dewey turns "306 Les" into "306_Les" for
items.cn_sort and MARC-field 952$6, which results in "306.46 Les" being sorted
before "306 Les" in the OPAC. With this patch, "306 Les" is turned into
"306_000_Les".
2. Currently, call
From: Jared Camins-Esakov
This patch adds the ability to specify a field with alternate holdings
information for display when a biblio has no items associated with it.
Two sysprefs are added:
* AlternateHoldingsField specifies what field/subfields contain the alternate
holdings information. When
From: Jared Camins-Esakov
Previously GetAllIssues was called before authenticating. Given how expensive
GetAllIssues is, this is problematic and could be used for used for DOSing the
server. There should be no functional change from this patch.
Signed-off-by: Nicole C. Engard
---
members/readi
From: Jared Camins-Esakov
This patch changes the call number links on the staff results page so that
searching will work. The underlying problem described by bug 5274 remains an
issue, but this fixes some of the more problematic symptoms.
Signed-off-by: Jared Camins-Esakov
Signed-off-by: Nicole
From: Owen Leonard
Signed-off-by: Jared Camins-Esakov
Signed-off-by: Nicole C. Engard
---
.../prog/en/modules/catalogue/results.tmpl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
b/koha-tmpl/i
---
C4/Auth.pm |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/C4/Auth.pm b/C4/Auth.pm
index 5f28d5c..2c6809b 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -937,6 +937,7 @@ sub checkauth {
opacheader => C4::Context->preference("opacheader"),
TagsE
From: Owen Leonard
Signed-off-by: Nicole C. Engard
---
.../prog/en/modules/circ/circulation.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circ
From: Owen Leonard
Signed-off-by: Nicole C. Engard
---
C4/Auth.pm |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/C4/Auth.pm b/C4/Auth.pm
index 5f28d5c..2c6809b 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -937,6 +937,7 @@ sub checkauth {
opacheader =
---
C4/Search.pm |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/C4/Search.pm b/C4/Search.pm
index 3a86758..e7704e2 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -1117,7 +1117,6 @@ sub buildQuery {
}
# ISBN,ISSN,Standard Number, don'
I think that you probably don't want that 'die ...' in there.
On Tue, Mar 22, 2011 at 12:08 AM, Srdjan Jankovic wrote:
> diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/
> advance_notices.pl
> index 6a408e4..eb5071a 100755
> --- a/misc/cronjobs/advance_notices.pl
> +++ b/misc/cronjo
circ-toolbar.inc should get the same modification so that
all patron-related pages have the 'duplicate' button
---
.../prog/en/includes/circ-toolbar.inc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
Also removing some YAHOO.widget.Button declarations which
are redundant.
---
.../prog/en/includes/circ-toolbar.inc | 27 +++-
.../prog/en/includes/members-toolbar.inc |8 +
2 files changed, 6 insertions(+), 29 deletions(-)
diff --git a/koha-tmpl/in
From: Jared Camins-Esakov
This patch adds spans with named classes to the results page on the staff client
so that the formatting can be adjusted with CSS and/or jQuery.
Signed-off-by: Nicole C. Engard
---
.../prog/en/modules/catalogue/results.tmpl | 12 ++--
1 files changed,
From: Jared Camins-Esakov
Signed-off-by: Nicole C. Engard
---
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
in
From: Owen Leonard
Signed-off-by: Nicole C. Engard
---
.../prog/en/modules/circ/view_holdsqueue.tmpl |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/cir
From: Owen Leonard
circ-toolbar.inc should get the same modification so that
all patron-related pages have the 'duplicate' button
Signed-off-by: Nicole C. Engard
---
.../prog/en/includes/circ-toolbar.inc |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/koh
From: Henri-Damien LAURENT
Search button was duplicated
---
.../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 12
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-
From: Henri-Damien LAURENT
Without any consideration of the System preference SearchMyLibraryFirst,
When patron is logged in, the library set is set to the patron's library.
This is not the expected behaviour and is implied by GetBranchesLoop
and the fact that users library is selected by default
From: Henri-Damien LAURENT
looking for authorities via authority number has to do exact search.
---
.../modules/opac-authoritiessearchresultlist.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.t
Hi Julian
Is there a bug this applies to at bugs.koha-community.org?
Chris
--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
signature.asc
Description: Digital signature
___
Koha-patches mailing
From: Henri-Damien LAURENT
The OPACISBD system preference is used in order to be able to have one ISBD for
OPAC another one for intranet.
But the link ISBD at OPAC was depending on the presence or absence of value in
ISBD which is for intranet.
This patch fixes the behaviour to depend on the co
From: Matthias Meusburger
---
opac/opac-search.pl |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opac/opac-search.pl b/opac/opac-search.pl
index d22049f..de22ebb 100755
--- a/opac/opac-search.pl
+++ b/opac/opac-search.pl
@@ -504,6 +504,7 @@ for (my $i=0;$i<@servers;$i++
Yes and it was already signed off on:
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5952
On Mon, Mar 28, 2011 at 4:48 PM, Chris Cormack wrote:
> Hi Julian
>
> Is there a bug this applies to at bugs.koha-community.org?
>
> Chris
> --
> Chris Cormack
> Catalyst IT Ltd.
> +64 4 803 2238
From: Henri-Damien LAURENT
Adding location to search indexes in search pages
---
.../prog/en/includes/search_indexes.inc|1 +
.../opac-tmpl/prog/en/modules/opac-advsearch.tmpl |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Uh, definitely not, sorry. Removing immediately.
On 29/03/11 03:00, Mike Hafen wrote:
> I think that you probably don't want that 'die ...' in there.
>
> On Tue, Mar 22, 2011 at 12:08 AM, Srdjan Jankovic
> mailto:srd...@catalyst.net.nz>> wrote:
>
> d
---
misc/cronjobs/advance_notices.pl |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/misc/cronjobs/advance_notices.pl b/misc/cronjobs/advance_notices.pl
index eb5071a..528ad2d 100755
--- a/misc/cronjobs/advance_notices.pl
+++ b/misc/cronjobs/advance_notices.pl
@@ -139,7 +1
From: Matthias Meusburger
---
C4/Auth.pm | 11 ++-
C4/Search.pm | 48 +--
installer/data/mysql/kohastructure.sql |2 +
installer/data/mysql/updatedatabase.pl | 13 +++
.../prog
From: r...@bywatersolutions.com
This patch creates a --quiet flag for longoverdue that will squelch
the summary at the end of the run. It also silences an unnecessary
warn in C4/Acounts.pm
Signed-off-by: Ian Walls
---
C4/Accounts.pm |2 +-
misc/cronjobs/longoverdue.pl | 11
From: Jared Camins-Esakov
This makes sending reports via e-mail with runreport.pl work properly. It also
adds a --format option to allow the user to select between text, html, csv, and
tsv. At the moment text is not implemented, and falls back to tsv, but that is
still more readable than the HTML
From: Paul POULAIN
---
.../opac-tmpl/prog/en/modules/opac-detail.tmpl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
index 468e90f..95a8fed 100644
--- a/koh
From: Paul POULAIN
put tag on the phrase, not just on CAS word
---
koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl | 14 +-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl
b/koha-tmpl/opac-tmpl/prog/en/modules/
From: Paul POULAIN
MT4491 : limitation by library group
- the group list was not displayed in OPAC (even if everything else was here
- the group limit was not working due to a missing ()
author=jean et group=droit" resulted in:
author=jean and branch=b1 or branch=b2 or branch=b3
that is wrong (
Squashed commit of the following:
commit 72b578928b287ba3b5fa8965e42ff1ccbdf9013a
Author: Matthias Meusburger
Date: Wed Oct 20 11:26:46 2010 +0200
Bug 5984 : MT4587, Follow-up: Hiding rules are now in a syspref
commit d95329955f976900afdafa82fe0a1699e8e892dc
Author: Matthias Meusburger
D
From: Paul POULAIN
---
installer/data/mysql/en/mandatory/sysprefs.sql |1 +
.../1-Obligatoire/unimarc_standard_systemprefs.sql |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/installer/data/mysql/en/mandatory/sysprefs.sql
b/installer/data/mysql/en/mandatory/sysp
---
installer/data/mysql/de-DE/mandatory/sysprefs.sql |1 +
installer/data/mysql/it-IT/necessari/sysprefs.sql |3 ++-
installer/data/mysql/pl-PL/mandatory/sysprefs.sql |1 +
...m_preferences_full_optimal_for_install_only.sql |3 ++-
...m_preferences_full_optimal_for_install_only
---
koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
index c7f8b4d..2c7bd2a 100644
--- a/koha-tmpl/intranet-tmpl/prog/
57 matches
Mail list logo