[koha-commits] main Koha release repository branch master updated. v3.14.00-726-gffd90a1

Git repo owner gitmaster at git.koha-community.org
Mon Apr 14 17:58:58 CEST 2014


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  ffd90a1564328add63ce376a15b097707d5d66be (commit)
       via  f6131d8e6094ae9e221a9d5750d744ed1f91dd85 (commit)
       via  c52b086d38cde98504457aa9f40f65ba20bbfbe1 (commit)
      from  fe8242fc0383f9bafe1ead9033926c405ee5dfbe (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 ffd90a1564328add63ce376a15b097707d5d66be
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 14 15:22:28 2014 +0000

    Bug 11846: DBrev 3.15.00.029
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f6131d8e6094ae9e221a9d5750d744ed1f91dd85
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Feb 24 12:15:55 2014 +0100

    Bug 11846: Correct database update for restrictions with date 9999-12-31
    
    The borrowers with indefinite restrictions have borrowers.debarred with '9999-12-31'.
    
    Database update for this bug contained :
      INSERT INTO borrower_debarments ( borrowernumber, expiration, comment )
      SELECT borrowernumber, debarred, debarredcomment FROM borrowers WHERE debarred IS NOT NULL
    
    For borrowers where borrowers.debarred is '9999-12-31', this value
    is copied into borrower_debarments.expiration.
    
    This is not correct because borrower_debarments.expiration must be
    NULL for indefinite restrictions.
    
    This patch corrects update 3.13.00.035 and also adds an update for
    databases already updated.
    
    Test plan :
    - Use a database with version 3.13.00.000
    - Set a borrower as restricted for ever (leave until empty)
    - Use sources to master + patch
    - Perform updatedatabase
    - Look at borrower details, tab "Restrictions"
    => Without patch, you see Expiration 31/12/9999
    => With patch, you see Expiration Infinite
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    I tested both DB revisions by resetting Version of my database (and
    adding a SetVersion after the revised older dbrev). This was possible
    since the debarred field still exists in borrowers. (I have my doubts
    about that, but that goes outside the scope of this report.)
    
    Also note that routine _UpdateBorrowerDebarmentFlags puts back 9999-12-31
    into borrowers for indefinite restrictions (which looks not very consistent).
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c52b086d38cde98504457aa9f40f65ba20bbfbe1
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Mar 14 09:20:34 2014 +1300

    Bug 7143: Updating history with new developers
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 docs/history.txt                                 |    5 ++++-
 installer/data/mysql/updatedatabase.pl           |   16 +++++++++++++++-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    2 ++
 kohaversion.pl                                   |    2 +-
 4 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list