[Koha-patches] [PATCH] Fix for Bug 4073, Add globally template variable for dateformat setting

2010-01-28 Thread Owen Leonard
--- C4/Auth.pm | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index f0be27c..206231d 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -323,6 +323,18 @@ sub get_template_and_user { } } +

[Koha-patches] [PATCH] 4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results

2010-01-28 Thread Chris Nighswonger
These links are rendered with the wrong syntax. ie. 'q=su:foo' This results in a search for 'su:foo' rather than a search for 'foo' with an index of 'su.' This patch corrects the code so that the syntax conforms to current parsing methods. ie. 'idx=suq=foo' NOTE: The change to the underlying

[Koha-patches] [PATCH] (bug #4075) add use of getrecordvalue in opac-detail

2010-01-28 Thread Nahuel ANGELINETTI
--- .../opac-tmpl/prog/en/modules/opac-detail.tmpl |4 ++-- opac/opac-detail.pl|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

[Koha-patches] [PATCH] 3.0.x Back-port: 4074 Bugfix: The 'Subject(s)' link(s) are malformed resulting in no search results

2010-01-28 Thread Chris Nighswonger
NOTE: This patch ONLY applies to the current 3.0.x branch. These links are rendered with the wrong syntax. ie. 'q=su:foo' This results in a search for 'su:foo' rather than a search for 'foo' with an index of 'su.' This patch corrects the code so that the syntax conforms to current parsing

[Koha-patches] [PATCH] Bugfix: Fixing hardcoded dir paths in C4::XSLT

2010-01-28 Thread Chris Nighswonger
--- C4/XSLT.pm | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 8a67e04..10bcd51 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -73,7 +73,7 @@ sub transformMARCXML4XSLT { $value = GetAuthorisedValueDesc( $tag,

[Koha-patches] [PATCH] Bugfix: Fixing hardcoded dir paths in C4::XSLT

2010-01-28 Thread Chris Nighswonger
This patch makes C4::XSLT.pm obey the 'themes/opacthemes' system preferences --- C4/XSLT.pm | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 8a67e04..db9717a 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -73,7 +73,7 @@ sub

Re: [Koha-patches] [PATCH] Bugfix: Fixing hardcoded dir paths in C4::XSLT

2010-01-28 Thread Chris Nighswonger
Disregard this patch. Resubmit to follow. On Thu, Jan 28, 2010 at 12:26 PM, Chris Nighswonger cnighswon...@foundations.edu wrote: ---  C4/XSLT.pm |   13 +++--  1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 8a67e04..10bcd51 100644 ---

Re: [Koha-patches] [PATCH] Bugfix: Fixing hardcoded dir paths in C4::XSLT

2010-01-28 Thread Chris Nighswonger
This is the resubmit. On Thu, Jan 28, 2010 at 12:35 PM, Chris Nighswonger cnighswon...@foundations.edu wrote: This patch makes C4::XSLT.pm obey the 'themes/opacthemes' system preferences ---  C4/XSLT.pm |   16  1 files changed, 8 insertions(+), 8 deletions(-) diff --git

[Koha-patches] [PATCH] Bugfix: Stop C4::Koha from filling the log with pesky warns

2010-01-28 Thread Chris Nighswonger
--- C4/Koha.pm |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 31bd678..ae89770 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -1086,7 +1086,7 @@ sub GetAuthorisedValues { my $sth = $dbh-prepare($query); $sth-execute; while

[Koha-patches] [PATCH] Bugfix: Stop opac/opac-detail.pl from filling the log with pesky warns

2010-01-28 Thread Chris Nighswonger
--- opac/opac-detail.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index f0a7288..9af15a8 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -585,9 +585,9 @@ if (C4::Context-preference('TagsEnabled') and

Re: [Koha-patches] [PATCH] Bugfix: Fixing hardcoded dir paths in C4::XSLT

2010-01-28 Thread Chris Nighswonger
I'm withdrawing this patch in favor of work done by BibLibre on the XSLT features of Koha (soon to be submitted). On Thu, Jan 28, 2010 at 12:38 PM, Chris Nighswonger cnighswon...@foundations.edu wrote: This is the resubmit. On Thu, Jan 28, 2010 at 12:35 PM, Chris Nighswonger

[Koha-patches] [PATCH] Fix updatedatabase.pl mess coming from last merge?

2010-01-28 Thread Frédéric Demians
--- installer/data/mysql/updatedatabase.pl |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7bd1536..9f4c149 100755 --- a/installer/data/mysql/updatedatabase.pl +++