Simon Wisselink
c47756b489
Re-organized rendering (read source / compile / cache) process to avoid circular dependencies.
2023-01-26 12:58:15 +01:00
Simon Wisselink
169cd924df
Re-organized rendering (read source / compile / cache) process to avoid circular dependencies.
...
Deactivated merge_compiled_includes and the {include inline} attribute. They don't seem to do much in terms of performance, but we'll
have to check back.
2023-01-25 16:59:10 +01:00
Simon Wisselink
ecfa4bfa16
Fixed getCachedContent
2023-01-24 12:09:47 +01:00
Simon Wisselink
ecac24d073
Fixed bug in {include} variable assignment and removed some unused/unrequired code
2023-01-23 16:40:27 +01:00
Simon Wisselink
34a0a2876b
Fix major {include} bug
2023-01-23 15:56:26 +01:00
Simon Wisselink
3922c1eb1e
Fixed the {if} failures.
2023-01-23 15:34:29 +01:00
Simon Wisselink
f1c3ac4395
Fixed all inheritance issues
2023-01-23 11:45:29 +01:00
Simon Wisselink
bdb379d8fb
Simply the "isFresh" method by not including the first param anymore. Fix a couple of unit tests by respecting tag_nocache set by nocache vars used in a tag.
2023-01-22 22:44:45 +01:00
Simon Wisselink
f5b432dea4
Fixed scope in variable assignments in included and extended templates, fixed dependencies for testing freshness of caches. Added some unit tests and fixed a class reference to pass some more tests.
2023-01-13 23:29:05 +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
cdf1ed2a50
Simplified the (no)caching architecture by:
...
- removing support for $cache_attrs for registered plugins,
- removing the undocumented {make_nocache} tag and the deprecated {insert} tag and associated code
- removing support for a compile_id property on include tags.
Fixes a bug in extends: resources by propagating the nocache-hashes between a master template and it's subtemplates in \Smarty\Template::_subTemplateRender. This might need further improvement.
2023-01-13 15:47:57 +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
541f0821f0
Replace direct access to inheritance property on Template object by proper getter.
2023-01-12 10:11:10 +01:00
Simon Wisselink
577f910e49
removed phpplugin, removed now unused uncompiled handler and all checks for this, fixed a refactorbug in InheritanceRuntime. Moved getRenderedTemplateCode method to Smarty\Template. Renamed Cache en Compiled base class to GeneratedPhpFile for more clarity and distinction from Resource classes. Inlined Cached::create into its only caller. Some other minor improvements. Removed php7.1 CI tests.
2023-01-11 23:33:12 +01:00
Simon Wisselink
1fe5050a04
Fix configfile tests
2023-01-11 13:05:42 +01:00
Simon Wisselink
22ce23b47b
Made variable scoping more sensible
2023-01-11 11:22:24 +01:00
Simon Wisselink
ad245ccd0c
Fixed minor unit tests
2023-01-11 00:00:07 +01:00
Simon Wisselink
51075e0421
WIP fixing the complicated variables scopes architecture. Right now more tests are failing than before... :(
2023-01-10 23:49:33 +01:00
Simon Wisselink
3d10630510
WIP rewriting variable scopes
2023-01-10 17:35:34 +01:00
Simon Wisselink
e124f71dd8
Fixed issue related to scoping of left/right delimiter overrides
2023-01-09 11:25:09 +01:00
Simon Wisselink
34d5d6d024
Rewrote global static global_tpl_vars to getters/setters on Smarty class, fixing several test cases. Added a ::getValue() method to Variable.
2023-01-09 09:55:22 +01:00
Simon Wisselink
b2e11ee2b8
Removed deprecated extends_recursion property and fix bug in CodeFrame compiler due to use of clone.
2023-01-06 21:43:48 +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
3fccb54093
Fixed CacheResource implementation and tests
2023-01-03 17:10:02 +01:00
Simon Wisselink
b9ecf115dd
fixed pre/post/output filters and removed some old todo-comments
2023-01-02 23:26:36 +01:00
Simon Wisselink
60a56969dd
WIP moving Smarty to PSR-4.
2023-01-02 00:49:38 +01:00
Simon Wisselink
57cff64869
Add makefile, PSR-4 ModifierCompilers
2022-12-23 14:03:05 +01:00
Simon Wisselink
4d66910e7f
Entire src dir now PSR-4 compatible
2022-12-22 22:38:37 +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