#
9660ebfe |
| 09-Jun-2024 |
Greg Roach <greg@subaqua.co.uk> |
Fix: #4990 - allow audio/video elements in HTML blocks
|
#
44600102 |
| 15-Feb-2024 |
Murray J Peterson <69125366+photon-flip@users.noreply.github.com> |
Fixes: #4948 - Update ckeditor-js.phtml extraAllowedContent (#4949)
* Update ckeditor-js.phtml extraAllowedContent
Allow all CKEditor elements to accept classes. The current webtrees ckeditor-js.
Fixes: #4948 - Update ckeditor-js.phtml extraAllowedContent (#4949)
* Update ckeditor-js.phtml extraAllowedContent
Allow all CKEditor elements to accept classes. The current webtrees ckeditor-js.phtml *[class,style]; appears to try and do this but is not working.
Fixes issue #4948 CKEditor strips some bootstrap classes. This also facilitates using class styles via the CSS/JS module.
* Update ckeditor-js.phtml
---------
Co-authored-by: Greg Roach <greg@subaqua.co.uk>
show more ...
|
#
10e06497 |
| 06-Sep-2022 |
Greg Roach <greg@subaqua.co.uk> |
CodeStyle
|
#
728c8c27 |
| 29-Oct-2021 |
Greg Roach <greg@subaqua.co.uk> |
CodeStyle: use JSON_THROW_ON_ERROR with json_encode()
|
#
04928faf |
| 04-Feb-2021 |
Greg Roach <greg@subaqua.co.uk> |
Fix: JSON_THROW_ON_ERROR is PHP >=7.3 only
|
#
b4250c5c |
| 27-Jan-2021 |
Greg Roach <greg@subaqua.co.uk> |
Fix: #3692 - only load ckeditor script when needed
|
#
c82bd01c |
| 16-Jan-2021 |
Greg Roach <greg@subaqua.co.uk> |
Tell CKeditor not to convert htmlentities
|
#
fa7cd9a0 |
| 20-Jun-2020 |
Greg Roach <greg@subaqua.co.uk> |
Upgrade to latest ckeditor4
|
#
abafa13c |
| 12-Mar-2019 |
Greg Roach <fisharebest@webtrees.net> |
Add new module interface to allow CSS/JS/etc. to be added to the end of the <head> or <body> elements
|
#
cab242e7 |
| 02-Mar-2019 |
Greg Roach <fisharebest@webtrees.net> |
Use app() shortcut
|
#
321a89da |
| 24-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Working on modules
|
#
a2937259 |
| 07-Feb-2019 |
Greg Roach <fisharebest@webtrees.net> |
Update CKeditor from 4.5.2 to 4.11.2
|
#
4ca7e03c |
| 30-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Create ModuleService
|
#
63276d8f |
| 24-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Refactoring module API
|
#
49a243cb |
| 19-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Working on #2120 - refactor modules: combine installed/enabled/allowed module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor
|
#
8d0ebef0 |
| 17-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Prefer class-constants to global-constants
|
#
dd6b2bfc |
| 12-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use .phtml extension for template files
|