-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev/7.6.x' into 1349_fix_long_name_accessibility_issues
- Loading branch information
Showing
24 changed files
with
206 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12924,3 +12924,7 @@ table.csv-mapping-table td { | |
width: auto; | ||
} | ||
} | ||
|
||
.cke_screen_reader_only { | ||
position: fixed !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Arches 7.6.5 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fix Activity Stream id value [#11727](https://github.com/archesproject/arches/issues/11727) | ||
- Prevent Arches templates from overriding App templates [#11731]https://github.com/archesproject/arches/pull/11731 | ||
- Fix search export when `FORCE_SCRIPT_NAME` is used #[11716](https://github.com/archesproject/arches/issues/11716) | ||
|
||
### Dependency changes: | ||
|
||
``` | ||
Python: | ||
Upgraded: | ||
Django == 4.2.18 (or <5.0.0) | ||
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.5 | ||
|
||
``` | ||
pip install --upgrade arches==7.6.5 | ||
``` | ||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` | ||
4. (Optional) The sass JavaScript dependency was pinned to [version 1.78 in the arches-dev-dependencies](https://github.com/archesproject/arches-dev-dependencies/pull/32) repository. This was done to silence unhelpful deprecation warnings. By default, this change will only affect projects newly created with Arches v7.6.5. Existing projects can take advantage of this change by ensuring their project's package.json file points to either the `dev/7.6.x` or `stable/7.6.5` branch of `arches-dev-dependencies` and then reinstalling and rebuilding their front-end dependencies. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## Arches 7.6.6 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fix inability to remove a second parent from a concept [#11742](https://github.com/archesproject/arches/pull/11742) | ||
- Fix slow reports when used on systems with many related resources [#11748](https://github.com/archesproject/arches/pull/11748) | ||
- Reimplement superuser bypass of nodegroup permission check [#11744](https://github.com/archesproject/arches/pull/11744) | ||
|
||
|
||
### 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.6 | ||
|
||
``` | ||
pip install --upgrade arches==7.6.6 | ||
``` | ||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Arches 7.6.7 Release Notes | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- ANALYSIS_COORDINATE_SYSTEM_SRID string compatibility [#11714](https://github.com/archesproject/arches/issues/11714) | ||
- Removes need for required cantaloupe directory [#10289](https://github.com/archesproject/arches/issues/10289) | ||
- Fixes frontend build for systems using poetry or uv [#11764](https://github.com/archesproject/arches/issues/11764) | ||
- Fixes accessibility issues from extra scroll bar caused by CKEditor screen reader css class [#11713](https://github.com/archesproject/arches/issues/11713) | ||
|
||
### 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.7 | ||
|
||
``` | ||
pip install --upgrade arches==7.6.7 | ||
``` | ||
3. If you are running Arches on Apache, restart your server: | ||
``` | ||
sudo service apache2 reload | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.