[koha-commits] main Koha release repository branch master updated. v3.14.00-939-geccf1fa5

Git repo owner gitmaster at git.koha-community.org
Mon Apr 28 20:00:02 CEST 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, master has been updated
       via  eccf1fa5eb5873c12fe91f29f77f51eab0fb9b44 (commit)
       via  01475e2efca08de554af3b1a9b715025625c1c5d (commit)
       via  b6dcfd7664d704ec0e343c408f77e5685fe02107 (commit)
       via  fdf7eb6f285a7da4ecf7d23636888e9a490fb82c (commit)
       via  a41a82b6a6c30151ac5909fb1fd39852326682e5 (commit)
       via  fd3ab5e21af4010dd1c153bf09b19471171919cc (commit)
      from  f402bcc540b613ab30b22c6fd8337782a241aa74 (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 eccf1fa5eb5873c12fe91f29f77f51eab0fb9b44
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 28 18:08:58 2014 +0000

    Bug 11351: (follow-up) ensure itemtypes.sip_media_type is set to NULL when cleared
    
    This patch ensures that the sip_media_type is set to NULL
    rather than the empty string when it is cleared via item
    types administration.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 01475e2efca08de554af3b1a9b715025625c1c5d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 28 18:01:54 2014 +0000

    Bug 11351: (follow-up) update DBIC schema classes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b6dcfd7664d704ec0e343c408f77e5685fe02107
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 28 17:59:21 2014 +0000

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

commit fdf7eb6f285a7da4ecf7d23636888e9a490fb82c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 28 17:57:27 2014 +0000

    Bug 11351: (follow-up) fix typos in seed SIP2 media types
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a41a82b6a6c30151ac5909fb1fd39852326682e5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 23 15:27:01 2014 +0200

    Bug 11351 - Add support for SIP2 media types - French file
    
    This patch adds the SIP_MEDIA_TYPE AV for the fr-FR file.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit fd3ab5e21af4010dd1c153bf09b19471171919cc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 6 13:35:49 2013 -0500

    Bug 11351 - Add support for SIP2 media types
    
    Koha's SIP2 server implementation does not currently support the SIP2
    protocol field "media type" ( CK ).
    
    This patch implements the SIP2 media type by allowing an arbitrary
    mapping of itemtypes to SIP2 media types.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase
    3) Edit an itemtype, select a SIP media type, and save the changes
    4) Make a SIP2 Item Information Request
    5) Verify that the CK field of the Item Information Response contains
       the correct media type code.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/SIP/ILS/Item.pm                                 |    6 ++++-
 Koha/Schema/Result/Itemtype.pm                     |   12 ++++++++--
 Koha/Template/Plugin/AuthorisedValues.pm           |    5 +++++
 admin/itemtypes.pl                                 |   11 ++++++++--
 installer/data/mysql/de-DE/optional/auth_val.sql   |   13 +++++++++++
 installer/data/mysql/en/optional/auth_val.sql      |   13 +++++++++++
 installer/data/mysql/es-ES/optional/auth_val.sql   |   13 +++++++++++
 .../fr-FR/1-Obligatoire/authorised_values.sql      |   13 +++++++++++
 installer/data/mysql/kohastructure.sql             |    1 +
 .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql      |   13 +++++++++++
 installer/data/mysql/pl-PL/optional/auth_val.sql   |   13 +++++++++++
 installer/data/mysql/updatedatabase.pl             |   23 ++++++++++++++++++++
 .../prog/en/modules/admin/itemtypes.tt             |   15 +++++++++++++
 kohaversion.pl                                     |    2 +-
 14 files changed, 147 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list