[Koha-patches] [PATCH 2/2] DB rev 020 -> 021: OPACAmazonReviews syspref

2009-04-23 Thread Frédéric Demians
Add new OPACAmzonReviews syspref --- installer/data/mysql/en/mandatory/sysprefs.sql |1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql |3 ++- installer/data/mysql/updatedatabase.pl |7 +++ kohaversion.pl |2 +- 4 files

[Koha-patches] [PATCH 1/2] Bugfix #3155 Disabling Amazon Reviews

2009-04-23 Thread Frédéric Demians
Disable Amazon reviews without disabling Amazon book cover. --- .../opac-tmpl/prog/en/modules/opac-detail.tmpl |6 +- opac/opac-detail.pl|1 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-det

[Koha-patches] [PATCH] New Developer

2009-04-23 Thread Chris Cormack
--- docs/history.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index 9b72506..3e042a2 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -412,3 +412,4 @@ April 16-17 2009 Kohacon 2009 in Plano, Texas, USA April 18-20 2009

[Koha-patches] [PATCH] Pick your poison: bug 3129

2009-04-23 Thread Joe Atzberger
This patch is NOT recommended to be pushed. It fixes the alignment of YUI autocomplete for IE7, but this demonstrates the worse bug in IE that keeps other elements floating above the autocomplete options. That is apparently a known problem with IE and the only means around it in my tests was to m

[Koha-patches] [PATCH] Bug 3128 - followup and correction

2009-04-23 Thread Joe Atzberger
--- .../prog/en/modules/authorities/authorities.tmpl | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl index 57af9dc..8b89

Re: [Koha-patches] [PATCH] Fixed minor error in comment code

2009-04-23 Thread Galen Charlton
Hi Chris, I've pushed what I believe is a consistent set of your LTFL patches to HEAD. Thanks, and welcome to cabal of Koha committers! In the future, a little more description in the commit messages would be a good idea. Regards, Galen On Fri, Apr 3, 2009 at 9:27 AM, Christopher Hyde wrote:

[Koha-patches] [PATCH] DB rev 019 -> 020: LTFL support

2009-04-23 Thread Galen Charlton
Extends Christopher Hyde's patches to add LTFL support as follows: * adds fr-FR system preferences * adds updatedatabase.pl The three new system preferences are: LibraryThingForLibrariesEnabled - turn ON to enable LTFL support LibraryThingForLibrariesID - client ID for LTFL service LibraryThingF

[Koha-patches] [PATCH] fix XHTML validation errors in LTFL output

2009-04-23 Thread Galen Charlton
--- .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 27 +++- 1 files changed, 15 insertions(+), 12 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 9b2e4b4..5146c0d 100644 --- a/koha

[Koha-patches] [PATCH] DBrev 018 -> 019

2009-04-23 Thread Galen Charlton
Also corrected message upon addition of new OPACShowCheckoutName syspref. --- installer/data/mysql/updatedatabase.pl |3 ++- kohaversion.pl |2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data

[Koha-patches] [PATCH] bug 1546 - replacing REPLACE statements

2009-04-23 Thread John Beppu
replaced REPLACE statements with a pair of INSERT and UPDATE statements. Hopefully, these are the last ones. --- admin/auth_subfields_structure.pl | 79 ++ admin/marc_subfields_structure.pl | 96 +++-- 2 files changed, 129 insertions(

Re: [Koha-patches] [PATCH] Modified log reporting to allow multiple modules to be selected.

2009-04-23 Thread Galen Charlton
Hi David, On Thu, Apr 23, 2009 at 2:43 PM, David Goldfein wrote: > Change select to make it XHTML compliant > > multiple changed to multiple="multiple" > --- I'm getting some error messages in my Apace log when I run this. [Thu Apr 23 14:11:32 2009] [error] [client 74.179.117.85] EXPR:at pos 6:

[Koha-patches] [PATCH] Modified log reporting to allow multiple modules to be selected.

2009-04-23 Thread David Goldfein
Change select to make it XHTML compliant multiple changed to multiple="multiple" --- C4/Log.pm | 40 +++ .../prog/en/modules/tools/viewlog.tmpl | 14 +++--- tools/viewlog.pl | 13 -- 3

Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-23 Thread Michael Hafen
My suggestion would be to pull the '' out of the 'TMPL_IF's. On Thu, 2009-04-23 at 12:52 -0400, Wagner, Jane wrote: > Hmm. You may be right on that -- looking at another site with covers, > they insert an extra column in the data rows for the cover. The > template has a bunch of ifs like . > May

Re: [Koha-patches] [PATCH] Bug 3128: IE7 tweak

2009-04-23 Thread Galen Charlton
Hi Joe, On Wed, Apr 22, 2009 at 6:37 PM, Michael Hafen wrote: > I see an alert there. Also note Dan's comments in bug 3128. Please fix and resubmit. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charl...@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt

Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-23 Thread Wagner, Jane
Hmm. You may be right on that -- looking at another site with covers, they insert an extra column in the data rows for the cover. The template has a bunch of ifs like . Maybe I need equiv if statements for the header line? It would be awfully cumbersome. Jane Wagner Library Systems Analyst PTFS

Re: [Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-23 Thread Owen Leonard
> - +http://www.myacpl.org ___ Koha-patches mailing list Koha-patches@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-patches

[Koha-patches] [PATCH] Bug 3152 OPAC reading history column headers don't line up with text

2009-04-23 Thread Jane Wagner
Fixed template files to make column headers and text line up --- .../prog/en/modules/opac-readingrecord.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-read

[Koha-patches] [PATCH] [followup] (bug #3149) fix url

2009-04-23 Thread Nahuel ANGELINETTI
This patch fix the arg "biblio" to "biblionumber"(arg waited from orderreceive). --- .../prog/en/modules/acqui/orderreceive.tmpl|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tm

[Koha-patches] [PATCH] [followup] (bug #3149) add receiveddate_iso parameter

2009-04-23 Thread Nahuel ANGELINETTI
This add the template param receiveddate_iso, to add the date in the links --- acqui/orderreceive.pl |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 313a384..02df0d3 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderrec

[Koha-patches] [PATCH] [3.0.x] (bug #3149) bug in url

2009-04-23 Thread Nahuel ANGELINETTI
at the moment the generated link use the "syspref" format to send the date, but the orderreceive.pl script is waiting for a iso formatted date. This patch make it using an iso date in all cases. --- .../prog/en/modules/acqui/orderreceive.tmpl|2 +- 1 files changed, 1 insertions(+), 1

Re: [Koha-patches] [PATCH] bug 3093: Enhance placing of holds in the staff interface.

2009-04-23 Thread Stephen G. Edwards
How about if we just disable the inapplicable controls? That will provide visual continuity for the single and multiple cases. Not sure about the item type, I didn't notice that being broken in my install. I'll have a look... -Steve On Apr 22, 2009, at 4:15 PM, Frederic Demians wrote: > >