[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-5-g0326616

Git repo owner gitmaster at git.koha-community.org
Mon May 9 10:12:28 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, 3.22.x has been updated
       via  032661643622d31297145bcc143b8a8f6808ab79 (commit)
       via  cfbd258c536efee14bd0a05e6831f0cdaf75bde4 (commit)
      from  0b663b64449b402330229c975e38aa164eeeccee (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 032661643622d31297145bcc143b8a8f6808ab79
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Fri Apr 29 02:26:46 2016 +0000

    Bug 16217: Update DB rev (3.22.06.001)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit cfbd258c536efee14bd0a05e6831f0cdaf75bde4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 6 16:35:23 2016 +0100

    Bug 16217: Resync names of notices
    
    Bug 12752 has fixed a bug for installations upgrading from 3.14, but has
    not fixed the problem for new installations.
    Because of some wrong data manipulations, the names for a given letter
    code may diverge.
    
    In particular OVERDUE and PREDUE names of phone notices have been
    wrongly modify by bug 11867: they have been set to the name of the first HOLD
    notice.
    
    Trying to be back on our feet, this update DB entry will try to guess
    and set back up the correct name.
    
    To know if your install is affected by this bug, the following SQL query
    can help you:
      SELECT code, name, message_transport_type
      FROM letter
      WHERE code="PREDUE" OR code="OVERDUE";
    
    If the names are different for the same code, something went wrong.
    Executing this update DB entry should fix the divergence.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Fix the problem, see comment #6 for test.
    No koha-qa errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit f04e9919755c85b03c7016f838d747523c0effb5)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/updatedatabase.pl |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list