Dave Smith-Hayes dsh
dsh pushed to main at dsh/blog 2025-06-26 01:26:55 +00:00
02c42ef1ed Add some content to the blog.
dsh pushed to main at dsh/slovocast 2025-06-23 01:31:58 +00:00
ad81fa935f Move to using CycleORM
dsh pushed to main at dsh/slovocast 2025-06-20 13:09:56 +00:00
7c4012c9fd don't over engineer the bootstrapping.
dsh pushed to main at dsh/slovocast 2025-06-19 12:41:26 +00:00
f8911d9d14 Move into modularizing the container definitions for the application bootstrap.
dsh pushed to main at dsh/slovocast 2025-06-19 12:26:45 +00:00
5389b59c20 Set up defintion interface and a logger definition.
dsh pushed to main at dsh/slovocast 2025-06-19 01:41:07 +00:00
13aa57512d Set up the CycleORM DBAL
dsh pushed to main at dsh/slovocast 2025-06-19 01:04:05 +00:00
6742ffa671 Start bootstrapping the container definitions into descrete classes.
dsh pushed to main at dsh/slovocast 2025-06-18 17:33:02 +00:00
390a8a802a Upgrade to PHP 8.4, add CycleORM and start the big refactor.
dsh pushed to main at dsh/slovocast 2025-06-18 14:54:40 +00:00
2360eb2aae Add Cycle ORM
dsh pushed to main at dsh/slovocast 2025-05-25 01:40:12 +00:00
7ed4871c4a Add some documentation for ideally.
dsh pushed to main at dsh/slovocast 2025-04-29 02:52:41 +00:00
1e2c61291e Assert the content type of the async handler works fine.
dsh pushed to main at dsh/slovocast 2025-04-29 02:50:42 +00:00
48e2b1fb18 Add an async handler update
dsh pushed to main at dsh/slovocast 2025-04-29 02:47:40 +00:00
9dc3d9bdf2 Add an async handler update
dsh pushed to main at dsh/slovocast 2025-04-27 03:08:01 +00:00
f5e599c75d Add an async handler for using in AJAX requests and responses.
dsh pushed to main at dsh/slovocast 2025-04-27 02:53:57 +00:00
0c10957e9c Keep the data directory
dsh pushed to main at dsh/slovocast 2025-04-27 02:52:34 +00:00
b556779532 Update the configuration for flysystem.
dsh pushed to main at dsh/slovocast 2025-04-27 02:49:19 +00:00
7972d517ce Update the FileSystemSchema and work on uploading the files.
dsh pushed to main at dsh/slovocast 2025-04-24 01:14:32 +00:00
ecb7cc395c Move controller tests to handler tests, update the factory methods to conform to the interface.
dsh pushed to main at dsh/slovocast 2025-04-24 00:41:20 +00:00
7e0285f9b5 Add a page handler class.
dsh pushed to main at dsh/slovocast 2025-04-17 13:04:24 +00:00
bec39c3c8b Document a bit, start on file handler interface.