From 3b6b32ca35b41d8d46c655a7a98362bd70d4a365 Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Tue, 23 Jul 2024 11:28:58 +0200 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9802b461..21e3cc861b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [RDMO 2.2.0](https://github.com/rdmorganiser/rdmo/compare/2.1.3...2.2.0) (Jul 25, 2024) + +* Add new projects overview + * Projects are now displayed in an interactive table which can be filtered and ordered +* Add new import interface to management + * Show detailed information what is new and what changed + * Show a summary of warnings and errors at the top of the page +* Add validation depending on the `value_type` configured for the question + * Validation needs to be enabled using `PROJECT_VALUES_VALIDATION = True` + * Configuration can be adjusted using settings for each value_type +* Enable markdown rendering for titles and texts of elements +* All parent attributes are now added to the full XML export +* Use only available catalogs for project import by users +* Add workaround for conflict validation for checkboxes +* Add `merge_attributes` management script to move related items from one attribute to another +* Add `join_values_inline` tag for views +* Add `user` and `site` to optionset provider plugins +* Add short title field for sections and pages for the navigation +* Add section progress to the navigation +* Fix a bug with conditions with non-consecutive set_index (when datasets are created and deleted) +* Fix progress action if progress did not change +* Fix a bug with element copy in management +* Fix a bug with the progress bar when a section has no pages +* Fix missing translations on buttons in management interface +* Fix link target for links in management interface +* Fix textarea resizing +* Fix export links in management +* Fix typos +* Remove local hosts from ALLOWED_HOSTS settings +* Improve admin interface +* Update default home page + ## [RDMO 2.1.3](https://github.com/rdmorganiser/rdmo/compare/2.1.2...2.1.3) (Feb 13, 2024) * Fix the migration of options with additional_input (#912) From 189c1c67bd1a6ce549c3036c5c7b53525defac5d Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Tue, 23 Jul 2024 11:41:55 +0200 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e3cc861b..760ec2f2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## [RDMO 2.2.0](https://github.com/rdmorganiser/rdmo/compare/2.1.3...2.2.0) (Jul 25, 2024) -* Add new projects overview +* Add new projects overview (#865, #355) * Projects are now displayed in an interactive table which can be filtered and ordered -* Add new import interface to management +* Add new import interface to management (#469, #468, #465, ) * Show detailed information what is new and what changed * Show a summary of warnings and errors at the top of the page * Add validation depending on the `value_type` configured for the question @@ -12,24 +12,25 @@ * Configuration can be adjusted using settings for each value_type * Enable markdown rendering for titles and texts of elements * All parent attributes are now added to the full XML export -* Use only available catalogs for project import by users -* Add workaround for conflict validation for checkboxes -* Add `merge_attributes` management script to move related items from one attribute to another -* Add `join_values_inline` tag for views -* Add `user` and `site` to optionset provider plugins -* Add short title field for sections and pages for the navigation +* Use only available catalogs for project import by users (#455) +* Add workaround for conflict validation for checkboxes (#903) +* Add `merge_attributes` management script to move related items from one attribute to another (#990) +* Add `join_values_inline` tag for views (#964) +* Add `user` and `site` to optionset provider plugins (#430) +* Add short title field for sections and pages for the navigation (#346, #363) * Add section progress to the navigation +* Add button to "leave" an element in the management interface for multi site instances (#825) * Fix a bug with conditions with non-consecutive set_index (when datasets are created and deleted) -* Fix progress action if progress did not change -* Fix a bug with element copy in management * Fix a bug with the progress bar when a section has no pages -* Fix missing translations on buttons in management interface -* Fix link target for links in management interface -* Fix textarea resizing -* Fix export links in management -* Fix typos +* Fix progress action if progress did not change +* Fix bugs with element copy in management (#995, #980) +* Fix typos and missing translations on buttons in management interface (#1020, #944) +* Fix link target for links in management interface (#1007) +* Fix textarea resizing (#1021) +* Fix export links in management (#915) +* Fix typos (#1001) * Remove local hosts from ALLOWED_HOSTS settings -* Improve admin interface +* Improve admin interface (#942, #918) * Update default home page ## [RDMO 2.1.3](https://github.com/rdmorganiser/rdmo/compare/2.1.2...2.1.3) (Feb 13, 2024) From 2b69e91388eba9a5baa763bcd928d0784f93fa1f Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Fri, 26 Jul 2024 13:32:20 +0200 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760ec2f2ec..d8b1d10a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Add new projects overview (#865, #355) * Projects are now displayed in an interactive table which can be filtered and ordered + * The projects API is now paginated (new setting PROJECT_TABLE_PAGE_SIZE) * Add new import interface to management (#469, #468, #465, ) * Show detailed information what is new and what changed * Show a summary of warnings and errors at the top of the page From d3491ee1f3ce971b20b9bac87aeb9162a0fd6d13 Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Mon, 19 Aug 2024 13:23:31 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b1d10a64..f9d538785b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ * Add `user` and `site` to optionset provider plugins (#430) * Add short title field for sections and pages for the navigation (#346, #363) * Add section progress to the navigation -* Add button to "leave" an element in the management interface for multi site instances (#825) +* Add button to add/remove the current site to an element in the management interface for multi site instances (#825) * Fix a bug with conditions with non-consecutive set_index (when datasets are created and deleted) * Fix a bug with the progress bar when a section has no pages * Fix progress action if progress did not change