[Koha-patches] [PATCH] (bug #4518) enhance 2.2 to 3.0 scripts

2010-05-19 Thread Nahuel ANGELINETTI
--- misc/migration_tools/22_to_30/missing090field.pl |4 ++- .../22_to_30/move_marc_to_authheader.pl|2 +- misc/migration_tools/upgradeitems.pl | 25 +-- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/misc/migration_tools/22_to

[Koha-patches] [PATCH] (bug #4520) fix show more link to work

2010-05-19 Thread Nahuel ANGELINETTI
fix the shore more link, to pass parameters like offset or filters, to keep the same results. --- catalogue/search.pl|1 + .../opac-tmpl/prog/en/includes/opac-facets.inc |2 +- opac/opac-search.pl|1 + 3 files changed

[Koha-patches] [PATCH] (bug #4519) fix record printing

2010-05-19 Thread Nahuel ANGELINETTI
this add a js that print a record --- .../prog/en/modules/catalogue/detailprint.tmpl |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailpri

[Koha-patches] [PATCH] [followup] (bug #4520) forgotten file in previous patch

2010-05-19 Thread Nahuel ANGELINETTI
--- .../intranet-tmpl/prog/en/includes/facets.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc index 6855411..95f65e8 100644 --- a/koha-tmpl/intranet-tmpl/pr

[Koha-patches] [PATCH] (bug #4522) fix plugin unimarc 210$c

2010-05-19 Thread Nahuel ANGELINETTI
This patch change the way to retrieve the value to insert in the record. The way it was done, was verry ugly. --- cataloguing/value_builder/unimarc_field_210c.pl|9 + .../value_builder/unimarc_field_210c.tmpl |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) dif

[Koha-patches] [PATCH] [followup] (MT3421) revert fix

2010-05-19 Thread Nahuel ANGELINETTI
This patch delete a line that broke the status in serials table. --- serials/serials-collection.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/serials/serials-collection.pl b/serials/serials-collection.pl index cbf0caf..c2727f1 100755 --- a/serials/serials-collection.

[Koha-patches] [PATCH] Bug 4517 - add authentication to reorder_members.pl

2010-05-19 Thread Colin Campbell
--- serials/reorder_members.pl |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/serials/reorder_members.pl b/serials/reorder_members.pl index 66d4ab2..28175fb 100755 --- a/serials/reorder_members.pl +++ b/serials/reorder_members.pl @@ -21,12 +21,17 @@ use strict; use

Re: [Koha-patches] [PATCH 2/2] Fixes bug 4481: Limit to Available filters out many available items.

2010-05-19 Thread Ian Walls
Thanks! I was sure there was an explanation for why the code was originally commented out, and a more comprehensive system for determining 'availability' is definitely called for. I had some complaints from folks on our end that the link wasn't working at all, and the functionality I get by adding

[Koha-patches] [PATCH] Fix for Bug 4529, columns on circ history all screwy

2010-05-19 Thread Owen Leonard
- fix formatting of last renew date - Add table zebra striping - Other markup structure changes - Revised template assumes that issues.branchcode == checkout library and displays that value instead of issues.issuingbranch (which is always empty, see Bug 2806) issues.branchcode seems to reflec

[Koha-patches] [PATCH] Corrected: Fix for Bug 4529, columns on circ history all screwy

2010-05-19 Thread Owen Leonard
- fix formatting of last renew date - Add table zebra striping - Other markup structure changes - Revised template assumes that issues.branchcode == checkout library and displays that value instead of issues.issuingbranch (which is always empty, see Bug 2806) issues.branchcode seems to reflec

Re: [Koha-patches] [PATCH] Fix for Bug 4529, columns on circ history all screwy

2010-05-19 Thread Owen Leonard
Please ignore, see corrected follow-up. On Wed, May 19, 2010 at 9:43 AM, Owen Leonard wrote: > - fix formatting of last renew date > - Add table zebra striping > - Other markup structure changes > - Revised template assumes that issues.branchcode == checkout library and > displays >  that value

[Koha-patches] [PATCH] Remove generation of an unnecessary warning

2010-05-19 Thread Colin Campbell
We've checked the return for definedness and assigned an empty string to it ao we don't want to make it undef again This is a good argument that cascading if-elses expecially with long unstructured elses are a bad idea --- acqui/basket.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-

[Koha-patches] [PATCH] Fix for Bug 4532, Use include file for bibliodefaultview logic

2010-05-19 Thread Owen Leonard
Note that this new include builds only the first half of the anchor tag (). Because title and subtitle are output differently on some pages, rendering of the second half of the tag is left to individual pages. Includes fixes for staff client templates. Change to basket.pl fixes a bug wherein the

[Koha-patches] [PATCH] Bug 4510 Script processes single supplier not an array

2010-05-19 Thread Colin Campbell
Script was written as though it had an array rather than a single supplier. Replaced the excess punctuation with a single supplier variable replaced the C-style currency loop with a simpler perl-style one we only need 1 loop not multiples Changed variable name $GST to $tax_rate it's not magical an

[Koha-patches] [PATCH] Fixing pickup branch dropdown on request.pl, you can now change pickup branch

2010-05-19 Thread Chris Cormack
--- .../prog/en/modules/reserve/request.tmpl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index af29dae..0f06ec8 100644 --- a/koha-t

[Koha-patches] [PATCH] Updating INSTALL documents

2010-05-19 Thread Chris Nighswonger
This provides the following updates to the INSTALL documents: - Links updated to reflect currently available community resources at their new locations - Removes depreciated zebraqueue instructions - Adds notes regarding the proper usage of rebuild_zebra.pl NOTE: Remaining links will be updated

Re: [Koha-patches] [PATCH] Fixing pickup branch dropdown on request.pl, you can now change pickup branch

2010-05-19 Thread Brendan Gallagher
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4526 This looks like it fixes this Bug. -Brendan On Wed, May 19, 2010 at 3:31 PM, Chris Cormack wrote: > --- > .../prog/en/modules/reserve/request.tmpl |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --gi