Commit Graph

44 Commits

Author SHA1 Message Date
Dave M. 4bd4cddbff - Cleaned up a bit and added some methods to give Lean/Console more flexibility 2022-11-29 19:46:40 +00:00
Dave M. 531f786747 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2022-06-27 17:29:31 +00:00
Dave M. 22e046dfcd - Fixed post() method 2022-06-27 17:28:35 +00:00
Dave M. b08325049b - Addedd a new Money extension and a new Function token 2022-06-03 15:31:50 +00:00
Dave M. 48ecd9f7d9 - Made some bugfixes regarding blocks and slots 2022-06-03 15:30:16 +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 b836fc5bd8 - added missing json.html tag 2022-02-25 15:32:47 +00:00
Dave Mc Nicoll 45c8173029 - Mostly bugfixes made while working on ParcInfo 2021-10-19 12:39:14 +00:00
Dave M. 67040db155 - Added the missing continue token 2021-03-24 13:49:38 +00:00
Dave M. 7588748ebd - Global variables were merged by error with the block's arguments 2021-03-15 13:48:31 +00:00
Dave M. f143b082ae Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2021-03-01 16:37:19 +00:00
Dave M. 09408827da - Fixed the request() function which was not working at all 2021-03-01 16:36:59 +00:00
Dave M. 30af321215 - Corrected a bug where the 'or' variable was not reset properly on a iterations of for/foreach. 2021-03-01 16:07:39 +00:00
Dave M. 8df38b568c - A lot of bugfixes made for this release. 2021-02-16 03:17:32 +00:00
Dave M. 4e909b2840 - Added the PrintExtension 2021-01-06 19:31:58 +00:00
Dave Mc Nicoll 82eca2e520 - Fixed ViewToken and BlockToken inline vars 2020-11-27 11:32:01 -05:00
Dave M. 082bdd4ad3 - WIP on the exception handler 2020-10-22 13:19:26 +00:00
Dave M. 69db3efdce Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2020-10-21 03:57:02 +00:00
Dave M. 1334278e37 - Added basic exception remodeling, seaking original template sources. 2020-10-21 03:20:35 +00:00
Dave M. 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 M. 10632e9f67 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2020-10-06 15:49:51 +00:00
Dave M. 8368551fa7 Merge branch 'master' of https://github.com/mcNdave/picea 2020-10-06 15:49:12 +00:00
Dave Mc Nicoll cfc2f5d9af - Trimmed the echo and echo raw printed PHP code 2020-10-06 11:39:31 -04:00
Dave Mc Nicoll 92e304daf3 - Fixed a recursivity bug with the OR token inside another foreach/or instance 2020-05-20 15:32:08 -04:00
Dave Mc Nicoll ce4ef6351a - Small refractoring of code, merge tokens
- Completed block token
2020-05-04 22:50:02 -04:00
Dave M. 2f31684092 - Small fix on URL generation 2020-05-04 22:48:38 -04:00
Dave M. bf3816c3db Fixed conflicts added since latest commits 2020-03-31 11:03:02 -04:00
Dave M. 3044b919bc Quick fix to DefaultRegistration 2020-03-31 10:57:26 -04:00
Dave M. 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 0e201b77f2 - Added some new request method (get, post, cookie & server).
- Fixed the Title extension
2020-02-05 16:20:31 -05:00
Dave Mc Nicoll 2df950a054 - Fixed 'title' method and extension 2020-01-31 16:36:26 -05: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
Dave M. 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 423d74aa6c - Allows easier integration with DI containers 2019-12-19 11:23:21 -05:00
Dave Mc Nicoll 079d8b058d - Replaced underscores in file path caching with a tilde instead. 2019-12-19 09:53:15 -05:00
Dave M. 0ce9955631 - Fixed a compiler bug and section's token 2019-12-10 14:31:27 -05:00
Dave M. 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
Dave M. 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
Dave M. f8e3dbd60f - Work on extension integration.
- WIP of the inline view token
- Began work on compiled-code caching
2019-09-04 15:14:49 +00:00
Dave M. 66c7b349d1 - First commit of first draft 2019-08-21 16:11:39 -04:00