[Koha-patches] [PATCH] Bug 4514 (Error handling)

2010-05-20 Thread Marcel de Rooy
Corrected the routine name to output_html_with_http_headers. Changed the correct error number in some templates. --- errors/400.pl |2 +- errors/401.pl |2 +- errors/402.pl |

[Koha-patches] [PATCH] Fix for Bug 4534, Box for SQL not visible in Create Report from SQL

2010-05-20 Thread Owen Leonard
Changed style of SQL box and altered markup for a somewhat cleaner layout --- .../en/modules/reports/guided_reports_start.tmpl | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

[Koha-patches] [PATCH] Adds TLS support to LDAP auth

2010-05-20 Thread Ian Walls
--- C4/Auth_with_ldap.pm | 138 +++-- C4/Installer/PerlDependencies.pm |7 ++- install_misc/debian.packages |1 + 3 files changed, 93 insertions(+), 53 deletions(-) diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index

Re: [Koha-patches] [PATCH] Adds TLS support to LDAP auth

2010-05-20 Thread Chris Nighswonger
On Thu, May 20, 2010 at 4:26 PM, Ian Walls ian.wa...@bywatersolutions.com wrote: diff --git a/install_misc/debian.packages b/install_misc/debian.packages index 11dfeb4..23a1af6 100644 --- a/install_misc/debian.packages +++ b/install_misc/debian.packages @@ -39,6 +39,7 @@

Re: [Koha-patches] [PATCH] Adds TLS support to LDAP auth

2010-05-20 Thread Ian Walls
Chris, I didn't see a place for adding IO::Socket::SSL in C4/Installers/PerlModules.pm; I just appended it in PerlDependencies.pm. I'll get a supplemental patch out for ubuntu.packages out shortly. Thanks! -Ian On Thu, May 20, 2010 at 4:34 PM, Chris Nighswonger cnighswon...@foundations.edu

Re: [Koha-patches] [PATCH] Adds TLS support to LDAP auth

2010-05-20 Thread Chris Nighswonger
On Thu, May 20, 2010 at 4:53 PM, Ian Walls ian.wa...@bywatersolutions.com wrote: Chris, I didn't see a place for adding IO::Socket::SSL in C4/Installers/PerlModules.pm; I just appended it in PerlDependencies.pm. Sorry my bad. I'll get a supplemental patch out for ubuntu.packages out

[Koha-patches] [PATCH] add libio-socket-ssl-perl to ubuntu.packages

2010-05-20 Thread Ian Walls
--- install_misc/ubuntu.packages |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install_misc/ubuntu.packages b/install_misc/ubuntu.packages index 818358a..35c8f31 100644 --- a/install_misc/ubuntu.packages +++ b/install_misc/ubuntu.packages @@ -39,6 +39,7 @@

[Koha-patches] [PATCH] Bugfix 2570: moves issuedate column to proper place

2010-05-20 Thread Ian Walls
--- .../prog/en/modules/catalogue/issuehistory.tmpl| 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl index