gristlabs_grist-core/sandbox/grist
Leslie H 632620544c
Update dropdown conditions on column rename (#1038)
Automatically update dropdown condition formulas on Ref, RefList, Choice and ChoiceList columns when a column referred to has been renamed.
Also fixed column references in ACL formulas using the "$" notation not being properly renamed.
2024-07-12 14:58:49 +00:00
..
functions (core) Update documentation of certain functions 2024-06-14 09:52:23 -04:00
imports (core) Improve encoding detection for csv imports, and make encoding an editable option. 2023-08-24 09:50:52 -04:00
acl.py
action_obj.py
action_summary.py
actions.py
attribute_recorder.py
autocomplete_context.py (core) Make Python tests pass in Python 3.11 2023-07-28 16:37:38 +02:00
codebuilder.py Update dropdown conditions on column rename (#1038) 2024-07-12 14:58:49 +00:00
column.py (core) Fix for ReferenceList conversion during table rename 2024-04-24 17:00:11 +02:00
csv_patch.py
depend.py (core) Implement trigger formulas (generalizing default formulas) 2021-06-25 22:53:07 -04:00
docactions.py
docmodel.py
dropdown_condition.py
engine.py
fake_std_streams.py
formula_prompt.py
friendly_errors.py
gencode.py
grist.py
identifiers.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
import_actions.py
lookup.py
main.py
match_counter.py
migrations.py
moment.py (core) Cache converting timestamp to date 2024-01-08 10:50:50 +02:00
objtypes.py
parse_data.py
predicate_formula.py Update dropdown conditions on column rename (#1038) 2024-07-12 14:58:49 +00:00
records.py
relabeling.py
relation.py
runtests.py
sandbox.py
schema.py
sort_specs.py (core) Adding sort options for columns. 2021-11-03 15:31:39 +01:00
summary.py
table_data_set.py
table.py (core) Update documentation of certain functions 2024-06-14 09:52:23 -04:00
test_acl_formula.py
test_acl_renames.py
test_actions.py
test_codebuilder.py
test_column_actions.py
test_completion.py
test_default_formulas.py
test_depend.py
test_derived.py
test_display_cols.py
test_docmodel.py
test_dropdown_condition_renames.py
test_dropdown_condition.py
test_engine.py
test_find_col.py
test_formula_error.py
test_formula_prompt.py
test_formula_undo.py
test_functions.py
test_gencode.py
test_import_actions.py
test_lookups.py
test_match_counter.py (core) Import Hashable from six.moves.collections_abc 2022-02-22 00:27:51 +02:00
test_migrations.py (core) Simple Python 3 compatibility changes 2021-06-22 17:13:17 +02:00
test_moment.py
test_predicate_formula.py
test_record_func.py
test_recordlist.py
test_reflist_rel.py
test_relabeling.py
test_renames2.py
test_renames.py
test_replace_table_data.py
test_replay.py
test_requests.py
test_rules_grid.py
test_rules.py
test_side_effects.py
test_sort_spec.py
test_summary2.py (core) Update logging in sandbox code, and log tracebacks as single log messages. 2023-07-18 11:21:25 -04:00
test_summary_choicelist.py
test_summary_undo.py
test_summary.py
test_table_actions.py
test_table_data_set.py
test_temp_rowids.py
test_textbuilder.py
test_treeview.py
test_trigger_formulas.py
test_twowaymap.py
test_types.py
test_undo.py
test_urllib_patch.py
test_user.py
test_useractions.py
testsamples.py
testscript.json
testutil.py
textbuilder.py
timing.py
treeview.py
twowaymap.py
tzdata.data
urllib_patch.py
user.py
useractions.py
usercode.py
usertypes.py
xmlrunner.py