[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.04-120-g4c44dfd

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 14:22:00 CEST 2019


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, 18.11.x has been updated
       via  4c44dfd8fe2ee4e64acb283ef25f6cd21c969927 (commit)
       via  b1d1d5ab915b8b664e0ac321876a414655762ee4 (commit)
       via  1ed01089db28deb6f9689bbb64c30ee805559dbf (commit)
       via  98a50392900d7b7b6ef0fc187a26e3759844d095 (commit)
       via  36bf400905661afca5da0190af65cf088286cb78 (commit)
       via  eaed1f1e6bf5ff24981a91131e0a8be09dd79c30 (commit)
       via  6cc9e6086a2937954b05078d78d6034e2223daa5 (commit)
       via  2bf66d987a9511bd5da108cf27a9cfe2f47e3634 (commit)
       via  f53fe14580549266b098a303c4be389fee505b60 (commit)
      from  fb73c4a3470b37058c41f216fbc95df60e3c9621 (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 4c44dfd8fe2ee4e64acb283ef25f6cd21c969927
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 16 16:34:13 2019 +0000

    Bug 22716: Use gender-neutral pronouns in system preference descriptions
    
    This patch makes a few corrections to the .pref files which provide
    descriptions for system preferences. Language like "him or her" is
    replaced with "they/them" pronouns.
    
    To test, apply the patch and check the following preferences:
    
     - OPACFineNoRenewalsBlockAutoRenew
     - ExpireReservesMaxPickUpDelayCharge
     - PatronSelfRegistrationVerifyByEmail
    
    Signed-off-by: Lisette <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4b3eb99ad6cd9fc8e9bac6627c38bd16600aa38a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b1d1d5ab915b8b664e0ac321876a414655762ee4
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 14 03:13:01 2019 +0000

    Bug 21172: Remove obsolete framework parameter from GetMarcFromKohaField
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 2a9b9a526bb3e1c73e09cbee499a2debcab74ee5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1ed01089db28deb6f9689bbb64c30ee805559dbf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 7 17:06:41 2018 -0300

    Bug 21172: Remove warning from addbiblio.pl
    
    Argument "01e" isn't numeric in numeric ne (!=) at
    /home/vagrant/kohaclone/cataloguing/addbiblio.pl line 507.
    
    A tagfield can be 01e and so raise a warning is compared with == or !=
    
    This patch also fixes few inconsistencies:
    - tagfield for items.itemnumber must be retrieved with GetMarcFromKohaField
    (to support other marcflavours)
    - do not use $_
    - loop only once on $usedTagsLib
    
    Test plan:
    For devs only, read the code and confirm the changes make sense.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f3afec0587f4baeff580e153ea592020d4d36be3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 98a50392900d7b7b6ef0fc187a26e3759844d095
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 17 10:11:04 2019 +0000

    Bug 22044: DBRev 18.11.04.003
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4177d2e32942b16e65748852df881541406297bd)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 36bf400905661afca5da0190af65cf088286cb78
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 14 04:26:29 2019 +0000

    Bug 22044: Fix sysprefs.sql description to use circ column description
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f6e143c73c9ba7f6b1daf76d592dc7a56e8694bb)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eaed1f1e6bf5ff24981a91131e0a8be09dd79c30
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 15 13:32:12 2019 +0000

    Bug 22044: Correct syspref name
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a3a3bf2dda3219b3385b587585985c51f6cc8498)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6cc9e6086a2937954b05078d78d6034e2223daa5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 21 19:19:05 2018 +0000

    Bug 22044: Set default and add NoRenewalBeforePrecision preference for new/affected installs
    
    I am not sure the correct answer - for upgraded installs the pref was
    set to date, which changed behaviour
    
    For new installs the pref was unset, behaved as if 'exact_time' so we
    shouldn't change behaviour?
    
    If the perceived default is date then the code should be changed, or
    this shouldn't be a pref at all?
    
    To test:
    1 - Have a new system missing this pref
    2 - Note when searchign the pref in staff client if appears as 'date'
    3 - Check the db to confirm value is 'NULL'
    4 - Apply patch and run update
    5 - Pref is now set to 'exact_time'
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 4779cf845077ffd7f564b63b22f72ba99aa812ff)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2bf66d987a9511bd5da108cf27a9cfe2f47e3634
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Apr 12 23:04:06 2019 +0000

    Bug 22702: circulation note on patron page should allow for HTML tags
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9f34d208d08fc89d2d0b4d3718fc43e3f32ff055)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f53fe14580549266b098a303c4be389fee505b60
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Apr 4 01:36:47 2019 +0000

    Bug 22154: Fix search for Braille from Advanced search page
    
    When you do an advanced search and choose the Format subtype
    Braille, it looks for l-format:fk, but that is not the right
    code for Braille.
    
    fk does not exist. It should be fb for Tactile material/Braille
    OR tc for Text/Braille
    
    To test:
    0) Catalog 2 records, one with 007 tc and another with fb
       Use value builder to verify both are for Braille.
    1) In Administration > System preferences, make sure 'Subtypes'
       is checked in either OpacAdvSearchMoreOptions or OpacAdvSearchOptions
    2) Go to Advanced search
    3) If necessary, click on 'More options'
    4) In the 'Subtype limits' section, choose 'Braille' from the 'Format'
       drop-down menu
    5) Click on 'Search'
    6) Verify both records were found
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 44a39929afc60ddda3182a93197ced098044a12d)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                               |    2 +-
 cataloguing/addbiblio.pl                              |   17 ++++++++++-------
 installer/data/mysql/sysprefs.sql                     |    1 +
 installer/data/mysql/updatedatabase.pl                |   11 +++++++++++
 .../en/modules/admin/preferences/circulation.pref     |    4 ++--
 .../prog/en/modules/admin/preferences/opac.pref       |    2 +-
 .../prog/en/modules/catalogue/advsearch.tt            |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt |    2 +-
 .../prog/en/modules/members/moremember.tt             |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-advsearch.tt  |    2 +-
 10 files changed, 30 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list