[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-18-g528e996

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 16:53:09 CET 2015


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  528e9963ee80f3abb6f70ecdaa616b6511bdbb3f (commit)
       via  636050f9be374fc15acad8b047c1ae227d38b225 (commit)
       via  5e3882bcecede59f24a6b3c4aa9c4324390a29c3 (commit)
       via  dfa757af927aaa5b80a4dd8c90210d12531cfcd7 (commit)
       via  eb286ebbc3c594e8e81e1e8b1848ca1d52b8bccb (commit)
       via  9ae556a21243ecae669bda2c5f42a67769ae9d78 (commit)
       via  c1aeaf62b9c08d35449aa9822504de8ce79fec62 (commit)
       via  90e6d99fc3efff5a9aa656f2c3450943a755a623 (commit)
      from  3866d9bb82d44529a055c72d264f1f465bf42235 (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 528e9963ee80f3abb6f70ecdaa616b6511bdbb3f
Author: Martin Stenberg <martin at xinxidi.net>
Date:   Thu Nov 5 13:58:55 2015 +0100

    Bug 15116: Show menu at the top of batch circ page
    
    This patch adds the user interaction menu to the top of the batch
    checkout page.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 636050f9be374fc15acad8b047c1ae227d38b225
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Apr 29 12:35:00 2015 +0200

    Bug 14078: (followup) converting from ISO5426 is not complete
    
    Conversion of MARC from ISO5426 is defined in C4::Charset::char_decode5426().
    Each character or combined characters conversion is defined in a map.
    
    This patch adds missing conversions.
    
    See http://www.gymel.com/charsets/MAB2.html
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 5e3882bcecede59f24a6b3c4aa9c4324390a29c3
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Apr 29 12:24:23 2015 +0200

    Bug 14078: converting from ISO5426 is not complete
    
    Conversion of MARC from ISO5426 is defined in C4::Charset::char_decode5426().
    Each character or combined characters conversion is defined in a map.
    
    This patch changes some odd actual conversions.
    
    In char_decode5426(), only characters between 0xC0 and 0xDF will be used for combining with following charater :
      ($char >= 0xC0 && $char <= 0xDF)
    So conversion like "$chars{0x81d1}=0x00b0" will never be used.
    Rules for "h with breve below" use combining with 0xf9 but looks like the correct caracter is 0xd5.
    
    See http://www.gymel.com/charsets/MAB2.html
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit dfa757af927aaa5b80a4dd8c90210d12531cfcd7
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Sat Nov 7 00:16:02 2015 -0600

    Bug 15154: Allow correct translation for upload local cover image
    
    To test:
    -Set syspref LocalCoverImages and OPACLocalCoverImages to Allow
    -A new tab 'Images' appear in bib record detail on Intranet.
    -Notice about the phrase "Please upload one"
    -Apply the patch and reload the page.
    -New phrase appear "Select the image file to upload" with button Upload
    -Update translation files : cd misc/translator; perl translate update es-ES
    -You will see in es-ES-staff-prog.po the new entry
    "Select the image file to upload. %sUpload%s"
    -You can see the result installing the translation
    cd misc/translator ; perl translate install es-ES
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      A native English speaker could confirm that the wording is ok: Please select
      the image file to upload
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit eb286ebbc3c594e8e81e1e8b1848ca1d52b8bccb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 15:18:56 2015 +0000

    Bug 15137: Display ISBN and author info when sending list by email
    
    Disclaimer: this is not caused by bug 14544 :)
    And can be backported!
    
    Both isbn and author information are missing when a list is sent by
    email.
    Emails sent from OPAC and staff should be (almost) the same.
    
    Test plan:
    1/ Sent a list by email (Button "Send list")
    2/ The email you will receive should contain the isbn and author info
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    On top of last patch of Bug 14544
    Works ok, mail with authors and ISBN
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9ae556a21243ecae669bda2c5f42a67769ae9d78
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 17 14:31:55 2015 +0100

    Bug 6657: Prevent biblionumber to be duplicated
    
    If the biblionumber field is displayed in the framework, on editing a
    biblio the field/subfield will be duplicated.
    To prevent that this patch adds a check when building the field list.
    
    Test plan:
    1/ map biblio.biblionumber with 999$c
    2/ Display 999$c in a framework
    3/ Edit a biblio using this framework
    4/ Save => The field should not have been duplicated
    
    5/ map biblio.biblionumber with 001
    6/ Display 001 in a framework
    7/ Edit a biblio using this framework
    8/ Save => The field should not have been duplicated
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described, aldo removes duplicate values.
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit c1aeaf62b9c08d35449aa9822504de8ce79fec62
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 16:30:32 2015 +0000

    Bug 14795: Prevent modifying a record without using the original framework
    
    The origin framework is not passed on modifying the records and so the
    default one is used.
    This can caused data lost.
    
    Test plan:
    - Create a bibliographic record and specify a framework (not the default
    one).
    - Use the Batch records modification tools to modify it.
    => Without this patch, the default framework (framework code "") is used
    and can deteriorate the record
    => With this patch, the record is saved using the original framework
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Tested framework is lost using tool without patch
    Problem gone with patch
    No qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 90e6d99fc3efff5a9aa656f2c3450943a755a623
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Nov 12 13:43:33 2015 -0300

    Bug 15181: Rename marc21 fast add framework sql file
    
    This patch simply renames fast add sql file in order
    to load this file before default framework.
    
    To test:
    1) Do a marc21 install (de,en,es,it)
    load all sample files
    check Fast Add framework is empty (no fields/subfields)
    
    2) Apply the patch
    
    3) Do an install again, this time FastAdd must have values.
    
    Signed-off-by: Zeno Tajoli <z.tajoli at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Biblio.pm                                       |    4 +-
 C4/Charset.pm                                      |   49 +++++++++++++++++---
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    1 -
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    1 -
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    1 -
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    0
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    0
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 ...ork.sql => marc21_sample_fastadd_framework.sql} |    0
 ...ork.txt => marc21_sample_fastadd_framework.txt} |    0
 .../prog/en/modules/catalogue/detail.tt            |    4 +-
 .../en/modules/circ/circulation_batch_checkouts.tt |   11 ++++-
 .../prog/en/modules/virtualshelves/sendshelf.tt    |    2 +-
 tools/batch_record_modification.pl                 |    3 +-
 virtualshelves/sendshelf.pl                        |    2 +
 19 files changed, 62 insertions(+), 16 deletions(-)
 rename installer/data/mysql/de-DE/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (99%)
 rename installer/data/mysql/de-DE/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)
 rename installer/data/mysql/en/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (99%)
 rename installer/data/mysql/en/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)
 rename installer/data/mysql/es-ES/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (99%)
 rename installer/data/mysql/es-ES/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)
 rename installer/data/mysql/it-IT/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (100%)
 rename installer/data/mysql/it-IT/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)
 rename installer/data/mysql/nb-NO/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (100%)
 rename installer/data/mysql/nb-NO/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)
 rename installer/data/mysql/pl-PL/marcflavour/marc21/optional/{marc21_fastadd_framework.sql => marc21_sample_fastadd_framework.sql} (100%)
 rename installer/data/mysql/pl-PL/marcflavour/marc21/optional/{marc21_fastadd_framework.txt => marc21_sample_fastadd_framework.txt} (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list