[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-39-g5119b2d

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 15:42:27 CET 2016


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, 3.22.x has been updated
       via  5119b2d6ef2ee67e65e880724b6c6581b25101bf (commit)
      from  9973f0e986abf1db68dc177369f85126f77230d2 (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 5119b2d6ef2ee67e65e880724b6c6581b25101bf
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Feb 9 11:16:55 2016 +0100

    Bug 15764: Fix timestamp sent by KOCT
    
    KOCT plugin send UTC timestamp, it should be converted to local timezone
    
    Test plan:
    1. Install latest version of KOCT and configure it
       https://addons.mozilla.org/fr/firefox/addon/koct/
       https://wiki.koha-community.org/wiki/Offline_circulation_firefox_plugin
    2. Use it to do a checkout and a checkin. See that timestamps are UTC.
    3. Click on "Commit to Koha" under "Log" tab
    4. Wait for all operations to be processed
    5. In Koha, go to Circulation > Offline circulation and check the
       timestamps were correctly converted to the Koha server's timezone
    6. Process the pending operations and see that timestamps are still
       correct
    7. Repeat step 2
    8. Now click on "Apply directly"
    9. Check the timestamps are correct in Koha
    
    NOTE: I could not get "Commit to Koha" to work for me, but I did
          confirm this corrected behaviour with "Apply directly".
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Using the "commit to Koha" option works fine for me.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    This patch only affects service.pl, which is not used in any way by the
    uploader for desktop client files. No changes to the desktop offline
    circ will be needed.
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 0987165d6aab0951259b2101c2133ae4c221357b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 offline_circ/service.pl |    7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list