[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-20-g6da3dff

Git repo owner gitmaster at git.koha-community.org
Mon Feb 9 21:45:53 CET 2015


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, 3.18.x has been updated
       via  6da3dff2b18247441c719aa2eb74c7fc417d09f3 (commit)
       via  1a22fc87db69c6fe7c94fe820e1e0964c1596772 (commit)
       via  6801a2de20243601b9f8d6d863352b80021aee80 (commit)
      from  e49a6b8ad46b3e5f92c7360d8d6d04c6972cac97 (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 6da3dff2b18247441c719aa2eb74c7fc417d09f3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 11 09:50:38 2014 +0100

    Bug 13268: the size should not be emptied in pl script
    
    It duplicates what the first patch does.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 42e9044f1195a512870d4e1dc01679a64d47f4d9)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 1a22fc87db69c6fe7c94fe820e1e0964c1596772
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Nov 17 16:32:20 2014 +0100

    Bug 13268 - biblioitems.size value not correctly displayed (more)
    
    Bug partially corrected by Bug 11357.
    
    The size column in biblioitems is a bit problematic when used in TT, because instead of the size value from the biblio column it will give you the size of the variable or current loop.
    
    It's currently used in the templates like opac-topissues.tt :
    [% IF results_loo.size %][% results_loo.size %][% END %]
    
    This patch corrects by using item() TT method.
    See http://stackoverflow.com/questions/2311303/how-can-i-handle-hash-keys-containing-illegal-identifier-characters-in-template.
    
    Test plan :
    - Be sure there is a mapping between a MARC field and biblioitems.size
    - Create a record A with biblioitems.size defined : like "10x12"
    - Create a record B with no value in biblioitems.size
    - Check each modified page :
    => Without this patch : you see a number (loop size) for both records
    => With this patch : you only see the correct value for A and nothing for B
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit f27d454048bca9d9ebdc1f781a688c2311952786)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6801a2de20243601b9f8d6d863352b80021aee80
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 22 14:25:29 2015 -0500

    Bug 13339 - Cart button doesn't open the cart
    
    The link to open the cart no longer triggers the cart popup. Instead, in
    order to make it more usable with mobile devices, it triggers a menu
    which displays the count of items in the cart -- something which
    previously was done with a hover action (something touch-screen devices
    don't have). Clicking/tapping this menu item is what opens the cart
    window.
    
    Since the cart link is really now a menu trigger rather than just a
    link, it seems logical to add the small arrow which the lists link
    has indicating that the link triggers a menu.
    
    To test, apply the patch and view any page in a Cart-enabled OPAC.
    Confirm that the "caret" icon displays correctly when the cart is both
    empty and when it has contents.
    
    Followed test plan. Icon displays as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, good idea.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 724f77ec43449144a2cccac048a57ffb19799fed)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 cataloguing/addbooks.pl                                         |    3 ---
 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc          |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt        |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt      |    2 +-
 6 files changed, 5 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list