Yuri Kuznetsov
b5e8b89ed5
formula attribute id
2022-05-19 11:14:36 +03:00
Yuri Kuznetsov
da80ed0130
formula parser only comment fix
2022-04-21 18:42:00 +03:00
Yuri Kuznetsov
e8a23de848
refactoring
2022-04-21 18:02:02 +03:00
Yuri Kuznetsov
2c3f6baaac
rename array index
2022-03-24 21:47:23 +02:00
Yuri Kuznetsov
22fd7cb6b3
array functions
2022-03-24 20:22:47 +02:00
Yuri Kuznetsov
0191188eba
type fixes
2022-03-23 14:10:34 +02:00
Yuri Kuznetsov
7f328927ba
cs fixes
2022-03-21 12:26:42 +02:00
Yuri Kuznetsov
be2d936be9
type fixes
2022-03-18 14:46:07 +02:00
Yuri Kuznetsov
1f48e3d005
type fixes
2022-03-18 14:30:23 +02:00
Yuri Kuznetsov
8592a411ee
type fixes
2022-03-06 15:46:23 +02:00
Yuri Kuznetsov
61d78e8f76
typo fix
2022-03-06 14:58:35 +02:00
Yuri Kuznetsov
bad19eea2e
fix
2022-03-06 14:55:57 +02:00
Yuri Kuznetsov
16ffca9590
type fixes
2022-03-06 14:53:16 +02:00
Yuri Kuznetsov
94b15991ac
object function changes
2022-02-11 17:11:52 +02:00
Yuri Kuznetsov
90a18de806
object clear
2022-02-11 13:51:14 +02:00
Yuri Kuznetsov
0e5ff9f64a
object functions
2022-02-11 13:44:56 +02:00
Taras Machyshyn
095f82df1c
2022 year
2022-02-10 12:12:23 +02:00
Yuri Kuznetsov
91aeacbf35
formula null coalescing
2022-02-09 12:59:14 +02:00
Yuri Kuznetsov
223304bc63
formula parse int parse float
2022-02-09 11:53:27 +02:00
Yuri Kuznetsov
be62327509
string split function
2022-02-08 17:18:14 +02:00
Yuri Kuznetsov
f596d12e02
send access info formula
2022-01-28 16:12:37 +02:00
Yuri Kuznetsov
4653caef47
array functions accept null
2022-01-25 17:00:08 +02:00
Yuri Kuznetsov
158573f63e
type fixes
2022-01-25 14:20:02 +02:00
Yuri Kuznetsov
6582917daf
formula sandbox
2022-01-17 12:58:16 +02:00
Yuri Kuznetsov
7007d58609
fix
2022-01-13 17:57:20 +02:00
Yuri Kuznetsov
23a54a0fa4
formula strict syntax
2022-01-13 17:56:19 +02:00
Yuri Kuznetsov
491a66ac4c
formula strict syntax
2022-01-13 17:49:36 +02:00
Yuri Kuznetsov
e5c3bfb528
formula more strict syntax
2022-01-13 17:36:05 +02:00
Yuri Kuznetsov
cd1eccd998
fix
2022-01-13 16:19:44 +02:00
Yuri Kuznetsov
4deeac9513
formula check syntax
2022-01-13 14:33:08 +02:00
Yuri Kuznetsov
d8649cb305
type fix
2022-01-13 13:19:58 +02:00
Yuri Kuznetsov
0944d47c47
Merge branch 'hotfix/7.0.9'
2022-01-05 17:14:33 +02:00
Yuri Kuznetsov
a730f47ceb
sms status update
2022-01-05 11:19:33 +02:00
Yuri Kuznetsov
2a4bd851ab
fixes
2021-12-29 13:23:00 +02:00
Yuri Kuznetsov
79af0d2cc7
type fixes
2021-11-09 12:26:42 +02:00
Yuri Kuznetsov
094f6e2f50
fixes
2021-11-05 12:53:54 +02:00
Yuri Kuznetsov
6cc19a52f1
fixes
2021-11-05 12:33:36 +02:00
Yuri Kuznetsov
b2c4c76fba
type fixes
2021-11-03 13:14:22 +02:00
Yuri Kuznetsov
2a0ceceb2f
type fixes
2021-11-02 18:16:42 +02:00
Yuri Kuznetsov
87bbf61c66
type fixes
2021-11-02 15:58:40 +02:00
Yuri Kuznetsov
097a115595
fixes
2021-10-29 13:42:43 +03:00
Arkadiy
4ae383033a
fix missing class imports, exceptions and undefined properties ( #2112 )
...
* fix exception
* fix missing imports
* fix access to an undefined property
2021-10-15 15:46:45 +03:00
Yuri Kuznetsov
9add3fa538
sms
2021-09-16 17:35:32 +03:00
Yuri Kuznetsov
5a24771d3c
fix tests
2021-08-30 12:13:30 +03:00
Yuri Kuznetsov
04203312bf
orm groupBy => group
2021-07-26 13:40:17 +03:00
Yuri Kuznetsov
0ab3da1512
comment
2021-06-29 16:12:33 +03:00
Yuri Kuznetsov
af4d1e650c
cs fix
2021-06-10 17:01:54 +03:00
Yuri Kuznetsov
738cae727e
cleanup
2021-05-28 15:14:08 +03:00
Yuri Kuznetsov
b4afeac71f
renaming
2021-05-13 11:08:49 +03:00
Arkady
b19c543988
fix cs ( #1995 )
...
* remove leading slashes in `use` clauses
* remove spaces inside parenthesis
* ensure one blank line after the `use` statement
* ensure cast are written in lower case
* fix whitespace around the keyword of a class
* remove spaces after function call
* remove trailing whitespace
* standardize spaces around ternary operator
* ensure php keywords are in lower case
* remove whitespace before closing semicolon
* ensure whitespace after each comma in array
* ensure `true`, `false`, and `null` are lower case
2021-05-12 23:53:11 +03:00