[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.08-58-g6f756ba

Git repo owner gitmaster at git.koha-community.org
Mon Feb 19 14:11:56 CET 2018


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, 17.05.x has been updated
       via  6f756ba4e9ca93e598a2fcd7098b6498368b78b9 (commit)
       via  e9e39a68c39db81ca94e84ee41780c5d5dc3c04f (commit)
       via  f589b2dbc53c7deaa0a40066753d95346b740be2 (commit)
       via  b2a3e93035d4e9e8fab6f9419d5a5124fdcd1392 (commit)
       via  4a1b67d83e2753c79266183667e284275d19c9c2 (commit)
      from  d4897d2d6abfe6943ff8bdaae53cfb8b5a162876 (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 6f756ba4e9ca93e598a2fcd7098b6498368b78b9
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Dec 1 15:51:16 2017 +0000

    Bug 19730: (follow-up bug 17196) Use biblio_metadata.timestamp in export_records.pl
    
    Since bug 17196, biblioitems.timestamp is not always updated after a
    change in the MARC record.
    Filtering should be based on biblio_metadata.timestamp instead.
    
    REVISED TEST PLAN
    -----------------
    0. Do not apply patch
    
    1. Find a biblio record, remember the biblionumber for step 3
    
    2. Edit the record, modify a field (e.g. 003, 015$q) that is
       not mapped to a DB column, so biblio_metadata.timestamp will
       be modified but not biblioitems.timestamp
    
    3. In MySQL with the koha database selected:
       > select timestamp from biblio where biblionumber=###;
       > select timestamp from biblio_metadata where biblionumber=###;
       -- you'll need to change the ###'s based on the biblionumber
          you remembered in step 1.
       -- the two timestamps will differ.
       -- Remember the timestamp of biblio_metadata for step 4.
    
    4. Run this command:
       $ sudo koha-shell -c bash kohadev
       $ export DATE="YYYY-MM-DD HH:mm:SS"
       -- use the timestamp remembered in step 3.
    
    5. Run this command:
       $ ./misc/export_records.pl --date="$DATE"
       $ ls -la koha.mrc
       -- the file should be 0 bytes.
    
    6. Run this command:
       $ exit
       $ git bz apply 19730
       $ restart_all
       $ sudo koha-shell -c bash kohadev
       $ export DATE="YYYY-MM-DD HH:mm:SS"
       -- use the timestamp remembered in step 3.
    
    7. Run this command:
       $ ./misc/export_records.pl --date="$DATE"
       $ ls -la koha.mrc
       -- the file should be a lot more than 0 bytes.
    
    8. Run this command:
       $ /home/vagrant/qa-test-tools/koha-qa.pl -v 2 -c 1
       -- this should pass.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f9fa8227367d65600eca4d2dbf5e2d8c09370b81)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e9e39a68c39db81ca94e84ee41780c5d5dc3c04f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 2 12:06:00 2018 +0100

    Bug 20126: Add simple test for ModBiblioMarc
    
    Just to confirm that we see record length and base address in a record
    that has been passed through ModBiblioMarc.
    
    Test plan:
    Run the test.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 1aebb1d476a1ae252758c2e89c9dbb668a60f092)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f589b2dbc53c7deaa0a40066753d95346b740be2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 2 11:32:49 2018 +0100

    Bug 20126: (follow-up bug 10455) Restore MARC field length calculation in ModBiblioMarc
    
    Trivial fix. Problem raised by bug 10455.
    
    Test plan:
    [1] Create or edit biblio record.
    [2] Save and check leader field lengths in MARC view.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ef7f119b1e0c0f5403239213e9ff0f450c923acf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b2a3e93035d4e9e8fab6f9419d5a5124fdcd1392
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Oct 12 07:24:33 2017 +0000

    Bug 19443: Remove duplicate message when editing existing patron
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a522df7dd97f5d7e646966d9b7f4f18fe8df7e2d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 4a1b67d83e2753c79266183667e284275d19c9c2
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Oct 10 15:21:35 2017 +0000

    Bug 19443: Wrong HTML in patron creation page (members/memberentry.pl)
    
    The form provided on top of the page if Koha find a duplicate
    patron is not closed. This cause some trouble.
    
    Test plan:
    
     - Edit the syspref IntranetUserJS and type the following code:
       "$(document).ready(function() {
        $("#memberentry_library_management").insertBefore("#memberentry_identity");
        });"
     - create a patron so that Koha will warn you about a duplicate one,
     - click on "Not a duplicate. Save as new record",
     - you should get error(s) about empty field(s).
       Note that now, the library management part's fields are empty or
       reset to default
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 27fca7aceb91124c037bb3545c351d3cf185e7bf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Biblio.pm                                       |    2 ++
 .../prog/en/modules/members/memberentrygen.tt      |   31 +++++++++-------
 misc/export_records.pl                             |   12 +++----
 t/db_dependent/Biblio/{Isbd.t => ModBiblioMarc.t}  |   38 ++++++++++----------
 4 files changed, 44 insertions(+), 39 deletions(-)
 copy t/db_dependent/Biblio/{Isbd.t => ModBiblioMarc.t} (50%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list