[koha-commits] main Koha release repository branch master updated. v19.05.00-225-gd5fd85d

Git repo owner gitmaster at git.koha-community.org
Fri Jun 28 15:54:20 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  d5fd85da18e7e3c548cc9d56689b09fd34615aed (commit)
       via  18767d62a873570637d199586bbeca4200e67d1c (commit)
       via  787b86f9d4d3aa83502f9b2afdc98d9ff6761b8e (commit)
       via  e9bb407f62a208d42aefb03d16decd87bae228e7 (commit)
       via  4dcf416dc9547fd28e6ed846d08d6bbecb144552 (commit)
      from  466f99e44230968aeb51598e50f65d212941c5b4 (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 d5fd85da18e7e3c548cc9d56689b09fd34615aed
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jun 24 10:28:00 2019 -0300

    Bug 23193: Make set_password.pl use Koha::Script
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 18767d62a873570637d199586bbeca4200e67d1c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jun 28 14:31:03 2019 +0100

    Bug 22128: Add Rudolf Byker to contributors
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 787b86f9d4d3aa83502f9b2afdc98d9ff6761b8e
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jun 11 13:39:48 2019 +0000

    Bug 22128: Removed outdated comment
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e9bb407f62a208d42aefb03d16decd87bae228e7
Author: Rudolf Byker <rudolfbyker at gmail.com>
Date:   Fri May 24 13:25:45 2019 -0500

    Bug 22128: Use DROP USER IF EXISTS instead of GRANT USAGE before DROP USAGE
    
    MySQL 5.7 is old, and the latest versions fail on "GRANT USAGE" if the
    user does not exist. "DROP USER IF EXISTS" has been with us since 5.7,
    so all users should have it by now. This patch fixes the issue.
    
    To test:
    
    Try to koha_remove a site, and if it works with no errors, all good!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4dcf416dc9547fd28e6ed846d08d6bbecb144552
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 26 12:49:14 2019 +0000

    Bug 23220: Prevent form submission before redirect
    
    To test:
     1 - Check in an item to generate a transfer (form another library, no floating)
     2 - Check it in again, click 'Cancel transfer'
     3 - It may or may not work
     4 - To highlight the issue edit return.tt to add the delay line as below:
    	$('.cancel-transfer').on("click",function(e){
    		delay(5000);
    		window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber | html %]&canceltransfer=1'
    	});
     5 - Check in the item repeatedly, click 'Cancel transfer'
     6 - View the item in the staff or opac and verify it remains in transit
     7 - Undo changes above, apply patch
     8 - Test 'Cancel transfer', note it works
     9 - Add the delay back in, confirm it still works
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 debian/scripts/koha-remove                              |    7 ++-----
 docs/contributors.yaml                                  |    3 +++
 docs/history.txt                                        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt |    1 +
 misc/admin/set_password.pl                              |    1 +
 5 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list