From a05f28147f0e4446b0882ac82b0c524de167160c Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Mon, 14 Oct 2024 15:48:26 +0200 Subject: [PATCH 1/3] Chg: Update VERSION.json Urgency --- src/VERSION.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VERSION.json b/src/VERSION.json index d14f978..0792721 100644 --- a/src/VERSION.json +++ b/src/VERSION.json @@ -1,4 +1,4 @@ { - "version": "1.24", + "version": "1.25", "application": "Cerebrate" } From 9e69bc72396fb596dc6702ecff67ab8255e04b39 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 10 Nov 2024 12:11:22 +0100 Subject: [PATCH 2/3] fix: Correct description on add brood view --- templates/Broods/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Broods/add.php b/templates/Broods/add.php index f5666d2..51736db 100644 --- a/templates/Broods/add.php +++ b/templates/Broods/add.php @@ -1,7 +1,7 @@ element('genericElements/Form/genericForm', array( 'data' => array( - 'description' => __('Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in genral require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them.'), + 'description' => __('Cerebrate can connect to other Cerebrate instances to exchange trust information and to instrument interconnectivity between connected local tools. Each such Cerebrate instance with its connected tools is considered to be a brood.'), 'model' => 'Organisations', 'fields' => array( array( From 7d08623ca85c8534b61e8d57ff727520390d4b99 Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sun, 10 Nov 2024 12:16:38 +0100 Subject: [PATCH 3/3] fix: fix typo in individuals description --- templates/Individuals/add.php | 2 +- webroot/docs/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Individuals/add.php b/templates/Individuals/add.php index e14a46a..30a3615 100644 --- a/templates/Individuals/add.php +++ b/templates/Individuals/add.php @@ -1,7 +1,7 @@ element('genericElements/Form/genericForm', array( 'data' => array( - 'description' => __('Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in genral require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them.'), + 'description' => __('Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in general require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them.'), 'model' => 'Organisations', 'fields' => array( array( diff --git a/webroot/docs/openapi.yaml b/webroot/docs/openapi.yaml index 5a834f7..a48ba0f 100644 --- a/webroot/docs/openapi.yaml +++ b/webroot/docs/openapi.yaml @@ -10,7 +10,7 @@ servers: tags: - name: Individuals - description: "Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in genral require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them." + description: "Individuals are natural persons. They are meant to describe the basic information about an individual that may or may not be a user of this community. Users in general require an individual object to identify the person behind them - however, no user account is required to store information about an individual. Individuals can have affiliations to organisations and broods as well as cryptographic keys, using which their messages can be verified and which can be used to securely contact them." - name: Users description: "Users enrolled in this Cerebrate instance." - name: Organisations