[dashboard | statistics] Add Project Size to dashboard charts - #3
Open
jeffersoncasimir wants to merge 413 commits into
Open
[dashboard | statistics] Add Project Size to dashboard charts#3jeffersoncasimir wants to merge 413 commits into
jeffersoncasimir wants to merge 413 commits into
Conversation
jeffersoncasimir
force-pushed
the
2025_09_11_project_size_chart
branch
from
September 17, 2025 19:28
b56d573 to
d76e4b5
Compare
jeffersoncasimir
marked this pull request as ready for review
October 20, 2025 21:59
jeffersoncasimir
force-pushed
the
2025_09_11_project_size_chart
branch
2 times, most recently
from
October 29, 2025 16:42
263a893 to
15842fa
Compare
* [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.
Merge 27.0 into the 28 branch
Merge 28.0-release branch into main
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.
Makes the Header policy button and the Policy button in request account / login show on Mobile devices * Closes aces#10150
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 /> [](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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds project sizes to the dashboard: