aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/ScriptField.ts
AgeCommit message (Collapse)Author
2020-01-21functional but incomplete updating logicSam Wilkins
2020-01-21added a ToString() method to fields so that rendering them as RichTextField ↵Bob Zeleznik
won't make them unreadable
2019-12-15added a DocumentBox as a contentfitting container for another document. ↵Bob Zeleznik
added a menu item for showing selected document.
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in ↵bobzel
various Box's. fixed some template stuff.
2019-09-18cleaned up some CompileScript codeBob Zeleznik
2019-08-01Fixed Doc.MakeCopy promise stuffTyler Schicke
2019-07-25fixed script loadingTyler Schicke
2019-07-23Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-07-23Added async deserialization and got captures for script fields working againTyler Schicke
2019-07-23autotag based on confidence, allow concealment of computed fields that ↵Sam Wilkins
resolve to undefined with namespace constant ComputedField.undefined
2019-07-19Added caching to computed fieldsTyler Schicke
2019-07-18Can edit computed fields in KVPTyler Schicke
2019-07-03Changed how scripting worksTyler Schicke
2019-06-24Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
schema_fixes
2019-06-08Moved ScriptField to new_fieldsTyler Schicke