You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/sandbox/grist
Paul Fitzpatrick 0c5f7cf0a7
(core) add SELF_HYPERLINK() function for generating links to the current document
3 years ago
..
functions (core) add SELF_HYPERLINK() function for generating links to the current document 3 years ago
imports (core) move data engine code to core 4 years ago
acl.py (core) granular access control in the presence of schema changes 3 years ago
acl_formula.py (core) give more detailed reasons for access denied when memos are present 3 years ago
action_obj.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
action_summary.py (core) Allow using negative rowIds to add records and refer to them in Reference values. 4 years ago
actions.py (core) move data engine code to core 4 years ago
autocomplete_context.py (core) For autocomplete suggestions in formulas, add links to suggestions we have documentation for. 4 years ago
codebuilder.py (core) move data engine code to core 4 years ago
column.py (core) Allow using negative rowIds to add records and refer to them in Reference values. 4 years ago
csv_patch.py (core) move data engine code to core 4 years ago
depend.py (core) move data engine code to core 4 years ago
docactions.py (core) Fix another cause of inconsistency that can be triggered by bad DocActions. 3 years ago
docmodel.py (core) Update ACL resources/rules when tables/columns get renamed 4 years ago
engine.py (core) Fix another cause of inconsistency that can be triggered by bad DocActions. 3 years ago
gencode.py (core) Filter out gristHelper columns from the code listing in CodeEditor 4 years ago
gpath.py (core) move data engine code to core 4 years ago
grist.py (core) move data engine code to core 4 years ago
identifiers.py (core) move data engine code to core 4 years ago
import_actions.py (core) move data engine code to core 4 years ago
logger.py (core) move data engine code to core 4 years ago
lookup.py (core) move data engine code to core 4 years ago
main.py (core) Checks that an ACL formula can be parsed, and prevent saving unparsable ACL rules. 4 years ago
match_counter.py (core) move data engine code to core 4 years ago
migrations.py (core) Implement new representation of ACL rules. 4 years ago
moment.py (core) move data engine code to core 4 years ago
moment_parse.py (core) move data engine code to core 4 years ago
objtypes.py (core) Be more careful with avoiding actions which don't change encoded values 4 years ago
records.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
relabeling.py (core) move data engine code to core 4 years ago
relation.py (core) move data engine code to core 4 years ago
repl.py (core) move data engine code to core 4 years ago
runtests.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
sandbox.py (core) move data engine code to core 4 years ago
schema.py (core) When checking for metadata consistency, check for stray column records too 3 years ago
summary.py (core) move data engine code to core 4 years ago
table.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
table_data_set.py (core) move data engine code to core 4 years ago
test_acl_formula.py (core) give more detailed reasons for access denied when memos are present 3 years ago
test_acl_renames.py (core) Update ACL resources/rules when tables/columns get renamed 4 years ago
test_actions.py (core) move data engine code to core 4 years ago
test_codebuilder.py (core) move data engine code to core 4 years ago
test_column_actions.py (core) move data engine code to core 4 years ago
test_completion.py (core) For autocomplete suggestions in formulas, add links to suggestions we have documentation for. 4 years ago
test_default_formulas.py (core) Fix lookups in default formulas 4 years ago
test_derived.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_display_cols.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_docmodel.py (core) move data engine code to core 4 years ago
test_engine.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_find_col.py (core) move data engine code to core 4 years ago
test_formula_error.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_formula_undo.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_functions.py (core) add SELF_HYPERLINK() function for generating links to the current document 3 years ago
test_gencode.py (core) move data engine code to core 4 years ago
test_gpath.py (core) move data engine code to core 4 years ago
test_import_actions.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_import_transform.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_logger.py (core) move data engine code to core 4 years ago
test_lookups.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_match_counter.py (core) After a spate of spurious test failures, try to fix a few. 4 years ago
test_migrations.py (core) move data engine code to core 4 years ago
test_moment.py (core) move data engine code to core 4 years ago
test_record_func.py (core) Improve object serialization, to help get RECORD data to Custom Widgets. 4 years ago
test_reflist_rel.py (core) Fix a bug that occurs after remaing a table containing a RefList column. 4 years ago
test_relabeling.py (core) move data engine code to core 4 years ago
test_renames.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_renames2.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_side_effects.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_summary.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_summary2.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago
test_table_actions.py (core) move data engine code to core 4 years ago
test_table_data_set.py (core) move data engine code to core 4 years ago
test_temp_rowids.py (core) Allow using negative rowIds to add records and refer to them in Reference values. 4 years ago
test_textbuilder.py (core) move data engine code to core 4 years ago
test_treeview.py (core) move data engine code to core 4 years ago
test_twowaymap.py (core) move data engine code to core 4 years ago
test_types.py (core) Be more careful with avoiding actions which don't change encoded values 4 years ago
test_undo.py (core) Fix another cause of inconsistency that can be triggered by bad DocActions. 3 years ago
test_useractions.py (core) Remove the old attempt at ACLs implemented in Python. 4 years ago
testsamples.py (core) move data engine code to core 4 years ago
testscript.json (core) Be more careful with avoiding actions which don't change encoded values 4 years ago
testutil.py (core) move data engine code to core 4 years ago
textbuilder.py (core) move data engine code to core 4 years ago
treeview.py (core) move data engine code to core 4 years ago
twowaymap.py (core) move data engine code to core 4 years ago
tzdata.data (core) move data engine code to core 4 years ago
useractions.py (core) Update ACL resources/rules when tables/columns get renamed 4 years ago
usercode.py (core) move data engine code to core 4 years ago
usertypes.py (core) Store formula values in DB, and include them into .stored/.undo fields of actions. 4 years ago