[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-29-ge89516e5eb

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 23:55:24 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, 19.05.x has been updated
       via  e89516e5eb74094047a489ed98b8af3185293116 (commit)
      from  d83a915b6d98c469f477fa34f29bf2fa35d9ca58 (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 e89516e5eb74094047a489ed98b8af3185293116
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 10 19:04:57 2020 +0000

    Bug 24621: Phase out jquery.cookie.js: Basic MARC editor
    
    This patch removes the use of the jquery.cookie plugin by the basic MARC
    editor for setting two interface preferences: Showing MARC tag numbers
    and showing MARC documentation links.
    
    To test, apply the patch and open the basic MARC editor.
    
     - From the "Settings" menu, select the "Show MARC tag documentation
       links" link. This should toggle the display of the "?" link next to
       MARC tag descriptions.
     - Reload the page to confirm that your selection has been saved.
     - Perform the same test with the "Show tags" menu item.
    
    You can also follow the changes to the cookie using the browser's
    developer console. Look for cookies named 'marcdocs_***' and
    'marctags_***' (where *** is the borrowernumber of the logged-in
    user) and confirm that the value of each flips from "show" to "hide" and
    back.
    
    https://developer.mozilla.org/en-US/docs/Tools/Storage_Inspector
    https://developers.google.com/web/tools/chrome-devtools/storage/cookies
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit a2fe9fa991bc074c4703729b0f459a40a2cc0eb4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/addbiblio.tt           | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list