[koha-commits] main Koha release repository branch master updated. v3.16.00-641-g4822f19

Git repo owner gitmaster at git.koha-community.org
Thu Oct 9 20:59:08 CEST 2014


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  4822f19df62d8f4421d9e44aca5fb5277b791232 (commit)
       via  7969b35d607b6519023c40e8edb510463c7ec741 (commit)
       via  d44a4adcc638e97995c00cffdca219ce9f5e7e7e (commit)
       via  56844b81d7e5afe7e71ba5a5079d62725573a450 (commit)
       via  1878cb0bdf005a0363baa08a3ae19d5f5a48bb8e (commit)
      from  755655a42a2621c86fe3d171564401fd929c28cd (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 4822f19df62d8f4421d9e44aca5fb5277b791232
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Oct 9 15:10:07 2014 +0200

    Bug 7372: (follow-up) remove debug message
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Only removes debugging leftover. In french :-D

commit 7969b35d607b6519023c40e8edb510463c7ec741
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 24 15:50:49 2014 +0200

    Bug 12985: All basketgroups should be listed
    
    Only 20 first are listed, others are hidden.
    
    Test plan:
    - Create at least 21 basketgroups
    - verify you can see it on the "open" tab
    - close all of them
    - verify you can see it on the "close" tab
    
    There is no restriction to hide datables functions here.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d44a4adcc638e97995c00cffdca219ce9f5e7e7e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Sep 23 12:24:34 2014 -0400

    Bug 12755 - MARC Preview doesn't always display in managed MARC record
    
    The MARC preview feature seems to have been broken by Bug 11570 -
    Upgrade jQueryUI to the latest version. When that patch was being
    developed there were no existing cases where the jQueryUI dialog feature
    was used, so the patch omitted it.
    
    Rather than update the build of jQueryUI to include the dialog feature
    I'm submitting a patch which uses a Bootstrap modal instead. This keeps
    the jQueryUI library smaller and avoids an unnecessary duplication of JS
    functionality. It also helps keep our modals consistent.
    
    The implementation uses progressive enhancement principles to improve
    click handling: Real links in the table, so that the preview link can be
    opened in a new tab if the user chooses; Event handling in the
    JavaScript instead of the markup ( $(selector).on(click... instead of <a
    onclick=...).
    
    To test, apply the patch and add or view a batch of staged MARC records
    (Tools -> Staged MARC management). In the list of titles (the "Citation"
    column) click any link and confirm that the MARC preview loads
    correctly. Confirm that previews work correctly on any page and after
    re-sorting.
    
    Confirm also that the modal window flexibly handles different browser
    window sizes.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 56844b81d7e5afe7e71ba5a5079d62725573a450
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Jun 3 10:41:46 2014 +1200

    Bug 9967 - include $branch_limit in the cache key
    
    Make the caching more correct. Also removes a warn that got left behind.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1878cb0bdf005a0363baa08a3ae19d5f5a48bb8e
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Apr 9 15:50:37 2014 +1200

    Bug 9967 - Cache authorised value requests properly
    
    Authorised values are now cached using the proper Koha::Cache mechanism,
    rather than a simple internal cache. Memoize has been removed because it
    didn't really work like we needed it to.
    
    Test plan:
     * running a persistent environment:
     * load the edit item screen
     * refresh several times to ensure any process-based caches are filled
     * add a new LOC authorised value as fast as possible (prepare it on
       another tab.)
     * refresh the edit item page
     * note that the new LOC value may or may not be showing in the
       "shelving location"
     * if more than 5 seconds have passed since saving it, it must now show
       up.
     * refresh a few times to ensure that it's showing on all processes.
    
    Note:
     * This patch depends on the caching changes of 9967.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Koha.pm                                         |   32 ++++++++++---
 installer/data/mysql/updatedatabase.pl             |    1 -
 .../prog/en/modules/acqui/basketgroup.tt           |    1 -
 .../prog/en/modules/tools/manage-marc-import.tt    |   47 ++++++++++++--------
 4 files changed, 55 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list