[koha-commits] main Koha release repository branch master updated. v16.11.00-495-g1ce61ac

Git repo owner gitmaster at git.koha-community.org
Tue Feb 21 21:00:35 CET 2017


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  1ce61ac6a372783b39a11386018e08d92ccd8f39 (commit)
       via  c12aa9664ca71b38a0b570c71cbc0495ecfb9c0f (commit)
      from  830786aba7084698c081a3f7745fe0fe54643c18 (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 1ce61ac6a372783b39a11386018e08d92ccd8f39
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Feb 18 23:06:16 2017 -0500

    Bug 18111: Swap framework_name and frameworkcode
    
    With the frameworkcode changed to an empty string, which really
    is closer to the physical reality, some javascript somewhere
    breaks. This means the spinner does not appear when you confirm
    that you wish to import it.
    
    TEST PLAN
    ----------
    1) apply first patch
    2) export default framework, doesn't matter format
    3) import default framework using that file.
    4) answer yes or whatever it is.
       -- spinner does not appear.
    5) apply this patch
    6) import default framework use the same file.
    7) answer yes or whatever it is.
       -- spinner does appear.
    8) decide if you wish to find and fix the javascript conditions.
       if yes -- do so, and then obsolete this once you have.
       if not -- sign this off after running koha qa test tools
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c12aa9664ca71b38a0b570c71cbc0495ecfb9c0f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 14 16:21:45 2017 +0000

    Bug 18111: Fix import of default framework
    
    Caused by bug 16035.
    
    Recreate the issue:
    Go to Home › Administration › MARC frameworks
    For the default framework: Actions > import
    It will not work
    
    Test plan:
    Confirm test plans from bug 16035 and bug 17389 still pass
    Confirm that the import for the default framework now works
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 admin/import_export_framework.pl |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list