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

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 01:19: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  5307d10a912827d20c3bec6af58e57b7735afff0 (commit)
       via  329e7511b30e1ba4f972b972a5acf4872f7ed78b (commit)
       via  e273e11b084af645d5f9e4f4851cc2ad850c7675 (commit)
      from  81cdaf131f2557d8dfde3ed6b656558f48496ebb (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 5307d10a912827d20c3bec6af58e57b7735afff0
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 10 23:30:26 2013 +0000

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

commit 329e7511b30e1ba4f972b972a5acf4872f7ed78b
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Sep 30 12:19:29 2013 -0300

    Bug 10602: (follow-up) to remove tabs
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e273e11b084af645d5f9e4f4851cc2ad850c7675
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jul 17 14:38:55 2013 +0200

    Bug 10602: Set default value for authority fields via the framework
    
    This patch allows to define default values in the authorities framework.
    
    Some code already existed but the feature did not work.
    
    Test plan:
    1/ Choose a framework, field and subfields.
    2/ Define a default value.
    3/ Create a new authority and check that the subfield is
    automatically filled with the default value.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. koha-qa reports some tabs, fixed in followup
    
    Test
    1) Apply patch, run updatedatabase.pl
    2) Edit auth framework, put default value someware, save
    3) Add new auth, default value present
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Verified database update is done correctly.
    
    Controlfields 0xx
    - Edited an existing field (001)
    - Set a default value for subfield @
    - Edited subfield again, checking default was saved correctly
    - Verified the default shows up correctly when creating a
      new authority using this authority type
    
    Fields
    - Edited an existing field (100)
    - Set a default value for subfield e
    - Edited subfield again, checking default was saved correctly
    - Verified the default shows up correctly when creating a
      new authority using this authority type
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                     |    6 ++++--
 admin/auth_subfields_structure.pl                         |   13 +++++++++----
 installer/data/mysql/kohastructure.sql                    |    1 +
 installer/data/mysql/updatedatabase.pl                    |    9 +++++++++
 .../prog/en/modules/admin/auth_subfields_structure.tt     |   13 ++++++++++++-
 kohaversion.pl                                            |    2 +-
 6 files changed, 36 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list