[koha-commits] main Koha release repository branch master updated. v3.16.00-382-g571a256

Git repo owner gitmaster at git.koha-community.org
Sun Aug 10 14:04:45 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  571a2567da5c428d454b8d965dae9a35ef05e868 (commit)
       via  0ddeabd3d4b4914c7698da03f5e036f2ec08638d (commit)
      from  69e3d44dc223b20668a795866f05c34247dbe2ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 571a2567da5c428d454b8d965dae9a35ef05e868
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Jul 18 09:50:34 2014 +0100

    Bug 12600: remove duplicate use statement from code
    
    A use C4::Charset was added deep in the body of the code
    we have already imported it at the top of the file
    (the by convention normal place) As use is executed at compile time
    specifying it in the code body does not serve a
    useful purpose and detracts from the readability of an already
    overly complex subroutine.
    Remove the superfluous statement
    also removed the tabs introduced to the surrounding lines
    by the same commit
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Search still works, no errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0ddeabd3d4b4914c7698da03f5e036f2ec08638d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 11 11:16:38 2014 -0400

    Bug 5502 - Patron card category search field should be menu
    
    When searching for patrons to add to a patron card creator batch there
    is a text input field for submitting a patron category. This should be a
    dropdown menu. This patch corrects it.
    
    To test, go to Tools -> Patron card creator and click "New batch."
     - Click the "Add item(s)" button.
     - Confirm that in the Patron search pop-up window there is a dropdown
       menu populated with existing patron categories.
     - Confirm that searches limited by patron category return correct
       results.
     - Confirm that the correct patron category is automatically preselected
       after performing a search limited by category.
     - Confirm that reordering the table of search results works correctly.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Search.pm                                       |    9 +++---
 .../prog/en/modules/patroncards/members-search.tt  |   31 ++++++++++++++------
 patroncards/members-search.pl                      |   12 ++++++++
 3 files changed, 38 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list