aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/Scripting.ts
AgeCommit message (Collapse)Author
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-06-22mergeAndy Rickert
2020-06-11reworking descriptions and params of functionsanika-ahluwalia
2020-06-11fixed renaming saved funcanika-ahluwalia
2020-06-10fixed addScriptToGlobals in ScriptManageranika-ahluwalia
2020-06-10UI cleanupanika-ahluwalia
2020-06-10cleaning scripting classanika-ahluwalia
2020-06-10fixed add global method in ScriptManageranika-ahluwalia
2020-06-09moving things around to find buganika-ahluwalia
2020-06-09typing bug bixanika-ahluwalia
2020-06-08fixed filtering on search, allowing buckets to expand searchesAndy Rickert
2020-06-08added function UIanika-ahluwalia
2020-06-08adding ScriptManager and savinganika-ahluwalia
2020-06-06changing { to ( and adding ,anika-ahluwalia
2020-06-01adding descriptions and params to methodsanika-ahluwalia
2020-05-30generating suggestions for methodsanika-ahluwalia
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-07added batch requesting of list items. fixed some performance issues with ↵Bob Zeleznik
tree views.
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-09cleaned up some scriptingBox code -- added parametersBob Zeleznik
2020-04-08reversionsBob Zeleznik
2020-04-08Merge branch 'master' into script_documentsBob Zeleznik
2020-04-08added scripting boxBob Zeleznik
2020-04-06cleaned up some scripting. added childClicks to UserDoc to extend menu of ↵Bob Zeleznik
OnClick options. switched containingCollection to thisContainer for onclick scripts
2020-03-29clean up of parameterized templates. added 'self' to scripts to reference ↵Bob Zeleznik
the expandedTemplate
2020-03-01basic changes finishedMohammad Amoush
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-07-22Started adding schema functionalityTyler Schicke
2019-07-22Added a bunch of REPL functionalityTyler Schicke
2019-07-13Refactored style in DocDecs and added metadata entry to DocDecsTyler 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-24Added ReadOnly mode for docs and changed computed values a bitTyler Schicke
2019-06-08Moved ScriptField to new_fieldsTyler Schicke
2019-06-06Added computed fieldsTyler Schicke
2019-05-24Added basic repl pageTyler Schicke
2019-04-27Split more files upTyler Schicke
2019-04-25Bunch of filesTyler Schicke
2019-04-11Fixed another subtle server related bugTyler Schicke
Added optional capturing to scripts
2019-04-09Added script field and added list of scripts to list fieldTyler Schicke
2019-04-08Enabled semi-colon and braces linter ruleTyler Schicke
2019-04-08Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
propsRefactor
2019-04-07Refactored scripting to seperate compilation and executionTyler Schicke
2019-04-04Started adding lintingTyler Schicke
2019-03-23Various fixes for the demoTyler Schicke
2019-03-22Added basic fill down to schema viewTyler Schicke
2019-03-05Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵Andrew Kim
PDFNode
2019-03-02Added typechecking to ScriptingTyler Schicke
2019-02-16Fixed server and added a field debug viewerTyler Schicke