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 |
|
Daniele Teti
|
d727c7b1f6
|
Compatibility Mantainers
|
2019-03-06 14:49:45 +01:00 |
|
Daniele Teti
|
5c7c8ade66
|
Added packages for Delphi 10.1 Seattle
|
2019-01-13 00:26:45 +01:00 |
|
Daniele Teti
|
6112d21337
|
Packages resources fix
|
2019-01-13 00:18:15 +01:00 |
|
Daniele Teti
|
6b32e5a81d
|
Packages refactoring
|
2019-01-13 00:11:38 +01:00 |
|
Daniele Teti
|
8ed859b7d1
|
New build system based on pyinvoke
|
2019-01-08 12:48:53 +01:00 |
|
Daniele Teti
|
c5800b3354
|
Added dmvcframework package
Features freeze for 3.1 (lithium)
Working on the planned issues for this milestone https://github.com/danieleteti/delphimvcframework/milestones/3.1%20(helium)
|
2018-12-09 23:05:01 +01:00 |
|
Daniele Teti
|
ecb0c72deb
|
Removed wrong merge
|
2017-04-04 14:19:49 +02:00 |
|
dgaspary
|
d4047ba54c
|
+ Replaced manual Synapse exception verification with 'raiseexcept' and
OnStatus Callback
+ Creation of a Lazarus Package
|
2010-12-03 02:35:51 +00:00 |
|