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

Git repo owner gitmaster at git.koha-community.org
Mon Jul 22 16:36:31 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  f9d3e02b831381061d2d298b33818ad926a88c07 (commit)
       via  3793bfe9ed4e5f77aa3a2e4baf57258887abb70b (commit)
      from  ee224415b7c8b5e31f9c052e1c14a143ab137898 (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 f9d3e02b831381061d2d298b33818ad926a88c07
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jul 22 14:46:29 2013 +0000

    Bug 10604: DBRev 3.13.00.014
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3793bfe9ed4e5f77aa3a2e4baf57258887abb70b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 17 14:35:16 2013 +0000

    Bug 10604: increase width of two columns in the courses table
    
    The department and term columns in the courses table started
    as varchar(20), but since they refer to authorized values, need
    to be varchar(80) to match authorised_values.authorised_value.  This
    patch increases the width of those columns.
    
    To test:
    
    [1] Create two DEPARTMENT authorised values, one whose code
        is shorter than 20 characters and one whose code is longer
        than 20 characters.
    [2] Create two courses; give one course the short department and
        the other the long department.
    [3] Go to the courses list.  Observe that the department column is
        displays the department name only for the short course.
    [4] Apply the patch.
    [5] Edit the course with the long department and assign that long
        department to it again.
    [6] Go back to the courses list.  Observe that both of the courses
        now display their assigned department.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified changes are consistent for new installations
    and updated installations.
    Passes all tests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    4 ++--
 installer/data/mysql/updatedatabase.pl |    8 ++++++++
 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