[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.10-7-g3ef1e4a

Git repo owner gitmaster at git.koha-community.org
Wed Oct 3 15:00:25 CEST 2018


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, 17.11.x has been updated
       via  3ef1e4ac01ceadc2721449b668dc0da376b6f3c0 (commit)
       via  63ab79d6e478d42f13ac48f62828a1059dff1aad (commit)
       via  5dad62c0c75063ea6d96a701a3875a72f3a74d86 (commit)
       via  05d73fb69cf5df9675e1eac032eee36472b3cbee (commit)
       via  59b9b4dcf55dba1f29d044e7da6a651f89592089 (commit)
       via  52e4a8635eb48662da6bc48fa83dfe4758598fa2 (commit)
      from  e69ce2d8a6b5e469ff809dfa8a616e615d096205 (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 3ef1e4ac01ceadc2721449b668dc0da376b6f3c0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Sep 16 10:41:49 2018 -0700

    Bug 21353: (follow-up) same check for select/clear all links
    
    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 bf908a5f07ffbd492c42483aace120dae8316048)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 28a404bc3124cb45863db8872cb0ee7c839fda5d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 63ab79d6e478d42f13ac48f62828a1059dff1aad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Sep 15 11:02:05 2018 -0700

    Bug 21353: Display checkboxes to merge patron even if cannot manage lists
    
    When permission 'manage_patron_lists' is off, there is no checkbox on
    /cgi-bin/koha/members/member.pl to merge patrons.
    
    Test plan:
    Remove permission manage_patron_lists
    Add permission edit_borrowers
    Search for patrons
    => Without this patch you will not be able to select patrons to merge
    (checkboxes are not displayed)
    
    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 d60b0a2e4d3359c127f1e801db9e35dd217f8790)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ffbd4d22e134ba9c1af511dcb0a56a4473f1a789)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5dad62c0c75063ea6d96a701a3875a72f3a74d86
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 14 16:10:56 2018 -0700

    Bug 21323: Handle multi params in redirect after login
    
    Multi params are not handle correctly after login
    
    Test plan:
    [0] Use staff interface
    [1] Use advance search and tick itemtype more than one checkbox
    [2] Copy result url
    [3] Logout
    [4] Paste url in browser
    [5] Type username and password
    [6] In search result page, results limit description under breadcrumbs
    will show all limits
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c6a26d2c9e767623c7bc0698297bbc165301e7ed)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c088efd6c959d12dd8c1743e3eeb9f12d41a77e2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 05d73fb69cf5df9675e1eac032eee36472b3cbee
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 21 09:15:08 2018 +0200

    Bug 21281: (QA follow-up) Introduce _add_backtics
    
    Added a (initially trivial) test in Creators/Lib.t too.
    Sometimes you start something, but you end somewhere else ;)
    
    The test seems a bit slower now (regex, lookahead, etc). But this should
    not hurt label creators in daily use.
    Advantages: code is even more solid, consolidated in one place and can be
    tested on its own.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit db683b285cfb31deb9dbdafbc5a18e0b471ffa65)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 75b0e7a0787d82caa987afc67206fad2b5811e4c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 59b9b4dcf55dba1f29d044e7da6a651f89592089
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 5 18:41:32 2018 +0000

    Bug 21281: Correct t/db_dependent/Creators/Lib.t failures
    
    TEST PLAN
    ---------
    1) apply first patch
    2) kshell kohadev
    3) prove -r -v t/db_dependent/Creators/
       -- failures
    4) apply this patch
    5) repeat 2,3
       -- no failures
    6) run koha qa test tools
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    (cherry picked from commit 78124100ec6708de99bea3e4e181da3897130d0e)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit a54c1b9a1ca86dcab11e4008727221edc42eb69a)
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 52e4a8635eb48662da6bc48fa83dfe4758598fa2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 29 17:05:50 2018 -0300

    Bug 21281: Surround creator_templates.rows with backquotes
    
    'rows' is a reserved word since MariaDB 10.2.4 and MySQL
    https://mariadb.com/kb/en/library/mariadb-1024-release-notes/
    https://dev.mysql.com/doc/refman/8.0/en/keywords.html
    
    Test plan:
    Do not apply this patch and make sure you recreate the reported issue
    Apply this patch and confirm that it is now fixed.
    
    QA will take care for the changes in installer and test files
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7de47202f2876892524c8b68de962c0776f32881)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9f306898886efe1c2a29f2b622885ec1dfa4fe9a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                                         |    4 ++--
 C4/Creators/Lib.pm                                 |   24 ++++++++++++++++----
 installer/data/mysql/patroncards_upgrade.pl        |    2 +-
 .../prog/en/modules/members/member.tt              |    7 +++---
 .../en/modules/members/tables/members_results.tt   |    2 +-
 t/db_dependent/Creators/Lib.t                      |   18 +++++++++++----
 6 files changed, 41 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list