[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.00-28-g704462e

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 15:05:26 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, 3.14.x has been updated
       via  704462e888e96af63058929262c3c8644124be31 (commit)
      from  d397f4acbef58a4738a4b308b8f896e087d627a8 (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 704462e888e96af63058929262c3c8644124be31
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 22 10:42:42 2013 +0100

    Bug 11286: fix bug preventing adding a new subfield to an authority framework
    
    Bug 10602 introduces a bug when adding a new subfield to an authority
    framework. A new parameter is added in a sql query but the placeholder
    is missing.
    
    Test plan:
    - edit an authority framework
    - add a new subfield
    - save
    - boom!
    DBD::mysql::st execute failed: called with 16 bind variables when 15 are
    needed at
    /home/home/src/admin/auth_subfields_structure.pl line 454.
    - apply the patch and try again
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. No koha-qa errors
    
    Tested trying to add subfield to 100, 2 for example.
    Without patch silently fails (but error is logged)
    With patch subfield creation or elimination is fine
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    One line fix for a bad bug. Confirmed the bug on master and
    the fix. Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 3c50683e0d6412b29144962e7f5d539fec28da04)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/auth_subfields_structure.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list