Bugzilla – Attachment 172021 Details for
Bug 37965
Fix regression of convert_urls setting in TinyMCE which causes unexpected URL rewriting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37965: Restore Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way
Bug-37965-Restore-Bug-12032---TinyMCE-rewrites-url.patch (text/plain), 1.25 KB, created by
Lucas Gass (lukeg)
on 2024-09-26 19:01:34 UTC
(
hide
)
Description:
Bug 37965: Restore Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-09-26 19:01:34 UTC
Size:
1.25 KB
patch
obsolete
>From d65f0a6db26bec3bc6e09c515bad80fce95a339e Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Thu, 19 Sep 2024 17:37:09 +0000 >Subject: [PATCH] Bug 37965: Restore Bug 12032 - TinyMCE rewrites urls in a > very annoying and unexpected way > >To test: >https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12032#c3 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index da14ca5c2bc..d8ad758af88 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -785,6 +785,7 @@ > branding : false, > block_unsupported_drop : false, > content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", >+ convert_urls : false, > custom_elements:"style,link,~link", > extended_valid_elements:"style,link[href|rel]", > force_br_newlines : false, >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37965
:
171787
|
172021
|
173695
|
173696