[koha-commits] main Koha release repository branch master updated. v3.14.00-180-gbe55359

Git repo owner gitmaster at git.koha-community.org
Mon Dec 23 17:03:37 CET 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  be55359877a0e4d9e772670ce841316a82bef765 (commit)
       via  d540016b19bc35e56733e3d2bb36a04bc038e420 (commit)
       via  a6b2f6a16175229ba603ed65cfeaf4e0c0a525ce (commit)
      from  930f4f393e26dd80a6ae35f2f6e692671fadb04c (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 be55359877a0e4d9e772670ce841316a82bef765
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Dec 23 16:21:44 2013 +0000

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

commit d540016b19bc35e56733e3d2bb36a04bc038e420
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Dec 13 01:11:06 2013 +0000

    Bug 11391: (follow-up) update DBIC schema classes
    
    This patch updates the DBIC schema class for Suggestion
    to reflect the dropped default value for the suggesteddate
    column.
    
    To test:
    
    [1] Create an empty Pg database and use the deployment script
        being worked in in bug 11390.  The deployment shoudl
        succeed without reporting any errors regarding the
        suggestions table.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a6b2f6a16175229ba603ed65cfeaf4e0c0a525ce
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Dec 13 01:06:12 2013 +0000

    Bug 11391: drop default value on suggestions.suggesteddate column
    
    The 'default 0' clause got translated as an invalid constant
    default of '0000-00-00' when DBIx::Schema is used to deploy
    the suggestions table into a Pg database.  This patch drops
    the default.
    
    To test:
    
    [1] Apply the patch and run the SQL specified in the database
        updated.
    [2] Verify that the suggestions table no longer has an
        explicit default value for the suggesteddate column.
    [3] Verify that prove -v t/db_dependent/Suggestions.t
        passes.
    [4] Verify that installer/data/mysql/kohastructure.sql runs
        cleanly in an empty database.
    [5] Verify that there are no visible regressions of the
        purchase suggestions functionality.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Having a default of 0 on a date seems like a mad thing to do anyway,
    so good to get rid of it
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Schema/Result/Suggestion.pm       |   12 +++---------
 installer/data/mysql/kohastructure.sql |    2 +-
 installer/data/mysql/updatedatabase.pl |    9 +++++++++
 kohaversion.pl                         |    2 +-
 4 files changed, 14 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list