Commit Graph

106 Commits

Author SHA1 Message Date
Dave M. 830a643a56 - Fixed route generating (removed methods) 2024-11-21 19:15:04 -05:00
Dave Mc Nicoll b24bbbc150 - Fixed a bug where optional routes were badly parsed 2024-11-01 16:44:52 -04:00
Dave Mc Nicoll 3ffb69342b - Fixed a bug within FunctionToken control structure where multiple definition were runned if a view was loaded more than once 2024-11-01 16:11:31 -04:00
Dave M. fa815a506e - Added a Try/Catch token to the language (and DefaultRegistration also registers it automatically 2024-10-29 13:40:17 +00:00
Dave Mc Nicoll 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.
2024-10-21 18:09:33 +00:00
Dave Mc Nicoll 7970679894 - Fixed a bug checking for incomplete data given to build an URL within the UrlExt. 2024-10-18 13:08:29 +00:00
Dave M. d22d26c9c8 - Fixed a bug that appeared deeper when rendering a block inside the slot of another block 2024-10-17 18:14:11 +00:00
Dave Mc Nicoll 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
2024-10-16 20:30:27 +00:00
Dave M. 5e54407f74 - WIP on urlextension 2023-12-07 15:46:25 +00:00
Dave Mc Nicoll b856743741 - Merged some code added a long time ago to the extension 2023-12-01 20:27:26 +00:00
Dave M. 10fb17c7c3 - Removed Ui def 2023-11-15 23:26:27 -05:00
Dave M. 8b6dd85fd5 - Added PPH-DI definition file 2023-11-15 22:12:25 -05:00
Dave M. 8c7a4d730b - quickfix 2023-11-08 06:54:30 -05:00
Dave M. ed0eb8225b Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-11-03 19:52:51 -04:00
Dave M. 0e655fd387 - Added a default action for print 2023-11-03 19:52:15 -04:00
Dave M. ce43abb954 - Added some flags for PrintExtension outputting 2023-11-01 09:57:43 -04:00
Dave M. 5aa70dfd17 - Fixed missing formatter loading 2023-10-31 14:30:56 +00:00
Dave M. 043fb90f8d - WIP on Picea's Asset. 2023-10-17 20:12:39 -04:00
Dave M. d5de5e665b - WIP on picea-asset AND error handling 2023-10-12 19:07:16 +00:00
Dave M. 3ccbf6bfab - WIP on picea-asset 2023-10-12 11:43:01 -04:00
Dave M. 42d84796ee - Optional parameter of Opcache is now fixed 2023-08-31 09:15:05 -04:00
Dave M. 386e0aa448 - Fixed error thrown on optional routes which arguments were not all fullfield 2023-06-09 15:31:53 -04:00
Dave M. be65d45b41 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-05-31 14:40:23 -04:00
Dave M. 7d2bb8d407 - Quickfix on context name 2023-05-31 14:40:14 -04:00
Dave M. 215bc26981 - UrlExtension now supports multiple application URL 2023-05-31 18:29:36 +00:00
Dave Mc Nicoll 3dce6a41cb - Added a batch() function to ease array iterations in templates 2023-05-01 14:36:47 -04:00
Dave M. f9c955a82a - Fixed port redirection for URL behind proxy 2023-04-28 19:57:52 +00:00
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
Dave M. 3bcd5c9780 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-04-20 18:16:29 +00:00
Dave M. 7a2fa872fa - Added a no_html() method 2023-04-20 18:16:20 +00:00
Dave M. 5182ba19bc - Fixed optional arguments in buildUrl() 2023-04-19 13:23:29 -04:00
Dave M. 57367968ca Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-04-13 15:50:23 -04:00
Dave M. b1e1324bfa - Fixed some PHP 8.x bugs (missing vars within compiler's context) and removed Picea's error handler - needs some work before putting online 2023-04-13 15:49:45 -04:00
Dave M. 44b0283938 - Merged with new code-base 2023-03-30 14:46:52 -04:00
Dave M. 1611ebe047 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-03-30 18:29:35 +00:00
Dave M. 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
Dave M. 169400cd61 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-03-29 15:13:54 +00:00
Dave M. b4964402fd - Renamed MoneyExtension to NumberExtension 2023-03-29 15:13:41 +00:00
Dave M. a65aa72733 - Fixed bug Creation of dynamic property Picea\Compiler\BaseContext:: 2023-03-29 14:02:11 +00:00
Dave M. b3a8e3aca2 - Token name and options are now passed through parse() method 2023-02-02 19:38:40 +00:00
Dave M. e9b2f0ece3 - Fixed a bug added in previous commit 2023-02-02 18:12:31 +00:00
Dave M. acd9f8c72e - First task of v2 done, tokens can now have unlimited options attached to it 2023-02-02 16:46:46 +00:00
Dave M. afeb8789b5 - Added a new doc section about both new tokens 'section.prepend/append' 2023-02-01 18:20:42 +00:00
Dave M. ded3d5e907 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-02-01 18:09:01 +00:00
Dave M. 9ea4856f49 - Added tokens 'section.append' and 'section.prepend' which equates longer form '{% section mysection, [ "action" => "prepend" ] %}' 2023-02-01 18:08:47 +00:00
Dave M. 84020a871c Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-02-01 18:06:32 +00:00
Dave M. 2dc16de7c3 - Simplified SLUG() method of the UrlExtension, since it was way too slow 2023-02-01 18:06:23 +00:00
Dave M. af212b07ca Merge branch 'master' of https://git.mcnd.ca/mcndave/picea 2023-01-26 13:36:49 +00:00
Dave M. 58766decaf - Fixed a bug within sections if it doesn't exist first 2023-01-26 13:36:38 +00:00