[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-37-g0d06d789f7

Git repo owner gitmaster at git.koha-community.org
Thu May 14 00:18:55 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.05.x has been updated
       via  0d06d789f7fa6dfaee7b208d2775a3f51e60477d (commit)
      from  2f48fb0d38334d0d5fd241f4c0a05b825b52fbf6 (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 0d06d789f7fa6dfaee7b208d2775a3f51e60477d
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Thu Mar 26 22:46:26 2020 +0000

    Bug 24764: TinyMCE shouldnt do automatic code cleanup when editing HTML in News Feature
    
    TEST PLAN:
    1. Make a new news item and use the TinyMCE editor, click on the <> icon to go to the Source code editor
    2. Add some HTML like <i class="fa fa-facebook-official" aria-hidden="true">TEST</i> and save it.
    3. Go back in and notice that TinyMCE has changed it to: <p><em class="fa fa-facebook-official">TEST</em></p>
    4. It should not auto clean up and also it should not autowrap with <p> tag.
    5. Apply patch patch, and repeat step 2. Save again.
    6. It should not have automatiicly changed any HTML or added any <p> wrapper.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 0b7d3b4331c69238ae04fdb895baeae9ce0742cf)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list