Commit Graph

30 Commits

Author SHA1 Message Date
Daniele Teti
787daee3b2 WebStencils support in IDE Wizard and code generator 2024-10-14 09:21:56 +02:00
Daniele Teti
5b17a44962 updated htmx+templatepro sample 2024-08-24 16:32:38 +02:00
Daniele Teti
636ad27a83 Added Wizard support for MVCNameCaseDefault 2024-06-09 23:53:25 +02:00
Daniele Teti
d06d470e45 Added "MVCSerializeAsSqids" attribute. Added Sqids support in Wizard. Renamed ":sqid" converter to ":sqids". Added more tests. 2024-05-10 16:16:47 +02:00
Daniele Teti
91a019c113 Wizard generates sample entity and service container 2024-04-29 17:49:54 +02:00
Daniele Teti
8e8c31b904 https://github.com/danieleteti/delphimvcframework/issues/693 2024-04-29 13:35:07 +02:00
Daniele Teti
8e7e14151d Profiling can be enabled by the wizard 2024-04-24 17:03:05 +02:00
Daniele Teti
bdfb74abce Added Profiler and PATREON label in Wizard 2024-04-19 18:19:08 +02:00
Daniele Teti
453d4571e2 Wizard can generate or not the dotEnvConfigure call - if not called, a defuault configuration for dotEnv is provided. 2024-04-19 15:58:19 +02:00
Daniele Teti
3820d47a99 Improved file names generated by the wizard 2024-04-16 11:09:02 +02:00
Daniele Teti
8ebf4a253e Huge refactoring of IDE Wizard (WIP) 2024-04-12 12:28:34 +02:00
Daniele Teti
9afaa6cd68 Added "Use MSHeap" on Wizard 2023-10-23 11:05:07 +02:00
Daniele Teti
e30db206cc Wizard and related samples updated 2023-06-06 17:33:37 +02:00
Daniele Teti
108807a041 Addec Copyright in "New Project" wizard form 2023-01-17 09:03:19 +01:00
Daniele Teti
0f3bae84b9 Automated support to avoid "mid-air collisions". New methods SetETag and CheckIfMatch allows a better security without adding complexity to the controller code - check avoid_mid_air_collisions_sample.dproj sample and see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag#avoiding_mid-air_collisions for more info about mid-air collisions. 2022-08-18 01:45:49 +02:00
Daniele Teti
81aa206b85 More work on Wizard (WIP), added ActiveRecord middleware 2022-08-13 16:10:19 +02:00
Daniele Teti
06ab7af8c8 Improved ActiveRecord middleware (better connections handling in case of huge traffic). New sample "middleware_activerecord" 2022-08-13 15:01:15 +02:00
Daniele Teti
d0098886a5 Improved Wizard adding more middlewares - updated projects 2022-08-13 10:35:53 +02:00
Daniele Teti
821180ea75 Updated LoggerPro, improved Wizard, general code cleaning 2022-08-13 00:21:00 +02:00
Daniele Teti
1ac7629aa5 Improved wizard 2022-07-25 10:36:30 +02:00
Daniele Teti
ae1eda03e1 Added GetFrameworkType method 2020-08-22 15:37:08 +02:00
Daniele Teti
516101ebb8 https://github.com/danieleteti/delphimvcframework/issues/388 2020-05-28 22:35:45 +02:00
Juliomar Marchetti
6768ebfbcf first contribution with the project, wizards tab order 2018-11-19 23:42:13 -02:00
Daniele Teti
00d5a9699a - Config[TMVCConfigKey.FallbackResource] is served only if request path is empty or /.
- Now the JSON-RPC executor provides methods to handle HTTP headers for JSON-RPC requests and notifications.
- FIX for [issue #141](https://github.com/danieleteti/delphimvcframework/issues/141)
- `TDataSetHolder` is a new render that is able to render a dataset with a set of custom metadata (eg `count`,`page` etc). Check [issue #137](https://github.com/danieleteti/delphimvcframework/issues/137)
2018-08-05 20:31:56 +02:00
Daniele Teti
9d0ab1cf45 FIX TRESTAdapter
FIX JSONDataObjects deserialization when some json value is null
Improved IDEExpert (now can generate CRUD methods and there is a more explicative sample method name)
REMOVED delphistompclient from submodules. It will be used as external library not required by the core.
2017-05-17 22:35:07 +02:00
Daniele Teti
c237c4f049 3.0.0 hydrogen 2017-05-09 10:49:43 +02:00
Daniele Teti
00bc5d6d8f Small refactoring
New image for the IDE Expert
Added MVCDoc to articles_crud_server
2016-11-24 20:08:35 +01:00
danieleteti
4d9f7ada28 IDEExpert: Added sample method with strongly typed actions 2016-09-05 16:19:32 +02:00
danieleteti
68743b90f0 Added the following parameters and features to the IDEExpert:
ActionFiltersMethods
ConfigurationBlock
ServerPort
Minor Fixes
2016-02-24 22:37:13 +01:00
danieleteti
fa59ab4b10 rename Expert in ideexpert 2016-02-24 21:24:30 +01:00