18 Commits

Author SHA1 Message Date
fa815a506e - Added a Try/Catch token to the language (and DefaultRegistration also registers it automatically 2024-10-29 13:40:17 +00:00
043fb90f8d - WIP on Picea's Asset. 2023-10-17 20:12:39 -04:00
Dave Mc Nicoll
3dce6a41cb - Added a batch() function to ease array iterations in templates 2023-05-01 14:36:47 -04:00
46535c2734 - Finalizing the documentation before tagging 1.0 release 2022-12-21 04:20:11 +00:00
bb29a56077 - Added while/endwhile and do/while syntaxes
- Fix the abstractclass requirement of parse() function
2022-12-19 19:36:39 +00:00
14cfb46c98 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2022-10-12 18:28:52 +00:00
08201b1958 - Remove the old {? / ?} token as a PHP opening
- Added url versions if needed
2022-10-12 18:25:39 +00:00
b08325049b - Addedd a new Money extension and a new Function token 2022-06-03 15:31:50 +00:00
67040db155 - Added the missing continue token 2021-03-24 13:49:38 +00:00
8df38b568c - A lot of bugfixes made for this release. 2021-02-16 03:17:32 +00:00
4e909b2840 - Added the PrintExtension 2021-01-06 19:31:58 +00:00
2f8abebc44 - Added a new Include token (which was added as RAW content)
- Fixed UrlExtension to reflect on notes-routes changes
- Added some methods to FileFetcher
2020-10-20 19:38:37 +00:00
Dave Mc Nicoll
ce4ef6351a - Small refractoring of code, merge tokens
- Completed block token
2020-05-04 22:50:02 -04:00
3044b919bc Quick fix to DefaultRegistration 2020-03-31 10:57:26 -04:00
Dave Mc Nicoll
404d1f4359 - Added a new {% block ... %} token
- Added a new {% php ... %} token
- Fixed a bug with an OR if foreach is empty
2020-03-30 12:13:02 -04:00
Dave Mc Nicoll
423d74aa6c - Allows easier integration with DI containers 2019-12-19 11:23:21 -05:00
6701a1cd59 - Base is done; most of the language's components are now working!
- Implemented OPCACHE caching
- Added View() token logic
- New FileFetcher added to gather files from given view path
2019-11-01 14:46:01 -04:00
bcd49884fc - WIP on RAW token
- WIP on caching interface
- Work done on easing template rendering for the controller
2019-10-04 08:38:11 -04:00