[koha-commits] main Koha release repository branch master updated. v16.05.00-30-g4c04f6f

Git repo owner gitmaster at git.koha-community.org
Fri Jun 3 10:08:34 CEST 2016


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  4c04f6f8e0068a7cce256c3cd8ffcf5acf682fe0 (commit)
      from  c2f53bd039aa2ce52c2ddc3a2314e32b44ae4ee8 (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 4c04f6f8e0068a7cce256c3cd8ffcf5acf682fe0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 25 09:12:05 2016 -0400

    Bug 16336 [Revised] UX of holds patron search with long lists of results
    
    Bug 15793 made a change to an interface which is also found in the place
    hold template. This patch creates a new include file to be used by both
    circulation.tt and request.tt so that these pages do not diverge.
    
    In the process, this patch removes some markup and JavaScript which was
    made obsolete by Bug 15793 and should have been removed.
    
    This patch also revises the sorting of the results table so that the
    patron name is sortable (Bug 16334) and the default sort is on card
    number (matching 3.20.x and 3.22.x).
    
    To test:
    
    In Circulation:
    - Perform a search by name for a patron which will
      return multiple search results.
    - The table of results which displays should look correct and work
      correctly, including DataTables sorting.
    - Clicking any table row should forward you to the checkout page for
      that patron.
    
    In the catalog:
    - Locate and place a hold on a title.
    - When prompted to select a patron to place the hold for, perform a
      search by name which will return multiple results.
    - Confirm that the table of patron results looks correct and works
      correctly.
    - Clicking any table row should forward you to the place hold page for
      that patron and the title you selected.
    
    Revision: Although the table row was clickable, you couldn't
    middle-click it to open the link in a new tab. The patron name is now a
    real link you can middle-click or right-click. The row is still
    clickable as well.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../en/includes/circ-patron-search-results.inc     |   40 ++++++++++++++
 .../prog/en/modules/circ/circulation.tt            |   55 +-------------------
 .../prog/en/modules/reserve/request.tt             |   46 ++--------------
 3 files changed, 45 insertions(+), 96 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list