[koha-commits] main Koha release repository branch master updated. v3.16.00-1079-ge3d1e52

Git repo owner gitmaster at git.koha-community.org
Mon Nov 17 01:05:48 CET 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  e3d1e527e7cf23c20db8ed35c8de678d8f8a9d92 (commit)
       via  433d9d3d9f6ef429f95f39dbe5811a04fa441f82 (commit)
       via  1e55e09b8d964624538da860a1efb86dd4eabe73 (commit)
       via  81e4aebd0ad488ca14c94d9b087bb183c192deec (commit)
      from  348bca3dbb200627b3f3fd3ae9aae2d012892ecd (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 e3d1e527e7cf23c20db8ed35c8de678d8f8a9d92
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Oct 21 04:44:24 2014 -0400

    Bug 13122 - Patron holds table no longer display date item went in transit
    
    In Koha 3.14 and earlier, an item on hold and in transit would display
    the date the item was transferred. This is missing from the new ajax
    holds table.
    
    Test Plan:
    1) Place an item on hold for delivery at a different library
    2) Check the item in, confirm the hold and transfer
    3) View the patron's holds tab on circulation.pl and/or moremember.pl
    4) Note the item is show as in transit, but does not give the "since"
       date
    5) Apply this patch
    6) Note the in transit status now has a "since <date>"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Small change, works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 433d9d3d9f6ef429f95f39dbe5811a04fa441f82
Author: Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com>
Date:   Fri Nov 14 11:08:37 2014 -0500

    Bug 13256 - Typographical error on item search template
    
    Typo error found in the new template itemsearch.tt line 363 "_ matches
    only a single charcter"
    
    Test plan:
    1) Go to url 'intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt'
       line 363 and check the typo "_ matches only a single charcter" and
       change for _ matches only a single character
    2) Apply the patch
    3) Repeat step 1 and check if the typo is fixed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1e55e09b8d964624538da860a1efb86dd4eabe73
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 11 14:55:00 2014 -0500

    Bug 13233 - Patron search by birth date tooltip broken
    
    When the user selects a patron search by birth date a tooltip is
    supposed to appear showing the date format requirement. Bug 9811 (Patron
    search improvement) changed the ID on which the tooltip depended to
    function. This patch corrects it.
    
    To test, apply the patch and go to the Patrons home page in the staff
    client. In the header search form select "Date of birth" from the
    "search fields" dropdown. This should trigger a tooltip showing the
    required date format.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I confirm the tooltip comeback with this patch.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 81e4aebd0ad488ca14c94d9b087bb183c192deec
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 9 22:35:14 2014 +0100

    Bug 13227: Display856uAsImage displays images in OPAC in original size
    
    To test:
    - catalog a record with 856$u = URL to an image, $q = img
    - turn on the system preference Display856uAsImage
    - make sure your record has been reindexed by Zebra
    - verifiy the image indeed displays on the result and detail page
      in the bootstrap catalog.
    
    The image shows in the original size, from the code it's meant
    to display with a height of 100 px, but this won't work in bootstrap
    as the height is set to auto with CSS.
    
    Patch changes the XSLT to restore the former behaviour.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc             |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/holds.js                      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt  |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl  |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl |    4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list