b24bbbc150- Fixed a bug where optional routes were badly parsed
Dave Mc Nicoll
2024-11-01 16:44:52 -04:00
3ffb69342b- Fixed a bug within FunctionToken control structure where multiple definition were runned if a view was loaded more than once
Dave Mc Nicoll
2024-11-01 16:11:31 -04:00
fa815a506e- Added a Try/Catch token to the language (and DefaultRegistration also registers it automaticallyDave Mc Nicoll2024-10-29 13:40:17 +00:00
35a7bd4cf7- Block can now reference a 'this' object from it's {% using [ 'this' => new stdClass() ] %} token - Fixed a bug with {% use %} which was buggy whenever two uses were declared and one of them had a curly braces notation in it.
Dave Mc Nicoll
2024-10-21 18:09:33 +00:00
7970679894- Fixed a bug checking for incomplete data given to build an URL within the UrlExt.
Dave Mc Nicoll
2024-10-18 13:08:29 +00:00
d22d26c9c8- Fixed a bug that appeared deeper when rendering a block inside the slot of another blockDave Mc Nicoll2024-10-17 18:14:11 +00:00
934643214e- Fixed a part of Block's doc ; more work to be done on that part - Fixed whitespaces from unprinted block parts - Reworked a bit the UrlExtension route grabbing part
Dave Mc Nicoll
2024-10-16 20:30:27 +00:00
200b58bdf5- WIP on supporting multiple contexts, better handling of caching for methods / functions (instead of in every files, etc...
v2.x
Dave Mc Nicoll2024-05-07 12:28:15 +00:00
b1e1324bfa- Fixed some PHP 8.x bugs (missing vars within compiler's context) and removed Picea's error handler - needs some work before putting onlineDave Mc Nicoll2023-04-13 15:49:45 -04:00
6ee3e1bbae- Forced parameters in URL to be filled in UrlExtension buildUrl() and disabled the custom exception for now...Dave Mc Nicoll2023-03-30 18:29:17 +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 FileFetcherDave M2020-10-20 19:38:37 +00:00
dcb22fe086- Added a new json.html output - Fixed a bug where post() was defined twice in request. Added server and request tooDave Mc Nicoll2020-03-30 12:20:28 -04:00
404d1f4359- Added a new {% block ... %} token - Added a new {% php ... %} token - Fixed a bug with an OR if foreach is empty
Dave Mc Nicoll
2020-03-30 12:13:02 -04:00
0e201b77f2- Added some new request method (get, post, cookie & server). - Fixed the Title extension
Dave Mc Nicoll
2020-02-05 16:20:31 -05:00
2df950a054- Fixed 'title' method and extension
Dave Mc Nicoll
2020-01-31 16:36:26 -05:00
e8d81222ff- Fixed Memory caching interfacing. - Fixed a bug within UrlExtension which was triggered only in IIS
Dave Mc Nicoll
2020-01-29 16:13:05 -05:00
ddc3ae704a- Work on Language Handler and extension. - Added an URL extension which allows routes and URLs. - Fixed some bug within ClassTemplateDave Mc Nicoll2020-01-23 15:28:05 -05:00
a64989af9f- Added a token to asset keyword
Dave Mc Nicoll
2019-12-20 12:27:41 -05:00