Skip to content

Commit 5d64a05

Browse files
Merge pull request #222 from codevence/develop
Release 4.25.0 (Preview)
2 parents 502cb12 + c1d6c66 commit 5d64a05

File tree

7 files changed

+55
-22
lines changed

7 files changed

+55
-22
lines changed

docs/applications/admin-center/settings/authentication/openid.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Back in the |project_name| settings, we can fill **Client ID**, **Client Secret*
2121

2222
After setting a new OpenID service, we should directly test it and verify that the configuration works well. For that, we can simply open our |project_name| instance in a new anonymous window of the web browser.
2323

24+
25+
Automations
26+
===========
27+
2428
We can use the **Create automation** button to add some extra steps after users use this login option. There are two tabs. Configuration, where we can set up automation using the `Integration SDK <https://integration-sdk.fair-wizard.com/en/latest/>`__ and Logs where we can see logs of the automation. The automation can have its name changed and it can be enabled or disabled. See details in :ref:`automations`.
2529

2630
.. figure:: openid/openid-detail.png

docs/applications/admin-center/settings/system/features.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Features
22
********
33

4+
Settings of various miscellaneous features.
5+
46
.. figure:: features/features.png
57

68
Switchable features.

docs/applications/data-management-planner/knowledge-models/editors/detail/knowledge-model.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ There are different entities we can edit in the knowledge model, the editor show
6060

6161
Besides their own fields, each entity has so called **Annotations**. They are arbitrary key value pairs that can be assigned to the entity and used later, when :ref:`developing a document template<document-template-development>`.
6262

63+
URL Checker
64+
===========
65+
66+
If we have at least one :ref:`URL Reference<url-reference>` in the knowledge model, a new tab :guilabel:`URL Checker` appears in the knowledge model editor. Here we can check whether each used URL is reachable or not. This allows us to quickly find broken links in the knowledge model and fix them.
67+
68+
.. TODO::
69+
70+
Add figure
71+
6372

6473
Warnings
6574
========

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
registry_name = 'FAIR Wizard Registry'
2727

2828
# The full version, including alpha/beta/rc tags
29-
version = release = '4.24'
29+
version = release = '4.25'
3030

3131
rst_prolog = f"""
3232

docs/more/development/integration-questions/integration-api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ If we want to connect an external service using the API there are certain requir
2727
Configuration
2828
=============
2929

30+
Watch this video to learn the basic API Integration setup:
31+
32+
.. youtube:: 9sHusXY95Pc
33+
:width: 100%
34+
:align: center
35+
36+
3037
The configuration is done in the :ref:`knowledge model editor<knowledge-model-editor>`. First of all, we need to create a new integration and choose its **Type** to be **API**. Then we need to fill the integration **Name**.
3138

3239
Advanced Integration Configuration

docs/more/miscellaneous/keyboard-shortcuts.rst

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,37 @@ Keyboard Shortcuts
33

44
Some parts of the application can be controlled using keyboard shortcuts. This page lists all available shortcuts.
55

6+
Project
7+
=======
8+
9+
We can use `Ctrl` or `Cmd` + `F` to open the project search dialog.
10+
11+
+--------------------------------+--------------------------------+
12+
| Shortcut | Description |
13+
+================================+================================+
14+
| `Ctrl/Cmd` + `F` | Open the project search dialog |
15+
+--------------------------------+--------------------------------+
16+
617
Modal Dialogs
718
=============
819

9-
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. They can be controlled using keyboard shortcuts. The following table lists all available shortcuts:
20+
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. We can control them using keyboard shortcuts. The following table lists all available shortcuts:
1021

11-
+-------------------+---------------------+
12-
| Shortcut | Description |
13-
+===================+=====================+
14-
| `ESC` | Close the dialog |
15-
+-------------------+---------------------+
16-
| `Enter` | Confirm the action |
17-
+-------------------+---------------------+
22+
+--------------------------------+--------------------------------+
23+
| Shortcut | Description |
24+
+================================+================================+
25+
| `ESC`. | Close the dialog |
26+
+--------------------------------+--------------------------------+
27+
| `Enter` | Confirm the action |
28+
+--------------------------------+--------------------------------+
1829

1930
Form Fields
2031
===========
2132

2233
Form fields can be controlled using keyboard shortcuts. Depending on the operating system we can use either `Ctrl` or `Cmd` key. Together with Enter key we can submit any form.
2334

24-
+----------------------+----------------------+
25-
| Shortcut | Description |
26-
+======================+======================+
27-
| `Ctrl/Cmd` + `Enter` | Submit form |
28-
+----------------------+----------------------+
35+
+--------------------------------+--------------------------------+
36+
| Shortcut | Description |
37+
+================================+================================+
38+
| `Ctrl/Cmd` + `Enter` | Submit form |
39+
+--------------------------------+--------------------------------+

docs/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apeye==1.4.1
44
apeye-core==1.1.5
55
autodocsumm==0.2.14
66
babel==2.17.0
7-
beartype==0.22.5
8-
beautifulsoup4==4.14.2
9-
CacheControl==0.14.3
10-
certifi==2025.10.5
7+
beartype==0.22.8
8+
beautifulsoup4==4.14.3
9+
CacheControl==0.14.4
10+
certifi==2025.11.12
1111
charset-normalizer==3.4.4
1212
cssutils==2.11.1
1313
dict2css==0.3.0.post1
@@ -31,10 +31,10 @@ packaging==25.0
3131
platformdirs==4.5.0
3232
Pygments==2.19.2
3333
PyYAML==6.0.3
34-
requests==2.32.4
34+
requests==2.32.5
3535
roman-numerals-py==3.1.0
3636
ruamel.yaml==0.18.16
37-
ruamel.yaml.clib==0.2.14
37+
ruamel.yaml.clib==0.2.15
3838
six==1.17.0
3939
snowballstemmer==3.0.1
4040
soupsieve==2.8
@@ -43,9 +43,9 @@ sphinx-autodoc-typehints==3.5.2
4343
sphinx-basic-ng==1.0.0b2
4444
sphinx-jinja2-compat==0.4.1
4545
sphinx-notfound-page==1.1.0
46-
sphinx-prompt==1.10.1
46+
sphinx-prompt==1.10.2
4747
sphinx-reredirects==1.0.0
48-
sphinx-substitution-extensions==2025.10.24
48+
sphinx-substitution-extensions==2025.11.17
4949
sphinx-tabs==3.4.5
5050
sphinx-toolbox==4.0.0
5151
sphinxcontrib-applehelp==2.0.0

0 commit comments

Comments
 (0)