Commit graph

42 commits

Author SHA1 Message Date
37d74d470c
Add Twig Intl Extension 2020-09-09 06:00:03 +02:00
Buster "Silver Eagle" Neece
292db44e48
Remove redundant check of domains. 2020-09-07 17:59:57 -05:00
Buster "Silver Eagle" Neece
826f66a6fb
Switch to PSR based host detection. 2020-09-07 17:28:46 -05:00
Buster "Silver Eagle" Neece
c4d22bbe7d
Fix error in Router; implement new annotation lookup in App. 2020-09-07 05:10:21 -05:00
a5c8fff889 Make phpstan happier 2020-09-01 18:52:53 +02:00
3dd033cfb7 Make phpstan happier 2020-09-01 18:41:34 +02:00
34a7f8e5a6 Add twig extension to handle instanceof from inside twig. 2020-08-27 03:34:52 +02:00
0a88fdeddb Cleaned 2020-08-25 23:46:39 +02:00
870152c6df Remove APP_CORE_NAME related obsolete code. 2020-08-24 18:58:21 +02:00
b4ea0ad8a6 Rejigging router, fixing running tests with slim4 2020-08-06 19:49:15 +02:00
a5074e695d Stricter php-cs-fixer rules. These remove a lot of superfluous duplicitous rubbish, mostly in docblocks. 2020-07-31 23:15:09 +02:00
e9519be717 Revise loading of routes to support @domains tag that only loads these routes for specific domains. To enable multisite behaviour. 2020-07-31 23:10:39 +02:00
cf6b6e409d Debugbar implementation. 2020-07-27 04:44:36 +02:00
1e5b7ff188 Remove Router static access, add caching to redis. 2020-07-27 03:31:04 +02:00
d371e37dc1 Remove indirect usage of Container. 2020-07-27 02:35:26 +02:00
be0360fb4e Cleanup 2020-07-27 02:14:52 +02:00
fdb0c0c0fd Remove obsoleted middlewares. Enable some sensible defaults. 2020-07-27 02:10:21 +02:00
9736b4e1c0 Automated cleanup 2020-07-26 17:08:35 +02:00
a2529fd896 Working T&C and PrivacyPolicy pages. Needs content. 2020-07-22 00:42:42 +02:00
fdd5544c12 Add some more twig extensions, and working language support. 2020-07-21 21:39:19 +02:00
d29864f6c5 Working translation support. 2020-07-21 19:59:21 +02:00
1f1d106447 Automated cleaning 2020-07-21 19:27:21 +02:00
941ee91d84 Initial translation support. Thanks Symfony! 2020-07-21 19:26:52 +02:00
0d16cdffdd Improving test run-ability. Still need to refactor RoutesTestCase.php because it depends on Slim3 era code that no longer works. 2020-07-21 03:32:47 +02:00
5e7bd98854 Cleanup. 2020-07-10 08:39:04 +02:00
4b05e9ea1d Make using twig cache optional 2020-07-10 05:02:39 +02:00
5fcb927b5a Supress screaming from mkdir. 2020-07-10 02:03:52 +02:00
c5345a89f5 Make cache path definable, move to /cache from /app/cache. Doesn't need to be in runtime code. 2020-07-09 19:47:27 +02:00
1353110c29 Swap to using App::DI instead of App::Instance()->get 2020-07-07 18:45:26 +02:00
fd4239ae57 Cleanup 2020-06-25 16:52:04 +02:00
7068856178 Double-startup to fix booting with the wrong app core. 2020-06-24 17:30:27 +02:00
275d47d35b Cleanup 2020-06-24 17:06:22 +02:00
a5129c629c Redis wrapper and lua extension loader. 2020-06-24 15:11:05 +02:00
336a5f41bf Progress towards slim4/php-di etc 2020-06-22 21:38:55 +02:00
a242c4e924 Configure router after di 2020-06-22 13:46:35 +02:00
6adb6d5d42 Fixing PHPStan issues. 2020-06-19 09:53:59 +02:00
c0694a72e8 Cleaned codebase. 2020-06-18 19:24:31 +02:00
049814387a Changing how database connections are held. Adding phinx stuff. 2020-06-16 12:47:20 +02:00
5cc0ae9045 Remove commented out code. 2020-06-15 09:49:04 +02:00
edcdbf0e6f Working building. 2020-06-15 08:19:42 +02:00
be507e0d4c Hack n' slash rework. 2020-06-12 15:57:36 +02:00
73a133097d Initial rework. 2020-06-12 10:09:02 +02:00
Renamed from src/⌬.php (Browse further)