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 (
Expand
)
Author
2020-05-15
renamed new_fields to fields
Sam Wilkins
2020-05-14
added setter scripts for fields. fixed color selection
Bob Zeleznik
2020-04-07
lots of code cleanup - removed all northstar db stuff. added scriptingBox. ...
Bob Zeleznik
2020-04-07
got rid of some run-time errors/warnings related to CORS-ifying imagebox requ...
Bob Zeleznik
2020-03-30
changed expandedTemplate to rootDocument
Bob Zeleznik
2020-03-29
clean up of parameterized templates. added 'self' to scripts to reference th...
Bob Zeleznik
2020-03-23
fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ...
Bob Zeleznik
2020-02-25
added 'source' parameter for computedField functions -- its the source docume...
bob
2020-02-25
added inheritable computations to template fields
bob
2020-02-06
added synching of timelines with presentations
bob
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 w...
Bob Zeleznik
2019-12-15
added a DocumentBox as a contentfitting container for another document. adde...
Bob Zeleznik
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 v...
bobzel
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 resolv...
Sam Wilkins
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 sch...
Tyler Schicke
2019-06-08
Moved ScriptField to new_fields
Tyler Schicke