b24bbbc150- Fixed a bug where optional routes were badly parsed
Dave Mc Nicoll
2024-11-01 16:44:52 -0400
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 -0400
fa815a506e- Added a Try/Catch token to the language (and DefaultRegistration also registers it automaticallyDave M.2024-10-29 13:40:17 +0000
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 +0000
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 +0000
d22d26c9c8- Fixed a bug that appeared deeper when rendering a block inside the slot of another blockDave M.2024-10-17 18:14:11 +0000
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 +0000
200b58bdf5- WIP on supporting multiple contexts, better handling of caching for methods / functions (instead of in every files, etc...
v2.x
Dave M.2024-05-07 12:28:15 +0000
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 M.2023-04-13 15:49:45 -0400
44b0283938- Merged with new code-baseDave M.2023-03-30 14:46:52 -0400
6ee3e1bbae- Forced parameters in URL to be filled in UrlExtension buildUrl() and disabled the custom exception for now...Dave M.2023-03-30 18:29:17 +0000
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 M.2020-10-20 19:38:37 +0000
cfc2f5d9af- Trimmed the echo and echo raw printed PHP code
Dave Mc Nicoll
2020-10-06 11:39:31 -0400
92e304daf3- Fixed a recursivity bug with the OR token inside another foreach/or instance
Dave Mc Nicoll
2020-05-20 15:32:08 -0400
ce4ef6351a- Small refractoring of code, merge tokens - Completed block token
Dave Mc Nicoll
2020-05-04 22:50:02 -0400
2f31684092- Small fix on URL generationDave M.2020-05-04 22:48:38 -0400
bf3816c3dbFixed conflicts added since latest commitsDave M.2020-03-31 11:03:02 -0400
3044b919bcQuick fix to DefaultRegistrationDave M.2020-03-31 10:57:26 -0400
dcb22fe086- Added a new json.html output - Fixed a bug where post() was defined twice in request. Added server and request tooDave M.2020-03-30 12:20:28 -0400
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 -0400
0e201b77f2- Added some new request method (get, post, cookie & server). - Fixed the Title extension
Dave Mc Nicoll
2020-02-05 16:20:31 -0500
2df950a054- Fixed 'title' method and extension
Dave Mc Nicoll
2020-01-31 16:36:26 -0500
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 -0500
ddc3ae704a- Work on Language Handler and extension. - Added an URL extension which allows routes and URLs. - Fixed some bug within ClassTemplateDave M.2020-01-23 15:28:05 -0500
a64989af9f- Added a token to asset keyword
Dave Mc Nicoll
2019-12-20 12:27:41 -0500