[koha-commits] main Koha release repository branch master updated. v3.16.00-1065-g59b7744

Git repo owner gitmaster at git.koha-community.org
Fri Nov 14 15:44:18 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  59b7744e1c14da3e9fcd662fd128957ac0d2bf13 (commit)
       via  f4a5d0c561c5e851aed940ddc9ffb8ef37921984 (commit)
       via  88fbc70857d44f00b75ab45c6cb5a52a7fcf5038 (commit)
       via  2669c51be4ef5238b64a30fb1974e6258e7249de (commit)
       via  65ab6c141671193925892bdd453fca750256fe7b (commit)
      from  51601176c6ad9ff5bfc73502b472d4647bab96f1 (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 59b7744e1c14da3e9fcd662fd128957ac0d2bf13
Author: Stéphane Delaune <stephane.delaune at biblibre.com>
Date:   Tue Oct 21 18:05:18 2014 +0200

    Bug 13082: fix to prevent adding of invalid records in marc file
    
    Test:
    
    1. Edit record, add 100.000 chars text to 500a
    
    2. xml export produce the record,
    
    3. mrc export do not produce the record, warning on log export.pl:
       Record length of 111000 is larger than the MARC spec allows (99999
       bytes). at /usr/share/perl5/MARC/File/USMARC.pm line 314.  record
       (number 139489) is invalid and therefore not exported because its
       reopening generates warnings above at...
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I confirm that exporting biblio records larger than 10000 characters in
    ISO2709 produces invalid files. After applying this patch, the culprit
    record (too large, but also other inconsistencies preventing record
    parsing with MARC::File::USMARC) is not exported anymore. A warning is
    produced in Koha Apache log file. Warnings to the user on WUI would be
    better, but it isn't the case yet, so it isn't a regression.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    I agree that a visible warning/result message in the staff interface
    would be nice, but this works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f4a5d0c561c5e851aed940ddc9ffb8ef37921984
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Nov 10 11:33:11 2014 +0100

    Bug 7988: Make note on authorized values page less confusing
    
    Nicole suggested a change of the note, that this patch is implementing:
    
    NOTE: If you change an authorized value code, existing records
    using it won't be updated. Changes to value descriptions will show
    immediately.
    
    To test:
    - Go to administration > authorised values
    - Check the note showing on the page
    - Select a category from the pull down and edit an existing entry
    - Check the note on this page is also correct
    
    Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 88fbc70857d44f00b75ab45c6cb5a52a7fcf5038
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Nov 10 00:08:10 2014 +0100

    Bug 13207: "Branch" on basket summary page should be "Library"
    
    To test:
    - Create or find an open basket/order in the acquisition module
    - Check that "Branch" now reads "library"
    - Set to "no library"
    - No branches should be seen there.
    
    Signed-off-by: jeremie.benarros <jeremie.benarros at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2669c51be4ef5238b64a30fb1974e6258e7249de
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Nov 10 20:36:44 2014 +0100

    Bug 10136: Remove outdated translation tool docs
    
    Patch removes outdated translation tool documentation
    from the misc/translator directory.
    
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Removing these lines sounds like a good idea. I tested by
    applying the patch and checking that the files in question
    are gone.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 65ab6c141671193925892bdd453fca750256fe7b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Nov 14 11:38:48 2014 -0300

    Bug 13257: update_dbix_class_files.pl need a POD
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    6 +-
 .../prog/en/modules/admin/authorised_values.tt     |    4 +-
 misc/devel/update_dbix_class_files.pl              |   84 +++++++++++++++++--
 misc/translator/translator_doc.html                |   87 --------------------
 misc/translator/translator_doc.txt                 |   73 ----------------
 tools/export.pl                                    |    7 +-
 6 files changed, 85 insertions(+), 176 deletions(-)
 delete mode 100644 misc/translator/translator_doc.html
 delete mode 100644 misc/translator/translator_doc.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list