[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-249-g40f8cba93b

Git repo owner gitmaster at git.koha-community.org
Thu May 21 18:35:18 CEST 2020


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, 19.11.x has been updated
       via  40f8cba93b5ec052fd0de1f41a85d5f03dd3a147 (commit)
       via  8dceed40687df7acbfb1df2e2cc988e96194c6fd (commit)
       via  62a448b5d778907978b117611e7d26c9a58fc399 (commit)
      from  a2e8131dc2bd1e9b38e836744e0fc0fa67ebf6ce (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 40f8cba93b5ec052fd0de1f41a85d5f03dd3a147
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 05:41:34 2020 +0000

    Bug 25485: Remove tiny_mce symlink during pre install of deb package
    
    This patch removes the tiny_mce symlink before Koha package installation
    using the same method that we used when we removed the YUI symlink
    in 2015.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8dceed40687df7acbfb1df2e2cc988e96194c6fd
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 03:28:56 2020 +0000

    Bug 25485: Remove all mention of tiny_mce in debian/rules
    
    This patch removes the removal of the following during the
    build process:
    /usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 62a448b5d778907978b117611e7d26c9a58fc399
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 12 14:19:53 2020 -0400

    Bug 25485: TinyMCE broken in Debian package installs
    
    When installing the Debian package of Koha, we install the Debian tinymce package and symlink over our own tinymce libs that are in the Koha codebase. This version of tinymce does not have the same files and because of this, tinymce does not get loaded.
    
    We should remove the use of the tinymce Debian package, and just use our own version of TinyMCE.
    
    Test Plan:
    1) Install Koha 19.11 from package
    2) Browse to the news editor
    4) Note the WYSIWYG editor is missing
    5) Build a new Koha package with this patch applied, install it
    6) Reload the news editor
    7) Note the WYSIWYG editor is back!
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 debian/control.in          | 2 --
 debian/koha-common.preinst | 3 +++
 debian/rules               | 4 ----
 3 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list