Commit Graph

3594 Commits

Author SHA1 Message Date
Zeke Zhang
6262409184
style: set size of icon button (#3560) 2024-02-23 11:29:17 +08:00
Zeke Zhang
5409b78f9f chore: fix auth e2e 2024-02-23 10:12:05 +08:00
Zeke Zhang
5edb8ca85d
chore: fix e2e (#3557)
* chore: change testid of Help

* test: fix e2e
2024-02-23 09:30:28 +08:00
Zeke Zhang
d02d24b484
feat: adjust of menu in upper right corner of page (#3548)
* feat: adjust of menu in upper right corner of page

* fix: uncomment

* chore: change License link

* chore: optimize text color

* chore: optimize text color

* test: fix e2e
2024-02-23 00:08:03 +08:00
chenos
83e2d64da9
chore: optimize plugin description (#3552) 2024-02-22 23:13:31 +08:00
YANG QIA
9655b58190
chore: update plugin descriptions (#3556) 2024-02-22 22:19:14 +08:00
Junyi
9d064ba97f
docs(plugin-workflow): adjust plugin description (#3553) 2024-02-22 17:39:25 +08:00
Junyi
adccdece7c
docs(plugin-snapshot-field): adjust description (#3551) 2024-02-22 13:41:36 +08:00
Junyi
c6615441bd
feat(core): add string template engine to evaluators (#3546)
* feat(core): add string template engine to evaluators

* refactor(plugin-workflow): simplify api

* Revert "refactor(plugin-workflow): simplify api"

This reverts commit 6ff2bb9220.

* fix(plugin-workflow): fix test case

* refactor(core): adjust variable regular expression
2024-02-22 11:27:10 +08:00
Junyi
85ab125bb0
docs(plugin-workflow-loop): fix description (#3549) 2024-02-22 11:05:23 +08:00
YANG QIA
a341896378
chore: update plugin names and descriptions (#3547)
* chore: update plugin names and descriptions

* chore: update
2024-02-22 09:29:30 +08:00
katherinehhh
f2dc49c7c0
refactor: formula field should not trigger form value change (#3518)
* refactor: formula field should not trigger form value change

* style: list block style improve
2024-02-22 08:25:23 +08:00
ChengLei Shao
85af594004
chore: limit restore dialect (#3534) 2024-02-21 23:18:58 +08:00
Junyi
14b6c5a628
fix(client): fix filter default value (#3544) 2024-02-21 21:24:43 +08:00
katherinehhh
bdc90155c4
refactor: iframe block support in RecordFormBlockInitializers (#3541) 2024-02-21 16:53:10 +08:00
chenos
a736847a0f chore(versions): 😊 publish v0.19.0-alpha.8 2024-02-21 12:59:16 +08:00
Zeke Zhang
b61cedecb2
fix(LinkageRules): fix appends (#3537)
* fix(LinkageRules): fix appends

* fix: fix nested rules (T-3152)
2024-02-21 12:22:52 +08:00
Zeke Zhang
bb46697e71
fix(LinkageRules): avoid to change observable object (#3538) 2024-02-21 11:22:47 +08:00
katherinehhh
65d1b41165
fix: clicking on field assignment does not display field configuration for the first time (#3484)
* fix: clicking on field assignment does not result in field configuration for the first time

* fix: fix AssignedFieldValues
2024-02-21 11:02:31 +08:00
katherinehhh
83a61cdad9
refactor: display title (#3535) 2024-02-20 20:26:05 +08:00
chenos
8cb1942926 chore(versions): 😊 publish v0.19.0-alpha.7 2024-02-20 18:44:20 +08:00
chenos
985a06a675 fix(plugin-auth): export BasicAuth 2024-02-20 16:07:51 +08:00
chenos
5b86ee393f
chore: optimize environmental variables (#3528) 2024-02-20 10:35:24 +08:00
YANG QIA
041f146d7c
fix(bi): parse issue of date variables (#3520) 2024-02-19 20:14:45 +08:00
Zeke Zhang
a18103baa0
refactor(Linkage): optimize the parsing of expression variables (#3519) 2024-02-19 18:08:14 +08:00
Junyi
c02e759830
fix(core): refactor evaluate to support dash in key path (#3517)
* fix(core): refactor evaluate to support dash in key path

* fix(core): fix evaluate expression from date variable

* fix(plugin-workflow): fix test case

* fix(client): fix pre-replace logic
2024-02-19 17:07:19 +08:00
Zeke Zhang
0d8604ee2c chore(plugin-theme-editor): update description 2024-02-18 19:41:45 +08:00
Zeke Zhang
93bbd9dd9a chore(plugin-file-manager): update description 2024-02-18 19:41:13 +08:00
ChengLei Shao
ca8d6347c6
chore: field type map (#3516)
* chore: field type map

* chore: type map
2024-02-18 17:14:28 +08:00
katherinehhh
c0b8fa27ec
fix: detail block should not support pageSizeChanger (#3515)
* fix: detail block should not support pageSizeChanger

* style: delete collection
2024-02-18 14:14:18 +08:00
Junyi
202edc8c15
fix: fields locales (#3511) 2024-02-16 09:30:10 +08:00
Zeke Zhang
28eae4a85b
fix(subTable): should clear form value after submit (#3508)
* fix(subTable): should clear form value after submit

* test: add test
2024-02-16 08:48:37 +08:00
Zeke Zhang
b232586f7b
style(PinnedPluginList): fix hover background color (#3501) 2024-02-08 08:47:33 +08:00
Junyi
1978d66ccd
docs(plugin-workflow): fix keyword (#3498) 2024-02-07 22:38:13 +08:00
chenos
d8bbdc9648 chore(versions): 😊 publish v0.19.0-alpha.6 2024-02-07 20:11:19 +08:00
chenos
b71f12560a
fix: plugin load collections (#3499) 2024-02-07 20:10:13 +08:00
katherinehhh
ea35d103ac
fix: sub-table should not support action column (#3497)
* fix: sub-table should not support action column

* fix: sub-table should not support action column
2024-02-07 15:43:07 +08:00
Zeke Zhang
626823b4b5 Revert "fix(upload): fix upload url for relationship blocks"
This reverts commit bb83face08.
2024-02-07 13:13:57 +08:00
Zeke Zhang
bb83face08 fix(upload): fix upload url for relationship blocks 2024-02-07 13:12:14 +08:00
chenos
2d5b70b3f7 fix: cannot find module 'pg' 2024-02-06 10:40:08 +08:00
chenos
9ff785dca4
fix: password cannot be empty (#3491) 2024-02-05 22:56:36 +08:00
chenos
c0988d9fc6 feat: update package.json 2024-02-05 21:10:48 +08:00
katherinehhh
a059b27d13
refactor: plugin manager keywords (#3490) 2024-02-05 14:37:07 +08:00
Junyi
ed35a35837
fix(plugin-workflow-form-trigger): fix locale (#3488) 2024-02-04 21:20:19 +08:00
xilesun
9120955733 fix: error message of uid field 2024-02-04 20:14:53 +08:00
YANG QIA
e8138816f2
fix: fix T-3012 (#3489) 2024-02-04 18:06:54 +08:00
Junyi
dcd732db89
fix(plugin-workflow): fix revision with new properties (#3487) 2024-02-04 09:49:18 +08:00
S.Feng
f1a3c17522
style(lang): add zh-tw (#3446) 2024-02-03 20:22:17 +08:00
chenos
6c9520e0a2
fix: layout of plugin settings icons (#3478) 2024-02-03 19:41:26 +08:00
Junyi
237c4aa084
fix(server): fix messages in data-wrapping (#3485) 2024-02-03 10:37:28 +08:00