75 Commits

Author SHA1 Message Date
dc52c88c03 - Various fixes bugs and missing code in project's skeleton 2025-07-17 18:37:46 +00:00
Dave Mc Nicoll
7a48d707e0 - Reworked ApplicationStrategy to allows better overridding of it's classes 2025-05-26 18:19:43 +00:00
Dave Mc Nicoll
156defddc9 - WIP on Lean's event definition 2025-05-19 17:29:52 +00:00
Dave Mc Nicoll
42f33d9f13 - Added AdapterProxy autoload in ORM 2025-05-12 15:06:47 +00:00
2bc0c9e56f - Small change of isRoute method 2025-02-03 01:29:06 +00:00
212dbd17c0 - Now using attributes injection based on PHP-DI's documentation suggestion 2024-11-30 00:54:42 +00:00
f462fcc597 - Added default values to routing 2024-11-22 20:47:06 -05:00
Dave Mc Nicoll
4e28917b96 - Added definition loading ordering 2024-11-18 16:45:09 -05:00
Dave Mc Nicoll
163df3f4ba - Added CLI support 2024-11-11 20:20:25 +00:00
1d61ff87e4 - ORM missed some 'use' statements, added a add() for routes middleware and Cookie var is now set into ControllerTrait 2024-10-29 13:39:11 +00:00
Dave Mc Nicoll
fd8fa7695e - Fixed overridding of routes definition of multiple route with same names
- Corrected a bug withing the Pagination widget if there was only one page of result
2024-10-17 18:20:02 +00:00
708af80fa2 - Merged 2024-10-11 19:24:25 +00:00
1f828eb022 - Tmp code allowing to override routes 2024-10-09 14:34:54 -04:00
959a182d16 - Fixed the Composer.json autoload ; now config are included inside the definition 2024-09-27 14:29:46 -04:00
ffe66e522c Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2024-09-25 14:38:02 -04:00
730ce7474e - WIP on Kernel loading and Lean's autoload. Fixed some breadcrumb inconsistencies also 2024-09-25 14:37:45 -04:00
Dave Mc Nicoll
d9f9c053c3 - WIP on cleaning of definitions files 2024-06-07 00:01:43 +00:00
Dave Mc Nicoll
38b540bbd8 - WIP on Skeleton again 2024-05-21 13:04:46 +00:00
34ca18f34c - Ignore most method of ControllerTrait 2024-05-09 19:43:49 +00:00
45ffc6e128 - Merged 2023-12-04 12:34:31 -05:00
Dave Mc Nicoll
a9db9cd846 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-27 13:03:19 -05:00
Dave Mc Nicoll
2a18e0cb9a - Repaired a bad authentiation config 2023-11-27 13:02:20 -05:00
9b795b857a WIP on liteing the framework 2023-11-17 22:05:05 -05:00
5f0deef7f8 - Prepping for Notes merging 2023-11-17 19:48:22 +00:00
f3c4cbd95a - WIP on leaning lean a bit 2023-11-15 22:11:17 -05:00
60d4c7a900 - WIP on moving config and definition loading into composer 2023-11-15 19:10:30 -05:00
2378245dbf - Removed authentication from controller, now handled by middleware 2023-11-08 06:52:17 -05:00
Dave Mc Nicoll
2cb911ea6f - Fix for HttpFactory (more to come) 2023-11-07 15:02:19 -05:00
16cd95abe2 - WIP on adding of HttpFactory and work on authorization from Ulmus/User too 2023-11-03 19:51:39 -04:00
1241e188e9 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-03 16:28:52 +00:00
08c27e38b0 - Added an HttpFactory and beginning the removal of old annotations from Notes 2023-11-03 16:28:31 +00:00
Dave Mc Nicoll
1a6d730298 - Fixed a bug within extension checking 2023-11-01 11:28:22 -04:00
7e92391113 - Fixed a bug while recovering extension on file having a query 2023-10-31 14:18:28 +00:00
d8045b5f3c - Fixed assets whenever it's not installed 2023-10-18 18:03:46 +00:00
bc6880c166 - WIP on Picea's assets 2023-10-17 23:14:59 -04:00
4c0cddd617 - Done fixing Container build caching and WIP on Picea's asset 2023-10-17 20:10:42 -04:00
4dcc7f407e - WIP on picea-asset AND fixing ApplicationStrategy allowing PHP-DI caching 2023-10-16 13:59:21 -04:00
8d22132ef5 - WIP on picea asset 2023-10-12 13:04:58 -04:00
b6d7e5fad5 - WIP on picea-asset 2023-10-06 19:09:45 -04:00
2e51ff9f4a - WIP on File lib and CLI's definition 2023-09-19 18:54:34 -04:00
Dave Mc Nicoll
777f4af1aa - Defined some packages as optional now 2023-08-21 15:18:39 -04:00
41083c767a - Working on CLI modules 2023-07-09 12:37:39 -04:00
Dave Mc Nicoll
8390506361 - Added an event manager for Lean's route dispatching 2023-05-30 15:37:03 -04:00
f0082bf0a9 - Quickfix on unexisting SERVER var 2023-04-05 17:42:46 +00:00
7481b8308b - Some small fixes made to URL definition 2023-03-30 14:44:56 -04:00
Dave Mc Nicoll
e07dcae5f5 - Added Negundo definitions 2023-03-30 14:31:26 -04:00
f482c19df5 - Splitted cronard definitions
- Added TMP_PATH env var
- Added support for Events from attributes
- Added Negundo client support
2023-03-29 13:59:59 +00:00
653f9239b2 - Regenerates a cache file on needs 2023-02-01 18:53:15 +00:00
3101573603 - Removed LanguageAnnotation for now .. might be added later, let's wait for a real use-case... 2023-02-01 17:58:02 +00:00
93ec2a7e76 - Preparing for full Laminas conversion and some Kernel bugs corrected 2023-01-31 19:12:28 +00:00