Daniele Teti
|
64c845c808
|
no message
|
2023-02-27 12:26:08 +01:00 |
|
Daniele Teti
|
1a9f1deba3
|
+ New built-in Profiler (check Profiling sample), new Context.ActionQualifiedName property
|
2022-10-20 17:29:04 +02:00 |
|
Daniele Teti
|
057e08903a
|
https://github.com/danieleteti/delphimvcframework/issues/573
https://github.com/danieleteti/delphimvcframework/issues/574
|
2022-09-10 11:59:45 +02:00 |
|
Daniele Teti
|
d0098886a5
|
Improved Wizard adding more middlewares - updated projects
|
2022-08-13 10:35:53 +02:00 |
|
Daniele Teti
|
fda68ca3b9
|
- update loggerpro package
|
2022-03-26 18:26:41 +01:00 |
|
Daniele Teti
|
c2d3cbc859
|
https://github.com/danieleteti/delphimvcframework/issues/542
|
2022-03-25 10:49:12 +01:00 |
|
Daniele Teti
|
a8ce1bb25b
|
+ Updated copyright for 2022
|
2022-01-04 15:44:47 +01:00 |
|
Daniele Teti
|
79407d71e1
|
- create include files to easily mantain aligned all the dpks
- still facing with this issue in Delphi 11 Alexandria (https://quality.embarcadero.com/browse/RSP-35516). Compression works, but the debugger catches an exception raised in "normal cases".
|
2021-09-29 19:30:14 +02:00 |
|
Daniele Teti
|
91b3edf182
|
renamed a folder
|
2021-09-16 13:11:50 +02:00 |
|
Daniele Teti
|
444ae3e475
|
renamed a wrongly named folder
|
2021-09-16 13:05:49 +02:00 |
|
Daniele Teti
|
27223a0a93
|
+added unit MVCFramework.Utils.pas which will contains all the 'simple functions' used in end user controllers
|
2021-09-15 14:24:39 +02:00 |
|
Daniele Teti
|
0bd8d5f4ea
|
+ Support for Delphi 11 Alexandria
|
2021-09-09 23:56:56 +02:00 |
|
Daniele Teti
|
2db238918e
|
[+] Improved proxy generation routes for JSONRPC
|
2021-03-02 18:03:08 +01:00 |
|
Daniele Teti
|
118e26f89d
|
[+] Fixed some compilation problems with Delphi 10.1 Berlin
|
2021-01-05 17:01:32 +01:00 |
|
João Antônio Duarte
|
f84bdd42ba
|
Small fix in package
|
2020-10-21 15:55:14 -03:00 |
|
João Antônio Duarte
|
0a6129647d
|
Adjustments after the last merge
|
2020-10-19 19:43:04 -03:00 |
|
João Antônio Duarte
|
5fa41c6837
|
Merge branch 'master' into feature_restclient
|
2020-10-19 19:41:42 -03:00 |
|
Daniele Teti
|
d34354a7b5
|
Updated packages for LRU Cache
|
2020-10-19 12:17:43 +02:00 |
|
João Antônio Duarte
|
fd4411bfd6
|
MVCFramework.RESTClient units added to packages
|
2020-09-24 17:55:19 -03:00 |
|
Daniele Teti
|
c9c6aaebf3
|
Added HTML serializer to all RT packages
|
2020-09-18 10:49:56 +02:00 |
|
Daniele Teti
|
5c5e3f707b
|
Removed TMVCRESTClient dependencies. (postponed)
|
2020-09-02 16:13:29 +02:00 |
|
Daniele Teti
|
4631d3c921
|
Updated packages to include new RESTClient units and the other required packages
|
2020-08-30 19:00:01 +02:00 |
|
Daniele Teti
|
761e778aa7
|
Fixed some package problems for Rio and Sydney
|
2020-08-30 08:52:21 +02:00 |
|
Daniele Teti
|
32fd704d83
|
New version of MVCFramework.Console.pas with the New Sample
|
2020-05-25 15:12:46 +02:00 |
|
Daniele Teti
|
8fd7e92c20
|
Updated code templates for IDE expert
|
2020-04-29 18:45:01 +02:00 |
|
Daniele Teti
|
89d723fbde
|
Added new sample to show hot to use StaticFilesMiddleware in SPA web applications. Added ability to don't load system controller using Config[TMVCConfigKey.LoadSystemControllers] := 'false'; in the configuration block.
|
2020-04-29 17:53:29 +02:00 |
|
Daniele Teti
|
96f624f8fb
|
Updated LoggerPro package
|
2020-04-27 17:18:16 +02:00 |
|
Daniele Teti
|
36c2a2201e
|
Nullable Templates
|
2020-03-11 01:35:31 +01:00 |
|
Daniele Teti
|
992262d152
|
Added "OnRouterLog" configuration - Fixed packages to include "MVCFramework.Nullables.pas"
|
2020-02-26 13:10:41 +01:00 |
|
Daniele Teti
|
3388354743
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
|
Daniele Teti
|
8144baf40c
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
|
Daniele Teti
|
519d607b90
|
Added a NOTE field in all ActiveRecordDB - the sample has been updated as well
|
2019-12-23 10:35:36 +01:00 |
|
Daniele Teti
|
3793a42b5d
|
Improved router ACCEPT resolution - Improved MSSQLServer support for nvarchar(max) data type
|
2019-12-17 14:52:11 +01:00 |
|
Daniele Teti
|
b4a5c9bdab
|
Fix some packages issues
|
2019-12-01 17:40:45 +01:00 |
|
Daniele Teti
|
7552fb6c15
|
Added Map* methods to TMVCActiveRecord. Improved DataSet serialization for JsonDataObjects.
|
2019-11-27 19:04:06 +01:00 |
|
Daniele Teti
|
ff38df326d
|
Added class helper for TJsonObject - new method LoadFromString
|
2019-11-06 15:08:29 +01:00 |
|
Daniele Teti
|
3ccd6b6122
|
DMVCFramework package includes SwaggerDoc code.
|
2019-10-24 15:35:39 +02:00 |
|
Daniele Teti
|
ead05b8d5d
|
dmvcframework 3.2.0-RC0-boron
|
2019-10-15 12:51:35 +02:00 |
|
Daniele Teti
|
510453576f
|
Added credits to the readme
Fixed https://github.com/danieleteti/delphimvcframework/issues/278
|
2019-10-09 23:47:07 +02:00 |
|
Daniele Teti
|
0d93ace653
|
v3.2 (boron) RC1
|
2019-10-09 23:24:08 +02:00 |
|
Daniele Teti
|
6cf4c51324
|
Improved activerecord_showcase sample
|
2019-09-13 15:18:52 +02:00 |
|
Daniele Teti
|
44deb6ce83
|
Removed some hints for old version of Delphi
|
2019-08-05 12:55:57 +02:00 |
|
Daniele Teti
|
cc64a564a8
|
FIXED compatibility problems with XE7
|
2019-08-02 12:32:31 +02:00 |
|
Daniele Teti
|
d554964260
|
Added optional serializers for TBitmap, TPNGImage and TJPEGImage. IDEExpert has been updated.
|
2019-06-25 17:33:02 +02:00 |
|
Daniele Teti
|
7363304ba8
|
Added support for SQLite in MVCActiveRecord
|
2019-06-24 21:00:17 +02:00 |
|
Daniele Teti
|
53bdb8acc0
|
Improved MVCActiveRecord
|
2019-05-16 00:17:19 +02:00 |
|
Daniele Teti
|
acf8dd1467
|
https://github.com/danieleteti/delphimvcframework/issues/154
|
2019-04-16 23:40:23 +02:00 |
|
Daniele Teti
|
77e78b24f3
|
ISSUE https://github.com/danieleteti/delphimvcframework/issues/205
|
2019-04-16 23:12:56 +02:00 |
|
Daniele Teti
|
d20ef3fe41
|
Added '/describe' to json-rpc
Added 'MVCInheritable' attribute
|
2019-04-03 09:45:31 +02:00 |
|
Daniele Teti
|
94fdc96552
|
FIX for COMPATIBILITY MANTAINERS XE7 FIXES
|
2019-03-10 11:44:31 +01:00 |
|