[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-110-g31bf49b

Git repo owner gitmaster at git.koha-community.org
Fri Aug 24 11:19:30 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, 18.05.x has been updated
       via  31bf49b849a949c9f809d2ca2eaa1cecafb55036 (commit)
       via  6eb334e244a2cbaf84d8ac874348c1443252e656 (commit)
      from  fba97f0772ad6fd40b359e626ce9fb82f3d92182 (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 31bf49b849a949c9f809d2ca2eaa1cecafb55036
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 21 11:25:53 2018 +0000

    Bug 20773: DBRev 18.05.02.003
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7dab4cd903f9623fb52592e65d57c93b6156d2aa)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6eb334e244a2cbaf84d8ac874348c1443252e656
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 16 15:39:04 2018 +0200

    Bug 20773: (bug 20724 follow-up) Add a simple db revision
    
    We should correct bad data too.
    This is a trivial, pragmatic approach. Instead of doing a complex
    calculation with holidays etc. (as was done on 12063), we just add
    MaxPickupDelay or 7 days to today probably resulting in a little bonus
    time. Only for waiting holds. When the ReservesNeedReturns pref was not
    Automatic, there should be no changes.
    
    == Test plan ==
    1. git checkout c585f1149770ec401f188e061211501897cec0bf~1
         This the commit before bug 20724's patches.
         We need that to be able to generate "corrupted data"
    2. Set ReservesNeedReturns to "Automatically"
    3. Place a hold on a specific item
    4. The hold should have an *empty* expiration date
         record page → Hold → "Expiration" column
    5. Apply this patch
    6. Run updatedatabase.pl
    7. Refresh the page
    8. The hold should have an expiration date (not empty)
    9. Celebrate! 🎉🎊🥳
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Bug 20773: (followup) Remove MySQLism
    
    Signed-off-by: Victor Grousset <victor.grousset at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a4ec768e3787ff3ee426949c0f03188dd4d15e82)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/updatedatabase.pl |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list