Commit Graph

47 Commits (0c60446f9c569a83ef13b591db0c46c7d9955612)

Author SHA1 Message Date
Vincent Viers 6ff4f43b07
Make ISEMAIL and ISURL more flexible for longer TLD (#834)
5 months ago
John Cant 57380190bc
REQUEST with unknown and undetectable encoding (#600)
11 months ago
John Cant e1df6039c2
REQUEST now supports POST (#588)
11 months ago
roleohibachi a77e82388b
TEXT() alternatives per #580 (#591)
11 months ago
Dmitry S 65013331a3 (core) Fix imports into reference columns, and support two ways to import Numeric as a reference.
1 year ago
Dysfunctional Werewolf 68c354de67 (core) Fix MOONPHASE doctests (python2!)
1 year ago
Dysfunctional Werewolf 3c610b365b (core) Add MOONPHASE(date) function
1 year ago
Dysfunctional Werewolf a8b4a67b9f (core) Fix an issue due to a missing function which turns out to be necessary
1 year ago
Jarosław Sadziński e79613b0ed (core) Restoring separated transform columns
1 year ago
Jarosław Sadziński 044d7a1e5c (core) Throwing error in PHONE_FORMAT when value is not a string
2 years ago
Alex Hall aa88c156e6 (core) Don't swallow TypeErrors in functions like SUM
2 years ago
Dmitry S 0a8ce2178a (core) Add PHONE_FORMAT function using the phonenumberslight library
2 years ago
Alex Hall 1c43aed5dd (core) Upgrade sortedcontainers, python_dateutil, and html5lib for better Python 3.10 compatibility
2 years ago
Paul Fitzpatrick 63683f98cc (core) updates from grist-core
2 years ago
Yohan Boniface ac9f2fbdd1 Update some python deps to prepare python>=3.10 compat
2 years ago
Alex Hall 5f17dd0a06 (core) Convince grist-help that REQUEST is really unimplemented
2 years ago
Alex Hall 31f54065f5 (core) Use standard library `uuid.uuidv4` when possible for better randomness
2 years ago
Alex Hall 083a0ec000 (core) Allow using MIN and MAX functions with dates/datetimes
2 years ago
Paul Fitzpatrick 7078922a65 (core) ensure randomness works when sandbox is cloned from a checkpoint
2 years ago
Alex Hall 9fffb491f9 (core) External requests
2 years ago
Alex Hall 1c89d08ea3 (core) Add a row to summary tables grouped by list column(s) corresponding to empty lists
2 years ago
Alex Hall c5ebd7db3d (core) Add PEEK() function to bypass circular dependencies
2 years ago
Alex Hall dc9e53edc8 (core) Update the current time in formulas automatically every hour
2 years ago
Alex Hall 2d0978559b (core) Replace compute stack and frames with _current_node and _current_row_id
2 years ago
Dmitry S 3136077636 (core) Update documentation of CURRENT_CONVERSION function
2 years ago
Dmitry 25b7e6c245
Tweaks to documentation comments for user-facing Grist functions (#126)
2 years ago
Natalie Misasi 2611d05c39
Updates to Grist Functions (#125)
2 years ago
Alex Hall 5d671bf0b3 (core) New type conversion in the backend
2 years ago
Dmitry S b37b8a9f6d (core) A few tiny documentation tweaks.
3 years ago
Natalie Misasi 206e1550d5
Update lookup.py: include into CONTAINS a link to lookupRecords (#119)
3 years ago
Alex Hall dc52c7fe0a (core) Add PY2_ROUND function for easier migration
3 years ago
Alex Hall 1ed4ca61ea (core) Account for timezone in TODAY()
3 years ago
Alex Hall 0e5c2bee59 (core) Add CellError to explain when a formula refers to a cell with an error value
3 years ago
Alex Hall 04e5d90f86 (core) Barely working reference lists in frontend
3 years ago
Alex Hall f5981606e1 (core) Make CONTAINS a function for consistency with mkpydocs etc.
3 years ago
Alex Hall f7a9638992 (core) CONTAINS() and summarising by ChoiceList columns with flattening
3 years ago
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Alex Hall 16f297a250 (core) Simple Python 3 compatibility changes
3 years ago
Alex Hall 8a940676e9 (core) Generic tools for recording pycalls, deterministic mode.
3 years ago
Paul Fitzpatrick 0c5f7cf0a7 (core) add SELF_HYPERLINK() function for generating links to the current document
3 years ago
Dmitry S ba9959b6af (core) Fix broken markdown link in the doc-comment of VLOOKUP
3 years ago
Dmitry S 2b71cce88b (core) Fix CONCAT function that was breaking on presence of non-ascii characters
3 years ago
Dmitry S 003029bf8a (core) Improve suggestions for formula autocomplete
4 years ago
Dmitry S 2fbd3f1706 (core) Fix lookups in default formulas
4 years ago
Dmitry S 7a8debae16 (core) Improve object serialization, to help get RECORD data to Custom Widgets.
4 years ago
Dmitry S 4e11b6a922 (core) Implement RECORD function that converts Records to Python dictionaries
4 years ago
Paul Fitzpatrick b82eec714a (core) move data engine code to core
4 years ago