Bugzilla – Attachment 173696 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: (QA follow-up) fix WYSIWYG in sysprefs
Bug-37965-QA-follow-up-fix-WYSIWYG-in-sysprefs.patch (text/plain), 1.53 KB, created by
David Cook
on 2024-10-29 22:47:13 UTC
(
hide
)
Description:
Bug 37965: (QA follow-up) fix WYSIWYG in sysprefs
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-10-29 22:47:13 UTC
Size:
1.53 KB
patch
obsolete
>From 1414f84f0a8c3c6a6f543d24899a3d18efb262fc Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 29 Oct 2024 22:45:23 +0000 >Subject: [PATCH] Bug 37965: (QA follow-up) fix WYSIWYG in sysprefs > >Test plan: >1. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl? >op=search&searchfield=UseWYSIWYGinSystemPreferences >2. Enable the system preference to show WYSIWYG in HTML system preferences >3. Go to http://localhost:8081/cgi-bin/koha/admin/preferences.pl? >op=search&searchfield=OPACSearchForTitleIn >4. Add a link for "http://localhost:8081/cool.pl" >5. Note in the source code that the URL gets mangled > >6. Apply the patch > >7. Repeat the above test plan >8. Note that the URL has NOT been mangled and remains >http://localhost:8081/cool.pl >--- > .../intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc >index 97e9bdefe7..4f6d7497b6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc >@@ -22,6 +22,7 @@ > branding : false, > relative_urls : false, > content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", >+ convert_urls : false, > editor_selector : "mce", > menubar : "file edit view insert format tools table", > mode : "specific_textareas", >-- >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