Dave M. mcndave
  • Joined on 2020-09-17
mcndave pushed to master at mcndave/negundo-client 2024-11-01 20:10:41 +00:00
38df94fc2a - WIP on a new TaksReport object
Compare 2 commits »
mcndave pushed to master at mcndave/CLI 2024-10-31 14:33:08 +00:00
32d5079559 - Added color / formats management
mcndave pushed to v2.0.0b at mcndave/notes 2024-10-29 16:00:45 +00:00
08c0ffacab Merge branch 'v2.0.0b' of https://git.mcnd.ca/mcndave/notes into v2.0.0b
6ba66dcd37 - Adjusted for notes V2.x
Compare 2 commits »
mcndave pushed to notes-2.x at mcndave/lean-console 2024-10-29 14:14:23 +00:00
474ec986a6 - Work done URL overridding
mcndave pushed to master at mcndave/picea 2024-10-29 13:40:25 +00:00
fa815a506e - Added a Try/Catch token to the language (and DefaultRegistration also registers it automatically
mcndave pushed to master at mcndave/lean 2024-10-29 13:39:16 +00:00
1d61ff87e4 - ORM missed some 'use' statements, added a add() for routes middleware and Cookie var is now set into ControllerTrait
mcndave pushed to notes-2.x at mcndave/ulmus 2024-10-21 18:13:18 +00:00
411992c7a8 - Added a new Field Mapper to SQLs Adapters.
mcndave pushed to master at mcndave/picea 2024-10-21 18:11:46 +00:00
35a7bd4cf7 - Block can now reference a 'this' object from it's {% using [ 'this' => new stdClass() ] %} token
mcndave pushed to master at mcndave/picea 2024-10-18 13:09:02 +00:00
7970679894 - Fixed a bug checking for incomplete data given to build an URL within the UrlExt.
mcndave pushed to master at mcndave/lean 2024-10-17 18:21:13 +00:00
0cc9a8a893 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean
fd8fa7695e - Fixed overridding of routes definition of multiple route with same names
Compare 2 commits »
mcndave pushed to master at mcndave/picea 2024-10-17 18:14:21 +00:00
d22d26c9c8 - Fixed a bug that appeared deeper when rendering a block inside the slot of another block
mcndave pushed to master at mcndave/tell 2024-10-17 17:26:21 +00:00
71dda03c3e - Fixed a problem whenever PhpReader had to create a folder (permission was given in a string)
mcndave pushed to master at mcndave/lean 2024-10-17 17:22:10 +00:00
0581f378a5 - Fixed Skeleton and ORM missing namespacing
mcndave pushed to master at mcndave/picea 2024-10-16 20:31:35 +00:00
934643214e - Fixed a part of Block's doc ; more work to be done on that part
mcndave pushed to notes-2.x at mcndave/ulmus 2024-10-14 16:32:34 +00:00
5f4f23a8e4 - Allowed a JOINed entity to be null if nothing is loaded from a query and it's field is nullable
mcndave pushed to notes-2.x at mcndave/ulmus 2024-10-14 16:07:37 +00:00
2fda7e82d7 Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
573d4cc06b - RelationBuilder now returns NULL if no entity were found AND given field is nullable
Compare 2 commits »
mcndave created branch master in mcndave/lean-api 2024-10-14 15:28:54 +00:00
mcndave pushed to master at mcndave/lean-api 2024-10-14 15:28:54 +00:00
f5317f906d - First commit
mcndave created repository mcndave/lean-api 2024-10-14 15:27:57 +00:00
mcndave pushed to notes-2.x at mcndave/ulmus 2024-10-14 14:43:13 +00:00
18313fd7f5 - Forgot to set escapeIdentifier as static