Commit Graph

  • b26a8d6276 Added GetErrorPageHandler master Daniele Teti 2024-11-13 23:09:28 +0100
  • 5f2b58363e
    Merge d52c8fd93e into dfd80def94 dependabot[bot] 2024-11-12 13:31:39 +0100
  • 526186b9e0
    Merge c6cc06df74 into dfd80def94 Deepak Kumar Jain 2024-11-12 09:13:45 +0100
  • dfd80def94 In TempaltePro Templates there is a variable "LoggedUserName" which is always aligned to Context.LoggedUser.UserName Daniele Teti 2024-11-10 22:30:56 +0100
  • c199449ad5 Removed PFormatSettings definition and renamed to PTProFormatSettings to avoid name clashing Daniele Teti 2024-11-10 11:56:29 +0100
  • e1f9c8ccec Removed some warning realted to WebStencils integrations Daniele Teti 2024-11-09 11:18:30 +0100
  • 96088127ec Improved WebStancils ViewEngine Daniele Teti 2024-11-08 12:37:13 +0100
  • 6ac033b809 Added ToFree and ToFree<T: class>. Objects added in this list will be freed after action execution. It is very useful for functional actions. Also, the route logger emits a ERROR log if the status code is >= 500 indipendently if an exception has been raised or not Daniele Teti 2024-11-08 12:36:50 +0100
  • 292694d2dd Added levFatal as supported by LoggerPro Daniele Teti 2024-11-08 12:35:21 +0100
  • 61f7470593 Added TMVCStringPairList as object list Daniele Teti 2024-11-08 12:34:58 +0100
  • 00c095d090 Added EMVCActiveRecordValidationError for "storage related" exception. Is not intended to be used for general validation. Daniele Teti 2024-11-08 12:34:34 +0100
  • 2c404c6efa Added "UseLoggerVerbosityLevel" to the wizard generated code Daniele Teti 2024-11-08 12:33:39 +0100
  • c75eea7517 Updated TemplatePro Daniele Teti 2024-11-05 12:32:38 +0100
  • 70265984bb Improved support for Nullable types in URLEncoded serializer (very useful in case of SSV and HTMX) Daniele Teti 2024-11-05 12:29:44 +0100
  • 8b256f787f Added ValueOrElse method to nullables. Works like ValueOrDefault but instead of default value for type, allows to return an "else" value in case the instance is null Daniele Teti 2024-11-05 12:29:01 +0100
  • 1bb4d7f7ca TMVCActiveRecord // in WriteableFieldsCount is considered also a not-autogenerated primary key Daniele Teti 2024-11-05 12:24:45 +0100
  • e20a1a48f6
    Merge d54c6f663b into 2e706f483f Marcelo Jaloto 2024-11-04 07:58:15 -0800
  • 2e706f483f Updated TemplatePro Daniele Teti 2024-11-03 22:48:04 +0100
  • 8503c77b41 Added HigherOrder.Map<T1,T2> with some overloads Daniele Teti 2024-11-03 17:21:58 +0100
  • beef11fba9 Added ToFree<T> Daniele Teti 2024-11-03 17:21:23 +0100
  • d52c8fd93e
    Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/http-proxy-middleware-2.0.7 dependabot[bot] 2024-10-25 11:34:45 +0000
  • b1c2a87200 Small improvements in id handling for jsonrpc requests Daniele Teti 2024-10-24 15:05:36 +0200
  • 7186f6aa6f Removed the long time deprecated support for "TMVCDataSetHolderSerializer" class in JSON default serializer. Switch to the modern ObjDict as the deprecation message says. Daniele Teti 2024-10-24 12:59:26 +0200
  • 8ccf93c517 Updated TemplatePro Daniele Teti 2024-10-24 11:37:52 +0200
  • 99a521f354 Update TemplatePro and small samples fixes Daniele Teti 2024-10-22 22:41:02 +0200
  • feadf973f2 Updated MSSQL Script for active_record_showcase demo Daniele Teti 2024-10-22 22:39:55 +0200
  • 913b9cb3c2 Compatibility fix with Delphi Sydney when adding Streams to form-data in TMVCRESTClient João Antônio Duarte 2024-10-22 10:24:34 -0300
  • 53d8efd048 Fixed linux support for include and layout block in TemplatePro engine Daniele Teti 2024-10-21 19:12:36 +0200
  • acdec2fd44
    Issue#789 (#790) Marcelo Jaloto 2024-10-18 02:32:58 -0300
  • c5415c79a2
    Merge a9dc95334e into a692a5a37e dependabot[bot] 2024-10-18 12:35:54 +0800
  • 36376e71f2 issue #789; Marcelo Jaloto 2024-10-18 01:12:56 -0300
  • 90745ad892 issue #789; Marcelo Jaloto 2024-10-18 01:00:45 -0300
  • d54c6f663b
    Merge branch 'danieleteti:master' into master Marcelo Jaloto 2024-10-17 23:13:35 -0300
  • a692a5a37e Updated book search sample Daniele Teti 2024-10-17 17:04:03 +0200
  • 6817fc1ce5 Updated TemplatePro Daniele Teti 2024-10-17 00:16:03 +0200
  • f22656b6f6 Improved pagination info Daniele Teti 2024-10-16 08:40:16 +0200
  • ac6011143c Loading of SQL generators refactored Daniele Teti 2024-10-16 08:10:50 +0200
  • 2c4c10f60a Version 3.4.2-magnesium-rc4 Daniele Teti 2024-10-16 08:00:28 +0200
  • a37e466d66 Link all SQL generators in MVCActiveRecord Daniele Teti 2024-10-16 08:00:05 +0200
  • 179a50dcda New helper method: ObjectToJSONObjectStr to easily convert an object to a json string Daniele Teti 2024-10-16 07:59:51 +0200
  • 8727e3a6b1 TemplatePro filter "query" become "fromquery" Daniele Teti 2024-10-16 07:58:54 +0200
  • 6583f6b4ba Addes new ResponseMethod "StatusResponse" Daniele Teti 2024-10-16 07:58:30 +0200
  • 816459f1f9
    Update README.md Daniele Teti 2024-10-14 10:50:42 +0200
  • 787daee3b2 WebStencils support in IDE Wizard and code generator Daniele Teti 2024-10-14 09:21:56 +0200
  • a9dc95334e
    Bump cookie and express in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/multi-9f37c16f8f dependabot[bot] 2024-10-12 01:48:25 +0000
  • 92c4bf9f0c htmx_web_site using webstencils Daniele Teti 2024-10-11 18:12:02 +0200
  • 82312c6c49 Sample folders rename. First version of WebStencils SSV engine Daniele Teti 2024-10-11 16:02:29 +0200
  • 7863944182 Small refactoring Daniele Teti 2024-10-10 17:36:54 +0200
  • 47a5d91b23 Improved error message in case of parameter count mismatch in JSONRPC APIs Daniele Teti 2024-10-10 09:18:15 +0200
  • febe311d01 JSONRPC methods can use MVCInject attribute Daniele Teti 2024-10-10 01:26:34 +0200
  • 4e2cc963f4 Small refactoring to JSONRPC classes Daniele Teti 2024-10-10 00:13:07 +0200
  • bc065284f8 Renamed templatepro filter "query" to "fromquery" Daniele Teti 2024-10-07 16:53:02 +0200
  • f9d5850914 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework Daniele Teti 2024-10-05 14:23:07 +0200
  • 9c1d483c44 Updated sample (refactored to functional actions when possibile) Daniele Teti 2024-10-05 14:22:15 +0200
  • 320e1d1f47
    Merge 758eeae5f2 into 90a21043ed dependabot[bot] 2024-10-04 12:17:40 -0600
  • 90a21043ed Removed custom serializers of old Spring4D nullable types (already removed in b422dc610e) João Antônio Duarte 2024-10-03 19:00:23 -0300
  • 05129d5566 Fix serialization of TimestampOffset fields João Antônio Duarte 2024-10-03 18:38:50 -0300
  • 04acc09039 Update TemplatePro Daniele Teti 2024-10-01 18:00:48 +0200
  • 613347be1f Added SWAGGER support also for APIs generated by the TMVCActiveRecordController Daniele Teti 2024-10-01 16:16:27 +0200
  • 082089f9a1 Updated sample projects to D12.2; New middleware TMVCShutdownMiddleware (useful to create a route which shutdown the server in automated testing environments) Daniele Teti 2024-10-01 09:46:54 +0200
  • 758eeae5f2
    Bump rollup from 2.79.1 to 2.79.2 in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/rollup-2.79.2 dependabot[bot] 2024-09-27 17:14:51 +0000
  • 7c2a2b2079 Updated HTMX_WebSite sample to layout page Daniele Teti 2024-09-26 20:24:15 +0200
  • dacdfe2ac3 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework Daniele Teti 2024-09-26 20:23:15 +0200
  • 36b9e97513 FIX NameCase for Record serialization Daniele Teti 2024-09-26 20:23:06 +0200
  • d3525deadc
    Update MVCFramework.SSEClient.pas (#782) John Smith 2024-09-25 21:27:53 +0200
  • 4906f02834
    Update MVCFramework.SSEClient.pas John Smith 2024-09-25 16:08:52 +0200
  • b6ca08c3aa
    Merge 3423f4d1d2 into edbf90e8ee Darian Miller 2024-09-24 13:42:40 -0600
  • edbf90e8ee Updated TemplatePro Daniele Teti 2024-09-24 19:29:52 +0200
  • 119c93a8a4 Updated TemplatePro Daniele Teti 2024-09-24 19:12:23 +0200
  • 712420ff7c
    Merge b54f3938ed into c2ed0343cc dependabot[bot] 2024-09-22 14:55:49 -0500
  • c2ed0343cc Updated instant_search_with_htmx sample with use of blocks layout of templatepro 0.7.0 Daniele Teti 2024-09-22 17:05:07 +0200
  • 3423f4d1d2
    Add latest delphi packages to Install table Darian Miller 2024-09-21 13:29:58 -0500
  • c51a870bc1
    Change link to bittimeprofessionals.it to https Darian Miller 2024-09-21 13:20:43 -0500
  • be59598691
    Merge c8cfba4d6b into 34238a48ee dependabot[bot] 2024-09-20 18:53:10 +0200
  • 34238a48ee Added rating and indicator in "instant_search_with_htmx" Daniele Teti 2024-09-20 00:17:30 +0200
  • 4b8b89d4da MVCFramework.Functional.pas has been merged in MVCFramework.Utils.pas Daniele Teti 2024-09-19 19:15:57 +0200
  • 6b88bd4fd8
    Merge 8ee29a0384 into 41a6931e7f dependabot[bot] 2024-09-17 11:08:35 +0000
  • 8ee29a0384
    Bump path-to-regexp and express in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/multi-1d234c620e dependabot[bot] 2024-09-17 11:08:33 +0000
  • acdb7e7e0d
    Merge 482960e088 into 41a6931e7f dependabot[bot] 2024-09-17 10:52:38 +0000
  • 482960e088
    Bump send and express in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/multi-cf87d80143 dependabot[bot] 2024-09-17 10:52:37 +0000
  • ff27c847ba
    Merge 78c5c5aedc into 41a6931e7f dependabot[bot] 2024-09-17 10:27:02 +0000
  • 78c5c5aedc
    Bump serve-static and express in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/multi-d66d039ac5 dependabot[bot] 2024-09-17 10:27:00 +0000
  • b54f3938ed
    Bump body-parser and express in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/multi-9423f4c335 dependabot[bot] 2024-09-16 21:08:25 +0000
  • 41a6931e7f active_search_htmx sample now uses if expressions in template Daniele Teti 2024-09-14 16:10:33 +0200
  • 595fa907e6 Improved dotEnv parse of boolean value. (yes,1,true,no,0,false) Daniele Teti 2024-09-13 09:48:12 +0200
  • 5c3c0565e8 Updated activerecord sample with postgresql DLL for 32 and 64 bit Daniele Teti 2024-09-13 08:29:32 +0200
  • 53af723694 MVCFramework.HTMX.pas finally gone into the main source folder Daniele Teti 2024-09-12 23:03:47 +0200
  • 5aea0e19d1 Updated TemplatePro to syntax version 0.6 Daniele Teti 2024-09-12 22:59:40 +0200
  • dc04b27ace Removed MVCUseTemplateCache (duplicated of TMVCConfigKey.ViewCache) Daniele Teti 2024-09-11 11:15:38 +0200
  • b96dc56b6d Added UseViewCache in cached config values Daniele Teti 2024-09-11 11:14:40 +0200
  • fd5de8660c Updated TemplatePro Daniele Teti 2024-09-10 23:42:24 +0200
  • 8116c25e2f Updated TemplatePro Daniele Teti 2024-09-09 12:42:30 +0200
  • a098584994 Updated TemplatePro Daniele Teti 2024-09-06 16:22:21 +0200
  • 9c93f03d24 ClientPrefer returns always "true" in case "accept = */*" Daniele Teti 2024-09-06 16:22:07 +0200
  • 8e4361dceb Updated copyright Daniele Teti 2024-09-06 12:23:07 +0200
  • ec3e2d590b Revert "consistent packaging versions; build group (#770)" Daniele Teti 2024-09-06 12:20:33 +0200
  • c8cfba4d6b
    Bump webpack from 5.88.0 to 5.94.0 in /samples/react/WebApp dependabot/npm_and_yarn/samples/react/WebApp/webpack-5.94.0 dependabot[bot] 2024-09-04 23:38:33 +0000
  • 63927ccf50
    consistent packaging versions; build group (#770) David Cornelius 2024-09-03 13:13:03 -0700
  • 3ae1a2a766
    Issues#771 - Adds the security definition of the apiKey type (bearer authorization) to the swagger middleware in a customized way (#772) Marcelo Jaloto 2024-09-03 08:49:28 -0300
  • febdf40863 Renamed some sample folders Daniele Teti 2024-09-03 12:59:36 +0200