[Koha-patches] [PATCH] Bug 3708 - Add another customizable region to the OPAC: right sidebar

2012-06-09 Thread Martin Renvoize
From: Owen Leonard This patch creates a new system preference, OpacRightSidebar, in which the librarian can add HTML which will appear on the OPAC main page under the login form. If the user is logged in the content will appear in place of the login form. Signed-off-by: Martin Renvoize --- C4/

[Koha-patches] [PATCH] Bug 8197 : Software error when you have cleaned cookies and try to past the url to opac-topissues.pl

2012-06-09 Thread Martin Renvoize
From: christophe croullebois Try to delete cookies and paste the url to opac-topissues.pl. Without the patch we have a Software error. Signed-off-by: Martin Renvoize --- opac/opac-topissues.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opac/opac-topissues.pl b/op

[Koha-patches] [PATCH] Bug 8184 - Duplicate budget page lacks heading and breadcrumbs

2012-06-09 Thread Martin Renvoize
From: Owen Leonard Adding title, heading, and breadcrumbs for "duplicate a budget" operation. Also: - adding cancel link for duplicate and edit - correcting the CSS so that the "edit" menu button is styled like an edit button. operations. Signed-off-by: Martin Renvoize --- .../intranet

[Koha-patches] [PATCH] Bug 8216: Allow SIP modules to pass critic tests

2012-06-09 Thread Colin Campbell
Add C4/SIP to perlcritic tests. Fix those issues that were generating perlcritic errors --- C4/SIP/ILS/Item.pm | 25 + C4/SIP/ILS/Patron.pm | 9 ++--- C4/SIP/ILS/Transaction/Checkout.pm | 3 +-- C4/SIP/ILS/Transaction/Hold.pm | 3 +--

[Koha-patches] [PATCH] Bug 8217: Focus on search box in staff detail page

2012-06-09 Thread Adrien Saurat
--- .../prog/en/modules/catalogue/detail.tt|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index c92a891..cd203c6 100644 --- a/koha-tmpl/

[Koha-patches] [PATCH] Bug 8005 - Lost item is not anonymized when checked in

2012-06-09 Thread Martin Renvoize
From: Kyle M Hall This bug is caused by the subroutine C4::Circulation::LostItem not passing the privacy parameter when calling C4::Circulation::MarkIssueReturned. This issue is actually anonymized when the item is marked as lost, not when the item is checked in. Note, even if the issue is anon

[Koha-patches] [PATCH] Bug 7671 : add a real primary key accountlinesid in accountlines

2012-06-09 Thread Martin Renvoize
From: Stéphane Delaune Signed-off-by: Stéphane Delaune --- C4/Accounts.pm | 114 ++-- C4/Circulation.pm | 16 ++-- installer/data/mysql/kohastructure.sql |2 + installer/data/mysql/updatedata

[Koha-patches] [PATCH] Bug 7619 Use CRLF as default terminator

2012-06-09 Thread Colin Campbell
Most units require or tolerate CRLF as the terminator Using only \r causes many including 3M units to signal errors due to delay this resets CRLF to be default but adds a single constant variable and explanation so that if you have a "strictly conforming" unit (the 'Baby' is the only I have encount