[koha-commits] main Koha release repository branch master updated. v3.16.00-332-g509da02

Git repo owner gitmaster at git.koha-community.org
Wed Jul 30 18:56:06 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  509da0289c283f24f704cc461d052651600bdc0a (commit)
       via  207756c00107360c207b893a6ae13e940195b6b3 (commit)
       via  1fc24c34936a8121f027d772b5328873fc857688 (commit)
      from  3ea58cbe4968d08e3653cf8d712e55f5e780d703 (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 509da0289c283f24f704cc461d052651600bdc0a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 16 09:13:34 2014 -0400

    Bug 7462 - duplicate patron shows flags
    
    When duplicating a patron the form fields for setting patron account
    flags and restrictions should be hidden as it is when adding a patron.
    This patch adds the correct logic to the template.
    
    To test, duplicate an existing patron:
    
    - Confirm that the "Patron account flags" and "Patron restrictions"
      sections are not visible.
    - Confirm that saving a duplicated patron works correctly.
    - Confirm that the edit and new patron entry forms are unaffected.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works ok, all three points confirmed
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, small template change.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 207756c00107360c207b893a6ae13e940195b6b3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jul 15 10:28:14 2014 +0200

    Bug 10155: Patron search should remember search type options selected
    
    The search type reset to the default.
    
    Test plan:
    1/ go on the patrons home page
    2/ Launch a search in the header and select the second value for "search
    type" ("contains").
    3/ Verify the search type is set to "contains" on the results page.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1fc24c34936a8121f027d772b5328873fc857688
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 18 12:22:58 2014 -0400

    Bug 7237 - duplicating patron not using patron's branch
    
    When duplicating a patron the original patron's library should be
    preselected.
    
    To test, apply the patch and choose a patron to duplicate, noting which
    library is set as their home library. Click the "Duplicate" button and
    cnofirm that the patron's library is preselected on the patron entry
    form.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc    |    9 +++++++--
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt   |    2 +-
 members/memberentry.pl                                        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list