Simon Wisselink
|
c201ccd3fd
|
WIP
|
2023-01-29 22:02:44 +01:00 |
|
Simon Wisselink
|
5c74dc4a83
|
Replaced a bunch of direct property access with getters/setters.
|
2023-01-13 16:55:15 +01:00 |
|
Simon Wisselink
|
e0f2c36d4d
|
converted 3 public properties on Template into getters/setters. unified Template creation code. Provided a getter/setter for the has_nocache_code property. Removed the useless DataObject class. Fixed a few tests. Removed the variable-allow-php-templates property from the docs.
|
2023-01-13 00:04:08 +01:00 |
|
Simon Wisselink
|
608a400e66
|
Fix scoping / global state problems in tests by using DI in Default Extension. Also removing a bunch of old fashioned phpdoc annotations that are superseded by namespaces.
|
2023-01-05 23:07:45 +01:00 |
|
Simon Wisselink
|
f1e7b2d46f
|
src/sysplugins/* to PSR-4
|
2022-12-22 21:50:01 +01:00 |
|
Simon Wisselink
|
0fc2b3726b
|
src/Template/* to PSR-4
|
2022-12-22 21:23:22 +01:00 |
|
Simon Wisselink
|
d88175de3e
|
Refactored all _runtime_* by merging them into the proper classes or by transforming them into Runtime Extensions.
|
2022-12-22 15:43:20 +01:00 |
|