[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-89-ga8989f1

Git repo owner gitmaster at git.koha-community.org
Sun Jan 18 03:31:57 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  a8989f1d148310250813473a9f8f96a37cfc2e17 (commit)
       via  b8688959180f159b4704c5bbc66619d6db1774c0 (commit)
       via  b53fb77e3b3b372ec26162764620b1f4c420715f (commit)
       via  ba60d319475b147d712e7390abf1d42d7ffa2461 (commit)
       via  730f41675601848de5dec0374e0a6df4d16c5ce3 (commit)
       via  2e79cd4b5de5eb377a1849c40c9b3a862fb94226 (commit)
       via  2d704576de4bae5be9b78b8a2156bf1594d550d1 (commit)
       via  7477cbc2977a9c50e0e766df59131fdfaeb7d2e9 (commit)
      from  c1cf3270fc6fa8a82d50d498f2a5b377321cb291 (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 a8989f1d148310250813473a9f8f96a37cfc2e17
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Jan 15 14:42:00 2015 +1300

    Bug 13571: followup to remove some now-unused options
    
    The memcache parameters aren't used by anything (except C4::SQLHelper,
    but that's a cancer on the face of the earth) anymore, so they can go.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 9db34fe8758e6303246a3347d19f05edc2653a42)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b8688959180f159b4704c5bbc66619d6db1774c0
Author: Rochelle <Rochelle_healy at hotmail.com>
Date:   Wed Jan 14 22:49:59 2015 +0000

    Bug 13571: Koha-conf.xml.in has fallen out of sync with koha-conf.xml
    
    To test:
    1- Build new koha packages
    2- Check that the conflist file contains the changes we have made
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 0a1914963985ad5bb6a0aacb21348ec892f3e590)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit b53fb77e3b3b372ec26162764620b1f4c420715f
Author: Morag Hills <the.invinnysible.one at gmail.com>
Date:   Tue Jan 13 21:16:53 2015 +0000

    Bug 13570 - koha-conf.xml mentions win32
    
    Issue existed in koha-conf.xml of /etc.
    
    The following lines were removed from the file:
    
    <!-- uncomment these lines and comment out the above if running on MSWin32 -->
    <!--
    <listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen>
    <listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen>
    -->
    
    This section was located on lines 9, 10, 11, 12 and 13 of the koha-conf.xml file.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    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 752b6dce2ff27bcac57e927b5431f69b4061a1c8)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit ba60d319475b147d712e7390abf1d42d7ffa2461
Author: शंतनू <shantanoo at gmail.com>
Date:   Mon Sep 8 22:48:03 2014 +0530

    Bug 12889: Updated pod for C4::Members::AddMember
    
    Signed-off-by: Rochelle <Rochelle_healy at hotmail.com>
    
    http://bugs.koha-community.org/show_bug.cgi?id=12889
    
    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 124549b8abad24c5c506ab5962a75782067b2c9a)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 730f41675601848de5dec0374e0a6df4d16c5ce3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 8 06:59:26 2015 -0500

    Bug 13537 - Focus should move to barcode after renewing via checkouts table
    
    Koha's checkout screen automatically focuses on the barcode field each
    time it is loaded. Since we've moved the checkouts table functions for
    renewing and returning items to ajax methods, this page is no longer
    refreshed, and thus does not refocus to the barcode after performing
    those actions. This should be fixed so that renewing/returning items via
    the checkouts page moves the focus to the barcode field.
    
    Test Plan:
    1) Find a patron with checkouts.
    2) Renew or return a checkout, note the focus does not move to the
       barcode.
    3) Apply this patch.
    4) Renew or return a checkout, note the focus *does* move to the
       barcode.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Thomas <tomsStudy at gmail.com>
    
    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 91f67dde130c1c5c34174a588696bad1286823ad)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2e79cd4b5de5eb377a1849c40c9b3a862fb94226
Author: Rochelle <Rochelle_healy at hotmail.com>
Date:   Tue Jan 13 02:01:49 2015 +0000

    Bug 13564: Items search: rename Stock number to Inventory number
    
    To test:
    - Go to Advanced search
    - Click on link 'go to item search'
    - Check the search options in the second section for "Stock number"
    - Do a search and note the column name appears as "Stock number"
    - Apply patch
    - Try the search again and check that "Inventory number" shows
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, thx!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 62b8f1a830ed28ec4e0d12179b677abf7faa9e21)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2d704576de4bae5be9b78b8a2156bf1594d550d1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 18 12:40:43 2014 -0500

    Bug 13290 - Add better feedback for returns to the checkouts table
    
    The feedback given when returning an item is only to update the "Check
    in" column. It would be nice if the entire column was highlighted in
    some way so librarians have an easier time spotting which items were
    checked in and which ones failed to be checked in.
    
    Test Plan:
    1) Apply this patch
    2) Browse to a patron with checkouts
    3) Return an item using the checkouts table
    4) Note if the return was successful, the row is highlighted in
       yellow, if the return was not allowed, the row is highlighted
       in red.
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    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 9fcdb0108217fc746731d2d8736a8765427453a0)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 7477cbc2977a9c50e0e766df59131fdfaeb7d2e9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 8 07:39:35 2014 -0500

    Bug 13408: Tell librarians they may continue scanning while checkouts table is loading
    
    Some librarians do not realize they can continue scanning items even if
    the checkouts table has not loaded. We should have Koha tell them
    explicitly that they may continue scanning barcodes.
    
    Test Plan:
    1) Apply this patch
    2) Load the checkouts table on circulation.pl, note the loading message is now
       Loading... you may continue scanning.
    3) Load the checkouts table on moremember.pl, note the loading message is still
       Loading...
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This one works too!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 28513edb943c255b191c94e0fbc0fe14368e6985)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Members.pm                                      |    5 +++++
 debian/templates/koha-conf-site.xml.in             |   21 +++++++++++++++++---
 etc/koha-conf.xml                                  |    5 -----
 .../intranet-tmpl/prog/en/css/staff-global.css     |    6 ++++++
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    9 +++++++++
 .../prog/en/modules/catalogue/itemsearch.tt        |    4 ++--
 .../prog/en/modules/circ/circulation.tt            |    1 +
 7 files changed, 41 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list