Commit Graph

46 Commits

Author SHA1 Message Date
5b4db0de3b allow page and module settings to be included in site templates, improve terms and privacy default content, add Settings for HtmlText module 2025-03-06 14:46:17 -05:00
b9b921de82 fix #4224 - reload page after adding module in Static Rendering 2024-05-17 08:38:22 -04:00
fd641d77c7 fix #4232 - Html/Text module not initializing content 2024-05-16 15:39:17 -04:00
bb27099f9e increase minimum characters to view Edit button at bottom 2024-03-25 07:40:48 -04:00
784955cdbd fix regression issue caused by #3985 related to ActionLink 2024-03-23 11:39:11 -04:00
438cf271c0 move Html/Text Edit button to top of content 2024-03-23 11:12:05 -04:00
Ben
cc222a6f4a Revert "removed AddModuleMessage from OnParametersSetAsync methods to mitigate risk of infinite loops"
This reverts commit 92719d095a.
2024-02-25 08:52:55 +08:00
92719d095a removed AddModuleMessage from OnParametersSetAsync methods to mitigate risk of infinite loops 2024-02-22 14:21:49 -05:00
ff2f218bf0 set Html/Text module to Static rendering 2024-02-08 15:53:24 -05:00
02c22c1894 improved rendering optimization 2024-01-05 11:49:57 -05:00
f75179b2f6 component rendering optimizations 2024-01-04 13:47:51 -05:00
0f093b1238 utilize new Resources capability in default module/theme 2023-05-25 17:14:00 -04:00
19be77ed49 refactored ErrorBoundary implementation to support logging 2021-11-22 16:11:44 -05:00
e4201c1a4d allow host username to be specified during installation, allow user to be added to host role, refresh user list after delete, improve date/time entry in scheduled jobs, require license acceptance during module and theme install 2021-08-06 12:59:56 -04:00
2e947625cd fix issue with HtmlText module rendering 2021-06-18 16:36:18 -04:00
ae0edcfd2d create default rex files with static keys 2021-06-18 14:45:38 -04:00
c07e766e57 add support for public content folders 2021-05-26 12:01:35 -04:00
0b6efdbc57 fix #1359 - Image bug in src attribute - image is not displayed - caused by multi-tenancy refactoring 2021-05-19 13:32:34 -04:00
a5de639d15 optimizing tenant resolution and routing 2021-05-10 17:45:39 -04:00
c7cb3ad53a Localize HtmlText 2020-11-20 01:53:24 +03:00
bc73e5e3d0 modifications to ActionLink and ActionDialog controls, added logic to prevent IHostedService from blocking startup, made controller route prefix consistent in module template 2020-07-17 15:09:05 -04:00
f515def414 Html encode job log messages, add new IModule property to allow modules to specify Runtime support, provide feedback during module content import, remove default EditMode option at the Page level (should be implemented at Module level) - resolves issue where Admin modules could not be deleted, include link to Event Log in AddModuleMessage for Error message type, fixed fallback support for themes in siterouter, integrated auth policy into site templates for Module Creator 2020-07-08 19:56:02 -04:00
5e23448618 use lambas for setting resources 2020-05-18 13:34:53 -04:00
9b74262c76 Added support for module resource management 2020-05-18 09:47:37 -04:00
9eec0fd86b updated HtmlText module to use dependency injection 2020-05-12 15:04:07 -04:00
051534b80c resolved #270 - migrated raw html entry into richtexteditor control 2020-05-08 12:17:06 -04:00
a02cfea6c9 improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth 2020-05-05 09:15:36 -04:00
967f92c1aa Render line break conditionally in HtmlText module 2020-04-25 17:35:50 +03:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
66ad089088 Refactoring (#314)
* Refactoring

* Refactoring

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Rename template .sql file

* Modified null and empty string check.

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options

* Refactoring

* Refactoring

* Check for a valid email.

* Moved logic to  the Utilities class.

Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
4c2007439d module load error handler, router optimizaton, relative paths, fixed add existing module control panel issue 2020-03-04 13:22:58 -05:00
ee682516c3 refactoring email verification 2020-02-04 15:14:27 -05:00
c029e70783 CSS separation, multi-tenancy fixes 2019-10-12 16:32:47 -04:00
07c00765ac Fixed issue in client-side Blazor, added ModuleMessage to ModuleInstance 2019-09-25 14:02:30 -04:00
3af2ca0168 utilize _Imports.razor to simplify module declarations 2019-09-24 17:26:14 -04:00
61dc27cf32 Finish upgrade to Preview9 2019-09-15 18:36:39 -04:00
d1faa0ee5f Initial migration 2019-09-15 12:21:32 +02:00
7d5e35c637 updated namespaces, improved page management, 2019-09-14 15:31:12 -04:00
2a691dbceb Module ordering improvements 2019-09-10 09:56:42 -04:00
0c57813bf8 Improve HtmlText module performance 2019-08-16 09:49:26 -04:00
b71f007981 Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity 2019-08-14 09:34:35 -04:00
1c0d2de9fe Install Wizard 2019-07-18 13:11:31 -04:00
59a715e468 Changes for Preview6 2019-06-19 08:32:04 -04:00
8deb119f36 Performance improvements, refactoring of multi-tenant support, split Alias and Tenant entities for cleaner separation of concerns, create an additional site during installation for demonstratng multitenancy 2019-05-24 13:33:19 -04:00
d71de1c21f Initial commit 2019-05-04 20:32:08 -04:00