61 Commits (218abe39ccb83d5eadeba137d7bb6aca11ebbfbd)

Author SHA1 Message Date
mike12345567 948b7e6d00 Fix for issue discovered by test case. 4 years ago
mike12345567 6ffeaab597 Fixing an issue with JSONparse helper always being considered invalid due to a lack of input. 4 years ago
mike12345567 8ce1b471fd Fixes for SQL issues raised by Marty. 4 years ago
mike12345567 3925fb3e31 Fixing issue with escaping on multiple bindings that are the same in queries. 4 years ago
mike12345567 4f52960afa Fixing test case. 4 years ago
mike12345567 2e8aa2d80d Fixing test case. 4 years ago
mike12345567 9298071cc2 Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 4 years ago
mike12345567 a35a8cb81c Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 4 years ago
mike12345567 ad97dc09a1 Fixing merge conflict. 4 years ago
mike12345567 82c4c0b731 Fixing merge conflict. 4 years ago
mike12345567 61283e465d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 f2a025013e Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 e12767fd85 Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 f946f2f68d Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 4 years ago
mike12345567 04934a544a Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 4 years ago
mike12345567 deb4a34c18 Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 4 years ago
Andrew Kingston 22c1eae1a9 Transform the output of JS expressions to be actual types rather than strings 4 years ago
Andrew Kingston 56ef16665e Transform the output of JS expressions to be actual types rather than strings 4 years ago
Andrew Kingston 99f9b4bf07 Transform the output of JS expressions to be actual types rather than strings 4 years ago
Andrew Kingston c8121ed0e3 Transform the output of JS expressions to be actual types rather than strings 4 years ago
mike12345567 018e0bd73b Getting client partially working, having an issue with search fields not updating for a table block. 4 years ago
mike12345567 aae2dc86d3 Getting client partially working, having an issue with search fields not updating for a table block. 4 years ago
Andrew Kingston a0d8bffbc6 Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context 5 years ago
Andrew Kingston 28557a3f96 Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context 5 years ago
mike12345567 be8979e50a Fixing bug #3195 with zero/falsy values not being passed out of bindings. 5 years ago
mike12345567 da38734a62 Fixing bug #3195 with zero/falsy values not being passed out of bindings. 5 years ago
mike12345567 2719f7e97e Fixing bug #3195 with zero/falsy values not being passed out of bindings. 5 years ago
mike12345567 331c1ca48e Fixing bug #3195 with zero/falsy values not being passed out of bindings. 5 years ago
mike12345567 8b2c505050 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 eb411cd0b0 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
Andrew Kingston 403f64d1ac Use vm2 for JS execution in node, and a vm polyfill for the browser. Use 2 standalone entrypoints for string-templates depending on env 5 years ago
Andrew Kingston 01dfef735f Use vm2 for JS execution in node, and a vm polyfill for the browser. Use 2 standalone entrypoints for string-templates depending on env 5 years ago
Andrew Kingston 9ec1992522 Update JS HBS helper tests 5 years ago
Andrew Kingston 94f790f310 Update JS HBS helper tests 5 years ago
Andrew Kingston 4cd8171a91 Add tests to HBS JS helper 5 years ago
Andrew Kingston 6619a16caf Add tests to HBS JS helper 5 years ago
mike12345567 38e6956b19 Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
mike12345567 47acb7e69b Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
Andrew Kingston 545c710ce5 Fix tests 5 years ago
Andrew Kingston d65d4975c9 Fix tests 5 years ago
mike12345567 1df459a5bf Fixing issues discovered with hbs escaping. 5 years ago
mike12345567 a7ce3ada3f Fixing issues discovered with hbs escaping. 5 years ago
mike12345567 c51f1dae13 Updating examples, adding length tests and updating HBS helpers library. 5 years ago
mike12345567 c52be5aad6 Updating examples, adding length tests and updating HBS helpers library. 5 years ago
Andrew Kingston 7e082a18d8 Allow string templates to handle null objects without failing 5 years ago
Andrew Kingston 4d8e878f6f Allow string templates to handle null objects without failing 5 years ago
mike12345567 f9ba157f97 Updating test. 5 years ago
mike12345567 e67f19ea20 Updating test. 5 years ago
mike12345567 3ffd340450 Updating date helper to allow timezone capabilites. 5 years ago
mike12345567 b741194b7d Updating date helper to allow timezone capabilites. 5 years ago