sbwalker
9e3df97737
use PageState.Site.Settings rather than reloading settings from database
2024-07-23 07:45:13 -04:00
sbwalker
8b2e55a969
remove ITextEditorProvider interface
2024-07-22 13:31:24 -04:00
Ben
6701e49f9a
move the editor settings into editor self control.
2024-07-02 09:50:53 +08:00
Ben
e00c261777
Fix #4358 : RichTextEditor Provider Abstraction.
2024-07-01 17:11:26 +08:00
Ben
b00c2afc46
Fix #4316 : move the raw html editor into quill editor instance.
2024-06-07 08:35:42 +08:00
Ben
c125a7fe07
Fix #4316 : add text editor interfaces.
2024-06-06 16:39:35 +08:00
sbwalker
5f8583e3eb
fix #4160 - content entered being overidden by original content
2024-04-23 14:04:52 -04:00
Ben
09293f7d9a
Fix #4158 : insert image into correct position.
2024-04-20 16:56:32 +08:00
sbwalker
9d8b1fd99b
fixes for #4134 - Rich Text Editor
2024-04-15 08:54:23 -04:00
sbwalker
bc978a91e3
convert Quill's empty content to empty string
2024-04-12 15:10:47 -04:00
sbwalker
39dff1ea7c
more changes for #4134 - ensure HTML content is preserved
2024-04-12 14:58:14 -04:00
sbwalker
8f00730189
fix #4134 - RichTextEditor scenarios
2024-04-12 13:25:44 -04:00
sbwalker
cfce2bdbd9
move RichTextEditor script registration to Body
2024-04-11 15:26:55 -04:00
sbwalker
17370dff54
fix issue where active tab not set correctly when rich text editor disabled
2024-04-11 09:16:39 -04:00
sbwalker
83543bbddc
fix https://github.com/oqtane/oqtane.blogs/issues/44 - rich text editor throwing exception in specific scenario
2024-04-11 09:03:41 -04:00
sbwalker
c52ad68d92
fix #4108 - content lost when adding image to RichTextEditor
2024-04-05 16:07:01 -04:00
sbwalker
93057d9449
set active tab correctly in RichTextEditor for scenarios where rich text editor is disabled
2024-03-29 07:50:03 -04:00
sbwalker
bb59f66008
set active tab in RichTextEditor based on content
2024-03-23 11:55:44 -04:00
sbwalker
fa68bdc82b
Remove Synchronize Content option from RichTextEditor
2024-03-17 19:30:42 -04:00
sbwalker
474adf2d53
fix issue when inserting images into RichTextEditor
2024-01-17 13:35:52 -05:00
sbwalker
3a28068b48
fix issue where rich text was not being refreshed in the editor when content changed, and original rich text was not always preserved
2024-01-12 15:49:34 -05:00
sbwalker
70139221ab
add an AllowRichText parameter to the RichTextEditor component and add logic to handle JS Interop failures
2023-12-20 16:58:46 -05:00
sbwalker
c5d4e237ad
fix #3556 - pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -05:00
Leigh Pointer
6e36312be8
Update Site with ImageFiles and UploadableFiles
2023-12-04 09:07:11 +01:00
Leigh Pointer
7035f4cc1f
File Extension management - site wide.
...
I have added to the site settings file extension management.
The Constants remain for backward compatibility.
If the extensions are not updated then the Constant will be used.
2023-12-01 21:09:33 +01:00
alikoli
283a03a7cc
Fix missing translations part 3
2023-08-15 16:09:59 +02:00
Shaun Walker
06812d5df8
improve BaseUrl handling for MAUI, replace ContentUrl with FileUrl and improve file server
2022-09-21 13:38:21 -04:00
Shaun Walker
99d4d75d8e
Improvements to richtexteditor to allow file management in raw html editor. Also allow disabling of raw html editor which can be utilized via new setting in Html/Text module.
2022-08-19 15:32:30 -04:00
Shaun Walker
5530422846
Fix #2252 - unable to insert images into rich text editor
2022-06-27 12:23:55 -04:00
Shaun Walker
ede6a45f15
more RichTextEditor refactoring
2022-02-08 07:42:47 -05:00
Shaun Walker
c635351a12
resolved UI error when closing Event Log and Visitor Management, made button class consistent in Recycle Bin, refactored RichTextEditor, made use of ConfigManager consistently throughout framework, added support for deleted Sites, removed reference to Runtime in Startup as it is now set per Site, added versioning to Html/Text, added Meta tag support to Page Management
2022-02-06 12:19:42 -05:00
Shaun Walker
826898e3fe
enhance Pager component with OnPageChanged event and implement in Visitor Management, allow PermissionGrid component to support Host role, fix unhandled exception in RichTextEditor component related to rerendering, make Quill resource declarations forward compatible, update Blazor theme to Boostrap 5.1.3, add missing RemoteIPAddress parameter in _Host app component, include logic to enable bypass of non-default alias redirection
2022-01-19 17:47:27 -05:00
Leigh
6567b55ea3
Removed RichTextEditor OnInitialized
...
Redundant procedure call.
2021-12-16 20:11:07 +01:00
Leigh
20e90c0de4
Rework to #1848 RawHTML not being saved
...
Restructured the execution of code.
RawHTML now works as it did in previous versions as well as the new functionality.
2021-12-16 20:07:40 +01:00
Leigh
65d468be33
Fix #1837 RichTextEditor Content not re-Rendering
...
Change to the OnAfterRenderAsync method and changed OnInitialized to OnParametersSet
2021-12-03 06:31:45 +01:00
Leigh
9dfd9ad519
Quill Security related bug fixes.
...
Upgraded Quill references to 1.3.7
Tabnabbing vulnerability in snow theme #2438
https://github.com/quilljs/quill/issues/2438
https://github.com/quilljs/quill/releases/tag/v1.3.7
2021-12-02 09:56:55 +01:00
Shaun Walker
cb7d9a0371
upgrade to Boostrap 5
2021-07-02 20:03:51 -04:00
isaeed
73f2fc4f13
OnInitialized is not the right method to do this, Content is not available yet
2021-06-20 17:51:25 +05:00
Grayson Walker
ae0edcfd2d
create default rex files with static keys
2021-06-18 14:45:38 -04:00
Shaun Walker
c07e766e57
add support for public content folders
2021-05-26 12:01:35 -04:00
Shaun Walker
cbe843bafc
User experience improvements
2021-04-17 19:18:24 -04:00
hishamco
cf68d7320f
Localize alert messages in controls
2020-12-09 21:15:35 +03:00
hishamco
26f610e43b
Localize RichTextEditor component
2020-11-20 02:25:45 +03:00
Shaun Walker
0c0916c6ab
Fixed build warnings related to ModuleMessage component changes
2020-10-05 09:11:47 -04:00
hishamco
0044f031aa
Set component params instead of SetModuleMessage
2020-09-23 11:29:05 +03:00
hishamco
913ad53302
Use ModuleMessage everywhere
2020-09-20 15:43:01 +03:00
Shaun Walker
a4a0334ec0
added ModuleControlBase
2020-06-25 09:31:21 -04:00
Shaun Walker
0636227284
refactored script resource declaration to allow for bundling, made script loading async, refactored RichTextEditor to use new method
2020-06-17 10:27:14 -04:00
Shaun Walker
4e6b4a20ef
refactoring of #518 to simplify registration of scripts in modules and themes
2020-06-14 12:07:16 -04:00
Jim Spillane
5124dea72c
Add JS dependency manager
...
Added LoadJS(https://github.com/muicss/loadjs ) and migrated Quill interop to use LoadJS.
2020-06-10 21:09:10 -04:00