[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.01-38-g5253c38

Git repo owner gitmaster at git.koha-community.org
Mon Jul 2 19:09:40 CEST 2018


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, 18.05.x has been updated
       via  5253c38864b9e8ebca18c2a8645e58b48290b677 (commit)
      from  693d68b64746ffd5569d32f2524e3587792908a1 (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 5253c38864b9e8ebca18c2a8645e58b48290b677
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 20 17:16:16 2018 +0000

    Bug 20931: JS error "ReferenceError: $ is not defined" when CircSidebar is turned on
    
    This patch reorganizes the way sidebar menus get highlighted based on
    the current page. A global function is added to handle most cases.
    Individual menu-handling scripts have been modified to handle only the
    edge cases which aren't covered by the global one.
    
    A new class is added to the global CSS file so that highlighted menu
    links can be custom-styled.
    
    To test, apply the patch and clear your cache if necessary.
    
    View various pages to confirm that current-page-highlighting in the
    sidebar menu is working correctly and that there are no JS errors in the
    browser console. For example:
    
     - Administration -> Currencies and exchange rates.
     - Acquisitions -> Invoices
     - Tools -> Patron lists
     - Tools -> Export
    
    And with CircSidebar turned on test various circulation pages, e.g.
    
     - Circulation -> Set library
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css    |    6 +++++-
 .../intranet-tmpl/prog/en/includes/circ-nav.inc      |   13 -------------
 koha-tmpl/intranet-tmpl/prog/js/acq.js               |    5 -----
 koha-tmpl/intranet-tmpl/prog/js/acquisitions-menu.js |    4 +---
 koha-tmpl/intranet-tmpl/prog/js/admin-menu.js        |   12 +++++-------
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js      |   12 ++++++++++++
 koha-tmpl/intranet-tmpl/prog/js/tools-menu.js        |   18 ++++++++----------
 7 files changed, 31 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list