[koha-commits] main Koha release repository branch master updated. v19.05.00-1370-g0a597b6

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 10:50:20 CET 2019


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  0a597b6ef855e987e0a1d6ce726799b7f1622a03 (commit)
       via  f23e49c08cabe4ee76ac0683dffc157c02c0905d (commit)
       via  d6dc7622d39630667909942c53720873bbb77473 (commit)
       via  528b1e2905b6f224d47677613fda4ae4e9631212 (commit)
      from  5b694fea9a00db7470d0942195ec4d131ee16928 (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 0a597b6ef855e987e0a1d6ce726799b7f1622a03
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Nov 27 09:26:01 2019 +0000

    Bug 23958: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f23e49c08cabe4ee76ac0683dffc157c02c0905d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Nov 3 19:38:20 2019 -0500

    Bug 23958: Use Font Awesome icon to replace "new window" icon image
    
    This patch modifies several templates in order to eliminate the
    dependency on an image file for styling certain links which open popups
    or new windows. A Font Awesome icon is used instead.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Cataloging:
    
     - Create a new MARC record which has the same ISBN as a record in your
       catalog.
     - When you save the record it should warn you that it is a possible
       duplicate. The message should contain an icon-prefixed link to the
       existing record.
     - Clicking the link should open details about the title in a new
       window.
    
    Circulation:
    
     - Enable the itemBarcodeFallbackSearch system preference.
     - Open a patron for checkout and enter a word in the "barcode" field
       instead of a barcode.
     - The page should return a list of titles to choose from. Each title
       should be a link with an icon. Clicking the link should open details
       about the title in a new window.
    
    Acquisitions:
    
     - Go to Acquistisions -> Vendor -> Basket.
     - Choose "Add to basket" -> From an external source.
     - Search for and select a record which exists in your catalog.
     - You should be taken to a page with a "Duplicate warning" message. The
       message should contain an icon-prefixed link to the existing record.
     - Clicking this link should open details about the title in a new
       window.
    
     - Create a MARC file with two records: One which exists in your catalog
       and one which doesn't. Stage that file for import.
     - Choose "Add to basket" again and select "From a staged file."
     - Select the file you staged.
     - You should be taken to a page with a "Duplicate warning" message. The
       message should contain an icon-prefixed link to the existing record.
     - Clicking the link should open details about the title in a new
       window.
    
    Patrons:
    
     - Create a new patron which has the same name and birthday as an
       existing patron.
     - When you save the record you should be shown a duplicate warning. The
       link to the possible duplicate patron should be prefixed with an icon
       and should open the patron's details in a popup window.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d6dc7622d39630667909942c53720873bbb77473
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Nov 27 09:24:39 2019 +0000

    Bug 23955: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 528b1e2905b6f224d47677613fda4ae4e9631212
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Nov 3 22:03:46 2019 +0000

    Bug 23955: Replace famfamfam icon in OPAC holds template
    
    This patch modifies the OPAC holds template so that when an item isn't
    available for an item-level hold a Font Awesome icon is displayed
    instead of a famfamfam image.
    
    To test, apply the patch and regenerate the OPAC CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
     - Make sure you have items which can be placed on hold at the item
       level.
     - Locate a title with more than one item, at least one of which isn't
       available to be placed on hold (item is marked withdrawn, for
       instance).
     - Start the process of placing a hold on the item.
     - On the "Confirm holds" scren, click "Show more options" and select "A
       specific item."
     - In the table of items, any item which isn't available to be put on
       hold should be inidicated with a red X. The title attribute of the
       icon should show "Cannot be put on hold."
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss         |    5 -----
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css              |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt        |    2 +-
 .../prog/en/modules/acqui/neworderempty_duplicate.tt           |    8 ++++----
 .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt     |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt    |    2 +-
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt    |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css                     |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss                |    4 ++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt       |    2 +-
 10 files changed, 15 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list