index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
new_fields
/
ScriptField.ts
Age
Commit message (
Collapse
)
Author
2020-01-21
functional but incomplete updating logic
Sam Wilkins
2020-01-21
added a ToString() method to fields so that rendering them as RichTextField ↵
Bob Zeleznik
won't make them unreadable
2019-12-15
added a DocumentBox as a contentfitting container for another document. ↵
Bob Zeleznik
added a menu item for showing selected document.
2019-12-15
added _last_ for computedScripts to access last value of script
Bob Zeleznik
2019-12-03
const linter rule and restored google docs push, fixed routing
Sam Wilkins
2019-09-20
simplified script execution api a little. fixed dataDoc() related stuff in ↵
bobzel
various Box's. fixed some template stuff.
2019-09-18
cleaned up some CompileScript code
Bob Zeleznik
2019-08-01
Fixed Doc.MakeCopy promise stuff
Tyler Schicke
2019-07-25
fixed script loading
Tyler Schicke
2019-07-23
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Tyler Schicke
2019-07-23
Added async deserialization and got captures for script fields working again
Tyler Schicke
2019-07-23
autotag based on confidence, allow concealment of computed fields that ↵
Sam Wilkins
resolve to undefined with namespace constant ComputedField.undefined
2019-07-19
Added caching to computed fields
Tyler Schicke
2019-07-18
Can edit computed fields in KVP
Tyler Schicke
2019-07-03
Changed how scripting works
Tyler Schicke
2019-06-24
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵
Tyler Schicke
schema_fixes
2019-06-08
Moved ScriptField to new_fields
Tyler Schicke