[Koha-patches] [PATCH] Add OpacBrowser preference to opac.pref

2010-02-16 Thread Frédéric Demians
--- .../prog/en/modules/admin/preferences/opac.pref|6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 81844c0..e0ff70b

[Koha-patches] [PATCH 2/2] bug 2505: fix warnings in opac-MARCdetail.pl

2010-02-16 Thread Galen Charlton
Also indulged in a little code cleanup. Signed-off-by: Galen Charlton gmcha...@gmail.com --- opac/opac-MARCdetail.pl | 61 +++--- 1 files changed, 20 insertions(+), 41 deletions(-) diff --git a/opac/opac-MARCdetail.pl b/opac/opac-MARCdetail.pl index

[Koha-patches] [PATCH] Bug 3654 Fix sql syntax error in earlier patch

2010-02-16 Thread Colin Campbell
mysql comments require a space after the -- --- installer/data/mysql/en/optional/auth_val.sql |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql index 5a39534..12856d0 100644 ---

[Koha-patches] [bug 4196] Fix for popularity in Unimarc, 3.0.6

2010-02-16 Thread Zeno Tajoli
The patch for the bug 4196 diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index e08c7d3..31c051c 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -329,7

[Koha-patches] [PATCH 3/3] (bug #4062) add item index in zebra conf

2010-02-16 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com This add the item index. --- C4/Search.pm |1 + etc/zebradb/biblios/etc/bib1.att |1 + etc/zebradb/ccl.properties |4 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/C4/Search.pm

[Koha-patches] [PATCH] Bugfix: [2/3] overdue_notices.pl does not process all advertised fields

2010-02-16 Thread Chris Nighswonger
This patch adds a dependency requirement for Locale::Currency::Format NOTE: It does not adjust kohaversion.pl and sets the dev version to XXX. --- Makefile.PL|1 + about.pl |1 + installer/data/mysql/updatedatabase.pl | 14

[Koha-patches] [PATCH] Bugfix: [1/3] overdue_notices.pl does not process all advertised fields

2010-02-16 Thread Chris Nighswonger
Note: overdue_notices.pl really needs to be completely re-written. The script does not process all fields advertised in tools/letter.pl This patch adds code to process all fields advertised as well as any from the items table. It also adds two additional tags for use in the letter templates:

[Koha-patches] [PATCH] bug 4197 fix opac patron update

2010-02-16 Thread Nicole Engard
--- opac/opac-userupdate.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opac/opac-userupdate.pl b/opac/opac-userupdate.pl index b083779..8495d34 100755 --- a/opac/opac-userupdate.pl +++ b/opac/opac-userupdate.pl @@ -53,7 +53,7 @@ my $lib =

[Koha-patches] Request to Pull 'trans' branch for 3.4 but usable for 3.2

2010-02-16 Thread Frédéric DEMIANS
The following changes since commit 84b3c05c0d98fc77f5c859fa084d9491731cb34f: Frédéric Demians (1): Bug 2959 - Add a timeout parameter to the URL checker are available in the git repository at: git://git.tamil.fr/git/koha trans Frédéric Demians (1): [3.4] New wrapper script for

[Koha-patches] [PATCH 1/9] (MT823) add the possibility to have enrolment end date

2010-02-16 Thread Henri-Damien LAURENT
From: Nahuel ANGELINETTI nahuel.angeline...@biblibre.com this patch add the possibility to have an end date of enrolment, instead of a period. Like for a user category, all this category can have the same expiry date. The librarian can configure one of both, but not both. ---

[Koha-patches] [PATCH 2/9] MT2663 : Adds an itemcallnumber plugin

2010-02-16 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- cataloguing/value_builder/callnumber.pl | 115 +++ 1 files changed, 115 insertions(+), 0 deletions(-) create mode 100755 cataloguing/value_builder/callnumber.pl diff --git

[Koha-patches] [PATCH 3/9] MT2588: minor changes in column order display

2010-02-16 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com --- .../prog/en/modules/catalogue/issuehistory.tmpl| 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl

[Koha-patches] [PATCH 4/9] MT 2348 : acqui-home minor improvements

2010-02-16 Thread Henri-Damien LAURENT
From: Paul Poulain paul.poul...@biblibre.com - moving some links to the left part of koha (currencies and suggestions) - removed currency table - changing supplier display --- acqui/acqui-home.pl| 15 .../prog/en/includes/acquisitions-menu.inc |

[Koha-patches] [PATCH 5/9] MT2116: Addons to the CSV export

2010-02-16 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Adds the ability to customize CSV exports through the use of a YAML file. The following customizations are available : - Preprocessing - Postprocessing - Field-by-field processing The YAML field should be stored in the

[Koha-patches] [PATCH 8/9] MT 2116: Addons to the CSV export

2010-02-16 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com Fix encoding selection --- C4/Record.pm| 14 +++--- basket/downloadcart.pl |1 - opac/opac-downloadcart.pl |1 - opac/opac-downloadshelf.pl |1 -

[Koha-patches] [PATCH 9/9] MT2116 : CSV Exports : add 'new line' as separator

2010-02-16 Thread Henri-Damien LAURENT
From: Matthias Meusburger matthias.meusbur...@biblibre.com --- C4/Record.pm |4 ++- .../prog/en/modules/tools/csv-profiles.tmpl| 33 --- 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/C4/Record.pm b/C4/Record.pm

[Koha-patches] [PATCH] MT2938 : Adds a permission for editing items

2010-02-16 Thread Henri-Damien LAURENT
This adds a granular permission : edit_items Conflicts solved: cataloguing/additem.pl kohaversion.pl --- catalogue/updateitem.pl|1 + cataloguing/additem.pl |4 ++-- .../data/mysql/en/mandatory/userpermissions.sql

[Koha-patches] [PATCH] Display amount of credit patron has, not just that they have credit.

2010-02-16 Thread Chris Cormack
From: Will Stokes w...@catalyst.net.nz Signed-off-by: Chris Cormack chr...@catalyst.net.nz --- circ/circulation.pl|6 -- .../prog/en/modules/circ/circulation.tmpl |4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git

[Koha-patches] [PATCH] [3.4] New wrapper script for handling translation process

2010-02-16 Thread Chris Cormack
From: Frédéric Demians f.demi...@tamil.fr Signed-off-by: Chris Cormack chr...@catalyst.net.nz --- misc/translator/LangInstaller.pm | 432 ++ misc/translator/install-code.pl | 47 misc/translator/install.pl | 32 --- misc/translator/pref-trans