Commit Graph

2362 Commits

Author SHA1 Message Date
Daniele Teti
3429f4a825 TemplatePro goes back to it's own repo... 2024-08-08 16:59:57 +02:00
Daniele Teti
22d9821789 Added "reset" command in TemplatePro 2024-08-08 14:34:13 +02:00
Daniele Teti
21bdc7cee0 New template language: TemplatePro 2024-08-07 16:25:08 +02:00
Daniele Teti
7e28bc959e Extended nullable types sample 2024-07-29 09:18:21 +02:00
Daniele Teti
d932857f34 Added CreateRequest and CreateNotification methods on JSONRPCExecutor 2024-07-28 23:54:45 +02:00
Daniele Teti
7e55bfae86 Added sample data "books" 2024-07-28 23:31:04 +02:00
Daniele Teti
641b89cf36 New demo instant_search_with_htmx 2024-07-28 23:30:23 +02:00
Daniele Teti
0f1e8f79a6 Added new DEMO NullableTypesShowcase 2024-07-28 23:29:56 +02:00
Daniele Teti
42e0bc1209 Updated CustomRoleAuth samples 2024-07-28 23:29:19 +02:00
Daniele Teti
1edfe8f45f Updated HTMX stuff 2024-07-28 23:28:29 +02:00
Daniele Teti
835127cf83 Improved JSONWriters demo 2024-07-28 23:27:40 +02:00
Daniele Teti
e494111e5d Updated WineCellar demo 2024-07-28 23:26:50 +02:00
Daniele Teti
2732dd998a Better exception error messages for mid-air edit collision 2024-07-28 23:26:04 +02:00
Daniele Teti
2e05917df3 Added "Always" callback in the MVCAsync 2024-07-28 23:25:12 +02:00
Daniele Teti
b422dc610e Removed old aliases for Spring4D nullables 2024-07-28 23:23:41 +02:00
Daniele Teti
63ae0d62d9 Added Profiler.Trace to profile Proc() and Profiler-Trae<T> to profile Func<T> 2024-07-25 15:08:40 +02:00
Daniele Teti
4371653072 Float values are "always" serialized with comma (always!) 2024-07-22 14:28:32 +02:00
Daniele Teti
c0b6310df2 Updated JsonDataObjects to 60c6604d65 2024-07-22 14:27:43 +02:00
JakobYde
d804f47f97
Added serialization/deserialization of lists of simple types as root (#761) 2024-07-19 18:30:02 +02:00
Daniele Teti
051e778295 Small JSONRPC demo fix 2024-07-19 18:20:49 +02:00
Daniele Teti
d5156646ea Old Write* to LogI and LogException 2024-07-09 23:22:26 +02:00
Daniele Teti
c420be5f24 Improved Sample functional_actions_showcase 2024-07-09 23:21:50 +02:00
Daniele Teti
cc0a5d1281 Improves CustomLogger sample 2024-07-08 21:07:13 +02:00
Daniele Teti
8ac772f871 NEW SAMPLE: Render Binary Contents 2024-07-08 12:57:06 +02:00
Daniele Teti
6d22cf6c6e NEW sample: htmx_website 2024-07-02 23:06:30 +02:00
Daniele Teti
2758b2bbea Fixed some weird behaviour of the sample about JSONRPC 2024-07-02 19:14:45 +02:00
Daniele Teti
e2908e388d Removed old sample about jsonrpc 2024-07-02 19:08:56 +02:00
Daniele Teti
38abb58770 fileupload demo: Removed RawRequest when not needed 2024-06-26 16:08:11 +02:00
Daniele Teti
089b2f29af Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2024-06-25 12:02:58 +02:00
Daniele Teti
113fada45a Delphi 10.2 Tokyo Compatibility Fix (Thanks Mark Lobanov) 2024-06-25 12:02:47 +02:00
Daniele Teti
710ea260b5
Update FUNDING.yml 2024-06-24 18:23:39 +02:00
Daniele Teti
a369b16def
Update FUNDING.yml 2024-06-24 18:18:21 +02:00
Daniele Teti
072fd18392 Removed ENTER/EXIT log entries from LoadDefaultConfig and LoadSystemController 2024-06-19 23:14:01 +02:00
danieleteti
3caec73e5c chore(docs): update TOC 2024-06-19 15:24:08 +00:00
Daniele Teti
4b63f04a12 3.4.2-magnesium-rc2 2024-06-19 17:23:39 +02:00
Daniele Teti
06bfe221ef Updated HTMX samples to HTMX 2.0.0 2024-06-19 14:25:33 +02:00
Daniele Teti
66f7fcb8ac Added MVCNameCaseDefault 2024-06-19 14:25:04 +02:00
Daniele Teti
f795327a7e Urlmapped boolean parameters accepts: true/false, yes/no, 1/0 as truthy and falsy values 2024-06-19 14:24:01 +02:00
Daniele Teti
a44b26c779 https://github.com/danieleteti/delphimvcframework/issues/754 2024-06-10 00:18:02 +02:00
Daniele Teti
636ad27a83 Added Wizard support for MVCNameCaseDefault 2024-06-09 23:53:25 +02:00
Francisco Zanini
6e07eb8b4f
Fixes serialization of enumerations from dataset (#755)
Co-authored-by: Francisco Zanini <francisco@digifort.com.br>
2024-06-09 18:46:01 +02:00
Daniele Teti
07e16a339f Added MVCNameCaseDefault global config variable (with updated tests and wizard) 2024-06-08 23:05:46 +02:00
Daniele Teti
b1e8c98ea1 Fixed min padding for log file name (Thanks Mark Lobanov) 2024-05-30 09:11:05 +02:00
Daniele Teti
e028b154cb Updated README 2024-05-29 23:23:33 +02:00
Daniele Teti
b3ca81b523 New sample for TLoggerProFileByFolderAppender 2024-05-29 23:21:34 +02:00
Daniele Teti
59be2840ab Added TLoggerProFileByFolderAppender - by an idea and first implementation of Mark Lobanov <mark.v.lobanov@gmail.com> 2024-05-29 23:16:56 +02:00
Daniele Teti
4d54155bd7 Pushed some members of TLoggerPROFileAppender into protected section 2024-05-29 14:26:01 +02:00
Daniele Teti
b6b2a1818e Added more "Response Methods" 2024-05-27 23:00:52 +02:00
Daniele Teti
bdeca614c4 Updated sqids ext lib 2024-05-27 09:07:37 +02:00
Daniele Teti
1f06210979 Added sample for nested and internal partials with Mustache 2024-05-23 15:30:50 +02:00