[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-87-g95d8d89

Git repo owner gitmaster at git.koha-community.org
Wed Apr 22 01:17:57 CEST 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  95d8d892a4ee1007fb69db8b69203f9a4796332a (commit)
       via  436dc9b93180ea40d679aaa9d190a8ae955a8e63 (commit)
       via  cce2f43e17dfec266aff3e36fadf5a998fd5fcc3 (commit)
       via  81333f7ea37c290868af6471ebaf99e736cc30e9 (commit)
       via  0ee0ede29e7a1df5566a56f948b233ecd5def112 (commit)
      from  b33afa78dcc0327d1e925b2563dbfc56c7c4bba8 (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 95d8d892a4ee1007fb69db8b69203f9a4796332a
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 14 15:28:46 2015 +1200

    Bug 13979: [3.18.x] updates to allow installation on jessie
    
    This patch makes the build script keep the shipped YUI JavaScript library
    instead of explicitly deleting it and using the one the operating system
    provides.
    
    Development is done against the YUI library we ship, so this makes sense
    even if Debian still shipped it.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 436dc9b93180ea40d679aaa9d190a8ae955a8e63
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Jun 28 15:24:04 2011 +0100

    Bug 13803 Flag to self check book has gone into transit
    
    Ensure that the transit flag (in field CV) is set
    if return message is 'wasTransfered'
    
    CV is being set for other return conditions but not for
    wasTransfered [sic] The presence of this flag is required to
    route returns to the correct bin if the SC unit is so
    enabled
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      I agree with the solution to an issue I've already encountered and
      patched localy that way. It would be nice to have a better doc of
      C4::Circulation::AddReturn in order to see immediately that
      WasTransfered is a valid feedback for a check-in.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 31e3fe22dc6749b814c627b9633222ab72ae6192)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit cce2f43e17dfec266aff3e36fadf5a998fd5fcc3
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Apr 16 13:55:05 2015 -0300

    Bug 13991: (QA followup) uninitialized value  and [0] in /tools/viewlog.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6c5c2d552b061f4b8fafdf7adc4f2e35c97948e4)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	tools/viewlog.pl

commit 81333f7ea37c290868af6471ebaf99e736cc30e9
Author: Marc Véron <veron at veron.ch>
Date:   Tue Apr 14 07:25:45 2015 +0200

    Bug 13991: Uninitialized value $src in /tools/viewlog.pl
    
    To reproduce:
    
    Go to Home > Tools > Logs
    Check intranet-error.log.
    You will find a line similar to:
    viewlog.pl: Use of uninitialized value $src in string eq at (...)/tools/viewlog.pl line 70., referer: http://(...)/cgi-bin/koha/tools/tools-home.pl
    
    To test:
    Apply patch.
    Verify that no more warnings appear in intranet-error.log
    Verify that the log viewer behaves as before.
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    
    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 7ec3d6dfe98e19f0baa525a5b2b3839b0a35379c)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 0ee0ede29e7a1df5566a56f948b233ecd5def112
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Apr 2 11:15:14 2015 -0400

    Bug 13947: Correct call to GetBiblio to receive correct return value
    
    When you attempt to edit the manual history for a subscription,
    the title is blank. This is a result of an incorrect use of the
    GetBiblio function.
    
    TEST PLAN
    ---------
    1) Log in to staff client
    2) Serials
    3) Search for an existing serial with manual history checked.
       -- creating one as needed is left as an exercise to the reader.
    4) Click on the title of the serial for the details page.
    5) Go to the Planning tab and click 'Edit History'
       -- Heading will be 'Subscription history for' without a
          title.
    6) Apply patch
    7) Refresh page.
       -- Heading will include the title correctly.
    8) run koha qa test tools
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 35938a0cb3433fa0278cddbe07a0c8a8352c3585)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/SIP/ILS/Transaction/Checkin.pm |    4 ++++
 debian/control                    |    6 +-----
 debian/control.in                 |    2 --
 debian/rules                      |    4 ----
 serials/subscription-history.pl   |    2 +-
 tools/viewlog.pl                  |   10 +++++-----
 6 files changed, 11 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list