[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.08-5-g25e96a5

Git repo owner gitmaster at git.koha-community.org
Fri Jul 11 08:23:53 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, 3.14.x has been updated
       via  25e96a574d6f8a4eed8a03f30cab15c1230f63f0 (commit)
      from  54fb1afa7bc01c0ccb2008390e316ad35270a12e (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 25e96a574d6f8a4eed8a03f30cab15c1230f63f0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 3 13:59:34 2014 -0500

    Bug 11671 - Restructure patron lists add form for improved usability
    
    Non-standard interface features have the potential to cause confusion.
    This patch brings various aspects of the patron lists add page into
    conformity with other staff client pages.
    
    - Add "select all/clear all" links for the checkboxes
    - Add a "remove selected" to the top of the table (see also Lists)
    - Split functionality of add from from delete form
    - Hide "Add patrons" button until at least one patron has been selected
    - Remove non-standard trash can icon from table's checkbox column
    - Exclude checkbox column from table sorting
    - Add confirmation to deletion actions
    - Improve breadcrumb specificity
    - Add title-string sorting to date column to accommodate sorting for all
      date format types
    
    To test, apply the patch and create a patron list.
    
    1. Search for and select patrons for the list. Selecting a patron should
       trigger the display of an "Add patrons" button.
    2. Click "Add patrons" and confirm that the add process completes
       correctly.
    3. Search for and select a patron and also check the box next to an
       existing patron. Click "Add patrons" and confirm that no patron is
       removed.
    4. Check that the "select all" and "clear all" links work correctly.
    5. Select patrons on the list and click the "Remove selected" link. You
       should be prompted to confirm your choice.
       4.a. Click cancel and confirm that the deletion process aborts.
       4.b. Click OK and confirm that the deletion process completes.
    6. Repeat step 4 with the "Remove selected patrons" at the bottom of the
       page.
    7. Confirm that the page title and breadcrumbs correctly show the list
       name.
    8. Switch between us and metric dateformat settings and confirm that
       table sorting by date is correct in both cases.
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1b0dd7eedebc91fa7178d0d4e0768ebc64b41fd2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |    2 +-
 .../prog/en/modules/patron_lists/list.tt           |   72 ++++++++++++++++----
 2 files changed, 61 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list