Skip to content

[data_release] Fixed issue where version and file name were displayed as encoded values#10693

Merged
driusan merged 7 commits into
aces:29.0-releasefrom
lapadulamichael:2026_06_19_Fix_versions_displayed_encoded_chars_data_release
Jul 2, 2026
Merged

[data_release] Fixed issue where version and file name were displayed as encoded values#10693
driusan merged 7 commits into
aces:29.0-releasefrom
lapadulamichael:2026_06_19_Fix_versions_displayed_encoded_chars_data_release

Conversation

@lapadulamichael

@lapadulamichael lapadulamichael commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Brief summary of changes

Modifying data_release to ensure that version and file name text is always shown decoded to the user while keeping it stored as encoded values.
image
image
image

Testing instructions (if applicable)

  1. Try adding a file with a version name containing special characters.
  2. Try selecting it in the dropdown, managing permissions, etc...
  3. Ensure that the version name is always shown decoded.
  4. Also test for file names

Link(s) to related issue(s)

  • Resolves 10636 (Reference the issue this fixes, if any.)

@github-actions github-actions Bot added Language: PHP PR or issue that update PHP code Module: data_release PR or issue related to data_release module labels Jun 25, 2026
@lapadulamichael lapadulamichael changed the base branch from main to 29.0-release June 25, 2026 19:35
@lapadulamichael lapadulamichael added 29.0.0 - Bugs Issues found during the release testing for 29.0.0 Priority: Medium labels Jun 25, 2026
@lapadulamichael lapadulamichael force-pushed the 2026_06_19_Fix_versions_displayed_encoded_chars_data_release branch from b42bc25 to b25d5ec Compare June 25, 2026 19:59
@lapadulamichael lapadulamichael force-pushed the 2026_06_19_Fix_versions_displayed_encoded_chars_data_release branch from b25d5ec to 04d615e Compare June 25, 2026 20:07
@lapadulamichael lapadulamichael added the Needs formatting PR requires formatting fixes to meet our coding standards (PHPCS, phan, etc.) label Jun 25, 2026
@lapadulamichael lapadulamichael removed the Needs formatting PR requires formatting fixes to meet our coding standards (PHPCS, phan, etc.) label Jun 26, 2026
@CamilleBeau CamilleBeau requested a review from GeorgeMurad June 29, 2026 18:26
@lapadulamichael lapadulamichael changed the title [data_release] Fixed issue where version name was displayed as encoded values [data_release] Fixed issue where version and file name were displayed as encoded values Jun 29, 2026
@github-actions github-actions Bot added the Language: Javascript PR or issue that update Javascript code label Jun 29, 2026
@GeorgeMurad

Copy link
Copy Markdown
Contributor

@lapadulamichael Do we need to run npm run compile?

@GeorgeMurad GeorgeMurad left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@driusan driusan merged commit 2617eb2 into aces:29.0-release Jul 2, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

29.0.0 - Bugs Issues found during the release testing for 29.0.0 Language: Javascript PR or issue that update Javascript code Language: PHP PR or issue that update PHP code Module: data_release PR or issue related to data_release module Priority: Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[data_release] Special characters in version name displayed as encoded characters to user

3 participants