[koha-commits] main Koha release repository branch master updated. v3.14.00-332-ge5bed9f

Git repo owner gitmaster at git.koha-community.org
Fri Jan 17 16:30:32 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, master has been updated
       via  e5bed9feb1081f3eec73eaf340fb4086aeaf6d77 (commit)
       via  a2c67d3b0fcd7089beb1edc7644cacbbbd1dd075 (commit)
       via  d92dc91f778f5db3360f3070d0bb5d44a0d75024 (commit)
       via  80bcbd798991eaa57bcc7b5ac8906b276fbed5bf (commit)
       via  8c648bddf15f25973a361439f0842d89318e2a81 (commit)
       via  e5ef62e775bf5e218dc4a9a56fa6b262f894572a (commit)
       via  a5bad72ef9b74f830a593be0d1b8bc7e55d21a40 (commit)
       via  9e74700b5b4cee8f92a85f18cc2304569c30a910 (commit)
      from  0e0d524aeed7e82031ecf2339d42d67c2905b813 (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 e5bed9feb1081f3eec73eaf340fb4086aeaf6d77
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Dec 5 19:44:43 2013 +0100

    Bug 11330: (follow-up) fix description of 951 tag in the default framework
    
    Fixes one missing for 951 field description in the Default framework.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a2c67d3b0fcd7089beb1edc7644cacbbbd1dd075
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Dec 3 14:58:37 2013 -0300

    Bug 11330: fix inconsistent field/subfield descriptions on MARC21 bibliographic frameworks
    
    This patch tries to make MARC21 bibliographic frameworks
    internally consistent. It modifies field/subfield descriptions
    of simple_bib and fastadd frameworks to match corresponding
    ones of default framework.
    
    To test:
    1) Download and edit the attached script, check-diff.sh
    Put on it user, pass and database name of your dev install
    Copy the script on your git home
    
    2) Run the script (bash check-diff.sh).
    WARNING: the script removes bibliographic frameworks, and load
    default, simple_bib and fastadd ones.
    It will show on screen, and write on file differences.txt,
    any difference on field/subfield description (liblibrarian)
    between any framework and default
    
    On master it will show a lot of lines
    
    3) Apply the patch
    
    4) Run the script again. Frameworks files must load without problem.
    There will be no differences
    
    NOTE: There are many "space" changes. The reason
    to that is to format files to ease the translation process.
    Not related with this bug, but necessary.
    Also a few changes on default framework.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I ran some tests and found one more case where the
    liblibrarian and libopac columns had slightly different
    descriptions, adding a follow-up for that.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d92dc91f778f5db3360f3070d0bb5d44a0d75024
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 2 09:41:53 2013 +0100

    Bug 11329: Check for MARC record existence in catalogue/showmarc
    
    Intranet counterpart patch. Same check as in opac/opac-showmarc.
    
    Test plan:
    [1] Run showmarc.pl with valid biblionumber in id parameter.
    [2] Remove id parameter from URL. You should get a 404 now.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 80bcbd798991eaa57bcc7b5ac8906b276fbed5bf
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 2 09:30:13 2013 +0100

    Bug 11329: Check for MARC record existence in opac-showmarc
    
    Instead of just running as_formatted, check if GetMarcBiblio returned
    a reference. If you e.g. did not pass an id, return 404 instead of 500.
    Consistent with opac-export.pl
    
    Test plan:
    [1] Run opac-showmarc.pl with valid biblionumber in id parameter.
    [2] Remove id parameter from URL. You should get a 404 now.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8c648bddf15f25973a361439f0842d89318e2a81
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 17 15:16:50 2014 +0000

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

commit e5ef62e775bf5e218dc4a9a56fa6b262f894572a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 16 11:02:59 2014 +0100

    Bug 11237: Update default value for pref AcqItemSetSubfieldsWhenReceived
    
    The default value for this pref should be an empty string, not "0".
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a5bad72ef9b74f830a593be0d1b8bc7e55d21a40
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Nov 12 10:27:17 2013 +0100

    Bug 11237: Update explanation for pref AcqItemSetSubfieldsWhenReceived
    
    This patch improves the description of the AcqItemSetSubfieldsWhenReceived
    system preferences to clarify that it applies to updating items
    during order receipt, if those items where created when the order was
    placed.
    
    Test plan:
    Update the updatedb entry and search the pref in the admin module.
    The explanation should have been updated.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9e74700b5b4cee8f92a85f18cc2304569c30a910
Author: Roman Amor <romanwilton at gmail.com>
Date:   Thu Jan 16 15:55:03 2014 +1300

    Bug 11363: make units in label printer profile form translatable
    
    Changed the unit names form an import to a switch case so that it is in
    the .tt so that it can be translated
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 catalogue/showmarc.pl                              |    4 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   23 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |  274 +-
 .../optional/marc21_simple_bib_frameworks.sql      | 3039 ++++++++++----------
 installer/data/mysql/sysprefs.sql                  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   19 +
 .../en/modules/admin/preferences/acquisitions.pref |    2 +-
 .../prog/en/modules/labels/label-edit-profile.tt   |   13 +-
 kohaversion.pl                                     |    2 +-
 opac/opac-showmarc.pl                              |    4 +
 10 files changed, 1711 insertions(+), 1671 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list