[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-68-g48f4383bda

Git repo owner gitmaster at git.koha-community.org
Fri Mar 13 01:59:28 CET 2020


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, 19.11.x has been updated
       via  48f4383bda8c9236ea130280cfb5e5cbf766a7e5 (commit)
       via  916dd8d7234f4613a06627cd43fe189e285624c2 (commit)
       via  aab0258799f372731ec991dacb60a9f4d161126b (commit)
       via  4dd2445fd667294b9cf430f7a6986ea3ceb1cc05 (commit)
       via  8288f02c3722093d6d8dd6f00953efe3c542f360 (commit)
       via  3c45a6ac63b93fcaa67b2c2d529cbc95bd2a44da (commit)
       via  088a610682f1a1be3fd05b64c5080faa0ff7cfd7 (commit)
       via  d78feb1d2fed87f2f38b4d4b57a3c0e5cff63b9d (commit)
       via  d833b9f957b5b537dd831ad4d9296b6163db2ba9 (commit)
      from  72cbcf7c4b2d921721b520fd8e67d0c7d8c7f8e0 (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 48f4383bda8c9236ea130280cfb5e5cbf766a7e5
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Fri Mar 13 00:29:45 2020 +0000

    Bug 21633: DBRev 19.11.03.003
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 916dd8d7234f4613a06627cd43fe189e285624c2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 23 12:06:21 2020 +0000

    Bug 21633: (follow-up) Cleanup other values for finesMode
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit aab0258799f372731ec991dacb60a9f4d161126b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 3 14:56:53 2020 +0000

    Bug 21633: Remove finesMode 'test'
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 4dd2445fd667294b9cf430f7a6986ea3ceb1cc05
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 31 14:18:24 2020 +0000

    Bug 24094: Strip trailing spaces and punctuation from authority headings
    
    Both when searching for and creating new authorities we need to remove
    punctuation that exists in the bibliographic record but does not belong in
    the authority record.
    
    For example, a series with a volume contains a semicolon in the bib record,
    however, this should not be passed to the authority as the volume is not
    included in the authority record.
    
    To test:
     1 - Set AutoCreateAuthorities to 'generate'
     2 - Set BiblioAddsAuthorities to 'true'
     3 - Set CatalogModuleRelink to 'Do'
     4 - Find or create a record with:
        a 100 field with a subfield e preceded by a comma: 100 $aBoring, M. Eugene M ,$e author
        an 830 field with a volume preceded by a semicolon: 650$aLord of the rings ;$v 3.
     5 - Save the records and check the links
     6 - Note punctuation is passed through
     7 - Save again, auth records are created again
     8 - Apply patch
     9 - Save again, new auth records are created again
    10 - Check the records, punctuation has been removed
    11 - Save again, no more records created.
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8288f02c3722093d6d8dd6f00953efe3c542f360
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 31 14:18:14 2020 +0000

    Bug 24094: Unit tests
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 3c45a6ac63b93fcaa67b2c2d529cbc95bd2a44da
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 13 17:01:06 2020 +0100

    Bug 24494: Make the regex more exact
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 088a610682f1a1be3fd05b64c5080faa0ff7cfd7
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Thu Jan 23 15:55:18 2020 +0100

    Bug 24494: tests: 00-valid-xml.t shouldn't check node_modules
    
    == Test plan ==
    - work with SCSS (just recompile it if you never did)
      - https://wiki.koha-community.org/wiki/Working_with_staff_client_SCSS
    - now you have a node_modules directory
    - prove -r t/00-valid-xml.t
    - it should fail on files in node_modules
    - apply this patch
    - prove -r t/00-valid-xml.t
    - it should work
    - sabotage a legitimate XML file, like etc/SIPconfig.xml
    - prove -r t/00-valid-xml.t
    - it should fail, good the test is still useful
    - undo the sabotage
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d78feb1d2fed87f2f38b4d4b57a3c0e5cff63b9d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 14 11:44:44 2020 +0100

    Bug 19791: Keep user in circ when viewing patron's logs
    
    When a librarian is viewing the log for a given patron (tab "modification log"
    from the circulation module), the "object" and "modules" parameter can
    be modified. It does not make sense, we should stay in the circulation
    module and avoid those fields to be modified.
    
    Test plan:
    - Modify several patrons (in order to have several modification logs)
    - Go to the modification log tab of one of them
    - Notice that the "Object" input is not a "Borrowernumber" labelled
    input and that you cannot modify it.
    Also notice that the "modules" is hidden.
    - Go to the log viewer tool and notice that the view is still the same
    as before this patch.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d833b9f957b5b537dd831ad4d9296b6163db2ba9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 18 11:29:46 2019 +0100

    Bug 24051: Remove "search( %condition ) is deprecated" warning from batchMod.pl
    
    Test plan:
    Go to Home › Tools › Batch item modification
    Insert barcodes and continue
    => Without this patch you will get warning in the log
    => With this patch applied you warning does no longer appear
    Confirm that the number of holds is correct
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm                                       | 24 ++++++-----
 C4/Heading/MARC21.pm                               |  2 +-
 Koha.pm                                            |  2 +-
 installer/data/mysql/sysprefs.sql                  |  2 +-
 installer/data/mysql/updatedatabase.pl             | 14 +++++++
 .../en/modules/admin/preferences/circulation.pref  |  1 -
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 47 +++++++++++++---------
 misc/cronjobs/fines.pl                             |  2 +-
 misc/cronjobs/staticfines.pl                       |  1 -
 t/00-valid-xml.t                                   |  1 +
 t/db_dependent/Biblio.t                            | 24 ++++++++++-
 t/db_dependent/Heading_MARC21.t                    |  8 +++-
 tools/batchMod.pl                                  |  2 +-
 13 files changed, 93 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list