[koha-commits] main Koha release repository branch master updated. v17.05.00-540-g0c6538f

Git repo owner gitmaster at git.koha-community.org
Wed Sep 6 18:35:23 CEST 2017


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  0c6538f033f43cde33d186561a93a197467bd9a1 (commit)
       via  1417f83e8b8a57e70e9120244a36204cf4acb3c2 (commit)
       via  f7e8391fd3aa38cdd00ce943bd826399685253d7 (commit)
       via  2671eb2f93340e8fb3c794cff918d86c526cc47f (commit)
       via  88e82a01218775b8d780769d9fdc8c0054e37180 (commit)
       via  b37ba1be0b8eaf6b778881d3e6e3c9d213757d06 (commit)
      from  ecf6ca5d6e1472bab68f174ab50a20eec6b74888 (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 0c6538f033f43cde33d186561a93a197467bd9a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 6 13:14:56 2017 -0300

    Bug 17834: Make translation easier
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1417f83e8b8a57e70e9120244a36204cf4acb3c2
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Apr 20 03:12:14 2017 +0000

    Bug 17834: Change library news text for single-branch libraries
    
    To test:
    1) Log into OPAC, go to home page
    2) Confirm that the text shows as 'RSS feed for (branchname) library
    news' if single-branch library
    3) Confirm text shows as normal for libraries with more than one branch
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: maricris <mlabancia at gmail.com>
    
    Signed-off-by: anafe <anafeazuela at yahoo.com>
    
    Signed-off-by: iflora <iflora at unimas.my>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f7e8391fd3aa38cdd00ce943bd826399685253d7
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Aug 31 00:01:59 2017 +0000

    Bug 19215: Fixing typo in URL for patron clubs
    
    To test:
    1) Go to Tools -> Clubs
    2) Create a new club template if you do not already have one
    3) Edit the template
    4) Notice the URL is incorrect and the page is not found
    5) Apply patch and go back to Clubs
    6) Click edit button
    7) Link should work as expected
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2671eb2f93340e8fb3c794cff918d86c526cc47f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 4 12:06:56 2017 -0300

    Bug 18927: Use fully qualified subroutine names in C4::Items
    
    rebuild_zebra.pl fails in some conditions (perl version?)
    I do not recreate but it has been reported that reindex fails with:
      error retrieving biblio 94540 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 683, <DATA> line 751.
    
    To fix it we can use fully qualified subroutine names for:
      GetMarcFromKohaField
      GetMarcBiblio
      GetBiblionumberFromItemnumber
      TransformKohaToMarc
      GetFrameworkCode
    
    Test plan:
    Confirm the rebuild_zebra script still works correctly after this patch
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 88e82a01218775b8d780769d9fdc8c0054e37180
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 6 12:52:46 2017 -0300

    Bug 11580: Add one more test and clear the cache
    
    Make sure we are not just returning J-1 and clear the cache before and
    after the tests.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b37ba1be0b8eaf6b778881d3e6e3c9d213757d06
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Sep 6 15:36:15 2017 +0000

    Bug 11580 - Fix expiry calculation and rewrite tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Circulation.pm                                  |    6 ++--
 C4/Items.pm                                        |   30 +++++++++---------
 .../intranet-tmpl/prog/en/modules/clubs/clubs.tt   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |   14 ++++++++-
 misc/migration_tools/rebuild_zebra.pl              |    8 ++---
 t/db_dependent/Circulation/CalcDateDue.t           |   32 ++++++++++++++++++--
 t/db_dependent/Circulation/dateexpiry.t            |   22 +-------------
 7 files changed, 68 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list