[Koha-patches] [PATCH 2/2] Update Debian Lenny installation procedure

2009-12-21 Thread Frédéric Demians
- Install Debian Lenny packages required by Koha directly with apt-get rather than with dselect. - Update documentation about Zebra indexer configuration via rebuild_zebra.pl rather than zebraqueue_daemon.pl script. --- INSTALL.debian-lenny | 76 +++---

[Koha-patches] [PATCH] Bug 1248 - Add a quick spine label print to the bib item page in cataloging

2009-12-21 Thread Kyle M Hall
Turn on the system preference SpineLabelShowPrintOnBibDetails and a link for the spinelabel printer will appear for each item on catalogue/detail.pl --- catalogue/detail.pl|2 ++ installer/data/mysql/en/mandatory/sysprefs.sql |1 +

Re: [Koha-patches] [PATCH] Bug 1248 - Add a quick spine label print to the bib item page in cataloging

2009-12-21 Thread Paul Poulain
Kyle M Hall a écrit : Turn on the system preference SpineLabelShowPrintOnBibDetails and a link for the spinelabel printer will appear for each item on catalogue/detail.pl Kyle, would be great to have them on MARCdetail ISBDdetail.pl as well ! -- Paul POULAIN http://www.biblibre.com

[Koha-patches] [PATCH] Bug 2662: make rand password consider minPasswordLength pref

2009-12-21 Thread Nicole Engard
--- members/member-password.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/members/member-password.pl b/members/member-password.pl index 071a5fa..67f96db 100755 --- a/members/member-password.pl +++ b/members/member-password.pl @@ -73,7 +73,7 @@ if ( $newpassword !

[Koha-patches] [PATCH] Fix for Bug 3229, The Sort By feature for lists does not work.

2009-12-21 Thread Owen Leonard
White space in table cells can often break the javascript tablesorter. The previous patch to tie the js tablesorter to the shelf sort parameters should work now. --- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl| 11 +-- 1 files changed, 1 insertions(+), 10 deletions(-) diff

[Koha-patches] [PATCH] Fix for Bug 3271, Missing message when adding to a list with no items selected

2009-12-21 Thread Owen Leonard
The shelf js was trying to access a variable set by the Cart-related js. With the cart disabled, the variable was missing. The patch sets this variable for cases when the Cart is turned off. --- .../opac-tmpl/prog/en/includes/doc-head-close.inc |3 ++- 1 files changed, 2 insertions(+), 1

Re: [Koha-patches] [PATCH] Bug 1248 - Add a quick spine label print to the bib item page in cataloging

2009-12-21 Thread Kyle Hall
Can do : ) Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Dec 21, 2009 at 8:26 AM, Paul Poulain paul.poul...@biblibre.com wrote: Kyle M Hall a écrit : Turn on the system preference

[Koha-patches] Frameworks, display and input [Was Bug 1248]

2009-12-21 Thread LAURENT Henri-Damien
Kyle Hall wrote: Can do : ) Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Dec 21, 2009 at 8:26 AM, Paul Poulain paul.poul...@biblibre.com wrote: Kyle M Hall a écrit : Turn on the system

Re: [Koha-patches] [PATCH] Fix for Bug 3229, The Sort By feature for lists does not work.

2009-12-21 Thread LAURENT Henri-Damien
Owen Leonard wrote: White space in table cells can often break the javascript tablesorter. The previous patch to tie the js tablesorter to the shelf sort parameters should work now. --- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl| 11 +-- 1 files changed, 1 insertions(+),

Re: [Koha-patches] [PATCH] Fix for Bug 3589, OpacHighlightedWords sys pref does nothing

2009-12-21 Thread LAURENT Henri-Damien
Owen Leonard wrote: This patch does not apply. Can you check it out or rebase and resend ? --- C4/Auth.pm |1 + .../opac-tmpl/prog/en/modules/opac-results.tmpl| 10 -- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git

[Koha-patches] [PATCH 01/92] C4/Search.pm followup auto_truncation 3.0.x cherry-pick

2009-12-21 Thread Henri-Damien LAURENT
Auto_truncation is used even though exact search selected. This patch removes this side effect Conflicts solved: C4/Search.pm Cherry-picked from 3.0.x : 3287252c0 --- C4/Search.pm |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm

[Koha-patches] [PATCH 02/92] followup : auto_truncation 3287252c0

2009-12-21 Thread Henri-Damien LAURENT
truncated words bore a double * which would create an error --- C4/Search.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index c8eddab..ff1a69f 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -935,7 +935,7 @@ sub buildQuery {

[Koha-patches] [PATCH 03/92] [MT2338] Deleted the Hint comment in currencies management

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/currency.tmpl|2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl

[Koha-patches] [PATCH 04/92] [MT2338] Fixed the missing content in the active column

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- admin/currency.pl | 10 ++ .../prog/en/modules/admin/currency.tmpl|7 +-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/admin/currency.pl

[Koha-patches] [PATCH 05/92] [MT2338] Cancel is now a button

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/currency.tmpl|3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl

[Koha-patches] [PATCH 06/92] [MT2338] Prevents users to check 'active' with a currency different from 1

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/currency.tmpl| 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl

[Koha-patches] [PATCH 07/92] [MT2339] Added acquisition links in the administration left menu

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../intranet-tmpl/prog/en/includes/admin-menu.inc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc

[Koha-patches] [PATCH 08/92] [MT2343] Hide Edit budget period in the menu if no root budget selected

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/includes/budgets-admin.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc

[Koha-patches] [PATCH 09/92] [2343] Hide duplicate root budget if no root budget selected

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/includes/budgets-admin.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin.inc

[Koha-patches] [PATCH 10/92] [2343] Fix currency not showing in aqbudgets

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- admin/aqbudgets.pl |3 +++ .../prog/en/modules/admin/aqbudgetperiods.tmpl |2 +- .../prog/en/modules/admin/aqbudgets.tmpl |3 ++- 3 files changed, 6 insertions(+), 2 deletions(-)

[Koha-patches] [PATCH 11/92] [MT2343] Changed the name of the Filter button, and lowered it

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgets.tmpl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

[Koha-patches] [PATCH 12/92] [MT2343] Prevents Koha to format total amount in budget period add/edit form

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com + Forgot a my --- admin/aqbudgetperiods.pl |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/admin/aqbudgetperiods.pl b/admin/aqbudgetperiods.pl index b12f85e..779f22c 100755 --- a/admin/aqbudgetperiods.pl +++

[Koha-patches] [PATCH 13/92] [MT2343] Renamed Quit button Cancel, and removed the table in delete confirm

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgetperiods.tmpl | 26 +-- 1 files changed, 2 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

[Koha-patches] [PATCH 14/92] [MT2343] Makes action column not sortable in root budgets

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgetperiods.tmpl |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

[Koha-patches] [PATCH 15/92] [MT2343] Changed the red X for a green V in the root budget table

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgetperiods.tmpl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

[Koha-patches] [PATCH 16/92] [MT2435] Fixed the SQL syntax error in GetLateOrders

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- C4/Acquisition.pm | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 1f1132b..a1238a4 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -1493,15

[Koha-patches] [PATCH 17/92] [MT2343] Select in budget add forum

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com Sorted the branches select. Modified display to branchcode - branchname Fixed a bug, selection was inverted. --- admin/aqbudgets.pl |2 +- .../prog/en/modules/admin/aqbudgets.tmpl |4 +++- 2

[Koha-patches] [PATCH 18/92] [MT2343] Modified the owner buttons in in budget adding form

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com Used links instead of buttons. Renamed Edit - Select. --- .../prog/en/modules/admin/aqbudgets.tmpl |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

[Koha-patches] [PATCH 19/92] [MT2343] Added help in the budget adding form

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgets.tmpl |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

[Koha-patches] [PATCH 20/92] [MT2343] Removed the hint for Amount and display Amount as mandatory

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgets.tmpl |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

[Koha-patches] [PATCH 21/92] [MT2343] Renamed Budget for period into Root Budget

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgets.tmpl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

[Koha-patches] [PATCH 22/92] [MT2343] Modified display of Budget Parent to show budget code

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqbudgets.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tmpl

[Koha-patches] [PATCH 23/92] [MT2343] Moved currency up the table

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqplan.tmpl |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl

[Koha-patches] [PATCH 24/92] [MT2343] Display branchcodes instead of branchnames in columns

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqplan.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl

[Koha-patches] [PATCH 25/92] [MT2343] Removed useless select in the planning

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com Cleaned some code too. --- .../prog/en/modules/admin/aqplan.tmpl | 25 --- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl

[Koha-patches] [PATCH 26/92] [MT2343] Removed HTML heresy from aqplan template

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/modules/admin/aqplan.tmpl | 29 +--- 1 files changed, 7 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl

[Koha-patches] [PATCH 28/92] Translated to amp; in xmlrecord

2009-12-21 Thread Henri-Damien LAURENT
From: David Birmingham dbirming...@ptfs.com If the homebranch tag had an in its name, then the XML wouldn't parse correctly. As a result, if XSLT was turned on, No copies available would always be displayed. --- C4/XSLT.pm |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[Koha-patches] [PATCH 27/92] Bug 3784: Don't fail on opac-detail.pl with invalid biblionumber

2009-12-21 Thread Henri-Damien LAURENT
From: Frédéric Demians f.demi...@tamil.fr --- opac/opac-detail.pl |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index fdd1b87..87b2ac9 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -66,6 +66,10 @@

[Koha-patches] [PATCH 29/92] bugfix Move Item From Biblio - biblioitemnumber isn't the same as biblionumber

2009-12-21 Thread Henri-Damien LAURENT
From: Michael Hafen mdha...@tech.washk12.org In the database and code biblioitemnumber is not guaranteed to be the same as biblionumber. --- C4/Items.pm |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index d2eee36..ccf8b05 100644 ---

[Koha-patches] [PATCH 30/92] Bug 3863 - Amazon Content Not Working

2009-12-21 Thread Henri-Damien LAURENT
From: Frédéric Demians f.demi...@tamil.fr Sysprefs were not sent to templates. --- C4/Auth.pm |5 - opac/opac-detail.pl |2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 608fd9b..e1f5b9a 100755 --- a/C4/Auth.pm +++

[Koha-patches] [PATCH 32/92] Adding comments for Zebra Configuration on MSWin32

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Nighswonger chris.nighswon...@gmail.com MSWin32 does not support sockets. These comments give instruction on setting up Zebra tcp port configuration. --- etc/koha-conf.xml |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/etc/koha-conf.xml

[Koha-patches] [PATCH 33/92] Updating history

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- docs/history.txt | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index a9df015..1ae2a55 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -431,14 +431,28 @@ May 28

[Koha-patches] [PATCH 31/92] Fix for MSWin32

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Nighswonger chris.nighswon...@gmail.com A tweak to restore MSWin32 installation capability. NOTE: Native MSWin32 support in Koha is for Strawberry Perl 5.10.1.0 or later. There are some issues with GDBM_File.pm which prevent Koha from running without a bit of a workaround. This will

[Koha-patches] [PATCH 34/92] Bug 3842 Lingua::Stem::Snowball missing from the Makefile.PL

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack chr...@catalyst.net.nz --- Makefile.PL |1 + about.pl|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 6aa709d..826753c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -570,6 +570,7 @@ WriteMakefile(

[Koha-patches] [PATCH 35/92] updatedatabase change : set CAS auth OFF by default

2009-12-21 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com ON by default will confuse most libraries, and it won't work as the CAS server won't be defined --- installer/data/mysql/updatedatabase.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Koha-patches] [PATCH 36/92] Changes to the appearance and behavior of the cart in the staff client (see Bug 3871)

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@oleonard-desktop.(none) --- .../intranet-tmpl/prog/en/css/staff-global.css | 162 +--- .../intranet-tmpl/prog/en/includes/header.inc |6 +- koha-tmpl/intranet-tmpl/prog/en/js/basket.js | 40 +-

[Koha-patches] [PATCH 37/92] Creating Add to menu to biblio toolbar for adding biblio to cart or list (Bug 3871)

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org --- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 28 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc

[Koha-patches] [PATCH 38/92] Fix for Bug 3874, Add to list page shouldn't offer to add to existing list if none exist

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org Also includes some markup corrections --- .../modules/virtualshelves/addbybiblionumber.tmpl |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl

[Koha-patches] [PATCH 39/92] Adds auto print/auto close functionality to hold transit slip.

2009-12-21 Thread Henri-Damien LAURENT
From: Liz Rea l...@nekls.org --- .../prog/en/modules/circ/hold-transfer-slip.tmpl |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/hold-transfer-slip.tmpl

[Koha-patches] [PATCH 41/92] [MT2345] New contract button

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/includes/acquisitions-toolbar.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc

[Koha-patches] [PATCH 44/92] [MT1234] Fixed aqcontract breadcrumb

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- admin/aqcontract.pl|2 +- .../prog/en/modules/admin/aqcontract.tmpl |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/aqcontract.pl b/admin/aqcontract.pl

[Koha-patches] [PATCH 46/92] Renumber DB updates from merge

2009-12-21 Thread Henri-Damien LAURENT
From: Galen Charlton gmcha...@gmail.com Signed-off-by: Galen Charlton gmcha...@gmail.com --- installer/data/mysql/updatedatabase.pl | 79 kohaversion.pl |2 +- 2 files changed, 31 insertions(+), 50 deletions(-) diff --git

[Koha-patches] [PATCH 47/92] correct DBrev

2009-12-21 Thread Henri-Damien LAURENT
From: Galen Charlton gmcha...@gmail.com Signed-off-by: Galen Charlton gmcha...@gmail.com --- kohaversion.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kohaversion.pl b/kohaversion.pl index a0404b2..c16b996 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7

[Koha-patches] [PATCH 48/92] bug 3882 changed 'reserves' to 'holds' in template

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../prog/en/modules/admin/smart-rules.tmpl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl

[Koha-patches] [PATCH 49/92] Reformatting routing list edit screen according to existing markup patterns

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org --- .../prog/en/modules/serials/routing.tmpl | 49 +-- 1 files changed, 23 insertions(+), 26 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tmpl

[Koha-patches] [PATCH 50/92] Markup reformatting following established patterns. Also changing name output to surname, firstname

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org --- .../prog/en/modules/serials/routing-preview.tmpl | 33 ++- 1 files changed, 17 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tmpl

[Koha-patches] [PATCH 51/92] updated help files with new documentation

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../en/modules/help/circ/circulation-home.tmpl | 16 +++- .../prog/en/modules/help/circ/circulation.tmpl | 86 -- .../prog/en/modules/help/circ/returns.tmpl | 94 +---

[Koha-patches] [PATCH 52/92] Added missing drop table lines (labels_batches labels_layouts)

2009-12-21 Thread Henri-Damien LAURENT
From: Piotr Wejman rop...@bagno.be --- installer/data/mysql/labels_upgrade.pl |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/labels_upgrade.pl b/installer/data/mysql/labels_upgrade.pl index 15d9b19..50e8bb5 100644 ---

[Koha-patches] [PATCH 53/92] Adding missing definition of lib_opac column in authorised_values table [BUG 3887]

2009-12-21 Thread Henri-Damien LAURENT
From: Piotr Wejman rop...@bagno.be --- installer/data/mysql/kohastructure.sql |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a1bf59b..b5697a7 100644 ---

[Koha-patches] [PATCH 55/92] Bug 3840: Change 'New' button to 'New Vendor' for clarity

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../prog/en/includes/acquisitions-toolbar.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc

[Koha-patches] [PATCH 56/92] Bug 3861 cannot place hold in opac

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack chr...@catalyst.net.nz --- opac/opac-reserve.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 56b2b57..c5b665b 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -18,12 +18,12 @@ use

[Koha-patches] [PATCH 57/92] Bug 3877 - Fixing layout of radio buttons

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack chr...@catalyst.net.nz --- .../prog/en/modules/acqui/supplier.tmpl| 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl

[Koha-patches] [PATCH 59/92] MT2232 : members/notices.pl and members/messaging.pl are doing the same thing

2009-12-21 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- .../intranet-tmpl/prog/en/includes/circ-menu.inc |3 - .../prog/en/includes/members-menu.inc |3 - .../prog/en/modules/members/messaging.tmpl | 68 - members/messaging.pl

[Koha-patches] [PATCH 60/92] SearchInTable : problem with primary key searches

2009-12-21 Thread Henri-Damien LAURENT
SearchInTable was filtering primary Key thus returning the whole table when asked a search on a primary key --- C4/SQLHelper.pm|2 +- t/db_dependent/SQLHelper.t | 20 +++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/C4/SQLHelper.pm

[Koha-patches] [PATCH 62/92] Adding optgroup labels to translations

2009-12-21 Thread Henri-Damien LAURENT
--- misc/translator/tmpl_process3.pl |3 ++- misc/translator/xgettext.pl |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/translator/tmpl_process3.pl b/misc/translator/tmpl_process3.pl index 8bf92bf..80325d0 100755 --- a/misc/translator/tmpl_process3.pl +++

[Koha-patches] [PATCH 61/92] (bug #3897) hold policies and circcontrol

2009-12-21 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This patch fix hold policies way to do, make it using circcontrol syspref to know the branch the rule must be based. --- opac/opac-reserve.pl |4 +++- reserve/request.pl |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)

[Koha-patches] [PATCH 63/92] MT 2495 : Fix multiple occurences of itemtype in guided reports criteria

2009-12-21 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Reports/Guided.pm |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index a7d6f48..0c969e3

[Koha-patches] [PATCH 64/92] Fixing suggestions management page, Authorised values werent being passed through

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack chr...@catalyst.net.nz --- suggestion/suggestion.pl |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 8f69148..85b3eb5 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@

[Koha-patches] [PATCH 65/92] Fix for Bug 3905 (Serial routing list add patron popup pagination broken)

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org This patch also includes formatting fixes and style updates. The patron search filter form is incorporated now within serials/member-search.tmpl in order to have a markup structure more suited to the pop-up. ---

[Koha-patches] [PATCH 67/92] Markup cleanup on subscription catalog search form and results page

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org --- .../prog/en/modules/serials/result.tmpl| 20 .../modules/serials/subscription-bib-search.tmpl | 19 +++ 2 files changed, 19 insertions(+), 20 deletions(-) diff --git

[Koha-patches] [PATCH 66/92] Style change to fix Bug 3898, Vendor Search Box Moved on Serials

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org Patch also includes markup fixes and cleanup for subscription-add.pl --- .../intranet-tmpl/prog/en/css/staff-global.css |3 +- .../prog/en/modules/serials/subscription-add.tmpl | 29 +-- 2 files changed, 16 insertions(+), 16

[Koha-patches] [PATCH 68/92] Markup corrections, removing table sorting from some columns.

2009-12-21 Thread Henri-Damien LAURENT
From: Owen Leonard oleon...@myacpl.org --- .../prog/en/modules/serials/serials-home.tmpl | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tmpl

[Koha-patches] [PATCH 69/92] Bug 1807 - Commenting out flawed nested queries implementation, now users can search using ()

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- C4/Search.pm | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index ff1a69f..f024792 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -852,13 +852,15 @@ sub buildQuery { #

[Koha-patches] [PATCH 70/92] Bug 1807, can now search with : in the box if you want to use ccl do ccl: title=fish

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- C4/Search.pm |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index f024792..229eeec 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1098,7 +1098,9 @@ sub buildQuery { } #

[Koha-patches] [PATCH 71/92] Bug 2505 enabling warnings

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- about.pl|2 +- acqui/acqui-home.pl | 14 ++ mainpage.pl |2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/about.pl b/about.pl index 735138c..17316bf 100755 --- a/about.pl +++

[Koha-patches] [PATCH 72/92] Removing redundant coma in updatedatabase

2009-12-21 Thread Henri-Damien LAURENT
From: Piotr Wejman rop...@bagno.be --- installer/data/mysql/updatedatabase.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index bb874ab..4a8d5ed 100755 ---

[Koha-patches] [PATCH 73/92] Bugfix: Missing line terminator at the end of an INSERT

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Nighswonger cnighswon...@foundations.edu --- installer/data/mysql/en/mandatory/sysprefs.sql | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sysprefs.sql b/installer/data/mysql/en/mandatory/sysprefs.sql index

[Koha-patches] [PATCH 74/92] Bugfix for various bugs in mandatory and sample data for webinstaller

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Nighswonger cnighswon...@foundations.edu NOTE: This patch removes the sample budgets data which was obsoleted by the new aquisitions module. The changes introduced with this new module will require a completely new set of sample data to be written. ---

[Koha-patches] [PATCH 75/92] C4::Boolean has had its' exception changed to warns, the test was erroring falsely

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- t/Boolean.t |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/Boolean.t b/t/Boolean.t index 1d179c5..f0d2cc1 100755 --- a/t/Boolean.t +++ b/t/Boolean.t @@ -54,10 +54,10 @@ BEGIN { 'YES', \f, 'OK:1', 'YES'

[Koha-patches] [PATCH 76/92] C4::Bookfund no longer exists, removing the test

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- t/Bookfund.t | 14 -- t/Budgets.t | 14 ++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100755 t/Bookfund.t create mode 100755 t/Budgets.t diff --git a/t/Bookfund.t b/t/Bookfund.t deleted file mode

[Koha-patches] [PATCH 77/92] Removing global database handler, breaking tests and dangerous if we ever use mod_perl - All tests now passing

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack ch...@bigballofwax.co.nz --- C4/Csv.pm |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/C4/Csv.pm b/C4/Csv.pm index 3c1c56d..292cd4e 100644 --- a/C4/Csv.pm +++ b/C4/Csv.pm @@ -35,11 +35,10 @@ $VERSION = 3.00; GetMarcFieldsForCsv ); -my $dbh

[Koha-patches] [PATCH 78/92] Fixing bug with CanBookBeReserved ... rules for default borrower codes were being ignored

2009-12-21 Thread Henri-Damien LAURENT
From: Chris Cormack chr...@catalyst.net.nz --- C4/Reserves.pm |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 031ca32..d98b838 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -352,7 +352,7 @@ sub CanBookBeReserved{ my

[Koha-patches] [PATCH 79/92] Removed tab indexes in additem.pl to enable tabbing to buttons in order. Previously, tabbing through this form would skip the submit buttons.

2009-12-21 Thread Henri-Damien LAURENT
From: Liz Rea l...@nekls.org --- cataloguing/additem.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index 67dc812..bf2deef 100755 --- a/cataloguing/additem.pl +++ b/cataloguing/additem.pl @@ -421,7 +421,7 @@ foreach

[Koha-patches] [PATCH 80/92] Puts focus in search box on page load.

2009-12-21 Thread Henri-Damien LAURENT
From: Liz Rea l...@nekls.org --- .../prog/en/includes/cataloging-search.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc index

[Koha-patches] [PATCH 81/92] Bug 3909 don't show basket link if no basket exists

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../prog/en/modules/catalogue/moredetail.tmpl |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl

[Koha-patches] [PATCH 82/92] bug 3899 moved serial enumeration to the proper subfield

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../prog/en/modules/serials/serials-edit.tmpl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl

[Koha-patches] [PATCH 83/92] bug 3894 moved pull down to the proper place in the form

2009-12-21 Thread Henri-Damien LAURENT
From: Nicole Engard neng...@gmail.com --- .../prog/en/modules/admin/aqcontract.tmpl | 22 +-- 1 files changed, 10 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tmpl

[Koha-patches] [PATCH 84/92] Improved guided reports (#3929)

2009-12-21 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com added runtime parameters for guided reports. Online help: Can I have run-time defined parameters? Yes, you can: there is a specific syntax that Koha will understand as 'ask for values when running the report'. The syntax is lt;lt;Question to

[Koha-patches] [PATCH 85/92] Revert C4/Search.pm followup auto_truncation 3.0.x cherry-pick

2009-12-21 Thread Henri-Damien LAURENT
This reverts commit 58406a5e4bb50e18c9620e91b90295d8219842b8. Conflicts: C4/Search.pm --- C4/Search.pm |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 229eeec..e3f9258 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@

[Koha-patches] [PATCH 86/92] Translation scripts : Removing trailing / in scripts

2009-12-21 Thread Henri-Damien LAURENT
--- misc/translator/install-code.pl |2 +- misc/translator/install.pl |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/translator/install-code.pl b/misc/translator/install-code.pl index 2c49da9..6077ab0 100755 --- a/misc/translator/install-code.pl +++

[Koha-patches] [PATCH 87/92] (bug #3584) detect ccl queries

2009-12-21 Thread Henri-Damien LAURENT
This patch C4::Search::buildQuery to detect ccl queries, and let zebra to parse them. And set a default index kw if not specified. This improve the detection of ccl queries, and do not duplicate the ccl= value. Adding = as an index sign Followup to 3037ff9e81149615f94d3c4ff0e5b4c5240f3ce9

[Koha-patches] [PATCH 89/92] followup : auto_truncation 3287252c0

2009-12-21 Thread Henri-Damien LAURENT
truncated words bore a double * which would create an error Conflicts solved : C4/Search.pm --- C4/Search.pm |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 322db54..5605ede 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@

[Koha-patches] [PATCH 88/92] Bug Fix : 3689

2009-12-21 Thread Henri-Damien LAURENT
Disabling Query_AutoTruncate for NoZebra searches Signed-off-by: Henri-Damien LAURENT henridamien.laur...@biblibre.com --- C4/Search.pm |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index b6e5cfa..322db54 100644 --- a/C4/Search.pm +++

[Koha-patches] [PATCH 91/92] Dates : improvements string recognition

2009-12-21 Thread Henri-Damien LAURENT
Dates can now have one digit for month and day --- C4/Dates.pm |6 +++--- t/Dates.t |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/C4/Dates.pm b/C4/Dates.pm index 7563b51..451e2d3 100644 --- a/C4/Dates.pm +++ b/C4/Dates.pm @@ -70,10 +70,10 @@ sub regexp ($;$) {

[Koha-patches] [PATCH 92/92] [MT2346] Hide basket actions if no basket

2009-12-21 Thread Henri-Damien LAURENT
From: Jean-André Santoni jeanandre.sant...@biblibre.com --- .../prog/en/includes/acquisitions-toolbar.inc | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc