[koha-commits] main Koha release repository branch master updated. v3.22.00-96-g67aeb17

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 15:48:09 CET 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  67aeb17bfbeb52d8d07577e2ffe24a97480cd883 (commit)
       via  4a0deff5291e019664783eace143469e26ae66dc (commit)
      from  23c7de2bc7af7d2d8bf725e536f665bf78116065 (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 67aeb17bfbeb52d8d07577e2ffe24a97480cd883
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 8 10:15:44 2015 +0000

    Bug 15319: Move marcPreview modal div to avoid duplication
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Good catch Jonathan, thank you.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4a0deff5291e019664783eace143469e26ae66dc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Dec 4 21:21:37 2015 -0500

    Bug 15319 - Use Bootstrap modal for MARC preview when performing batch record modifications
    
    In order to reduce the number of dependencies for common interactions we
    should attempt to use Bootstrap modals in place of Greybox ones.
    
    This patch modifies the batch record modification page so that the
    "Preview MARC" link triggers a preview in a Bootstrap modal.
    
    To test:
    
    1. Apply the patch and navigate to Tools -> Batch record modification.
    2. Submit multiple biblionumbers for batch modification.
    3. In the results list, click the "Preview MARC" link for multiple
       results and confirm that the correct data is shown each time.
    4. Use the "Modify record using the following template" menu to change
       the modification template.
    5. Confirm that the "Preview MARC" links still work and show data
       correctly modified by your newly chosen template.
    6. Repeat steps 2-5 with authority record numbers.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Works as described. No regression.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../en/modules/tools/batch_record_modification.tt  |   35 +++++++++++++++-----
 1 file changed, 27 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list