koha.git
13 years agoFix for Bug 6183, "Cancel marked requests" button has become "Renew checked items"
Owen Leonard [Wed, 13 Apr 2011 20:06:06 +0000 (16:06 -0400)]
Fix for Bug 6183, "Cancel marked requests" button has become "Renew checked items"

Also includes a fixes for Bug 6168 (Can't delete holds from circulation page)
and Bug 6105 (Cancel a reserve from moremember.pl doesn't work)

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge branch 'new/enh/bug_5917' into kcmaster
Chris Cormack [Thu, 14 Apr 2011 01:36:57 +0000 (13:36 +1200)]
Merge branch 'new/enh/bug_5917' into kcmaster

13 years agoBug 5917 Trying to fix the js parsing for translation
Chris Cormack [Thu, 14 Apr 2011 01:30:34 +0000 (13:30 +1200)]
Bug 5917 Trying to fix the js parsing for translation

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 : Fixing a bug in the results page
Chris Cormack [Wed, 13 Apr 2011 21:17:50 +0000 (09:17 +1200)]
Bug 5917 : Fixing a bug in the results page

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_5692' into kcmaster
Chris Cormack [Wed, 13 Apr 2011 04:08:52 +0000 (16:08 +1200)]
Merge remote branch 'kc/new/enh/bug_5692' into kcmaster

13 years agoBug 5692 : Adds an alternative cataloguing plugin for 210$c
Chris Cormack [Wed, 13 Apr 2011 03:02:58 +0000 (15:02 +1200)]
Bug 5692 : Adds an alternative cataloguing plugin for 210$c

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5922 : Template changes
Chris Cormack [Wed, 13 Apr 2011 02:46:08 +0000 (14:46 +1200)]
Bug 5922 : Template changes

13 years agoBug 5922 : Functional Changes
Chris Cormack [Wed, 13 Apr 2011 02:39:13 +0000 (14:39 +1200)]
Bug 5922 : Functional Changes

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFixing typo in fix for tests
Chris Cormack [Wed, 13 Apr 2011 02:04:07 +0000 (14:04 +1200)]
Fixing typo in fix for tests

13 years agoBug 6154: Default sorting by title doesn't work
Jared Camins-Esakov [Sun, 10 Apr 2011 21:28:05 +0000 (17:28 -0400)]
Bug 6154: Default sorting by title doesn't work

If you have the default sorting set to title ascending or title descending,
your search results will not automatically be sorted because the syspref uses
title_asc and title_dsc, whereas Search.pm wants title_az and title_za. The same
issue is present when the default sort is on author.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/bug_6126' into kcmaster
Chris Cormack [Wed, 13 Apr 2011 00:01:53 +0000 (12:01 +1200)]
Merge remote branch 'kc/new/bug_6126' into kcmaster

13 years agoBug 6126: Slip print doesn't work on Webkit based browsers
Tomas Cohen Arazi [Tue, 12 Apr 2011 12:45:22 +0000 (08:45 -0400)]
Bug 6126: Slip print doesn't work on Webkit based browsers

Wrap window.print();window.close(); with a function called when body has finished loading. Prevents webkit from closing before page is loaded and print dialog presented to the user.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6174: Fix ordering of existing title
Colin Campbell [Tue, 12 Apr 2011 15:25:51 +0000 (16:25 +0100)]
Bug 6174: Fix ordering of existing title

basketno was treated as local to the resultsloop
also changed the tt variable name for readability

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoWhen running the tests a user is not logged in so C4::Context->userenv
Chris Cormack [Tue, 12 Apr 2011 23:52:28 +0000 (11:52 +1200)]
When running the tests a user is not logged in so C4::Context->userenv
does not exist, stopping the tests erroring

13 years agoBug 5067 Add a cleanisbn param to bulkmarcimport.pl
Frédéric Demians [Tue, 12 Apr 2011 15:41:38 +0000 (16:41 +0100)]
Bug 5067 Add a cleanisbn param to bulkmarcimport.pl

Import script shouldn't remove an information present in entering biblio
records. With this patch, by default, ISBN are not cleared anymore.

[2011.04.12] Rebased on HEAD

DOCUMENTATION: There is a new paramater --isbn|--noisbn

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6170: restore more options to staff adv search
Colin Campbell [Tue, 12 Apr 2011 20:43:43 +0000 (22:43 +0200)]
Bug 6170: restore more options to staff adv search

Some globals were assigned as search box attributes in conversion
causing elements to be suppressed

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6170 restore more options to advanced search
Colin Campbell [Tue, 12 Apr 2011 20:43:42 +0000 (22:43 +0200)]
Bug 6170 restore more options to advanced search

Template conversion was treating some globals as attributes of searchbox

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6170: Do not prematurely group results
Colin Campbell [Tue, 12 Apr 2011 20:43:41 +0000 (22:43 +0200)]
Bug 6170: Do not prematurely group results

If OPACGroupResults preference was set it was
shortcircuiting the template selection logic and
we didn't go to the advanced options field

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_5917' into kcmaster
Chris Cormack [Tue, 12 Apr 2011 20:35:41 +0000 (08:35 +1200)]
Merge remote branch 'kc/new/enh/bug_5917' into kcmaster

13 years agocomma fix
Christopher Hall [Tue, 1 Feb 2011 20:15:07 +0000 (09:15 +1300)]
comma fix

13 years agoBug 6169: Inventory tool fails when ignoreissued set
Jared Camins-Esakov [Tue, 12 Apr 2011 10:06:36 +0000 (11:06 +0100)]
Bug 6169: Inventory tool fails when ignoreissued set

Due to incorrect parameters passed to C4::Items::GetItemsForInventory, checking
the "Skip copies on loan" box resulted in the inventory failing to run.

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_5917' into kcmaster
Chris Cormack [Tue, 12 Apr 2011 08:18:20 +0000 (20:18 +1200)]
Merge remote branch 'kc/new/enh/bug_5917' into kcmaster

13 years agoBug 5917 : Fix for xgettext.pl
Chris Cormack [Tue, 12 Apr 2011 08:16:57 +0000 (20:16 +1200)]
Bug 5917 : Fix for xgettext.pl

13 years agoBug 6171 Can't edit items
Frédéric Demians [Tue, 12 Apr 2011 07:02:38 +0000 (09:02 +0200)]
Bug 6171 Can't edit items

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 2505: quiet warnings in tools/inventory.pl
Jared Camins-Esakov [Mon, 11 Apr 2011 18:26:24 +0000 (14:26 -0400)]
Bug 2505: quiet warnings in tools/inventory.pl

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6163 : Fixing typo in updatedatabase
Chris Cormack [Mon, 11 Apr 2011 21:41:53 +0000 (09:41 +1200)]
Bug 6163 : Fixing typo in updatedatabase

13 years agoFix for Bug 6162, name missing on reading history in opac
Owen Leonard [Mon, 11 Apr 2011 18:34:22 +0000 (14:34 -0400)]
Fix for Bug 6162, name missing on reading history in opac

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6164 Send Borrower Data to template consistently
Colin Campbell [Mon, 11 Apr 2011 17:12:08 +0000 (18:12 +0100)]
Bug 6164 Send Borrower Data to template consistently

messaging and notices patron tabs were not passing borrower
info in a manner consistent with other tabs

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFix for Bug 6159 - Variable scope errors prevent placing holds in the OPAC
Owen Leonard [Mon, 11 Apr 2011 16:05:31 +0000 (12:05 -0400)]
Fix for Bug 6159 - Variable scope errors prevent placing holds in the OPAC

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFix for Bug 6160, my details not showing tabs
Owen Leonard [Mon, 11 Apr 2011 16:49:02 +0000 (12:49 -0400)]
Fix for Bug 6160, my details not showing tabs

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6158: Permissions scoped wrong for T::T
Jared Camins-Esakov [Mon, 11 Apr 2011 16:17:39 +0000 (12:17 -0400)]
Bug 6158: Permissions scoped wrong for T::T

Permission flags should always have absolute scope.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6167 - can't use 008 or 006 plugin in cataloging
Salvador Zaragoza Rubio [Mon, 11 Apr 2011 16:10:52 +0000 (12:10 -0400)]
Bug 6167 - can't use 008 or 006 plugin in cataloging

Due to changing to T-T $template->pama("lang") return undef,
now is $template->{param} the right value.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_5431' into kcmaster
Chris Cormack [Mon, 11 Apr 2011 20:57:37 +0000 (08:57 +1200)]
Merge remote branch 'kc/new/enh/bug_5431' into kcmaster

13 years agoBug 5431 : Follow up patch fixing ModBranch
Chris Cormack [Mon, 11 Apr 2011 20:38:09 +0000 (22:38 +0200)]
Bug 5431 : Follow up patch fixing ModBranch

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoAdding 2 more developers to the history, 141 now
Chris Cormack [Mon, 11 Apr 2011 11:34:37 +0000 (23:34 +1200)]
Adding 2 more developers to the history, 141 now

13 years ago Bug 6155 : Fixing bug with lists not showing
Chris Cormack [Mon, 11 Apr 2011 11:36:17 +0000 (11:36 +0000)]
 Bug 6155 : Fixing bug with lists not showing

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_5917' into kcmaster
Chris Cormack [Mon, 11 Apr 2011 09:13:05 +0000 (21:13 +1200)]
Merge remote branch 'kc/new/enh/bug_5917' into kcmaster

13 years agoBug 5917 : Fix for translating XSLT
Chris Cormack [Mon, 11 Apr 2011 09:10:05 +0000 (21:10 +1200)]
Bug 5917 : Fix for translating XSLT

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/bug_6085' into kcmaster
Chris Cormack [Mon, 11 Apr 2011 08:47:50 +0000 (20:47 +1200)]
Merge remote branch 'kc/new/bug_6085' into kcmaster

13 years agoBug 6085: Fix typo in earlier patch
Colin Campbell [Mon, 11 Apr 2011 08:42:22 +0000 (09:42 +0100)]
Bug 6085: Fix typo in earlier patch

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 : Fixing the translation script
Chris Cormack [Mon, 11 Apr 2011 08:28:55 +0000 (20:28 +1200)]
Bug 5917 : Fixing the translation script

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 : Fixing a bug with categorie.tt
Chris Cormack [Mon, 11 Apr 2011 04:33:58 +0000 (16:33 +1200)]
Bug 5917 : Fixing a bug with categorie.tt

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6085 : Fixing the utf8 weirdness
Chris Cormack [Mon, 11 Apr 2011 03:58:18 +0000 (15:58 +1200)]
Bug 6085 : Fixing the utf8 weirdness

I am not very happy with this fix, but it does mean the template are
translatable and we don't get double encoding issues with them anymore

Please test

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6085 : setting the binmode broke the files rather than fixing them
Chris Cormack [Mon, 11 Apr 2011 02:43:20 +0000 (14:43 +1200)]
Bug 6085 : setting the binmode broke the files rather than fixing them

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6085 : utf8 fixed for xslt, and parameters, broken for utf8 included in templates
Chris Cormack [Mon, 11 Apr 2011 00:48:13 +0000 (12:48 +1200)]
Bug 6085 : utf8 fixed for xslt, and parameters, broken for utf8 included in templates

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6085 : Fixing missing last tag in translation and comments, utf-8 issues to fix now
Chris Cormack [Sun, 10 Apr 2011 23:30:05 +0000 (11:30 +1200)]
Bug 6085 : Fixing missing last tag in translation and comments, utf-8 issues to fix now

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 6085 : Can now change language in the preferences menu
Chris Cormack [Sun, 10 Apr 2011 21:06:12 +0000 (09:06 +1200)]
Bug 6085 : Can now change language in the preferences menu

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 follow-up: Fix errors on OPAC results
Jared Camins-Esakov [Sun, 10 Apr 2011 20:12:30 +0000 (16:12 -0400)]
Bug 5917 follow-up: Fix errors on OPAC results

This patch fixes the following problems with the OPAC search results:
* The facet links were constructed wrong following the change to
  Template::Toolkit

This patch also changes the OPAC sorting dropdown to work in the same way as the
staff dropdown. This seemed preferable to having the two use different variables
for deciding which option to select, and it is unclear why Search.pm was not
passing the appropriate variables to the staff client.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 follow-up: Fix staff client results display
Jared Camins-Esakov [Sun, 10 Apr 2011 20:12:29 +0000 (16:12 -0400)]
Bug 5917 follow-up: Fix staff client results display

The change to Template::Toolkit broke a number of things on the Staff Client
results display. This patch:
* Fixes the formatting of the results table, which had an unnecessary colspan=2
* Enables the display of the "Edit record" and "Edit items" links
* Corrects the display of item counts, so that labels for "Available,"
  "On loan," and "Unavailable" only appear when appropriate
* Corrects facet links, which were starting new searches rather than limiting
  due to a variable scoping error
* Changes the resort dropdown so that it will show the currently-selected
  sorting

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 follow-up: Quiet errors in C4::Templates
Jared Camins-Esakov [Sun, 10 Apr 2011 20:12:28 +0000 (16:12 -0400)]
Bug 5917 follow-up: Quiet errors in C4::Templates

There were a few errors about unitialized variables in C4::Templates.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 : Fixing a bug with switching languages
Chris Cormack [Sun, 10 Apr 2011 10:55:55 +0000 (22:55 +1200)]
Bug 5917 : Fixing a bug with switching languages

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoUpdating database version
Chris Cormack [Sun, 10 Apr 2011 10:14:46 +0000 (22:14 +1200)]
Updating database version

13 years agoMerge remote branch 'kc/new/enh/bug_5917' into kcmaster
Chris Cormack [Sun, 10 Apr 2011 09:51:26 +0000 (21:51 +1200)]
Merge remote branch 'kc/new/enh/bug_5917' into kcmaster

13 years agoBug 5917 : Updating dependencies
Chris Cormack [Sun, 10 Apr 2011 09:50:35 +0000 (21:50 +1200)]
Bug 5917 : Updating dependencies

13 years agoMerge remote branch 'kc/new/enh/bug_5917' into kcmaster
Chris Cormack [Sun, 10 Apr 2011 09:08:48 +0000 (21:08 +1200)]
Merge remote branch 'kc/new/enh/bug_5917' into kcmaster

13 years agobug 6031: play with options passed on to rebuild-zebra.pl
Srdjan Jankovic [Thu, 31 Mar 2011 22:31:31 +0000 (11:31 +1300)]
bug 6031: play with options passed on to rebuild-zebra.pl

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5917 : Swapping templates over
Chris Cormack [Sun, 10 Apr 2011 08:38:30 +0000 (20:38 +1200)]
Bug 5917 : Swapping templates over

13 years agoBug 5917 / Bug 6085 : Fixing not being able to change language
Chris Cormack [Sun, 10 Apr 2011 08:22:55 +0000 (20:22 +1200)]
Bug 5917 / Bug 6085 : Fixing not being able to change language

13 years agoBug 5917 : Catching pref,css and js changes
Chris Cormack [Sun, 10 Apr 2011 08:04:50 +0000 (20:04 +1200)]
Bug 5917 : Catching  pref,css and js changes

13 years agoBug 5917 : Updating templates
Chris Cormack [Sun, 10 Apr 2011 07:57:40 +0000 (19:57 +1200)]
Bug 5917 : Updating templates

13 years agoMerge remote branch 'kc/master' into new/enh/bug_5917
Chris Cormack [Sun, 10 Apr 2011 08:00:04 +0000 (20:00 +1200)]
Merge remote branch 'kc/master' into new/enh/bug_5917

Conflicts:
installer/data/mysql/updatedatabase.pl

13 years agoBumping database version html_template_pro
Chris Cormack [Sun, 10 Apr 2011 07:54:39 +0000 (19:54 +1200)]
Bumping database version

13 years agoMerge remote branch 'kc/new/enh/bug_6013' into kcmaster
Chris Cormack [Sun, 10 Apr 2011 07:47:16 +0000 (19:47 +1200)]
Merge remote branch 'kc/new/enh/bug_6013' into kcmaster

13 years agoBug 6013 : removed z3950 host in label when cataloguing
Nicolas Morin [Tue, 5 Apr 2011 09:17:49 +0000 (11:17 +0200)]
Bug 6013 : removed z3950 host in label when cataloguing

removed the full host in the label of the z3950
targets: it made for very very long labels, which
were unecessary since we allow librarians to
provide a user friendly name for the host.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFixing updatedatabase
Chris Cormack [Sun, 10 Apr 2011 07:41:39 +0000 (19:41 +1200)]
Fixing updatedatabase

13 years agoBug 5984 : Follow up : Catching the rest of the languages sysprefs
Chris Cormack [Tue, 29 Mar 2011 03:01:26 +0000 (16:01 +1300)]
Bug 5984 : Follow up : Catching the rest of the languages sysprefs

Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5984 : Follow up Adding OpacHiddenItems syspref
Matthias Meusburger [Mon, 4 Apr 2011 15:37:33 +0000 (17:37 +0200)]
Bug 5984 : Follow up Adding OpacHiddenItems syspref

   - Adds the syspref in opac.pref

Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5984 : Follow up Adding OpacHiddenItems syspref
Paul POULAIN [Fri, 29 Oct 2010 07:09:02 +0000 (09:09 +0200)]
Bug 5984 : Follow up Adding OpacHiddenItems syspref

Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5984 : Allowing the librarians to hide items in the Opac using a system preference
Chris Cormack [Tue, 29 Mar 2011 02:46:29 +0000 (15:46 +1300)]
Bug 5984 : Allowing the librarians to hide items in the Opac using a system preference

Squashed commit of the following:

commit 72b578928b287ba3b5fa8965e42ff1ccbdf9013a
Author: Matthias Meusburger <matthias.meusburger@biblibre.com>
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 <matthias.meusburger@biblibre.com>
Date:   Tue Oct 19 15:19:16 2010 +0200

    Bug 5984 : MT4587, Follow-up: Adds yaml config file for custom opac items hiding

commit 6777c1a97700b77095e4e499ca73040bf94271e2
Author: Matthias Meusburger <matthias.meusburger@biblibre.com>
Date:   Mon Oct 18 11:14:03 2010 +0200

    Bug 5984 : MT4587 : Adds yaml config file for custom opac items hiding

Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5546: Follow-up / fixes
Tomas Cohen Arazi [Tue, 5 Apr 2011 08:22:23 +0000 (10:22 +0200)]
Bug 5546: Follow-up / fixes

Suggested by Owen.

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5546 Javascript driven ability to hide MARC documentation links
Tomas Cohen Arazi [Tue, 5 Apr 2011 08:22:22 +0000 (10:22 +0200)]
Bug 5546 Javascript driven ability to hide MARC documentation links

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5980 : Adding location to search indexes
Henri-Damien LAURENT [Tue, 5 Apr 2011 13:16:44 +0000 (15:16 +0200)]
Bug 5980 : Adding location to search indexes

Adding location to search indexes in search pages

Original patch amended to change Location to Shelving Location.

Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5961: Filling a basket from the reservoir
Paul Poulain [Tue, 5 Apr 2011 10:16:43 +0000 (12:16 +0200)]
Bug 5961: Filling a basket from the reservoir

creating a form order to import all records from a staged file at once.
All lines of the choosen staged file will be created with the same budget
and item (if applicable depending on AcqCreateItem syspref)

BibLibre bug #4007

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Bug 5961: follow-up : use matchingrules selected in manage-stage-import instead of FindDuplicate

Now, bulk importing the iso2709 result in adding biblio or connecting to an existing one

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
BZ5961: follow-up, save currency

Cait noticed that currency was not saved properly in the aqorders table.

note a surprise, as the 3.2 had no currency feature and 5961 had been written against 3.2
anyway, this patch fixes the problem

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBumping database version
Chris Cormack [Sat, 9 Apr 2011 09:30:45 +0000 (21:30 +1200)]
Bumping database version

13 years agoBug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl
fdurand [Wed, 6 Apr 2011 14:01:22 +0000 (16:01 +0200)]
Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5728: adding note and manager_id fields to accountlines
Stéphane Delaune [Wed, 6 Apr 2011 13:59:53 +0000 (15:59 +0200)]
Bug 5728: adding note and manager_id fields to accountlines

Biblibre bug #1874

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFixing a typo in systempreferences
Chris Cormack [Sat, 9 Apr 2011 09:04:50 +0000 (21:04 +1200)]
Fixing a typo in systempreferences

13 years agoBug 5637 : MT3044 : Fix CSV export when rer are blank characters
Henri-Damien LAURENT [Wed, 6 Apr 2011 15:00:45 +0000 (17:00 +0200)]
Bug 5637 : MT3044 : Fix CSV export when rer are blank characters

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes
Henri-Damien LAURENT [Mon, 4 Apr 2011 15:51:50 +0000 (17:51 +0200)]
Bug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes

This fix add different "music" identifier to zebra indexes, for example it permit search through CDs via EAN.

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoFix for bug 5498, Standardize markup and style of pagination menus
Owen Leonard [Fri, 8 Apr 2011 09:52:44 +0000 (11:52 +0200)]
Fix for bug 5498, Standardize markup and style of pagination menus

Signed-off-by: fdurand <frederic.durand@univ-lyon2.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5671 Revised Patch #2 - Add a column of custom HTML to my summary
Magnus Enger [Wed, 6 Apr 2011 14:20:29 +0000 (10:20 -0400)]
Bug 5671 Revised Patch #2 - Add a column of custom HTML to my summary

Fix JS error in /koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster
Chris Cormack [Sat, 9 Apr 2011 07:16:45 +0000 (19:16 +1200)]
Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster

13 years agoUpdating database number
Chris Cormack [Sat, 9 Apr 2011 00:06:32 +0000 (12:06 +1200)]
Updating database number

13 years agoBug 5431: Separate state field for library addresses
Katrin Fischer [Thu, 7 Apr 2011 14:28:38 +0000 (16:28 +0200)]
Bug 5431: Separate state field for library addresses

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBumping database version
Chris Cormack [Fri, 8 Apr 2011 23:56:17 +0000 (11:56 +1200)]
Bumping database version

13 years agoBug 5422: Add missing fields to deletedborrowers and change datatype to text
Katrin Fischer [Thu, 7 Apr 2011 09:41:36 +0000 (11:41 +0200)]
Bug 5422: Add missing fields to deletedborrowers and change datatype to text

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5422: Small layout correction to borrower search result list
Katrin Fischer [Thu, 7 Apr 2011 09:41:35 +0000 (11:41 +0200)]
Bug 5422: Small layout correction to borrower search result list

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoAdding state to output of patron search results screen
Owen Leonard [Thu, 7 Apr 2011 09:41:34 +0000 (11:41 +0200)]
Adding state to output of patron search results screen

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5422: Add missing fields to deletedborrowers and change datatype to text
Katrin Fischer [Thu, 7 Apr 2011 09:41:33 +0000 (11:41 +0200)]
Bug 5422: Add missing fields to deletedborrowers and change datatype to text

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoAdditional fixes for Bug 5422, Separate state field for patron's adresses
Owen Leonard [Thu, 7 Apr 2011 09:41:32 +0000 (11:41 +0200)]
Additional fixes for Bug 5422, Separate state field for patron's adresses

Adding state variable to various circ and member pages so that
sidebar display of patron details includes state.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5422: Separate state field for patron's addresses
Katrin Fischer [Thu, 7 Apr 2011 09:41:31 +0000 (11:41 +0200)]
Bug 5422: Separate state field for patron's addresses

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 5422: Separate state field for patron's addresses - database update
Katrin Fischer [Thu, 7 Apr 2011 09:41:30 +0000 (11:41 +0200)]
Bug 5422: Separate state field for patron's addresses - database update

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 4394 Adding preference definition change to opac.pref
Owen Leonard [Tue, 5 Apr 2011 15:28:15 +0000 (17:28 +0200)]
Bug 4394 Adding preference definition change to opac.pref

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug 4394 REVISED Allow opaccolorstylesheet syspref to use an external URL
Jane Wagner [Tue, 5 Apr 2011 15:27:55 +0000 (17:27 +0200)]
Bug 4394 REVISED Allow opaccolorstylesheet syspref to use an external URL

Previous code would only allow for an auxiliary stylesheet on the same server.  This checks for
http in the opaccolorstylesheet syspref.  If it's found, sets a different variable pointing to the
remote server location.  If not found, retains the previous css directory path.

Also modifies the description of opaccolorstylesheet in the installer files to reflect current
usage as an auxiliary stylesheet.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoMerge remote branch 'kc/new/enh/bug_4449' into kcmaster
Chris Cormack [Fri, 8 Apr 2011 23:40:47 +0000 (11:40 +1200)]
Merge remote branch 'kc/new/enh/bug_4449' into kcmaster

13 years agoFix for Bug 4449: AllowHoldPolicyOverride cannot over all policies
Ian Walls [Thu, 9 Sep 2010 20:19:10 +0000 (16:19 -0400)]
Fix for Bug 4449: AllowHoldPolicyOverride cannot over all policies

AllowHoldPolicyOverride should be able to override AllowOnShelfHolds, as well as other possible reasons for blocking a hold. Before, this only
allowed override of branch policies set in Circ Rules.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug #6119 - Add biblioitems.itemtype in columns for items.content
Alex Arnaud [Thu, 7 Apr 2011 15:37:03 +0000 (17:37 +0200)]
Bug #6119 - Add biblioitems.itemtype in columns for items.content

Signed-off-by: Christophe Croullebois <christophe.croullebois@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agobug #6054 - Add a filter by active budget on acqui-home
Alex Arnaud [Tue, 5 Apr 2011 11:40:55 +0000 (13:40 +0200)]
bug #6054 - Add a filter by active budget on acqui-home

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agoBug #6049 - Add a filter by date in overdue.pl
Alex Arnaud [Wed, 6 Apr 2011 08:20:59 +0000 (10:20 +0200)]
Bug #6049 - Add a filter by date in overdue.pl

Signed-off-by: Christophe Croullebois <christophe.croullebois@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
13 years agobug #6053 Improvement of letter HOLD_PRINT
Sophie Meynieux [Tue, 5 Apr 2011 09:31:00 +0000 (11:31 +0200)]
bug #6053 Improvement of letter HOLD_PRINT

Modify title template for letter HOLD_PRINT in installer sample data

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>