[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-84-g765b5ed5f5

Git repo owner gitmaster at git.koha-community.org
Tue Sep 15 00:48:09 CEST 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, 20.05.x has been updated
       via  765b5ed5f50c248ce822942f2df2a6eef631f2f5 (commit)
       via  5906f9c3fbb697f3aef0f102f3c5dcc76fcd1b59 (commit)
      from  09b5ffe12178894946176588e81d6a1136bce710 (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 765b5ed5f50c248ce822942f2df2a6eef631f2f5
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Sep 14 22:11:31 2020 +0000

    Bug 16314: Compile CSS
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 5906f9c3fbb697f3aef0f102f3c5dcc76fcd1b59
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Jul 11 13:25:11 2020 +0000

    Bug 16314: Show upload link for upload plugin in basic MARC editor
    
    This patch updates the basic MARC editor to provide a plugin name
    variable to the template, allowing us to make a check on the name and
    conditionally show an upload link if the "upload.pl" cataloging plugin
    is selected.
    
    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).
    
     - Go do Administration -> MARC bibliographic framework -> MARC
       structure -> 856 -> Edit subfields.
     - Edit the "u" subfield and select "upload.pl" as the plugin under
       "Other options."
     - Go to Cataloging and create or edit a MARC record.
     - Under tab 8 look for the 856 tag, subfield u. There should be an
       "Upload" link corresponding to the form field.
     - Click the upload link to confirm that it triggers a popup window with
       the upload form.
     - Confirm that other similar plugin links (for instance 100$a, 600$a)
       display the old "tag editor" icon.
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit bdb64657f9c69387f264a333a7d040c9f1dba574)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 cataloguing/addbiblio.pl                                         | 1 +
 cataloguing/value_builder/upload.pl                              | 1 +
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss           | 9 +++++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css                | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 6 +++++-
 5 files changed, 17 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list