From 40dc78db01aa37ada68da938da731702185372f4 Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Mon, 2 Dec 2024 12:41:54 +0200 Subject: [PATCH 1/7] resolved issue 7419 --- .../views/components/search/advanced-search.htm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arches/app/templates/views/components/search/advanced-search.htm b/arches/app/templates/views/components/search/advanced-search.htm index 79417ef40f5..a659e9dc366 100644 --- a/arches/app/templates/views/components/search/advanced-search.htm +++ b/arches/app/templates/views/components/search/advanced-search.htm @@ -89,7 +89,7 @@
From 67df235c3e595af473821a79a3290b2a034633fe Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Mon, 2 Dec 2024 16:32:47 +0200 Subject: [PATCH 2/7] upgrade style --- .../components/search/advanced-search.htm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/arches/app/templates/views/components/search/advanced-search.htm b/arches/app/templates/views/components/search/advanced-search.htm index a659e9dc366..3d93c2ea10b 100644 --- a/arches/app/templates/views/components/search/advanced-search.htm +++ b/arches/app/templates/views/components/search/advanced-search.htm @@ -112,14 +112,16 @@ >
- {% trans ' Expand' %} - {% trans ' Collapse' %} + + {% trans ' Expand' %} + + {% trans ' Collapse' %}
From 18b369cd8118fa2a7943184d19ba12bfc7cfde01 Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Mon, 2 Dec 2024 16:54:22 +0200 Subject: [PATCH 3/7] upgrade style --- .../components/search/_advanced-search.scss | 5 +++++ .../components/search/advanced-search.htm | 22 ++++++++++--------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/arches/app/media/css/components/search/_advanced-search.scss b/arches/app/media/css/components/search/_advanced-search.scss index a120234ae65..564d795e619 100644 --- a/arches/app/media/css/components/search/_advanced-search.scss +++ b/arches/app/media/css/components/search/_advanced-search.scss @@ -45,6 +45,11 @@ } } +.tree-display-tool{ + width: max-content; + color: #777; + font-size: 1.2rem; +} .facets-container { width: 275px; border-inline-start: 1px solid #ddd; diff --git a/arches/app/templates/views/components/search/advanced-search.htm b/arches/app/templates/views/components/search/advanced-search.htm index 3d93c2ea10b..15d35652264 100644 --- a/arches/app/templates/views/components/search/advanced-search.htm +++ b/arches/app/templates/views/components/search/advanced-search.htm @@ -112,16 +112,18 @@ > From 10e7fcb8610e160ce920c5f51317fe4daea94412 Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Mon, 2 Dec 2024 17:07:26 +0200 Subject: [PATCH 4/7] add comment --- releases/7.6.4.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 releases/7.6.4.md diff --git a/releases/7.6.4.md b/releases/7.6.4.md new file mode 100644 index 00000000000..2d766d97290 --- /dev/null +++ b/releases/7.6.4.md @@ -0,0 +1,34 @@ +## Arches 7.6.4 Release Notes + +### Bug Fixes and Enhancements + +- Remove unnecessary creation of guardian permissions for principal user #[11564](https://github.com/archesproject/arches/issues/11564) +- Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) +- Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) +- Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) +- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) +### Dependency changes: + +``` +Python: + Upgraded: + None +JavaScript: + Upgraded: + none +``` + +### Upgrading Arches + +1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) + +2. Upgrade to Arches 7.6.4 + + ``` + pip install --upgrade arches==7.6.4 + ``` + +3. If you are running Arches on Apache, restart your server: + ``` + sudo service apache2 reload + ``` From 81b05fba892330535c3ee25dcbca5747df85e71e Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Thu, 5 Dec 2024 17:20:43 +0200 Subject: [PATCH 5/7] release update --- releases/7.6.4.md | 2 +- releases/8.0.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/7.6.4.md b/releases/7.6.4.md index 2d766d97290..c321eda81bf 100644 --- a/releases/7.6.4.md +++ b/releases/7.6.4.md @@ -6,7 +6,7 @@ - Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) - Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) - Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) -- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) + ### Dependency changes: ``` diff --git a/releases/8.0.0.md b/releases/8.0.0.md index 3b7046a6932..5619af9de6a 100644 --- a/releases/8.0.0.md +++ b/releases/8.0.0.md @@ -28,7 +28,7 @@ Arches 8.0.0 Release Notes - Make number datatype node values searchable in the main search [#11619](https://github.com/archesproject/arches/issues/11619) - Prevent navigation to a new browser tab when clicking Manage link in index.htm [#11635](https://github.com/archesproject/arches/issues/11635) - Add support for tile sort order to the bulk data manager [#11638](https://github.com/archesproject/arches/pull/11638) - +- Add expand all and collapse all buttons to the top of the list much like the node tree in the graph designer.#[7419](https://github.com/archesproject/arches/issues/7419) ### Dependency changes ``` Python: From daa4f54bc125dcb214788c9fdc86ea554c8bdd52 Mon Sep 17 00:00:00 2001 From: vouidaskis <55787375+vouidaskis@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:22:59 +0200 Subject: [PATCH 6/7] Delete releases/7.6.4.md --- releases/7.6.4.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 releases/7.6.4.md diff --git a/releases/7.6.4.md b/releases/7.6.4.md deleted file mode 100644 index c321eda81bf..00000000000 --- a/releases/7.6.4.md +++ /dev/null @@ -1,34 +0,0 @@ -## Arches 7.6.4 Release Notes - -### Bug Fixes and Enhancements - -- Remove unnecessary creation of guardian permissions for principal user #[11564](https://github.com/archesproject/arches/issues/11564) -- Fix Graph Designer failure when editing large graphs #[11615](https://github.com/archesproject/arches/issues/11615) -- Fix failure to download exported search results when using non file-system based storages #[11620](https://github.com/archesproject/arches/issues/11620) -- Cache resource relationship preflabels to improve report load time #[11583](https://github.com/archesproject/arches/issues/11583) - -### Dependency changes: - -``` -Python: - Upgraded: - None -JavaScript: - Upgraded: - none -``` - -### Upgrading Arches - -1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) - -2. Upgrade to Arches 7.6.4 - - ``` - pip install --upgrade arches==7.6.4 - ``` - -3. If you are running Arches on Apache, restart your server: - ``` - sudo service apache2 reload - ``` From 7591b820a9b85b44cd0c544192b026173db33391 Mon Sep 17 00:00:00 2001 From: vouidaskis Date: Wed, 18 Dec 2024 16:36:45 +0200 Subject: [PATCH 7/7] i added just a little space between the expand and collapse buttons --- arches/app/media/css/components/search/_advanced-search.scss | 4 ++++ .../app/templates/views/components/search/advanced-search.htm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/arches/app/media/css/components/search/_advanced-search.scss b/arches/app/media/css/components/search/_advanced-search.scss index 564d795e619..dfb8eed040f 100644 --- a/arches/app/media/css/components/search/_advanced-search.scss +++ b/arches/app/media/css/components/search/_advanced-search.scss @@ -50,6 +50,10 @@ color: #777; font-size: 1.2rem; } +.spacing-class { + margin-left: 7px; +} + .facets-container { width: 275px; border-inline-start: 1px solid #ddd; diff --git a/arches/app/templates/views/components/search/advanced-search.htm b/arches/app/templates/views/components/search/advanced-search.htm index 15d35652264..61f64eadd58 100644 --- a/arches/app/templates/views/components/search/advanced-search.htm +++ b/arches/app/templates/views/components/search/advanced-search.htm @@ -119,7 +119,7 @@ {% trans ' Expand' %} {% trans ' Collapse' %}