[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-797-ge504b6f

Git repo owner gitmaster at git.koha-community.org
Fri Jul 12 22:06:05 CEST 2013


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  e504b6f53c234cb3f786435e6fb8380379bac7b8 (commit)
       via  16c57940441aac62c1c90538f3c7b7cd386e6d92 (commit)
      from  986f7a24e8abe566d57a3488a8df87488ab3aeb6 (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 e504b6f53c234cb3f786435e6fb8380379bac7b8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jul 12 20:08:44 2013 +0000

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

commit 16c57940441aac62c1c90538f3c7b7cd386e6d92
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Jul 1 21:58:57 2013 +0200

    Bug 10490: Overdue fines cap can't store decimal values
    
    When overduefinescap was added to the issuingrules the datatype
    given was decimal. This translates in MySQL to decimal(10,0).
    This doesn't allow you to store decimal values and therefore
    values like 4.5 are saved as 5 in the database.
    
    To test:
    
    On a current installation:
    1) Try to enter 4.5 as Overdue fines cap. Verify that the value
       is not correctly saved.
    2) Apply patch and run database update.
    3) Try adding/changing an issuing rule setting Overdue fines cap
       to 4.5 again.
    4) Verify the value is saved correctly.
    
    Create a new Koha installation from scratch:
    1) Verify that the issuingrules table has been created correctly
       and that you can add/mofidy issuingrules correctly.
    
    Because this bug can create data loss, the old database update
    has also been changed to avoid this problem for people updating
    at a later point in time. Checkout an older version of Koha
    pre 3.09.00.027.
    
    1) Run the database updates.
    2) Verify again, that adding/modifying issuingrules works correctly.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    2 +-
 installer/data/mysql/updatedatabase.pl |   10 +++++++++-
 kohaversion.pl                         |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list