[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-58-g44e01fc

Git repo owner gitmaster at git.koha-community.org
Tue Nov 6 14:45:23 CET 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  44e01fc3ca245ba2a3aefc408b9f155a66a5f289 (commit)
       via  c894ca0e09e9bec7c1b33b2d4c5940561086832a (commit)
       via  f4b0e3a980239c97244d3bab97cc177949ddd0e7 (commit)
       via  cd1a13edf7d018262c3896d4429b55df19d8c614 (commit)
       via  cb7db6fcd45d956d28596d86de312ee5502333a6 (commit)
      from  ab9e44df31eadf09cefde0fee16f4a80e9c16049 (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 44e01fc3ca245ba2a3aefc408b9f155a66a5f289
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 26 17:09:18 2018 +0000

    Bug 21639: DBRev 18.05.05.003
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 22d817ddc863354b0a6316c6ddb91e2cc86cf603)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c894ca0e09e9bec7c1b33b2d4c5940561086832a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 12:00:35 2018 -0300

    Bug 21639: (follow-up) Adjust the other languages
    
    uk-UA was wrong.
    We should use the same file for all languages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f106c3a13aa0ee69d744c683e99d9d6ec3c10ffa)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f4b0e3a980239c97244d3bab97cc177949ddd0e7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 19:43:18 2018 +0000

    Bug 21639: Adjust the other languages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7c25be79a00b6b7b8b2f4b38eb2dd9f3f6cb502e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cd1a13edf7d018262c3896d4429b55df19d8c614
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 01:33:42 2018 +0000

    Bug 21639: Add phone transports to new and existing installs
    
    To test:
    1 - Confirm if you do or do not have 'phone' transports defined in the
    message_transports table
    2 - Apply patch
    3 - Run updatedatabase
    4 - If you didn't have them you should now
    5 - Run updatedatabase again, confirm it doesn't error
    6 - sudo koha-mysql kohadev
    7 - DELETE from message_transports WHERE message_transport_type =
    'phone'
    8 - Run updatedatabase again
    9 - Confirm the message transports table is restored
    10 - Drop your DB (or reset_all in kohadevbox)
    11 - Ensure the table is fully populated including phone notices
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 71fdba0ff014017287ca7b1f524850fadad81af1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cb7db6fcd45d956d28596d86de312ee5502333a6
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Thu Oct 18 11:54:58 2018 +0200

    Bug 21587: don't drop patrons to notify in order creation
    
    It only worked on modification.
    
    == Test plan ==
    1. have/create a active budget
    2. have/create a fund
    3. have/create a vendor with minimal info
    4. create a basket with minimal info
    5. add an order line to the basket
         Add a user in "To notify on receiving"
    6. Modify the order
    7. The patrons isn't here. This is the bug
    8. Add a user in "To notify on receiving"
    9. Save
    10. Modify the order
    11. The patron is here now
    12. Apply this patch
    13. Retry step 5 to 11 and patron should be saved on order creation
    14. Celebrate! :D
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit bf8b4e773c089a4094b18c62af91711b8af99f82)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 acqui/addorder.pl                                  |    7 ++-
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |   11 ++---
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |    9 ++--
 .../sample_notices_message_transports.sql          |   10 +++--
 .../sample_notices_message_transports.sql          |   46 +++++++++-----------
 installer/data/mysql/updatedatabase.pl             |   14 ++++++
 13 files changed, 92 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list