[koha-commits] main Koha release repository branch master updated. v19.11.00-848-ga24a82d757

Git repo owner gitmaster at git.koha-community.org
Fri Feb 21 17:34:13 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, master has been updated
       via  a24a82d757feab0ae17eada4ceb72f16ead54c06 (commit)
       via  d030aca6a94a8b69a5e26094696273d5cb85552b (commit)
       via  f065c95e74f4a79c79a1b4ba41cfc4bc8cd2f62a (commit)
       via  08284f8dc29baf7f19d9cce0c02ee9c34d15859c (commit)
       via  82952294a37298f8b0070bf6cb599b96bf9550f7 (commit)
      from  564736a76af16eb16c54d09c33636b00e4054c13 (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 a24a82d757feab0ae17eada4ceb72f16ead54c06
Author: Ulrich Kleiber <ulrich.kleiber at bsz-bw.de>
Date:   Wed Feb 5 11:04:20 2020 +0100

    Bug 24588: Prevent e-mails from Koha to be flagged as spam
    
    Set the e-mail headers Mailer-X and MessageID by Koha,
    to gain a better positive score from the spam filter.
    
    To test:
    1) Let Koha send an e-mail message.
    2) Check the header of this e-mail message with your e-mail client.
       There should be no X-Mailer header with value 'Koha'. If there
       is an MessageID header, it is probably set by the MSA, e.g. Exim.
       Example:
          Message-Id: <E1iyZRY-0006XT-0t at FQDN>
    3) Apply patch.
    4) Repeat step 1.
    5) Check the header of the new e-mail message with your e-mail client.
       There should be a X-Mailer header with value 'Koha' and a MessageID
       header with a value set by Koha.
       Example:
          X-Mailer: Koha
          Message-Id: <15807387030.B731e.18490 at FQDN>
    6) Sign off.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d030aca6a94a8b69a5e26094696273d5cb85552b
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 13 02:47:20 2020 +0000

    Bug 22655: Adding holds rules to Onboarding tool
    
    This patch adds the following fields to the circ rule step in the
    onboarding tool:
    - holds allowed (total)
    - holds allowed (daily)
    - holds per record (count)
    
    To test:
    1) Apply patch, drop and recreate database, restart memcached and refresh page
    2) Go through the installer and get to the final step of the onboarding
    tool
    3) Confirm the above fields are now available to set in your circulation
    rule
    4) Save and log in to Koha
    5) Go to Admin -> Circ and fines rules
    6) Confirm the fields saved correctly
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f065c95e74f4a79c79a1b4ba41cfc4bc8cd2f62a
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Fri Feb 14 19:50:39 2020 +0000

    Bug 17510: enable use of subfield 0 in MMT actions
    
    When adding MARC modification template (MMT) actions, if a subfield
    value of 0 (zero) is entered it will not show up in the action's
    description upon saving. Also, if you try to modify an authority or
    biblio record using actions that refer to subfield 0 the procedure
    will fail.
    
    This patch fixes that.
    
    Test plan:
    0) Create a MARC modification template and add some actions to it,
       ideally testing all action types (Delete/Add new/Update existing
       or add new/Move/Copy/Copy and replace); make sure you input a 0
       (integer zero) in the text box for the subfield value(s).
    1) As you save each action, observe that subfield 0 ($0) is missing
       from the action description.
    2) Home > Tools > Batch record modification: try to modify a biblio-
       graphic record using the modification template you just created.
       Observe that you get an error in the system logs if you click on
       'Show MARC' or 'Modify selected records'.
    3) Apply the patch.
    4) Repeat steps 0-2. The subfield value ($0) should be displayed in
       the action description and the Batch record modification should
       work without problems.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 08284f8dc29baf7f19d9cce0c02ee9c34d15859c
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Fri Feb 14 20:07:50 2020 +0000

    Bug 17510: update MMT-related unit tests
    
    The unit tests related to MARC modification templates need to be
    updated with extra tests specific to actions involving subfield 0.
    
    Test plan:
    0) Apply the patch.
    1) Run the updated unit tests, they should pass without any errors:
       $ prove t/SimpleMARC.t
       $ prove t/db_dependent/MarcModificationTemplates.t
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 82952294a37298f8b0070bf6cb599b96bf9550f7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 12 12:40:51 2020 +0100

    Bug 11161: Relabel 'child fund' to 'sub fund' in staff interface
    
    It was noted, that 'sub fund' might be a better term to use than
    'child fund'. So this patch changes it.
    
    To test, check with and without patch:
    
    - Add a budget in acquisitions
    - Add a fund in acquisitions
    - Add a sub/child fund to your fund (label of menu item #1)
    - Edit your first fund, check option to update owners of
      sub/child funds (#2)
    - Try to delete your 'parent' fund (tooltip #3)
    - Click on the greyed out entry (alert ÃÃ#4)
    
    If you like the change, please sign-off. If you think otherwise,
    please comment on the bug report.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Email.pm                                      |   3 +
 Koha/SimpleMARC.pm                                 |   4 +-
 cpanfile                                           |   1 +
 installer/onboarding.pl                            |   9 +-
 .../prog/en/modules/admin/aqbudgets.tt             |   8 +-
 .../prog/en/modules/onboarding/onboardingstep5.tt  |  17 ++-
 .../modules/tools/marc_modification_templates.tt   |   6 +-
 t/SimpleMARC.t                                     |  40 +++++-
 t/db_dependent/MarcModificationTemplates.t         | 135 ++++++++++++++++++++-
 9 files changed, 206 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list