48 Commits (552a2e00aaf29942d5ecc07466001fbbfa4e9221)

Author SHA1 Message Date
mike12345567 6ffeaab597 Fixing an issue with JSONparse helper always being considered invalid due to a lack of input. 4 years ago
Andrew Kingston 18d7176ab7 Improve copy and paste to support keeping all data bindings valid 5 years ago
mike12345567 8ce1b471fd Fixes for SQL issues raised by Marty. 5 years ago
mike12345567 3925fb3e31 Fixing issue with escaping on multiple bindings that are the same in queries. 5 years ago
mike12345567 676ec02380 Fix for safari, removing all usage of regex lookbehinds. 5 years ago
mike12345567 9d0264fa93 Fixing issue with isValid function found by testcase. 5 years ago
mike12345567 07a285843e Fixing issue with isValid function found by testcase. 5 years ago
mike12345567 9298071cc2 Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 5 years ago
mike12345567 a35a8cb81c Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 5 years ago
mike12345567 ad97dc09a1 Fixing merge conflict. 5 years ago
mike12345567 82c4c0b731 Fixing merge conflict. 5 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. 5 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. 5 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. 5 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. 5 years ago
Andrew Kingston e7b02aec04 Add experimental support for caching the creation of HBS template functions 5 years ago
mike12345567 135aff4a31 Bit of refactoring, adding in functionality to remove invalid static formula when the elements that the formula depends on are removed. 5 years ago
mike12345567 ab5c7766b4 Bit of refactoring, adding in functionality to remove invalid static formula when the elements that the formula depends on are removed. 5 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. 5 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. 5 years ago
Andrew Kingston 45142ba916 Update {{ now }} HBS helper to floor to the second instead of millisecond 5 years ago
Andrew Kingston 358aed6d4f Update {{ now }} HBS helper to floor to the second instead of millisecond 5 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 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 4fd31b9eac Add JS helper to string templates 5 years ago
Andrew Kingston e96453ce6c Add JS helper to string templates 5 years ago
mike12345567 e07792263e Adding a case for Firefox undefined bindings when checking validity. 5 years ago
mike12345567 5afba2c394 Adding a case for Firefox undefined bindings when checking validity. 5 years ago
mike12345567 5dd53f67ac Some work towards supporting many SQL relationships. 5 years ago
mike12345567 5a4398f690 Some work towards supporting many SQL relationships. 5 years ago
Andrew Kingston 9815a3ff8c Remove lodash functions and recursive context mutation in string templates to increase performance 5 years ago
Andrew Kingston 6d9a1b8382 Remove lodash functions and recursive context mutation in string templates to increase performance 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 2938d3a92d Fixing broken backend test cases. 5 years ago
mike12345567 e20b115b4d Fixing broken backend test cases. 5 years ago
Andrew Kingston c6827e8a75 Improve client performance and add action to control data provider queries 5 years ago
Andrew Kingston a22fd8a0a1 Improve client performance and add action to control data provider queries 5 years ago
mike12345567 3a1be567b8 Fixing an issue with date objects not being managed by handlebars correctly. 5 years ago
mike12345567 5181ca710f Fixing an issue with date objects not being managed by handlebars correctly. 5 years ago