34 Commits

Author SHA1 Message Date
Dave Mc Nicoll
2fe97c60ed - Fixed a bad merge 2023-04-28 19:56:05 +00:00
Dave Mc Nicoll
710ecad98d - Adjusted route name on exception 2023-04-28 19:52:19 +00:00
5182ba19bc - Fixed optional arguments in buildUrl() 2023-04-19 13:23:29 -04:00
44b0283938 - Merged with new code-base 2023-03-30 14:46:52 -04:00
6ee3e1bbae - Forced parameters in URL to be filled in UrlExtension buildUrl() and disabled the custom exception for now... 2023-03-30 18:29:17 +00:00
b3a8e3aca2 - Token name and options are now passed through parse() method 2023-02-02 19:38:40 +00:00
acd9f8c72e - First task of v2 done, tokens can now have unlimited options attached to it 2023-02-02 16:46:46 +00:00
2dc16de7c3 - Simplified SLUG() method of the UrlExtension, since it was way too slow 2023-02-01 18:06:23 +00:00
08211282c2 - Added an event manager. Also, fixed some more bugs within Block and Section tokens 2023-01-26 13:32:52 +00:00
58f73d914b - Some more documentation made / fixed 2022-12-22 14:35:26 +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
33298ff2e4 - Removed optional brackets from routes in UrlExtension. 2022-12-08 19:10:43 +00:00
3de5f46de6 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2022-11-29 19:46:51 +00:00
4bd4cddbff - Cleaned up a bit and added some methods to give Lean/Console more flexibility 2022-11-29 19:46:40 +00:00
7e80d4be6d - Added an 'urlize' method to the UrlExtension class 2022-11-24 20:00:43 +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
Ubuntu
18a0fd7fdc - Adjusted some protocol recognition into var to match proxy's one 2022-05-11 15:20:04 +00:00
Dave Mc Nicoll
2b81e9cef8 - Addeed a slug method 2022-05-11 14:09:41 +00:00
Dave Mc Nicoll
45c8173029 - Mostly bugfixes made while working on ParcInfo 2021-10-19 12:39:14 +00:00
8df38b568c - A lot of bugfixes made for this release. 2021-02-16 03:17:32 +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
8368551fa7 Merge branch 'master' of https://github.com/mcNdave/picea 2020-10-06 15:49:12 +00:00
Dave Mc Nicoll
ce4ef6351a - Small refractoring of code, merge tokens
- Completed block token
2020-05-04 22:50:02 -04:00
2f31684092 - Small fix on URL generation 2020-05-04 22:48:38 -04:00
bf3816c3db Fixed conflicts added since latest commits 2020-03-31 11:03:02 -04:00
dcb22fe086 - Added a new json.html output
- Fixed a bug where post() was defined twice in request. Added server and request too
2020-03-30 12:20:28 -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
e8d81222ff - Fixed Memory caching interfacing.
- Fixed a bug within UrlExtension which was triggered only in IIS
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 ClassTemplate
2020-01-23 15:28:05 -05:00
Dave Mc Nicoll
a64989af9f - Added a token to asset keyword 2019-12-20 12:27:41 -05:00
Dave Mc Nicoll
a56b64cf49 - Added a Picea's reference into templates. This allows extensions to call themselves after compilation. 2019-12-20 11:43:00 -05:00
Dave Mc Nicoll
079d8b058d - Replaced underscores in file path caching with a tilde instead. 2019-12-19 09:53:15 -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