[koha-commits] main Koha release repository branch master updated. v19.11.00-168-gda72f9b

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 17:55:15 CET 2020


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  da72f9b7d08c283712c94bb5e4ae315c03f184dc (commit)
       via  a37d89d83546d808234a9b6831e5e0900e40ca6b (commit)
       via  802d7d30c98bdd2cece637574ab48c8409399862 (commit)
       via  b9e8b50b50b2b47bb176bdaac412afbe46b4a567 (commit)
      from  2b1ea752a968e8744ad0eca2a1347b857097e2aa (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 da72f9b7d08c283712c94bb5e4ae315c03f184dc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 17 15:19:56 2019 +0000

    Bug 7882: (follow-up) Only show sortable icon for sortable tags
    
    Only tags which can be repeated can be sorted, so the "bars" icon should
    not display by these tags.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a37d89d83546d808234a9b6831e5e0900e40ca6b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Dec 16 19:06:57 2019 +0000

    Bug 7882: (follow-up) Update sorting interaction
    
    This follow-up modifies the CSS for the sortable fields so that a
    different icon is used. Elsewhere in Koha (stock rotation stage sorting)
    we use the "bars" icon to indicate a sortable element. I think it would
    be good to continue to use this. The cursor is now styled as a "Move"
    cursor.
    
    The configuration of the sortable function in the script has been
    updated in two ways: 1. The movement of the element is constrained along
    the y-axis, and 2. The movement of the element is contstrained to the
    container within which it can be moved (for the tag, the tab, and for
    the subfield, the tag).
    
    To test, apply the patch and edit a MARC record in the basic cataloging
    editor.
    
    Confirm that the new icon is used, and that the "Move" cursor shows when
    you hover over the icon.
    
    Confirm that a tag can be dragged up and down within the constraints of
    the visible section. A subfield should be only movable within its parent
    tag.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 802d7d30c98bdd2cece637574ab48c8409399862
Author: Maryse Simard <maryse.simard at inlibro.com>
Date:   Wed Oct 23 15:34:39 2019 -0400

    Bug 7882: Add ability to move and reorder fields in MARC editor
    
    Use jQueryUI sortable to make fields and subfields moveable in the
    MARC editor for both records and authorities.
    
    This patch convert items from div's to ul's and consequently alter css
    and js to match. It also replace the up arrow with a more adapted icon
    (from font awesome).
    
    Primary authorship by Elliott Davis.
    
    To Test:
    
    1. Add or edit a record in cataloguing module.
    2. You should be able to move the fields and subfields around.
        - You can click on any part of the element to drag it, the move
        icon to the left of the item is a good place to do it.
        => You can only change the order of fields of the same tag.
    3. Make sure all of the javascript driven fonctionnality still work :
        - Duplicate fields/subfields
        - Remove fields/subfields
        - Using the tag editor for control fields or to link authorities
        - etc
    4. Reorder some fields/subfields and save the record.
    5. Edit the record again.
    6. The order in the editor should match the changes which were saved.
        - Empty subfields should appear after the ones with content.
    7. Repeat steps 1-6 with the authority editor.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b9e8b50b50b2b47bb176bdaac412afbe46b4a567
Author: Cori Lynn Arnold <carnold at dgiinc.com>
Date:   Wed Dec 18 18:18:59 2019 +0000

    Bug 24173: Advanced Editor: Show subtitle & published date on the search page
    
    To test:
    
    Prior to patch:
    1/Verify that EnableAdvancedCatalogingEditor syspref is set to "enable"
    2/Go to Cataloging
    3/Click on "Advanced Editor" button
    4/In left hand box put "specious" under Keywords and hit "enter"
    5/verify that "Library of Congress" (or some other server) Z39.50 is checked
    6/Verify that there are no headings for "Subtitle" and "Published"
    
    Apply Patch
    1/Go to Administration->Koha to MARC mapping
    2/Add or verify that there are entries for "biblio.subtitle" and
    "biblio.copyrightdate"
    3/Go to Cataloging
    4/Click on "Advanced Editor" button
    5/In left hand box put "specious" under Keywords and hit "enter"
    6/verify that "Library of Congress" (or some other server) Z39.50 is checked
    7/Verify that there are headings for "Subtitle" and "Published" and the
    data matches with the fields from Koha to MARC mapping when you click on
    "View MARC" link for that record.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/MetaSearcher.pm                               |    1 +
 cataloguing/addbiblio.pl                           |    2 +-
 koha-tmpl/intranet-tmpl/prog/css/addbiblio.css     |   63 ++++++++++++++++++--
 .../prog/en/includes/cateditor-ui.inc              |    2 +
 .../prog/en/modules/authorities/authorities.tt     |   28 +++++----
 .../authorities/blinddetail-biblio-search.tt       |    6 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |   42 +++++++++----
 koha-tmpl/intranet-tmpl/prog/img/up.png            |  Bin 362 -> 0 bytes
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js      |   52 +++++++---------
 9 files changed, 137 insertions(+), 59 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/up.png


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list