[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-64-ge546999

Git repo owner gitmaster at git.koha-community.org
Tue May 19 15:11:38 CEST 2015


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  e546999f482bec887e48a633dc52cb1fe6560102 (commit)
       via  f1925cf89dbc1039fc48abfabad1472289387148 (commit)
       via  22d0b82c324a04134863c1cd76d3030a814db643 (commit)
      from  7507145a6ee7b56fb07fc28bc7d599638b3f4bf1 (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 e546999f482bec887e48a633dc52cb1fe6560102
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 17 17:40:07 2015 +0200

    Bug 7380: Add tests for TT plugins
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f1925cf89dbc1039fc48abfabad1472289387148
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 14 12:05:45 2015 +0200

    Bug 7380: Rename filter to avoid confusion
    
    The branchcode and categorycode parameter names are too common and are
    confusing.
    To remove the ambiguity, this patch renames them with branchcode_filter
    and categorycode_filter.
    
    Test plan:
    1/ Go on the patron home page (members-home.pl)
    2/ Fill the library and category dropdown list in the header search
    3/ The patron result list appears and the filters (on the right) are
    correctly set with what you have selected.
    Make sure the ones in the header are also correctly selected.
    4/ Click on a patron
    5/ On the patron detail page (moremember.pl), the dropdown lists in the
    header are not preselected.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 22d0b82c324a04134863c1cd76d3030a814db643
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jul 15 12:44:23 2014 +0200

    Bug 7380: Refactor the patron search box header
    
    A lot of page uses the patron search box header include (git grep
    patron-search.inc for the list) and the branch and category lists are
    not generated for all of them.
    
    For instance, on a patron detail page, there is a [+] link, but nothing
    append on clicking on it.
    
    This patch add a new template plugin "Categories" to get all patron
    categories from the templates.
    
    Test plan:
    1/ Verify the [+] is working on all patron page (if that works for 2,
    that should work for all).
    2/ Launch a search from the header box and verify the library and
    category dropdown lists select the correct value.
    3/ Launch a search on the patron search page (patron home) and verify
    the search is working correctly on selecting a category and/or a library
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Template/Plugin/Branches.pm                   |   30 ++++++++++
 Koha/Template/Plugin/Categories.pm                 |   63 ++++++++++++++++++++
 .../prog/en/includes/patron-search.inc             |   54 ++++++++++-------
 .../prog/en/modules/members/member.tt              |   16 +++--
 members/member.pl                                  |   42 +------------
 t/db_dependent/Template/Plugin/Branches.t          |   35 +++++++++++
 t/db_dependent/Template/Plugin/Categories.t        |   23 +++++++
 7 files changed, 195 insertions(+), 68 deletions(-)
 create mode 100644 Koha/Template/Plugin/Categories.pm
 create mode 100644 t/db_dependent/Template/Plugin/Branches.t
 create mode 100644 t/db_dependent/Template/Plugin/Categories.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list