[Koha-patches] [PATCH] [SIGNED-OFF] bug 10503: fix various issues with use of Memoize::Memcached

2013-07-17 Thread Srdjan
From: Galen Charlton g...@esilibrary.com Memoize::Memcached expects to be passed a hashref of connection parameters, which it in turn uses to initialize a Cache::Memcached object. However, commit 52afe06ddd started passing a Cache::Memcached object directly, not the required hashref. This

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 10441: Testing AddShare in VirtualShelves.t

2013-07-17 Thread Srdjan
From: Marcel de Rooy m.de.r...@rijksmuseum.nl Builds upon 10386 and 9032. Adds a unit test for routine AddShare. This patch also restores the inadvertently deleted DelShelf tests in bug 10499. Test plan: Run the test. All passed? Signed-off-by: Srdjan srd...@catalyst.net.nz ---

[Koha-patches] [PATCH] Bug 10584 - Hide OPAC biblio details if all items are hidden

2013-07-17 Thread Srdjan
From: Mark Tompsett mtomp...@hotmail.com If there are items for a given biblio number, and they are all hidden, then biblio needs to be hidden. If the biblio needs to be hidden, this is done by setting the biblionumber to 0, which triggers the same output as if the biblionumber does not exist.

[Koha-patches] [PATCH] [SIGNED-OFF] Bug 10578 - Escaping CGI breaks results sort feature (librarian's interface)

2013-07-17 Thread Srdjan
From: Janusz Kaczmarek janus...@gmail.com To test (in librarian's interface): 1. Have some biblio records to get a list when searching. 2. Make an advanced search with 'as phrase' modifier (title -- ti,phr: or author -- au,phr: , etc.) 3. Having the result list try to change the sort order. 4.