[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-72-ga933169

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 09:16:03 CET 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, 3.14.x has been updated
       via  a933169ae1188bf259cf95fd8f494f6ae80ab5c3 (commit)
       via  fa3844440bcd5b2a723de54a19b9392fc0d3051c (commit)
       via  d69c1a367b79a8f62192994a39c3528e6783b0f9 (commit)
      from  808e0f46f2b87036812788b6d32835244607e329 (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 a933169ae1188bf259cf95fd8f494f6ae80ab5c3
Author: Fridolin SOMERS <fridolin.somers at biblibre.com>
Date:   Fri Jan 3 09:34:04 2014 +0100

    Bug 11391: DBRev 3.14.01.003
    
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit fa3844440bcd5b2a723de54a19b9392fc0d3051c
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>
    (cherry picked from commit d540016b19bc35e56733e3d2bb36a04bc038e420)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit d69c1a367b79a8f62192994a39c3528e6783b0f9
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>
    (cherry picked from commit a6b2f6a16175229ba603ed65cfeaf4e0c0a525ce)

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

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