[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-308-g5e89a7e

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 00:39:05 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.12.x has been updated
       via  5e89a7e09866dcb88e45d5e69761f0854b15b775 (commit)
       via  6089118225d8f7520f960bd30a31057ca159a36b (commit)
       via  cb2fb765efb4009dc13be5b4ca0da997313c3363 (commit)
       via  86e0a34bb1340806536a50da99a03c79a966bde5 (commit)
       via  5a086cfed7e43e2ccfaf5a4833e0ede945d26ddf (commit)
      from  393b226aca948e5136f69a2abb65467c61a78323 (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 5e89a7e09866dcb88e45d5e69761f0854b15b775
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Mar 21 13:56:01 2013 +0100

    Bug 9886: ParseLetter removes too often punctuation characters from fields
    
    This patch makes ParseLetter somewhat more restrictive in removing
    punctuation characters from the end of a table field.
    Based on the assumption that we want to remove punctuation from fields in
    biblio and biblioitems (like ISBD).
    ParseLetter should not remove e.g. a parenthesis in itemcallnumber, but still
    removes e.g. a colon (:) at the end of a title.
    Removed an unneeded global and lookahead from the regex.
    
    Test plan:
    1) Add a colon (:) to the end of a title.
    2) Add a colon to the end of item copynumber.
    3) Place a hold on that item. Check it in. Confirm hold.
    4) Check the email or print notice generated. There should be no colon at the
    end of the title, but the colon in the copynumber should still be there.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I compared checkout notices with lots of different fields before
    and after applying the patch. For example the ) at the end of a
    field in branches is now longer removed. Other fields looked ok
    before and after.
    Passes all tests and QA script.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 4b1c71e91a19fcf37e302bba66019807b18cb307)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6089118225d8f7520f960bd30a31057ca159a36b
Author: Aaron Wells <aaronw at catalyst.net.nz>
Date:   Mon Mar 25 16:56:24 2013 +1300

    Bug 9671: Make fines.pl help text more accurate
    
    To test:
    
    run kohaclone/misc/cronjobs/fines.pl --help and note the help text. It should match the settings in System Preferences.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Documentation change, passes all tests.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 109f316efb49287e92f56164f819d2ced03536c1)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit cb2fb765efb4009dc13be5b4ca0da997313c3363
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Apr 14 20:59:08 2013 +0200

    Bug 10040: Capitalization wrong when deleting subfields from authority
    
    Confirmation message for deleting subfields from an authority framework
    has wrong capitalization.
    
    To reproduce:
    1) Go to Administration > Authority types
    2) Click on MARC structure for one of the authority types
    3) Click on the subfields link for one of the fields
    4) Delete one of the subfields
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 0f2945d768753b92c7014830efc31345d3ce7e87)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 86e0a34bb1340806536a50da99a03c79a966bde5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 18 10:03:38 2013 +0200

    Bug 10073: Show ccode or location also if not bound to Authorized Values in XSLT
    
    If you do not have ccode or location governed by authorized value
    (you can release this default connection in the marc structure),
    these item values are not passed through in the items section,
    created by buildKohaItemsNamespace for XSLTParse4Display.
    
    This simple patch checks if the authorized value hash on ccode or
    location returns something and passes the original value in otherwise.
    
    Test plan:
    Temporarily disconnect ccode and location from authorized values
    in MARC structure.
    Edit an item, put some values in location and ccode.
    Look at this record via opac search (XSLT enabled). Toggle the value of
    OPACItemLocation to show ccode or location before call number.
    Restore authorized values-connection when applicable.
    
    Note: Since bug 9995 adjusts OPAC XSLT Results, it may be helpful
    to apply these
    patches when testing this.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works as described for the XSLT result list.
    The text is shown when OpacItemLocation is set to show collection
    or location.
    
    Note: Displaying location and collection without using authorised
    values doesn't work in other places like the detail page item table.
    So this will need more work to be fully functional.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit ab5c3eccf4a7e874f8b654c199caeeae9a98128f)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5a086cfed7e43e2ccfaf5a4833e0ede945d26ddf
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Tue Apr 23 18:05:22 2013 +0200

    Bug 10103 UniqueItemFields is missing from sysprefs.sql
    
    Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql.
    Also fixes an unrelated  missing semicolon in sysprefs.sql
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit faa93aff62a5bc381134720177918f09987ea61a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Letters.pm                                      |    6 +++++-
 C4/XSLT.pm                                         |    4 ++--
 installer/data/mysql/sysprefs.sql                  |    3 ++-
 .../en/modules/admin/auth_subfields_structure.tt   |    4 ++--
 misc/cronjobs/fines.pl                             |    7 +++----
 5 files changed, 14 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list