[koha-commits] main Koha release repository branch master updated. v19.05.00-457-gd952abd

Git repo owner gitmaster at git.koha-community.org
Thu Aug 8 14:30:38 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, master has been updated
       via  d952abd83758fe115269914fad78ae99c8006f9e (commit)
       via  01c28613d1bd8059b600b7a097f8971b9cc68e21 (commit)
       via  3b6e8d1e19695cecf5aa8094bd4771b1cb95f21c (commit)
       via  3ef47e7876201d759e7d4676fd4d03711f6c6349 (commit)
       via  ce1b79d55d421d6d173d644ee7061ebb5b93919a (commit)
       via  d71b263a89839e3b2f9aa7166dba2657a2aecf14 (commit)
      from  82a0f5913974155bd79f82cf2075936de7b0c431 (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 d952abd83758fe115269914fad78ae99c8006f9e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 30 13:48:02 2019 +0000

    Bug 23399: (follow-up) Markup comments and corrections
    
    This patch adds comments to the template to highlight the markup
    structure. It also corrects some minor markup errors.
    
    This patch should have no effect on the interface or functionality.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 01c28613d1bd8059b600b7a097f8971b9cc68e21
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 30 13:12:18 2019 +0000

    Bug 23399: Reindent returns.tt
    
    This patch reindents circulation/returns.tt to use four spaces,
    following coding guidelines.
    
    To test, apply the patch and use your preferred method for checking the
    differences between files while ignoring whitespace. I use diff with the
    "-w" flag, but each must take their own journey.
    
    Test the checkin process to confirm that everything still works
    correctly.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3b6e8d1e19695cecf5aa8094bd4771b1cb95f21c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 8 13:09:13 2019 +0100

    Bug 23286: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3ef47e7876201d759e7d4676fd4d03711f6c6349
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 10 11:30:47 2019 +0000

    Bug 23286: Improve style of hold confirmation modal
    
    This patch makes minor changes to the hold confirmation modal in the
    check-in template and adds some additional style. The goal is to make
    the information a little more readable.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Check in items with the following hold statuses:
    
     - On hold for a patron at your library
     - On hold for a patron at another library
     - On hold and already marked 'Waiting'
    
    Confirm that the hold confirmation modal is clear and well-styled.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ce1b79d55d421d6d173d644ee7061ebb5b93919a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 16 12:08:47 2019 +0000

    Bug 23322: Correct case for boolean in ES search
    
    I did not include tests only because this is a very small reasonable change and routine has no tests.
    It does not affect behaviour, it only touches syntax lightly.
    
    To test:
      0 - Set SearchEngine to ElasticSearch
      1 - Import the example record (a version is included in sample data in devbox/testing docker so you can skip)
      2 - Stage the attached example record
      3 - Match using 'ISBN' rule
      4 - No matches found
      5 - Apply patch
      6 - Restart all the things
      7 - Reapply matching with no rule
      8 - Reapply with ISBN matcing
      9 - It matches!
     10 - Set SearchEngine to Zebra
     11 - Reapply matching with no rule
     12 - Reapply with ISBN matching
     13 - Matching works as before in Zebra
    
    Signed-off-by: Ron Houk <rhouk at ottumwapubliclibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d71b263a89839e3b2f9aa7166dba2657a2aecf14
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Mon Aug 5 22:39:37 2019 +0000

    Bug 23431: Don't nullify DOB if it's hidden by sysprefs
    
    To test:
    
    Turn on  OPACPatronDetails
    put dateofbirth in PatronSelfModificationBorrowerUnwantedField
    Have a patron with a set date of birth
    Attempt any modification on that patron through the OPAC
    The date of birth will be one of the fields changed for that borrower
    when you check it in the staff intranet.
    
    Apply this patch, repeat the above.
    Date of birth will not be one of the changed fields.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Matcher.pm                                      |    2 +-
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   29 +-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  | 1678 ++++++++++----------
 opac/opac-memberentry.pl                           |   10 +-
 5 files changed, 915 insertions(+), 806 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list