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
/
client
/
util
/
Scripting.ts
Age
Commit message (
Expand
)
Author
2022-08-30
made script caching more robust to avoid compiles and speed up startup.
bobzel
2022-07-27
fixed document leak related to capturedVariables in scripts. changed captur...
bobzel
2022-06-20
lots of changes to try to cleanup CurrentUserUtils so changes can be made wit...
bobzel
2022-06-09
restored multi-line scripting by not adding 'return' to scripts when it's not...
bobzel
2022-03-07
got rid of include cycles for Scripting globals to make hot updates work better.
bobzel
2022-03-04
removed pseudo Doc type system. playing with hot reloading.
bobzel
2022-02-10
switched scripts to use a cache to avoid recompiling. simplified some things ...
bobzel
2022-02-09
speeding up rendering using bitmaps for webpages and other heavyweight docs.
bobzel
2021-09-09
fixed anchor menu highlighter button's dropdown location. fixed metadata vie...
bobzel
2021-08-25
many updates
geireann
2021-08-22
more updates
geireann
2021-08-21
added num range button
geireann
2021-07-27
fixe MakeClone to handle links properly. fixed cloning richtext to update ri...
bobzel
2021-04-23
fixed code warnings. updated some npm pacakges including typescript.
bobzel
2020-07-31
merge
Andy Rickert
2020-07-22
restored download document. fixed clone() to clone to be async and handles l...
Bob Zeleznik
2020-06-22
merge
Andy Rickert
2020-06-11
reworking descriptions and params of functions
anika-ahluwalia
2020-06-11
fixed renaming saved func
anika-ahluwalia
2020-06-10
fixed addScriptToGlobals in ScriptManager
anika-ahluwalia
2020-06-10
UI cleanup
anika-ahluwalia
2020-06-10
cleaning scripting class
anika-ahluwalia
2020-06-10
fixed add global method in ScriptManager
anika-ahluwalia
2020-06-09
moving things around to find bug
anika-ahluwalia
2020-06-09
typing bug bix
anika-ahluwalia
2020-06-08
fixed filtering on search, allowing buckets to expand searches
Andy Rickert
2020-06-08
added function UI
anika-ahluwalia
2020-06-08
adding ScriptManager and saving
anika-ahluwalia
2020-06-06
changing { to ( and adding ,
anika-ahluwalia
2020-06-01
adding descriptions and params to methods
anika-ahluwalia
2020-05-30
generating suggestions for methods
anika-ahluwalia
2020-05-15
renamed new_fields to fields
Sam Wilkins
2020-05-07
added batch requesting of list items. fixed some performance issues with tre...
Bob Zeleznik
2020-04-09
added initial script template (onClick) for script behaviors
Bob Zeleznik
2020-04-09
cleaned up some scriptingBox code -- added parameters
Bob Zeleznik
2020-04-08
reversions
Bob Zeleznik
2020-04-08
Merge branch 'master' into script_documents
Bob Zeleznik
2020-04-08
added scripting box
Bob Zeleznik
2020-04-06
cleaned up some scripting. added childClicks to UserDoc to extend menu of On...
Bob Zeleznik
2020-03-29
clean up of parameterized templates. added 'self' to scripts to reference th...
Bob Zeleznik
2020-03-01
basic changes finished
Mohammad Amoush
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-07-22
Started adding schema functionality
Tyler Schicke
2019-07-22
Added a bunch of REPL functionality
Tyler Schicke
2019-07-13
Refactored style in DocDecs and added metadata entry to DocDecs
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-24
Added ReadOnly mode for docs and changed computed values a bit
Tyler Schicke
2019-06-08
Moved ScriptField to new_fields
Tyler Schicke
[next]