Koha/koha-tmpl/intranet-tmpl/prog/en/includes
Lucas Gass 37e11da07b Bug 28525: Dont let TinyMCE do code cleanup
If you look at Bug 24764 and Bug 26942 we adjusted the TinyMCE for the News tool so it will not do some types of automatic code clean up.

The TinyMCE editor for system preferences which can be enabled by 'UseWYSIWYGinSystemPreferences' has the same problems.

We should make the configurations the same.

To Test:
1. Turn on 'UseWYSIWYGinSystemPreferences'
2. Go to a system preference like 'RestrictedPageContent'
3. Try entering something like '<i class="fa fa-facebook-official" aria-hidden="true">TEST</i>' in the Source Code window
4. It gets cleaned up by the editor
5. Try something like '<a href="https://www.test.com" referrerpolicy="&quot;no-referrer-when-downgrade">TEST</a>'
6. It's cleaned up by the editor.
7. Try something like '<link href="https://fonts.googleapis.com/css?family=Open+Sans” rel=“stylesheet">'
8. Cleaned up by editor.
9. Apply patch
10. Try step 3, 5, and 7 again.
11. It should not be changed by the editor

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-08-18 15:08:45 +02:00
..
catalogue Bug 27486: Rename system preference delimiter to CSVDelimiter 2021-01-29 09:03:45 +01:00
csv_headers Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
mana Bug 26703: (follow-up) Reverse title for mana report search results 2021-04-21 11:16:35 +02:00
modals Bug 26274: Update register.tt to use the API 2021-02-12 12:33:41 +01:00
str Bug 15788: Use delete_borrowers permission 2021-06-21 13:50:26 +02:00
virtualshelves/merge
about-team.inc Bug 28442: Fix 'accessibility_advocate' for current release 2021-05-27 14:12:24 +02:00
accounts.inc Bug 22435: Update accountline-details page to show all history 2021-08-04 14:06:43 +02:00
acquisitions-add-to-basket.inc
acquisitions-menu.inc Bug 27498: (follow-up) Update to display logic 2021-06-21 14:01:51 +02:00
acquisitions-search.inc Bug 28508: Use "Invoice number" instead of "Invoice no" on the invoice search filter 2021-06-21 14:01:51 +02:00
acquisitions-toolbar.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
additional-fields-display.inc
additional-fields-entry.inc
admin-items-search-field-form.inc
admin-menu.inc Bug 28733: Correct position of desks link in admin menu 2021-07-30 16:07:38 +02:00
adv-search.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
auth-finder-search.inc Bug 26533: Fix 'is exactly' search for authorities 2021-04-21 10:51:29 +02:00
authorities-search-results.inc Bug 12533: Improve authority search result display 2020-11-04 12:59:33 +01:00
authorities-search.inc Bug 28475: Fix searching all headings 2021-05-28 08:29:38 +02:00
authorities-toolbar.inc Bug 28542: Move new authority from Z39.50/SRU to a button 2021-06-21 10:10:01 +02:00
authorities.inc
authorities_js.inc Bug 26606: Correctly URI-encode query string in URL loaded after deleting an authority record 2020-10-26 00:16:14 +01:00
av-build-dropbox.inc Bug 18680: Add an empty entry by default to sort1/sort2 values in patron account 2020-04-20 12:28:04 +01:00
biblio-title-head.inc
biblio-title.inc Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
biblio-view-menu.inc
blocked-fines.inc Bug 27811: Hide payment buttons if not enough permission 2021-04-30 17:07:31 +02:00
blocking_errors.inc Bug 10921: Prevent an order from a closed basket to be edited 2020-09-18 11:49:29 +02:00
borrower_debarments.inc Bug 27873: Improve message consistency: checkout and patron detail pages 2021-07-12 15:47:34 +02:00
branch-selector.inc
budget_planning.inc Bug 24636: (follow-up) - move 'by' into include file 2020-05-04 08:53:04 +01:00
budgets-active-currency.inc Bug 25744: replace <b> with <strong> in the staff interface 2020-09-18 11:08:35 +02:00
budgets-admin-search.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
budgets-admin-toolbar.inc
calendar.inc Bug 26261: Split calendar.inc into include file and JavaScript file 2020-09-29 14:28:19 +02:00
cat-menu.inc
cat-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
cat-toolbar.inc Bug 27985: Add option to send a record to batch modification from details page 2021-07-12 15:47:34 +02:00
catalog-strings.inc Bug 26441: Move translatable strings out of catalog-strings.inc into catalog.js 2020-09-29 14:28:18 +02:00
cataloging-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
cateditor-ui.inc Bug 26964: Newly created macros should be selected in the Advanced editor 2021-03-08 15:15:52 +01:00
cateditor-widgets-marc21.inc Bug 27739: Advanced editor should use DefaultCountryField008 preference 2021-04-16 12:28:17 +02:00
category-out-of-age-limit.inc
chart.inc
checkin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
checkouts-table-footer.inc Bug 19351: Add items.copynumber to the checkouts table 2020-11-04 12:59:34 +01:00
checkouts-table.inc Bug 28271: Preselect the current item lost value 2021-06-21 10:50:09 +02:00
circ-menu.inc Bug 27811: Hide the Accounting tab if needed 2021-04-30 17:07:31 +02:00
circ-nav.inc Bug 24201: (QA follow-up) IndependentBranches 2020-08-07 16:54:40 +02:00
circ-patron-search-results.inc Bug 10902: (follow-up) Account for singleBranchMode 2021-08-16 11:55:56 +02:00
circ-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
cities-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
clubs-table.inc Bug 25282: (follow-up) More corrections 2020-04-29 16:20:24 +01:00
columns_settings.inc Bug 28055: (follow-up) Revert changes to aoColumnDefs option name 2021-04-14 09:56:22 +02:00
contracts-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
country-list.inc
currencies-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
datatables.inc
date-format.inc
delimiter_text.inc Bug 27486: Rename system preference delimiter to CSVDelimiter 2021-01-29 09:03:45 +01:00
desks-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
doc-head-close-receipt.inc
doc-head-close.inc Bug 28091: Only show for logged in users 2021-05-12 17:39:36 +02:00
doc-head-open.inc
empty_line.inc
facets.inc Revert "Bug 26860: facets.inc refactor availability facet" 2021-08-16 12:24:58 +02:00
filter-orders.inc Bug 28508: Use "Invoice number" instead of "Invoice no" on the invoice search filter 2021-06-21 14:01:51 +02:00
form-blocks.inc
format_price.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
greybox.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
guided-reports-view.inc
header.inc Bug 27699: Add register information to responsive staff interface header menu 2021-03-09 15:05:26 +01:00
holds_table.inc Bug 26988: (follow-up) Fix filter and encode api values and escape rendered values 2020-11-13 14:20:11 +01:00
home-search.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
html_helpers.inc Bug 24665: (QA follow-up) Fix selection default 2020-11-06 15:55:17 +01:00
i18n.inc Bug 26816: Chomp whitespace around i18n strings 2020-11-02 11:03:09 +01:00
ill-availability-table.inc Bug 23173: (follow-up) Fix QA script errors 2020-04-06 11:05:14 +01:00
ill-list-table-strings.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
ill-list-table.inc
ill-toolbar.inc
installer-doc-head-close.inc
installer-intranet-bottom.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
installer-strings.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
intranet-bottom.inc Bug 24201: (follow-up) add desk choice with library choice 2020-08-07 16:54:40 +02:00
intranetstylesheet.inc
js-date-format.inc Bug 24980: (follow-up) return '' when date is null 2020-05-01 08:14:34 +01:00
js_includes.inc Bug 10902: (follow-up) Account for singleBranchMode 2021-08-16 11:55:56 +02:00
keyboard_shortcuts.inc
labels-toolbar.inc
langmenu-staff-top.inc Bug 20168: Update of the OPAC bootstrap template to bootstrap v4 2020-09-09 14:13:03 +02:00
last-borrower.inc
letters-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
member-alt-address-style.inc Bug 18112: Use GetAuthValueDropbox from the template 2021-05-11 15:37:42 +02:00
member-alt-contact-style.inc Bug 27232: Add missing space between : and </label> in member-alt-contact-style.inc 2021-04-21 10:51:29 +02:00
member-display-address-style.inc Bug 26666: (QA follow-up) Add 'USE raw' in template 2020-10-26 00:14:41 +01:00
member-display-alt-address-style.inc Bug 25070: Centralize member-display-alt-address-style 2020-06-15 11:53:36 +02:00
member-main-address-style.inc Bug 18112: Use GetAuthValueDropbox from the template 2021-05-11 15:37:42 +02:00
members-toolbar.inc Bug 15788: Use delete_borrowers permission 2021-06-21 13:50:26 +02:00
merge-record.inc
messaging-preference-form.inc Bug 13613: (follow-up) Add tooltip when disabled 2021-05-11 15:09:19 +02:00
noadd-warnings.inc
onboarding_messages.inc
page-numbers.inc
password_check.inc Bug 23816: Fix patron edition 2020-09-10 09:57:53 +02:00
patron-age.inc Bug 27717: Display date of birth even if the patron is under 1 2021-03-05 13:38:58 +01:00
patron-article-requests.inc Bug 20472: Add format field to the interface 2021-07-12 15:47:34 +02:00
patron-return-claims.inc
patron-search-box.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
patron-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
patron-title.inc Bug 25747: Don't display a comma when patron has no firstname 2020-06-24 14:31:37 +02:00
patron-toolbar.inc
patron_messages.inc Bug 28073: Patron modifications should auto-open panel for referring patron record 2021-07-26 12:46:32 +02:00
patroncards-errors.inc
patroncards-toolbar.inc
patronfields.inc
patrons-admin-search.inc Bug 25954: Prevent two elements with id="description" in the DOM 2021-01-04 15:14:26 +01:00
permissions.inc Bug 24387: Rename "News" with "Additional contents" 2021-08-16 11:55:55 +02:00
popup-bottom.inc
pos-menu.inc Bug 27583: Proposed terminology changes 2021-07-26 12:46:32 +02:00
prefs-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
prefs-menu.inc Bug 27336: Sanitize correctly HTML id 2021-01-11 10:27:37 +01:00
relatives-issues-table.inc Bug 28047: Standardize: Call number, callnumber, Call no. etc. 2021-04-06 15:56:31 +02:00
renew_results.inc
renew_strings.inc Bug 25717: Improve automatic renewal error messages 2020-07-20 17:45:31 +02:00
reports-menu.inc
reports-toolbar.inc Bug 26165: Fix duplication of large saved reports 2020-08-12 11:46:30 +02:00
resort_form.inc
rotating-collections-toolbar.inc
search_indexes.inc Bug 25954: Replace paragraph tags with labels in header search forms 2021-01-04 14:06:27 +01:00
select2.inc Bug 25727: (follow-up) Some style updates, JS i18n 2020-08-24 11:19:03 +02:00
serials-menu.inc Bug 28719: Change somes links in the serials page to avoid them leading to nothing 2021-08-16 09:56:37 +02:00
serials-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
serials-toolbar.inc
slip-print.inc Bug 27282: fix all occurrences 2021-04-21 10:51:29 +02:00
stockrotation-toolbar.inc
subscriptions-search.inc
subtypes_unimarc.inc
suggestions-add-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
timepicker.inc Bug 25133: (follow-up) Move changes to timepicker.inc 2020-05-04 13:45:31 +01:00
tools-item-action.inc Bug 26336: Add hint before and remove select after staging with no items 2020-12-04 15:40:58 +01:00
tools-menu.inc Bug 24387: Rename "News" with "Additional contents" 2021-08-16 11:55:55 +02:00
tools-nomatch-action.inc
tools-overlay-action.inc
transaction_types.inc Bug 27796: (QA follow-up) Missing filters 2021-04-16 12:28:17 +02:00
transfer_reasons.inc Bug 22569: (QA follow-up) Make 'reason' translatable 2021-03-11 11:51:40 +01:00
validator-strings.inc Bug 25002: JS Includes should be wrapped with template comments 2020-04-29 17:15:20 +01:00
vendor-menu.inc
virtualshelves-toolbar.inc
waiting_holds.inc Bug 24412: (follow-up) bad desk printing 2020-11-06 15:55:17 +01:00
wysiwyg-systempreferences.inc Bug 28525: Dont let TinyMCE do code cleanup 2021-08-18 15:08:45 +02:00
xslt-handler.inc
z3950-admin-search.inc Bug 25954: (follow-up) Correct label "for" attribute 2021-01-04 14:06:27 +01:00
z3950_search.inc Bug 26291: Move translatable strings out of z3950_search.inc into z3950_search.js 2020-09-29 14:28:19 +02:00