[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-81-g31a620a

Git repo owner gitmaster at git.koha-community.org
Thu May 9 21:40:59 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, 3.10.x has been updated
       via  31a620a9f4d4bd546fc1497e7a6bdb9bc890d5e7 (commit)
       via  606e694500806a89be419de1127b44538a8b50ee (commit)
       via  281c91c84595d6a2333eb239d20a9197aa8944ab (commit)
       via  f180615b0f2f75fb195fa40ce215806c65da904c (commit)
      from  f729aa573775269ba88e903ca23ed985cc102a2f (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 31a620a9f4d4bd546fc1497e7a6bdb9bc890d5e7
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Apr 29 13:07:11 2013 -0300

    Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated
    
    This patch changes
    1) structure and schema for xml files used in MARC21
    006 and 008 value builders.
    2) JavaScript functions used to show value builders.
    
    Xml processing is enabled in previous patch
    
    Any translatable string has been moved to an xml element,
    those strings that no need translation remains as xml
    attributes.
    
    NOTE_1: I do not include as translatable material types
    codes, because those values are restricted in schema
    definition. But this restriction can be removed.
    
    NOTE_2: Anyone with experience in XML/XSD please
    check the new schema definition.
    
    NOTE_3: Anyone with experience in the former and
    JavaScript please check xmlControlfield.js
    
    To test:
    1) Apply the patch
    2) Verify that 006 and 008 value builders show and work
    properly
    3) Update translation files for your favorite language,
    a new set of strings must show up corresponding to
    names and descriptions on value builders.
    
    Note: messed up patches, sending again.
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    
    Did regression tests on the plugins for 006 and 008 and could
    spot no differences in behavior of the plugins to before.
    
    Also tested the translation process and found it working nicely.
    Thank you for fixing this long standing translation bug!
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit b6518e632ddf1c2e97fe9f49d9dd307a3047266b)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 9f8bf846e3fa90f261aa087aa82c721bd03e4031)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 606e694500806a89be419de1127b44538a8b50ee
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Sun Apr 8 20:10:19 2012 +1200

    Bug 6709 : Patch for testing translating .xml files
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comment on second patch.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 3588e2820ebdada0befecbb698b93a9aadc8a510)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 8e5dd776f3a7927ab3b85ca46f5553c0d47314f7)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 281c91c84595d6a2333eb239d20a9197aa8944ab
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Mar 26 20:50:05 2013 -0300

    Bug 9358 - Followup - Fixed field plugins for MARC21 should be updated for MARC21 update #15
    
    This little patch adds a few values and descriptions to complete
    value builder for marc21 008.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Follow-up works as described.
    XML change only.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit cb47df4bbbc676e29f75c1c686c9ba12e8e73b57)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 1de8e7cb1e978e7c72bd6de81be996514755bd0d)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit f180615b0f2f75fb195fa40ce215806c65da904c
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Jan 7 19:10:56 2013 -0300

    Bug 9358 - Fixed field plugins for MARC21 should be updated for MARC21 update #15
    
    This patch, together with 9357, fix plugins for leader, 006, 007 and 008 MARC21 fields
    
    Leader18 c and i is fixed on Bug 9357
    
    Added missing/renamed fields on 007
    
    Options 'o' and 'q' already present on 006 and 008,
    fixing spaces and removing unnecessary descriptions.
    
    To test:
    1) Catalog/edit a record
    2) On 007 value builder, check missing values
       on 008, BKS, check for example 33- Literary form,
       i- Letters has a description
    3) Apply the patch
    4) Clean your browser cache
    5) On 007 value builder, new values are present
       On 008/6 descriptions are absent
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 67dae3abd4bbd5394c62eaeccfa67d9c0220a627)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 75b662028ae825bb2db4801132bb23707af7db53)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/xmlControlfield.js    |   23 +-
 .../cataloguing/value_builder/marc21_field_006.xml | 1564 ++++++------
 .../cataloguing/value_builder/marc21_field_007.tt  |  301 +++-
 .../cataloguing/value_builder/marc21_field_008.xml | 2566 ++++++++++----------
 .../cataloguing/value_builder/marc21_field_CF.xsd  |   26 +-
 misc/translator/tmpl_process3.pl                   |    2 +-
 6 files changed, 2394 insertions(+), 2088 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list