Skip to content

Commit 625a4ae

Browse files
committed
Welcome doc translation to french fr-FR
1 parent bd8e3e9 commit 625a4ae

File tree

114 files changed

+6776
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+6776
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# <版本号>:<日期>
2+
3+
版本号:
4+
5+
- Release Version:x.y.z
6+
- Pre-release Version:1.x.y-alpha.z
7+
8+
相关说明:
9+
10+
- 兼容性变更:x + 1
11+
- 新插件、新功能发布:y + 1
12+
- 缺陷修复:z + 1
13+
- alpha -> beta -> rc
14+
15+
更新日志每周一篇,文件名格式:
16+
17+
```bash
18+
- docs/zh-CN/welcome/changelog/<YYYYMMDD>.md
19+
- docs/eh-US/welcome/changelog/<YYYYMMDD>.md
20+
```
21+
22+
标题格式为:
23+
24+
```md
25+
# <版本号>:<日期>
26+
<!-- 例如 -->
27+
# v1.0.0-alpha.15:2024-05-19
28+
```
29+
30+
分为新增、改进、修复三块内容,内容格式:
31+
32+
```md
33+
## <scope>:<title> (<a href="pr-url" target="_blank">#<pr-number></a>)
34+
<!-- title 必填,scope 没有可以不写,pr 没有也可以不写 -->
35+
36+
<description> <!-- 没有描述可以不写 -->
37+
38+
![](<img-url>) <!-- 截图必须有,尺寸为 1440x900 -->
39+
```
40+
41+
## 新增 - Added
42+
43+
### 新增功能 XXX ([#4260](https://github.com/nocobase/nocobase/pull/4260))
44+
45+
一句话概括,然后后面放一张截图、动图或视频说明,在这里内容不要写太多了,更多内容应该放到使用手册里介绍。
46+
47+
![](https://static-docs.nocobase.com/202405191513995.png)
48+
49+
### 插件:LDAP 认证 ([#4260](https://github.com/nocobase/nocobase/pull/4260))
50+
51+
支持用户使用 LDAP 服务器账号密码登录 NocoBase,详情参考 [认证:LDAP](/handbook/auth-ldap) 文档。
52+
53+
![](https://static-docs.nocobase.com/202405191513995.png)
54+
55+
## 改进 - Improved
56+
57+
### 改进或优化了某个功能 ([#4260](https://github.com/nocobase/nocobase/pull/4260))
58+
59+
一句话概括,然后后面放一张截图、动图或视频说明,在这里内容不要写太多了,如果内容较多可以概括性总结,例如:
60+
61+
- 事项1
62+
- 事项2
63+
64+
![](https://static-docs.nocobase.com/202405191513995.png)
65+
66+
### 改进「配置操作」交互 ([#4260](https://github.com/nocobase/nocobase/pull/4260))
67+
68+
下拉菜单里所有操作统一显示在一个列表中,不再区分“启用操作”和“自定义”。
69+
70+
- 只能添加一次的操作:这些操作保留 Switch 效果,用户只能启用或禁用。
71+
- 可以重复添加的操作:这些操作不再使用 Switch 交互,可以多次添加。
72+
- 合并功能相似的操作
73+
- “Add new” 和 “Add record”
74+
- “Submit” 和 “Save record”
75+
76+
![20240520153033](https://static-docs.nocobase.com/20240520153033.png)
77+
78+
## 修复 - Fixed
79+
80+
### 修复某个缺陷 XXX ([#4260](https://github.com/nocobase/nocobase/pull/4260))
81+
82+
一句话概括,然后后面放一张截图、动图或视频说明。
83+
84+
![](https://static-docs.nocobase.com/202405191513995.png)
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# v1.0.0-alpha.15: 2024-05-19
2+
3+
## New features
4+
5+
### Auth plugin: LDAP authentication
6+
7+
Supports users logging in to NocoBase using their LDAP server credentials. For more information, refer to the [Authentication: LDAP](/handbook/auth-ldap) documentation.
8+
9+
![](https://static-docs.nocobase.com/202405191513995.png)
10+
11+
### Workflow plugin: custom action trigger
12+
13+
When CRUD actions cannot satisfy your needs, you can use the custom action trigger of the workflow to orchestrate your own data processing logic. For more information, refer to the [Workflow / Custom action trigger](/handbook/workflow-custom-action-trigger) documentation.
14+
15+
![](https://static-docs.nocobase.com/202405191515770.png)
16+
17+
### Table block supports fixed columns
18+
19+
![](https://static-docs.nocobase.com/202405191512587.png)
20+
21+
### Supports adding Gantt and Kanban in pop-up windows
22+
23+
![](https://static-docs.nocobase.com/202405191512280.png)
24+
25+
### The details block supports linkage rules
26+
27+
Allows configuring the visible and hidden properties of fields.
28+
29+
![](https://static-docs.nocobase.com/202405191513781.png)
30+
31+
### Workflow HTTP request node supports `application/www-x-form-urlencoded` format data
32+
33+
![](https://static-docs.nocobase.com/202405191514472.png)
34+
35+
### Workflow HTTP request node input boxes supports string templates
36+
37+
![](https://static-docs.nocobase.com/202405191514748.png)
38+
39+
### Plugin samples for development
40+
41+
View the documentation for [plugin examples](/plugin-samples).
42+
43+
![20240521105056](https://static-docs.nocobase.com/20240521105056.png)
44+
45+
## Improvements
46+
47+
### Improved "Configure actions" interaction
48+
49+
All actions are displayed in a single list in the dropdown menu, no longer distinguishing between "Enable actions" and "Customize".
50+
51+
- Actions that can only be added once: These actions retain the switch effect.
52+
- Actions that can be added repeatedly: These actions no longer use the switch interaction and can be added multiple times.
53+
- Merged similar actions
54+
- “Add new” and “Add record”
55+
- “Submit” and “Save record”
56+
57+
![20240520153033](https://static-docs.nocobase.com/20240520153033.png)
58+
59+
### Unified data format for workflow HTTP request node result:
60+
61+
```js
62+
{
63+
config: {},
64+
headers: {},
65+
status: 500,
66+
statusText: 'xxx',
67+
data: {}
68+
}
69+
```
70+
71+
### Reorganize workflow handbook
72+
73+
![20240521104934](https://static-docs.nocobase.com/20240521104934.png)
74+
75+
## Fixes
76+
77+
### Log plugin now only shows logs of the current application
78+
79+
When there are multiple applications:
80+
81+
- The log plugin only displays the log file list for the current application.
82+
- Workflow and custom request folders are placed within the application folder.
83+
84+
![20240520152448](https://static-docs.nocobase.com/20240520152448.png)
85+
86+
Other major fixes include:
87+
88+
- Charts did not convert date fields to client time zone when querying aggregated data by date field. <a href="https://github.com/nocobase/nocobase/pull/4366" target="_blank">fix(data-vi): should use local timezone when formatting date #4366</a>
89+
- View refresh issue, where the view needed to be exited and re-entered after syncing with the database. <a href="https://github.com/nocobase/nocobase/pull/4224" target="_blank">fix: collection fields should be refreshed after editing sync from database #4224</a>
90+
- Tree table block did not collapse all nodes when adding a child node. <a href="https://github.com/nocobase/nocobase/pull/4289" target="_blank">fix: do not collapse all nodes when adding a child node in the tree table block #4289</a>
91+
- Data table title field settings were invalid. <a href="https://github.com/nocobase/nocobase/pull/4358" target="_blank">fix: collection title field setting is invalid #4358</a>
92+
- Bigint field lost precision in read-only mode. <a href="https://github.com/nocobase/nocobase/pull/4360" target="_blank">fix: bigint field loses precision in read pretty mode #4360</a>
93+
- Open log files were not closed after stopping a sub-application. <a href="https://github.com/nocobase/nocobase/pull/4380" target="_blank">fix(logger): should close log stream after destroying app #4380</a>
94+
- Workflow aggregate node relationship data model selection bug. <a href="https://github.com/nocobase/nocobase/pull/4315" target="_blank">fix(plugin-workflow-aggregate): fix association field select #4315</a>
95+
- Ignoring errors option was ineffective in synchronous mode for workflow HTTP request node. <a href="https://github.com/nocobase/nocobase/pull/4334" target="_blank">fix(plugin-workflow-request): fix ignoreFail in sync mode #4334</a>
96+
- Workflow HTTP request node value input box overflowed. <a href="https://github.com/nocobase/nocobase/pull/4353" target="_blank">fix(plugin-workflow-request): fix value fields overflowing #4354</a>
97+
- Special characters caused workflow HTTP request node to hang. <a href="https://github.com/nocobase/nocobase/pull/4376" target="_blank">fix(plugin-workflow-request): fix request hanging when invalid header value #4376</a>
98+
- Fixed issue where setting marginBlock in the theme editor affected form field spacing. <a href="https://github.com/nocobase/nocobase/pull/4374" target="_blank">fix(theme-editor): form field spacing should not be affected by token.marginBlock #4374</a>
99+
- Fixed issue where clicking the "License" option in the top right corner of the page redirected incorrectly. [PR #4415](https://github.com/nocobase/nocobase/pull/4415)
100+
- Fixed issue where the field operator was invalid when saving a filter form as a block template. [PR #4390](https://github.com/nocobase/nocobase/pull/4390)
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
# v1.0.1-alpha.1: 2024-06-07
2+
3+
## New features
4+
5+
### Blocks support height settings (<a href="https://github.com/nocobase/nocobase/pull/4441" target="_blank">#4441</a>)
6+
7+
![20240603115253](https://static-docs.nocobase.com/20240603115253.gif)
8+
9+
Reference document:
10+
11+
- [set block height](/handbook/ui/blocks/block-settings/block-height)
12+
13+
### Link action: navigate to the specified URL (<a href="https://github.com/nocobase/nocobase/pull/4506" target="_blank">#4506</a>)
14+
15+
Support configuring variables in the URL or search params.
16+
17+
<video width="100%" height="440" controls>
18+
19+
<source src="https://static-docs.nocobase.com/20240603224044.mp4" type="video/mp4">
20+
21+
</video>
22+
23+
Reference document:
24+
25+
- [Link action](/handbook/ui/actions/types/link)
26+
27+
### Add a new variable called "URL search params" (<a href="https://github.com/nocobase/nocobase/pull/4506" target="_blank">#4506</a>)
28+
29+
The variable is only available when there is a query string in the page URL, making it more convenient to use in conjunction with [link action](/handbook/ui/actions/types/link).
30+
31+
![20240603170651](https://nocobase-docs.oss-cn-beijing.aliyuncs.com/20240603170651.png)
32+
33+
Reference document:
34+
35+
- [URL search params](/handbook/ui/variables#url-search-params)
36+
- [Link action](/handbook/ui/actions/types/link)
37+
38+
### Iframe support variables (<a href="https://github.com/nocobase/nocobase/pull/4512" target="_blank">#4512</a>)
39+
40+
![20240603114711](https://static-docs.nocobase.com/20240603114711.png)
41+
42+
![20240603114750](https://static-docs.nocobase.com/20240603114750.png)
43+
44+
Reference document:
45+
46+
- [iframe block](/handbook/block-iframe)
47+
48+
### File storages support configuring file size and file type (<a href="https://github.com/nocobase/nocobase/pull/4118" target="_blank">#4118</a>)
49+
50+
![20240603115303](https://static-docs.nocobase.com/20240603115303.png)
51+
52+
Reference document:
53+
54+
- [File Storage](/handbook/file-manager/storage)
55+
56+
### Workflow: variable nodes support selecting partial path of data objects as the value of variables
57+
58+
![20240531211727](https://static-docs.nocobase.com/20240531211727.png)
59+
60+
### URL fields support preview (<a href="https://github.com/nocobase/nocobase/pull/4559" target="_blank">#4559</a>)
61+
62+
Currently only support image preview.
63+
64+
![337101796-916a6c97-bc08-4560-9526-53e482e2ac6c](https://nocobase-docs.oss-cn-beijing.aliyuncs.com/337101796-916a6c97-bc08-4560-9526-53e482e2ac6c.gif)
65+
66+
### Data visualization: Support for "URL query parameters" and "current role" variables (<a href="https://github.com/nocobase/nocobase/pull/4586" target="_blank">#4586</a>)
67+
68+
![data-visualization-filter-block](https://static-docs.nocobase.com/202406071148997.png)
69+
70+
![data-visualization-filter](https://static-docs.nocobase.com/202406071149567.png)
71+
72+
## Improvements
73+
74+
### Import and export function optimization (<a href="https://github.com/nocobase/nocobase/pull/4468" target="_blank">#4468</a>)
75+
76+
Improved the stability of import and export function, increased the limit of import and export to 2000 records. Supports extended import and export logic of custom field types.
77+
78+
![20240611112948](https://static-docs.nocobase.com/20240611112948.png)
79+
80+
### Avoid misoperation by disabling the date variable option (<a href="https://github.com/nocobase/nocobase/pull/4452" target="_blank">#4452</a>)
81+
82+
Except for the "current time", the variables representing dates are intervals (arrays) rather than moments (strings). They can be used for filtering, but cannot be directly used as default values.
83+
84+
![20240527150429](https://static-docs.nocobase.com/20240527150429.png)
85+
86+
### Linkage rule assignment interaction optimization (<a href="https://github.com/nocobase/nocobase/pull/4492" target="_blank">#4492</a>)
87+
88+
Multi-select fields do not show assignment options. If a single-select field is selected and assigned, then switching to a multi-select field will clear the configuration
89+
90+
![20240603143309](https://static-docs.nocobase.com/20240603143309.png)
91+
92+
### Adjust the top-right icon of the action column in the table block (<a href="https://github.com/nocobase/nocobase/pull/4538" target="_blank">#4538</a>)
93+
94+
![20240603115131](https://nocobase-docs.oss-cn-beijing.aliyuncs.com/20240603115131.png)
95+
96+
### ErrorFallback (<a href="https://github.com/nocobase/nocobase/pull/4459" target="_blank">#4459</a>)
97+
98+
Refining error fallback for different components in the frontend to prevent the entrie page from becoming unusable due to a frontend error.
99+
100+
![error-fallback](https://static-docs.nocobase.com/20240604122043_rec_.gif)
101+
102+
### Collect debug information and quickly download logs when a frontend error occurs(<a href="https://github.com/nocobase/nocobase/pull/4524" target="_blank">#4524</a>)
103+
104+
![error-fallback-log](https://static-docs.nocobase.com/202406041224009.png)
105+
106+
### Others
107+
108+
- Modify character length limit of username to 1-50 (<a href="https://github.com/nocobase/nocobase/pull/4502" target="_blank">#4502</a>)
109+
- Do not hide foreign key fields(<a href="https://github.com/nocobase/nocobase/pull/4499" target="_blank">#4499</a>)
110+
111+
## Bug fixes
112+
113+
### The data scope in the permission configuration dialog should not support the "Current form" and "Current popup record" variables (<a href="https://github.com/nocobase/nocobase/pull/4484" target="_blank">#4484</a>)
114+
115+
![20240527145519](https://static-docs.nocobase.com/20240527145519.png)
116+
117+
### Support selecting the value of a variable directly as the default value for a association field (<a href="https://github.com/nocobase/nocobase/pull/4439" target="_blank">#4439</a>)
118+
119+
![20240603121447](https://nocobase-docs.oss-cn-beijing.aliyuncs.com/20240603121447.png)
120+
121+
### Fix the issue of error when adding "Custom request" action multiple times (<a href="https://github.com/nocobase/nocobase/pull/4458" target="_blank">#4458</a>)
122+
123+
![20240603115234](https://nocobase-docs.oss-cn-beijing.aliyuncs.com/20240603115234.png)
124+
125+
### Others
126+
127+
- Fix the issue of content in the sub-table not being cleared after form submission. (<a href="https://github.com/nocobase/nocobase/pull/4475" target="_blank">#4475</a>)
128+
- Fix the issue of abnormal use of the "Current object" variable in the sub-table. (<a href="https://github.com/nocobase/nocobase/pull/4521" target="_blank">#4521</a>)
129+
- add 'Set default zoom level' option for map fields. (<a href="https://github.com/nocobase/nocobase/pull/4527" target="_blank">#4527</a>)
130+
- Fix the issue of block not being displayed when adding a block using block templates in a popup window. (<a href="https://github.com/nocobase/nocobase/pull/4531" target="_blank">#4531</a>)
131+
- Fix the style issue of form data templates. (<a href="https://github.com/nocobase/nocobase/pull/4536" target="_blank">#4536</a>)
132+
- Workflow: expression box style disappeared in calculation node. (<a href="https://github.com/nocobase/nocobase/pull/4513" target="_blank">#4513</a>)
133+
- Workflow: field type incorrect when created in custom form of manual node. (<a href="https://github.com/nocobase/nocobase/pull/4519" target="_blank">#4519</a>)
134+
- Workflow: permission issue of triggering custom action event. (<a href="https://github.com/nocobase/nocobase/pull/4522" target="_blank">#4522</a>)
135+
- Workflow: incorrect depth configuration of preloading assoacition for multiple data source. (<a href="https://github.com/nocobase/nocobase/pull/4526" target="_blank">#4526</a>)
136+
- `json-templates` library bug. (<a href="https://github.com/nocobase/nocobase/pull/4525" target="_blank">#4525</a>)
137+
- File manager: error when uploading or deleting file on COS. (<a href="https://github.com/nocobase/nocobase/pull/4529" target="_blank">#4529</a>, <a href="https://github.com/nocobase/nocobase/pull/4537" target="_blank">#4537</a>)
138+
- Form linkage rule displays [object Object] when assigning a value of 0.00 to a numeric field. (<a href="https://github.com/nocobase/nocobase/pull/4482" target="_blank">#4482</a>)
139+
- Subtable is missing the control setting item for the add new button. (<a href="https://github.com/nocobase/nocobase/pull/4498" target="_blank">#4498</a>)
140+
- Submit button in the table edit form is missing the linkage rule setting item. (<a href="https://github.com/nocobase/nocobase/pull/4515" target="_blank">#4515</a>)
141+
- Data-visualization: fix the issue of field components invisible when setting default values for chart filter fields (<a href="https://github.com/nocobase/nocobase/pull/4509" target="_blank">#4509</a>)
142+
- Authentication: fix the issue where the sign up page is not found for newly created basic authenticator. (<a href="https://github.com/nocobase/nocobase/pull/4556" target="_blank">#4556</a>)
143+
- Localization: fix the issue where the page titles is not translated when translating the menu texts. (<a href="https://github.com/nocobase/nocobase/pull/4557" target="_blank">#4557</a>)
144+
- Map: fix the issue where AMap shows a key error despite correct configuration. (<a href="https://github.com/nocobase/nocobase/pull/4574" target="_blank">#4574</a>)
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Contribuer
2+
3+
- Forker le code source dans votre repository
4+
- Modifier le code source
5+
- Soummetre une pull request
6+
- Signer la CLA
7+
8+
## Télécharger
9+
10+
```bash
11+
# Remplacer l'adresse git suivante par votre repo
12+
git clone https://github.com/nocobase/nocobase.git
13+
cd nocobase
14+
yarn install
15+
```
16+
17+
## Développer et tester
18+
19+
```bash
20+
# Installer et démarrer l'application
21+
yarn dev
22+
# Lancer tous les tests
23+
yarn test
24+
# Lancer tous les fichiers test du dossier
25+
yarn test <dir>
26+
# Lancer un fichier test
27+
yarn test <file>
28+
```
29+
30+
## Aperçu de la documentation
31+
32+
```bash
33+
# Démarrer la documentation
34+
yarn doc --lang=zh-CN
35+
yarn doc --lang=en-US
36+
```
37+
38+
La documentation se trouve dans le répertoire docs et suit la syntaxe Markdown
39+
40+
```bash
41+
|- /docs/
42+
|- en-US
43+
|- fr-FR
44+
|- zh-CN
45+
```
46+
47+
## Autres
48+
49+
Pour plus d'instructions CLI, veuillez vous reporter au chapitre [NocoBase CLI](https://docs.nocobase.com/api/cli).
50+
51+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# FAQ
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Remerciements
2+
3+
NocoBase utilise des produits open source excellents et éprouvés, à qui nous exprimons notre sincère gratitude.
4+
5+
- [Ant Design](https://ant.design/)
6+
- [Dnd Kit](https://dndkit.com/)
7+
- [Formily](https://github.com/alibaba/formily)
8+
- [I18next](https://www.i18next.com/)
9+
- [Koa](https://koajs.com/)
10+
- [React](https://reactjs.org/)
11+
- [Sequelize](https://sequelize.org/)
12+
- [UmiJS](https://umijs.org/)

0 commit comments

Comments
 (0)