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
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
---
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
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
---
.../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
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:
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
---
.../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
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
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(
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:
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
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
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
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
> - +http://www.myacpl.org
___
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches
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
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
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
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
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:
>
>
21 matches
Mail list logo