Commit Graph

  • 7d23ba6ec7 Added missed binary files Daniele Teti 2023-11-04 17:22:04 +0100
  • 869dd457b2 Refactored method which gets multiple parameters with same name in URLEncodedDeserializer Daniele Teti 2023-11-04 16:58:37 +0100
  • 6d57a9dcff Added GetParamMulti for MVCFromContent - Added support for TArray<String>, TArray<Integer>, TArray<Int64> in injection Daniele Teti 2023-11-04 11:51:52 +0100
  • a2f190df44 New feature: ObjectVersioning for TMVCActiveRecord - see foVersion - TMVCActiveRecord.TableName is now readonly Daniele Teti 2023-11-02 17:36:19 +0100
  • 7c7443d0b2 dotEnv compare filed used by unittests Daniele Teti 2023-11-01 23:15:50 +0100
  • 6590e508c7 Samples Cleaning Daniele Teti 2023-11-01 23:13:17 +0100
  • ca28352cfb Improved HTMX sample after ITDevCon2023 Daniele Teti 2023-11-01 23:12:56 +0100
  • 2afda2f61f Improved UI of MVCEntityGenerator Daniele Teti 2023-11-01 23:12:08 +0100
  • ed1697c616 MVCActiveRecord: Improved exception message for entity without MVCTable Daniele Teti 2023-11-01 23:11:50 +0100
  • 3c9ce3097c Removed SetDefaultColors where should not be Daniele Teti 2023-11-01 23:11:25 +0100
  • 840e5de71d New test for UseStrategy and SkipDefaultEnv Daniele Teti 2023-11-01 23:11:02 +0100
  • afafecf8cb dotEnv: Renamed WithStrategy -> UseStrategy, Added SkipDefaultEnv Daniele Teti 2023-11-01 23:10:39 +0100
  • 9afaa6cd68 Added "Use MSHeap" on Wizard Daniele Teti 2023-10-23 11:05:07 +0200
  • 24db28d36c Merge branch 'master' of https://github.com/danieleteti/delphimvcframework Daniele Teti 2023-10-21 23:46:20 +0200
  • 72fd459537 - dotEnv parser allows empty values - dotEnv names adhere to [a-z,A-Z,_,\.][0-9,a-z,A-Z,_,\.]* - better dotEnv error reporting Daniele Teti 2023-10-21 23:46:12 +0200
  • b336a92a71
    build(deps): bump @angular/core in /samples/angular/webapp (#703) dependabot[bot] 2023-10-20 15:38:53 +0200
  • 6098b0c0f3
    build(deps): bump @babel/traverse in /samples/react/WebApp (#705) dependabot[bot] 2023-10-20 15:38:40 +0200
  • b36032f863
    build(deps): bump @babel/traverse in /samples/react/WebApp dependabot[bot] 2023-10-19 10:18:41 +0000
  • 83cf604f30 Improved logged message for Exception using LogException Daniele Teti 2023-10-18 16:57:02 +0200
  • fe1978b646 Merge commit '690031594c526eae1e247a86b02c56b7af6b9f6e' Daniele Teti 2023-10-18 16:25:23 +0200
  • 690031594c Squashed 'lib/loggerpro/' changes from 100b0ce0..0d39e1d1 Daniele Teti 2023-10-18 16:25:23 +0200
  • dd5d5e6ee8 Added IMVCDotEnv.RequireKeys(const Keys: TArray<String>) -- more info https://github.com/bkeepers/dotenv#required-keys Daniele Teti 2023-10-18 15:54:03 +0200
  • 7774cc07ed Improved Lua View Engine Daniele Teti 2023-10-18 14:16:42 +0200
  • a73b634d87 chore(docs): update TOC danieleteti 2023-10-17 16:09:01 +0000
  • 52a5840bd5 Updated sample to show TryGetNamedSQLQuery Daniele Teti 2023-10-17 18:08:30 +0200
  • 7f6c3e2ea2 Added TMVCActiveRecord.TryGetSQLQuery<T> and TMVCActiveRecord.TryGetRQLQuery<T> Daniele Teti 2023-10-17 18:07:09 +0200
  • 62a1344896 Renamed "TMVCURLEncodedDataSerializer" to "TMVCURLEncodedSerializer" Daniele Teti 2023-10-17 18:06:21 +0200
  • ef6edd5c58 ViewData[] is now a TValue dictionary Daniele Teti 2023-10-14 12:26:05 +0200
  • 9175963c12 Added ObjectToJSONObject helper method Daniele Teti 2023-10-13 17:37:14 +0200
  • d26008fd8a Sanitized SSE data Daniele Teti 2023-10-13 17:36:52 +0200
  • f28b2c73bc
    build(deps): bump @angular/core in /samples/angular/webapp dependabot[bot] 2023-10-10 20:16:47 +0000
  • 9c70a6244c Added method Page, PageFragment, SetPagesCommonHeaders and SetPagesCommonFooters. Removed the old LoadViewFragment method. Daniele Teti 2023-10-10 18:17:44 +0200
  • 7c3f301054 Renamed "HXIsHTMX" to "IsHTMX" because there is no confusion about the method scope in this case. Daniele Teti 2023-10-10 18:16:24 +0200
  • 11550c0056 URLEncoded Serializer is able to deserialize data as JSONObject Daniele Teti 2023-10-07 00:02:20 +0200
  • 5f88ef2713 https://github.com/danieleteti/delphimvcframework/issues/657 Daniele Teti 2023-10-06 12:40:53 +0200
  • 7baf93d73d https://github.com/danieleteti/delphimvcframework/issues/684 Daniele Teti 2023-10-06 12:30:40 +0200
  • 0c322d6eee https://github.com/danieleteti/delphimvcframework/issues/700 Daniele Teti 2023-10-06 10:46:14 +0200
  • eb3d269188 https://github.com/danieleteti/delphimvcframework/issues/701 Daniele Teti 2023-10-06 10:45:42 +0200
  • 7cb33e8615 Cleanup Daniele Teti 2023-10-06 10:42:49 +0200
  • d935c3fcc3 https://github.com/danieleteti/delphimvcframework/pull/699 Daniele Teti 2023-10-06 00:52:49 +0200
  • fa63a09d67 Merge branch 'fastbike-master' Daniele Teti 2023-10-05 15:32:24 +0200
  • 21aa47328b Added Mustache Helpers to default Renderer. Added a virtual method to allow application writer to subclass the Mustache Renderer to add additional features such as new Mustache lambdas (callbacks) and Translation callbacks. David Moorhouse 2023-10-05 18:03:23 +1300
  • ff66bddc69 Wizard generates support for Profiler configured from .env Daniele Teti 2023-10-04 23:13:49 +0200
  • a92deebae9 New sample to explain how to use ADO connections in TMVCActiveRecord Daniele Teti 2023-10-04 08:03:10 +0200
  • d3caf7a8db FIX for include file in wizard for older Delphi versions Daniele Teti 2023-10-03 14:34:38 +0200
  • 649e7a825f FIX for older versions Daniele Teti 2023-10-03 13:01:59 +0200
  • 9356cca93d Imrpovements over the Entity Generator Daniele Teti 2023-10-03 11:11:01 +0200
  • ec9140f2a7 Added MVCActiveRecord feature which allows to map a boolean object attribute to integer field on the actual table. Daniele Teti 2023-10-01 15:22:43 +0200
  • 88127a7b44 Improved HTML error page look&feel Daniele Teti 2023-10-01 15:22:05 +0200
  • 2e07107948 MVCActiveRecord - in case of "integer field types" specified in the MVCTableField attribute "DataFieldName", if the entity property is a boolean value, 1 and 0 are mapped as true and false. Daniele Teti 2023-09-28 15:37:10 +0200
  • e1a95bded7 Updated HTML exception rendering Daniele Teti 2023-09-28 10:44:44 +0200
  • af8f572a00 Improved console handling for MVCFramework.Console.pas Daniele Teti 2023-09-27 15:10:13 +0200
  • b5261f60c2 HTMX sample Daniele Teti 2023-09-26 19:29:03 +0200
  • a0cb8928ec Fix an error with hx-refresh response header Daniele Teti 2023-09-26 19:28:42 +0200
  • 3d910bdfed New sample: HTMX_mustache, fix for some unit test, workaround for IdCustomHTTP strange behaviour in case of empty response and HTTP 200 OK. Daniele Teti 2023-09-25 23:55:28 +0200
  • 4a931c13ad Sample data for HTMX demo Daniele Teti 2023-09-25 23:17:37 +0200
  • b8bb07b2c4 Added function TMVCController.GetRenderedView(const AViewNames: TArray<string>; const JSONModel: TJSONObject): string; Daniele Teti 2023-09-23 00:22:52 +0200
  • 0f35452954 https://github.com/danieleteti/delphimvcframework/issues/694 Daniele Teti 2023-09-22 09:43:35 +0200
  • ed9a0cbe0e Allows to run code like this: C:\Projects\Win32\Debug>set dmvc.server.port = 9999 & Project6.exe Daniele Teti 2023-09-22 09:41:37 +0200
  • f52c973e44 Improved reverse proxy headers handling Daniele Teti 2023-09-15 10:16:21 +0200
  • 42c58d92f7 https://github.com/danieleteti/delphimvcframework/issues/692 Daniele Teti 2023-09-14 16:35:49 +0200
  • a879d127a4 FIX for Tokyo. Removed absolute paths in dpk. Daniele Teti 2023-09-13 10:11:17 +0200
  • 480463a6f9 FIX for Tokyo - thanks Mark Lobanov Daniele Teti 2023-09-13 00:00:04 +0200
  • 0401fd6f42 Added dotEnv support files in older packages Daniele Teti 2023-09-12 23:55:10 +0200
  • ca3f874b38 Update build const Daniele Teti 2023-09-07 19:22:03 +0200
  • 547fec74b9 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework v3.4.0-neon Daniele Teti 2023-09-07 18:13:39 +0200
  • 768ea72f12 Preparing sample to 3.4.0-neon Daniele Teti 2023-09-07 18:13:23 +0200
  • 8169b5fbf7 chore(docs): update TOC danieleteti 2023-09-07 14:09:37 +0000
  • 29c8bfc8ae README updated for 3.4.0-neon Daniele Teti 2023-09-07 16:09:13 +0200
  • 05c72ff753 Updated social logo for 3.4.0-neon Daniele Teti 2023-09-07 12:06:45 +0200
  • 7231d8189e TSalarySummary entity for a future sample Daniele Teti 2023-09-05 15:27:05 +0200
  • d30e3ea585 Added support for NamedQuery using ClassRef Daniele Teti 2023-09-05 14:32:04 +0200
  • a44dce6e69 Updated sample Daniele Teti 2023-09-05 12:34:46 +0200
  • 36d7a938b6 Refactored MVCResponseBuilder Daniele Teti 2023-09-05 12:29:38 +0200
  • 68aa8c8f1c Improved "MVCResponseBuilder" Daniele Teti 2023-09-05 09:56:57 +0200
  • d57c79480d Improved rendering of TMVCErrorResponse. Clean-up of functional_actions_sample. Daniele Teti 2023-09-04 17:09:41 +0200
  • 03b0463ca2 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework Daniele Teti 2023-09-04 11:34:18 +0200
  • 67c539f268 Updated readme for htmx support Daniele Teti 2023-09-04 11:34:08 +0200
  • 7ebb0681d5 no message fastbike-master Daniele Teti 2023-09-04 11:29:05 +0200
  • 6671e4d22a
    build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /samples/react/WebApp (#687) dependabot[bot] 2023-09-04 11:10:01 +0200
  • f82ecb27e0
    build(deps): bump semver from 6.3.0 to 6.3.1 in /samples/react/WebApp (#688) dependabot[bot] 2023-09-04 11:09:51 +0200
  • ac94f2d070 Added HTMK helpers for MVCWebRequest/Respons David Moorhouse 2023-09-04 12:56:16 +1200
  • 7b828d78f2 Code clean up in the samples Daniele Teti 2023-09-01 12:49:10 +0200
  • 5ba429a6db
    build(deps): bump semver from 6.3.0 to 6.3.1 in /samples/react/WebApp dependabot[bot] 2023-09-01 08:42:42 +0000
  • 43e1020e4c
    build(deps): bump word-wrap from 1.2.3 to 1.2.5 in /samples/react/WebApp dependabot[bot] 2023-09-01 08:42:31 +0000
  • bc2763d750 Updated sample mod_dmvc (apache module) to be dotEnv compliant Daniele Teti 2023-09-01 10:41:53 +0200
  • 0775315682 Improved "renders" sample - added sensible defaults for MVCResponseBuilder Daniele Teti 2023-08-30 17:38:14 +0200
  • f21bb1144b https://github.com/danieleteti/delphimvcframework/issues/682 Daniele Teti 2023-08-30 16:34:36 +0200
  • f5f9220f70 Improved CORS middleware Daniele Teti 2023-08-30 11:58:50 +0200
  • 56573899d3 TMVCResponseBuilder and IMVCResponseBuilder (WIP) Daniele Teti 2023-08-29 23:51:08 +0200
  • f93e1fbdc5 Merge remote-tracking branch 'remotes/origin/danieleteti-master' Marcelo Jaloto 2023-08-29 16:36:09 -0300
  • 22c9a2fb65
    Merge pull request #6 from danieleteti/master Marcelo Jaloto 2023-08-29 16:32:07 -0300
  • 3bcf2cca68 Removed unittests report from repo Daniele Teti 2023-08-28 12:27:45 +0200
  • 843bd0e384 Updated sample ServerContainerBasicDemo Daniele Teti 2023-08-25 17:51:36 +0200
  • be3f8c8290 Removed HINT Daniele Teti 2023-08-18 20:36:12 +0200
  • 1af61e82d7 https://github.com/danieleteti/delphimvcframework/issues/681 Daniele Teti 2023-08-16 17:15:11 +0200
  • ec799cf573 https://github.com/danieleteti/delphimvcframework/issues/679 Daniele Teti 2023-08-16 11:40:36 +0200
  • 3ce7c55367 Merge branch 'master' into feature_filters feature_filters Daniele Teti 2023-08-15 21:53:25 +0200
  • 1b9abb39d6 Updated README Daniele Teti 2023-08-15 21:31:22 +0200
  • dfe3943d86 https://github.com/danieleteti/delphimvcframework/issues/679 Daniele Teti 2023-08-15 21:25:46 +0200