[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-73-gf0655d5

Git repo owner gitmaster at git.koha-community.org
Thu Jul 27 11:08:59 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, 17.05.x has been updated
       via  f0655d5ab91ff810298878fdc96016cdf09d6c0f (commit)
       via  e882b8bb4a66a86483a5766dadaad7ab45c576c0 (commit)
       via  62529a83e9398e3ee23bbca7b8b6bd6fb3b509df (commit)
       via  84edd3900fa42b74f96402e19b19be28ba31584c (commit)
       via  197dd2d4c7473b81fe18ff32bb0fdde0f13a94a0 (commit)
      from  739a0f4b9b6bfba236d297608001180f4cb38af3 (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 f0655d5ab91ff810298878fdc96016cdf09d6c0f
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Jul 26 18:42:19 2017 +1200

    Bug 18931 - Follow up - Typo fix in template for holds
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 45ff2ef129ea8a52ad7d08a531aad6b3e1e665f3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e882b8bb4a66a86483a5766dadaad7ab45c576c0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jul 25 14:37:55 2017 -0300

    Bug 18931: (followup) Tidy text
    
    Some minor style and idiomatic issues.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f5988bb3d233fa29f2af649748bbca611c99b739)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 62529a83e9398e3ee23bbca7b8b6bd6fb3b509df
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Jul 24 23:26:04 2017 +0200

    Bug 18931 - Follow up - Typo fix in SQL statement
    
    Fixes the table alias in the SQL statement for items and
    adds items to the if clause for showing data problems.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c3dca8c24b53aa63838687f536a5509855ccc21c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 84edd3900fa42b74f96402e19b19be28ba31584c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 24 17:46:27 2017 -0300

    Bug 18931: Add items/deleteditems tables
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 193ecb0a2bb397bf67488f6342f02adda0328031)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 197dd2d4c7473b81fe18ff32bb0fdde0f13a94a0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 12 15:52:19 2017 -0300

    Bug 18931: Add a "data corrupted" section on the about page - MySQL AI
    
    See the following wiki page for more information
    https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix
    
    Test plan:
    Create (at least) a patron, a checkout, a biblio and a hold
    Then fill the old_* or deleted* tables with:
     INSERT INTO deletedborrowers SELECT * from borrowers WHERE  borrowernumber=XXX;
     INSERT INTO deletedbiblio SELECT * from biblio WHERE biblionumber=XXX;
     INSERT INTO old_issues SELECT * from issues WHERE issue_id=XXX;
     INSERT INTO old_reserves SELECT * from reserves WHERE reserve_id=XXX;
    
    Go to the about page, 'System information' tab. You should see a new
    "Data problems" section with the list of the ids that are wrong
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1d1d6ddc9d1e4929d9eb232e0745bcf31749cfdb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 about.pl                                         |   35 ++++++++++++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |   41 +++++++++++++++++++++-
 2 files changed, 73 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list