Dave M. mcndave
  • Joined on 2020-09-17
mcndave pushed to master at mcndave/ulmus 2023-01-14 02:46:32 +00:00
197eee90f7 Removed file that reappeared after unstashing
0a7ff4fd21 done mergin
d600908f47 - WIP on first 'doc' and also minimal support for enums where added
Compare 4 commits »
mcndave pushed to master at mcndave/ulmus 2023-01-14 02:25:25 +00:00
5ef20533b2 - Fixed a bug with the IN query
Compare 2 commits »
mcndave opened issue mcndave/picea#5 2023-01-09 17:19:12 +00:00
Rewrite PiceaTemplate rendering section
mcndave pushed to master at mcndave/notes-breadcrumb 2022-12-26 17:38:43 +00:00
77c8fb1dd2 Updated composer.json
mcndave closed issue mcndave/picea#1 2022-12-26 02:59:10 +00:00
Handle language exceptions better, adding clear error messages
mcndave pushed to master at mcndave/picea 2022-12-22 14:35:37 +00:00
58f73d914b - Some more documentation made / fixed
mcndave pushed to master at mcndave/picea-ui 2022-12-22 14:34:47 +00:00
3986437800 - Added documentation, fixed some bugs and optimized some parts of the source code while doing the doc.
mcndave pushed to master at mcndave/picea-ui 2022-12-21 04:24:25 +00:00
9190987b53 - Fixed the parse type
mcndave pushed to master at mcndave/picea 2022-12-21 04:20:46 +00:00
46535c2734 - Finalizing the documentation before tagging 1.0 release
bb29a56077 - Added while/endwhile and do/while syntaxes
Compare 2 commits »
mcndave opened issue mcndave/picea#4 2022-12-19 17:03:40 +00:00
Add While, Do to the controlstructure list
mcndave opened issue mcndave/picea#3 2022-12-19 17:03:14 +00:00
Allow extension to interact with differents events
mcndave opened issue mcndave/picea#2 2022-12-19 17:02:49 +00:00
Endblock can be forgotten and script stills compile errorless
mcndave opened issue mcndave/picea#1 2022-12-19 17:01:48 +00:00
Handle language exception better, adding clear error messages
mcndave opened issue mcndave/ulmus#5 2022-12-19 16:59:22 +00:00
Import USES of entity in eval() of Annotations (which already imports namespace)
mcndave opened issue mcndave/ulmus#4 2022-12-19 16:59:04 +00:00
In relation, allow a function to resolve key. (first where)
mcndave opened issue mcndave/ulmus#3 2022-12-19 16:58:34 +00:00
Add a LOT of error checks on @Relation annotation content
mcndave opened issue mcndave/ulmus#2 2022-12-19 16:58:01 +00:00
Allow tables without primary keys or with a group of keys
mcndave opened issue mcndave/ulmus#1 2022-12-19 16:56:54 +00:00
EntityCollection::buildArray each argument should be callable or stringable
mcndave pushed to master at mcndave/picea 2022-12-08 19:10:50 +00:00
33298ff2e4 - Removed optional brackets from routes in UrlExtension.