[koha-commits] main Koha release repository branch master updated. v19.05.00-95-g7b0dbb1

Git repo owner gitmaster at git.koha-community.org
Tue Jun 18 11:28:25 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  7b0dbb136310028e756f22b73745dbd9c542a271 (commit)
       via  1efe0d4606f844c28e2524d0341779381fc4980b (commit)
       via  cc26fefeebc7ad5af08a087d6dd57c1eb9a6d5b4 (commit)
       via  b86766a3e2148582a2c191e168ad4a65e5d8d0be (commit)
       via  42a26a758079830758a51845b4526e681b75d434 (commit)
       via  6a75f99200f6659d09e46ce9e11c5ded11020d89 (commit)
       via  5b7e563f4e923bb5cf9f6b1f6ecef3bdc8b77f52 (commit)
       via  8c8e36cf7abf51113654c5e1c0497f918a1cd56c (commit)
       via  1521a5567ea17c8adf5339249251bb275b5109de (commit)
      from  a45eb6082bb99973b6c56600acdcbf41529ac2f3 (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 7b0dbb136310028e756f22b73745dbd9c542a271
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 14 12:02:25 2019 +0000

    Bug 23120: Pass necessary inputs through when transferring item automatically
    
    To test:
     1 - Find an item in you system
     2 - Have syspref  AutomaticItemReturn = Do
     3 - Check in the item at a branch that is not its homebranch
     4 - Click 'Print slip' on the modal popup
     5 - Error!
     6 - Apply patch
     7 - Check the item in at its homebranch (to clear transfers)
     8 - Check it in at another branch again
     9 - Print slip
    10 - Success!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1efe0d4606f844c28e2524d0341779381fc4980b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 12:07:10 2019 +0000

    Bug 22945: Markup error in OPAC search results around lists display
    
    This patch makes minor corrections to the template for OPAC search
    results. These corrections fix errors returned by the HTML validator.
    
    To reproduce the problem, perform a search in the OPAC which will return
    results which are on one or more lists. Run the page through the W3C
    validation service: https://validator.w3.org. Either by pasting in the
    URL for the search results (if web accessible) or by viewing source,
    copying, and pasting into "Validate by Direct Input."
    
    This patch addresses two specific errors:
    
     - "Text not allowed in element ul in this context."
     - "Stray end tag span."
    
    To test, apply the patch and try again to reproduce the validation
    errors. Those errors should no longer be present. There should be no
    visible change to the search results view.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cc26fefeebc7ad5af08a087d6dd57c1eb9a6d5b4
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jun 17 14:59:03 2019 +0000

    Bug 22783: (follow up) not SET for anonymous BLOCK
    
    Fixed syntax.
    http://www.template-toolkit.org/docs/manual/Directives.html#section_BLOCK
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b86766a3e2148582a2c191e168ad4a65e5d8d0be
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Apr 26 14:52:39 2019 +0100

    Bug 22783: Make 'OPAC News' string translatable
    
    The idea was to use an anonymous block
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 42a26a758079830758a51845b4526e681b75d434
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jun 13 19:27:00 2019 +0000

    Bug 17526: Change grep to deal with malformed sortfield
    
    Giving sortfield a malformed value when viewing lists results in
    Internal Server Error.
    
    eg.
    http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=1&sortfield=title(
    
    Note the trailing (
    
    Before Patch: kaboom
    apply patch
    restart
    After Patch: No kaboom
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6a75f99200f6659d09e46ce9e11c5ded11020d89
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jun 17 13:54:39 2019 +0000

    Bug 23104: (follow-up) fix display for 0/Unlimited
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5b7e563f4e923bb5cf9f6b1f6ecef3bdc8b77f52
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jun 13 11:28:40 2019 -0500

    Bug 23104: Add tests for maxonsiteissueqty
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8c8e36cf7abf51113654c5e1c0497f918a1cd56c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 12 09:12:27 2019 -0500

    Bug 23104: (bug 18925 follow-up): Fix null/empty behavior, again
    
    Not kidding, it's again, and will certainly appear more.
    The problem is that we should have a NULL value in DB to make things
    more readable and logical. Now we need a quick fix.
    
    Test plan:
    Set "Current checkouts allowed" to unlimited (empty string)
    Try to check an item out
    => Without this patch we are blocked with a "too many" message
    => With this patch applied the correct behavior is back!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1521a5567ea17c8adf5339249251bb275b5109de
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jun 12 09:12:23 2019 -0500

    Bug 23104: Add tests
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    2 +-
 .../prog/en/modules/admin/smart-rules.tt           |    4 +--
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   13 ++++-----
 opac/opac-shelves.pl                               |    2 +-
 t/db_dependent/Circulation/TooMany.t               |   28 +++++++++++++++++++-
 7 files changed, 40 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list