[koha-commits] main Koha release repository branch 16.05.x updated. v16.05.02-01-35-g9fa841b

Git repo owner gitmaster at git.koha-community.org
Sun Aug 7 09:38:12 CEST 2016


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, 16.05.x has been updated
       via  9fa841b0e10849f89c66a222795aac0d96188aa5 (commit)
       via  88e9127a9308b1d5a468954f141e03b3bb16c4a9 (commit)
       via  72c6715260e6605be83cced71029ba21be51aba1 (commit)
       via  b1575bf8f49df2e1a1e8daea329c67d26f923945 (commit)
       via  58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007 (commit)
      from  f63fe8c8405d67680bcf4df2e505a85e355de0fd (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 9fa841b0e10849f89c66a222795aac0d96188aa5
Author: Eric Phetteplace <phette23 at gmail.com>
Date:   Sat Aug 6 10:44:53 2016 -0700

    Bug 17068: empty <li> in opac-reserve.tt
    
    empty HTML list item on 'holds' page, to test:
    - sign in as user
    - attempt to place hold
    - view source in between 'holds note' textarea & <!-- ITEM HOLDS --> comment
    - note empty <li>
    - apply patch
    - repeat process above up until patch
    - no more empty <li>
    
    Signed-off-by: Jason Robb <jrobb at sekls.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 17a5ef51199736235f0c3fd35c84be124ecc166e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 88e9127a9308b1d5a468954f141e03b3bb16c4a9
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Wed May 25 14:41:01 2016 +0200

    Bug 16585: Update Italian installer sample files for 16.05
    
    With this patch all sample/defintions .sql files are updated and translated into Italian
    (if you select italian during web installation).
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit d0f2bad12e0f49bcedda3bdbc909642b93984d0b)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 72c6715260e6605be83cced71029ba21be51aba1
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue May 31 12:01:46 2016 -0400

    Bug 16622: some tests triggered by prove t fail for unset KOHA_CONF
    
    TEST PLAN
    ---------
    1) unset KOHA_CONF
    2) prove t
       -- 00-load.t dies miserably
    3) prove t/Creators.t
       -- fails
    4) apply patch
    5) prove t
       -- noisy, but all tests successful
    6) prove -v t/Creators.t
       -- 2 skipped tests
    7) run koha qa test tools
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 6b3a04da6a2f137ad87e0d39e9cc2c5ab7958850)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit b1575bf8f49df2e1a1e8daea329c67d26f923945
Author: Lari Taskula <larit at student.uef.fi>
Date:   Wed Aug 3 18:42:25 2016 +0300

    Bug 17042: Fix missing column in hold.json
    
    Swagger definition for hold was missing a property.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 2ea99517ae9cb081e6f15c786e0163368d25bfbd)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 58fd9fbea35bcdf75c73ef10ee7c38a2fa5dc007
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Aug 3 14:34:12 2016 -0300

    Bug 17044: Fix wrong destination for 'api' directory
    
    The original Makefile.PL tweak missed to trim the directory name thus
    repeating the 'api' directory like in 'api/api'.
    
    To test:
    - Make a standard install (for example in /usr/share/koha
    => FAIL: check /usr/share/koha/api/api exists
    - Make a single install (for example in /home/tcohen/koha-single)
    => FAIL: check /home/tcohen/koha-single/api/api exists
    - Apply the patch
    - Make a standard install (for example in /usr/share/koha
    => SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api' dir
    - Make a single install (for example in /home/tcohen/koha-single)
    => SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a nested 'api' dir
    - Sign off :-D
    
    Note: this affects the packages too, as the standard install is used as a basis.
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 72d92be918eae8a9bc3c6723c155d1b0c6ba25e4)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Auth_with_cas.pm                                |    1 -
 Makefile.PL                                        |    4 +-
 api/v1/definitions/hold.json                       |    4 ++
 installer/data/mysql/it-IT/necessari/notices.sql   |   35 ++++++-----
 .../mysql/it-IT/necessari/sample_frequencies.sql   |   41 +++++++-----
 .../it-IT/necessari/sample_numberpatterns.sql      |   66 ++++++++++++++------
 .../mysql/it-IT/necessari/system_preferences.sql   |    3 +-
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |    2 -
 t/Creators.t                                       |   19 +++---
 9 files changed, 113 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list