Commit Graph

843 Commits

Author SHA1 Message Date
Daniele Teti
e86d004808 Compatibility Issues Fixed 2019-03-19 12:06:25 +01:00
Daniele Teti
dc2328c89a Added Dict function to easily return a dictionary of strings.
Improved exceptions rendering.
2019-03-16 17:21:42 +01:00
Daniele Teti
7b8c2e805f Fix LoggerPro package or Seattle (added some IFDEFs) 2019-03-12 01:12:26 +01:00
Daniele Teti
84d3969b90
Update README.md 2019-03-10 16:35:19 +01:00
Daniele Teti
62dfb133d7 Updated README.md 2019-03-10 16:32:52 +01:00
Daniele Teti
6056a4815c Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-03-10 16:30:04 +01:00
Daniele Teti
5da30ed243 Extended support for HATEOAS 2019-03-10 16:29:53 +01:00
Daniele Teti
91e96bc448
Update COMPATIBILITY_MANTAINERS.MD 2019-03-10 12:09:58 +01:00
Daniele Teti
878d877b39 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-03-10 11:44:45 +01:00
Daniele Teti
94fdc96552 FIX for COMPATIBILITY MANTAINERS XE7 FIXES 2019-03-10 11:44:31 +01:00
Daniele Teti
1fed1fae31
Merge pull request #195 from regyssilveira/master
Change into class helper TMVCStreamHelper to suporte VCL and FMX strings
2019-03-08 22:49:48 +01:00
Régys Borges da Silveira
09dab846aa Change into class helper TMVCStreamHelper to suporte VCL and FMX strings 2019-03-08 13:45:56 -03:00
Daniele Teti
0211e0fb0a
Merge pull request #194 from regyssilveira/master
Fix to correct read the error message from server.
2019-03-08 16:31:03 +01:00
Régys Borges da Silveira
15e9d11e7b - Fix to correct read the error message from server. 2019-03-08 10:27:47 -03:00
Daniele Teti
8ee3efc384 dmvcframework-3_1_1-beryllium-RC3 2019-03-08 09:49:33 +01:00
Daniele Teti
beb059a0e3 Improved support for HATEOAS in renders 2019-03-08 09:34:03 +01:00
Daniele Teti
98d4b353f4 TMVCConfig.SaveToFile and TMVCConfig.LoadFromFile now use the default serializer 2019-03-08 07:15:58 +01:00
Daniele Teti
89ea997cda Removed System.JSON dependency from MVCFramework.Middleware.JWT.pas (thank you to joaoduarte19) 2019-03-06 22:28:22 +01:00
Daniele Teti
2dc854c4eb
Merge pull request #193 from joaoduarte19/changes_jwt
JWT Middleware Enhancements
2019-03-06 22:16:06 +01:00
Daniele Teti
5b24962f08
Update COMPATIBILITY_MANTAINERS.MD 2019-03-06 20:39:45 +01:00
João Antônio Duarte
10b234666f Removed references to System.JSON
Improved return of exceptions
2019-03-06 13:38:26 -03:00
Daniele Teti
6f32a206d1
Update COMPATIBILITY_MANTAINERS.MD 2019-03-06 15:42:42 +01:00
Daniele Teti
f116481ebf
Update README.md 2019-03-06 14:52:43 +01:00
Daniele Teti
d727c7b1f6 Compatibility Mantainers 2019-03-06 14:49:45 +01:00
Daniele Teti
ea59d4b458 added loggerpro and dmustache as part of the project (no more submodules) 2019-03-06 12:22:35 +01:00
Daniele Teti
3f22a22a77 Removed submodules 2019-03-06 12:17:03 +01:00
Daniele Teti
122cc50b6d Updated Sample 2019-03-06 12:11:31 +01:00
Daniele Teti
f7f0ce8548 Fixed! #164 2019-03-06 12:01:00 +01:00
Daniele Teti
9ebb33969a - New overloads for all the Log* calls. Now it is possibile to call LogD(lMyObject) to get logged lMyObject as JSON.
- Added new unit tests for
- Improved `MVCEntitiesGenerator`
2019-03-05 20:57:25 +01:00
Daniele Teti
75e975811b - Improved! In case of unhandled exception TMVCEngine is compliant with the default response content-type (usually it did would reply using text/plain).
- Fix! [issue184](https://github.com/danieleteti/delphimvcframework/issues/184).
2019-02-24 20:43:40 +01:00
Daniele Teti
e4274d27db
Merge pull request #190 from joaoduarte19/fix_jsondataobjects
Added JsonArray desserialization to TDataSet type field in Object
2019-02-23 12:55:04 +01:00
João Antônio Duarte
62ead877a6 Added JsonArray desserialization to TDataSet type field in Object 2019-02-22 14:22:52 -03:00
Daniele Teti
cfb4a3268c - Small fixes on ActiveRecordController and PostgreSQL SQLGenerator 2019-02-21 20:27:43 +01:00
Daniele Teti
a57cc3581f - New! TMVCActiveRecord.DeleteAll deletes all the records from a table
- New! `TMVCActiveRecord.DeleteRQL` deletes records using an `RQL` expression as `where` clause.
- New! Microsoft SQLServer Support in ActiveRecord and RQL (thanks to one of the biggest Delphi based company in Italy which heavily uses DMVCFramework)
- Improved! `ActiveRecordShowCase` sample is much better now.
2019-02-21 18:12:01 +01:00
Daniele Teti
425a7c5d26
Merge pull request #187 from pedrooliveira01/master
Pedro <pedrooliveira__@hotmail.com>
2019-02-21 11:07:17 +01:00
Daniele Teti
32e5d0a46a
Merge pull request #189 from regyssilveira/master
fixes to correct compile in Delphi Tokyo and Rio
2019-02-21 11:05:26 +01:00
Régys Borges da Silveira
b93a57f05e Merge branch 'master' of https://github.com/regyssilveira/delphimvcframework 2019-02-19 09:05:29 -03:00
Régys Borges da Silveira
30a8d3f163 fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:05:12 -03:00
Régys Borges da Silveira
7dc71dea5d fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:01:50 -03:00
Pedro
11a286f3db Pedro <pedrooliveira__@hotmail.com> 2019-02-15 09:21:11 -02:00
Daniele Teti
4929253007 Added RQL2MSSQL Compiler (preview) 2019-02-05 18:17:25 +01:00
Daniele Teti
1acdb86710 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-02-05 18:09:11 +01:00
Daniele Teti
3a0bfcdee7 Now primary Key is the first field in the ActiveRecord Mapping (if exists) 2019-02-05 18:08:54 +01:00
Daniele Teti
20a0e88791 Improved FileUpload Sample, better cacheitem handling, improved TemplatePro view engine 2019-02-01 20:11:33 +01:00
Daniele Teti
fa3fcaf66c
Merge pull request #183 from joaoduarte19/rql_compiler
Added RQL compiler for MSSQL
2019-01-30 21:25:46 +01:00
João Antônio Duarte
7b8af70a73 Added RQL compiler for MSSQL 2019-01-30 17:49:46 -02:00
Daniele Teti
73573c0130 3.1.1 (beryllium) RC2 2019-01-29 17:59:14 +01:00
Daniele Teti
10f36cafc3 Bump version to v3_1_1-beryllium-RC1 2019-01-18 19:56:23 +01:00
Daniele Teti
c6dba72860 https://github.com/danieleteti/delphimvcframework/issues/116 2019-01-18 19:35:57 +01:00
Daniele Teti
cd7df5dd36 https://github.com/danieleteti/delphimvcframework/issues/157 2019-01-18 19:04:20 +01:00