Skip to content

[dashboard | statistics] Add Project Size to dashboard charts - #3

Open
jeffersoncasimir wants to merge 413 commits into
mainfrom
2025_09_11_project_size_chart
Open

[dashboard | statistics] Add Project Size to dashboard charts#3
jeffersoncasimir wants to merge 413 commits into
mainfrom
2025_09_11_project_size_chart

Conversation

@jeffersoncasimir

@jeffersoncasimir jeffersoncasimir commented Sep 15, 2025

Copy link
Copy Markdown
Owner

Adds project sizes to the dashboard:

Screenshot 2025-10-20 at 5 58 23 PM Screenshot 2025-10-20 at 5 58 26 PM Screenshot 2025-10-20 at 5 58 42 PM

CamilleBeau and others added 26 commits June 10, 2026 13:09
* [api][imaging_browser] Add permission check in API for editing MRI QC Status

* add project check
Update the dashboard recruitment age chart to show Age ranges in numeric order rather than lexical order.
Fix formatting to resolve PHPCS errors with test suite.
Adds to the Email.class.inc library file to be able to add
attachments to emails sent by LORIS.

This is done by detecting whether an array of attachments was added, and
if so, changing the Content-Type to multi-part and adding each
attachment individually. If no attachments are passed as an argument,
then the Email class continues as it did before.
…ces#8997)

Adds/checks Site/Project permission when an unauthorized site
user tries to access instruments via a direct link.

Fixes aces#6880
Makes the Header policy button and the Policy button in request
account / login show on Mobile devices

* Closes aces#10150
aces#9370)

Fix foreign key constraint errors when running drop script.

Fixes aces#8811
Translate some parts were missing on the Batch Edit page

Fixes aces#10270
)

Add French and Japanese translatable config settings to RB, since there
are now language ids for the foreign keys to reference since aces#10515

Without this, the demo doesn't look like it's properly translated.
Translate the names of the projects on the study progression dashboard widget.
- Add Rejected status to issue tracker. Only someone with `Can re-assign
issues, mark issues as closed, comment on all, edit issues.` permission
can change the status to this.
- Add fr translations for raisinbread db tables
- Translates user-facing Data Release labels and SweetAlert buttons.
- Adds missing locale entries for file upload, user, and confirmation
strings.

* Resolves aces#10275
Translate the cohort/visit on the filters in the dashboard widget.
Fix translation of "Study Queries" widget header on dashboard.

Resolves aces#10266
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.9.0 to
2.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/psr7/releases">guzzlehttp/psr7's
releases</a>.</em></p>
<blockquote>
<h2>2.10.2</h2>
<h3>Security</h3>
<ul>
<li>Reject control and whitespace characters in URI host components
(GHSA-hq7v-mx3g-29hw)</li>
<li>Reject malformed Host values when constructing request URIs
(GHSA-34xg-wgjx-8xph)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Make <code>ServerRequest::fromGlobals()</code> robust against
unexpected HTTP header value types in <code>$_SERVER</code></li>
</ul>
<h2>2.10.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>Utils::modifyRequest()</code> with numeric header
names</li>
</ul>
<h2>2.10.0</h2>
<ul>
<li>Harden <code>ServerRequest::fromGlobals()</code> against malformed
<code>$_SERVER</code> values</li>
<li>Prevent custom stream metadata from affecting internal size
handling</li>
<li>Throw when <code>StreamWrapper::getResource()</code> cannot create a
resource</li>
<li>Preserve custom request implementations in
<code>Utils::modifyRequest()</code></li>
<li>Preserve custom URI implementations in
<code>UriResolver::resolve()</code></li>
<li>Make <code>Uri::__toString()</code> side-effect-free</li>
</ul>
<h2>2.9.1</h2>
<ul>
<li>Fix parsing of relative path references containing a colon in a
non-initial path segment</li>
<li>Fix <code>CachingStream::detach()</code> returning an incomplete
resource before the decorated stream has been fully read</li>
<li>Fix <code>Message::bodySummary()</code> returning <code>null</code>
when truncating printable UTF-8 bodies inside a multibyte character</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/psr7/blob/2.11/CHANGELOG.md">guzzlehttp/psr7's
changelog</a>.</em></p>
<blockquote>
<h2>2.10.2 - 2026-05-25</h2>
<h3>Security</h3>
<ul>
<li>Reject control and whitespace characters in URI host components
(GHSA-hq7v-mx3g-29hw)</li>
<li>Reject malformed Host values when constructing request URIs
(GHSA-34xg-wgjx-8xph)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Make <code>ServerRequest::fromGlobals()</code> robust against
unexpected HTTP header value types in <code>$_SERVER</code></li>
</ul>
<h2>2.10.1 - 2026-05-20</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>Utils::modifyRequest()</code> with numeric header
names</li>
</ul>
<h2>2.10.0 - 2026-05-19</h2>
<h3>Changed</h3>
<ul>
<li>Harden <code>ServerRequest::fromGlobals()</code> against malformed
<code>$_SERVER</code> values</li>
<li>Prevent custom stream metadata from affecting internal size
handling</li>
<li>Throw when <code>StreamWrapper::getResource()</code> cannot create a
resource</li>
<li>Preserve custom request implementations in
<code>Utils::modifyRequest()</code></li>
<li>Preserve custom URI implementations in
<code>UriResolver::resolve()</code></li>
<li>Make <code>Uri::__toString()</code> side-effect-free</li>
</ul>
<h2>2.9.1 - 2026-05-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fix parsing of relative path references containing a colon in a
non-initial path segment</li>
<li>Fix <code>CachingStream::detach()</code> returning an incomplete
resource before the decorated stream has been fully read</li>
<li>Fix <code>Message::bodySummary()</code> returning <code>null</code>
when truncating printable UTF-8 bodies inside a multibyte character</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/guzzle/psr7/commit/a1bbdc172f32a25fe999965b65b6e71fd87da9ed"><code>a1bbdc1</code></a>
Release 2.10.2</li>
<li><a
href="https://github.com/guzzle/psr7/commit/c68fe44ea6b56eb0a7ebdeb9012fb7efbc37c2d3"><code>c68fe44</code></a>
Reject malformed Host authorities (<a
href="https://redirect.github.com/guzzle/psr7/issues/717">#717</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/a0fda818b0f74482925e66e814fe9afb48fd2fa5"><code>a0fda81</code></a>
Normalize global header values (<a
href="https://redirect.github.com/guzzle/psr7/issues/718">#718</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/12caca7f2302477216a460fabf93a92659835a06"><code>12caca7</code></a>
Reject control characters in URI hosts (<a
href="https://redirect.github.com/guzzle/psr7/issues/715">#715</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/73ab136360b5dfd858006eae9795e8fe43c80361"><code>73ab136</code></a>
Release 2.10.1</li>
<li><a
href="https://github.com/guzzle/psr7/commit/52ce6eb1b89d53e03ebe574bdd97371cbb669743"><code>52ce6eb</code></a>
Fix modifyRequest with numeric header names (<a
href="https://redirect.github.com/guzzle/psr7/issues/667">#667</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/d5ddaf5743c42a61cb6100f83dc9d5a2bafe75ca"><code>d5ddaf5</code></a>
Release 2.10.0</li>
<li><a
href="https://github.com/guzzle/psr7/commit/de80dd89cc74bbf989454c700d632b87a1a1ace0"><code>de80dd8</code></a>
Throw when StreamWrapper resource creation fails (<a
href="https://redirect.github.com/guzzle/psr7/issues/662">#662</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/913f97fedb7d101d968494bdf603739bfa94169e"><code>913f97f</code></a>
Use native stream URI for size cache (<a
href="https://redirect.github.com/guzzle/psr7/issues/661">#661</a>)</li>
<li><a
href="https://github.com/guzzle/psr7/commit/ed659d5c2254b9d2af3a1b77257b91a4899e313c"><code>ed659d5</code></a>
Harden ServerRequest globals handling (<a
href="https://redirect.github.com/guzzle/psr7/issues/660">#660</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/guzzle/psr7/compare/2.9.0...2.10.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guzzlehttp/psr7&package-manager=composer&previous-version=2.9.0&new-version=2.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/aces/Loris/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…slated interfaces (aces#10217) (aces#10302)

Fixed a bug in the MRI Violations module where updating a resolution
status (e.g., "Reran", "Rejected") applied changes to the wrong row (or
no row) when using any non-English interface.

* Resolves aces#10217
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment