Skip to content

Commit 954ff86

Browse files
committed
Update changelog and remove Shantell fonts
Expand CHANGELOG.md with multiple bug fixes, improvements, localization updates, and dependency bumps (DOMPurify, SVGO, lodash-es, minimatch). Remove several Shantell_Sans font entries from public/dist/mix-manifest.json to reflect asset removal or consolidation in the build output.
1 parent ed48811 commit 954ff86

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,32 @@
33
## Bug Fixes
44
- **Migration Fails on MySQL Strict Mode** — Fixed SQL syntax error in migrations `update_sql_30200` and `update_sql_30411` caused by using double quotes for string defaults (`DEFAULT "ocean"`); MySQL interprets these as identifier quotes, not string literals (#3284)
55
- **Ticket Inline Edits Not Updating UI** — Fixed `patch()` returning false for non-status field changes (assignee, milestone, priority), causing the API to return HTTP 500 and jQuery `.done()` callbacks to never fire; data saved correctly but UI required a page refresh (#3282)
6+
- **Ticket PATCH 500 on Bulk Updates** — Added `PATCHABLE_COLUMNS` allowlist to the tickets repository so only valid database columns are passed to UPDATE; previously non-column fields like `request_parts` caused SQL errors (#3305)
7+
- **Quick-Add Loses Swimlane Context** — Fixed quick-add form not inheriting the correct group context (milestone, priority, etc.) on kanban and list views after the query builder migration changed group ID format (#3305)
8+
- **Session Expiration Too Short for Logged-In Users** — Fixed session driver ordering bug where API/cron requests created persistent session files that were never cleaned up; the `esl` cookie workaround intended to shorten anonymous session lifetime had a chicken-and-egg bug that also limited logged-in sessions to 60 minutes (#3304)
9+
- **Calendar First Day of Week Ignored** — Added missing `firstDay` locale option to the main calendar view and the dashboard calendar widget (#3299)
10+
- **PostgreSQL GROUP BY Error on Timesheets** — Fixed `getLoggedHoursForTicket()` and `getTimesheetsByTicket()` selecting non-aggregated columns without grouping them, which PostgreSQL rejects (#3302)
11+
- **PostgreSQL ROUND() Error on Ticket Queries** — Fixed `getAllBySearchCriteria()` calling `ROUND(double precision, integer)` which PostgreSQL does not support; replaced with `CAST(SUM(hours) AS DECIMAL(10,2))` in the subquery (#3301)
12+
- **Closed Project Tasks in My Todos** — Added project state filter so tasks from closed projects no longer appear in the My Todos widget (#3297)
13+
- **User Settings Deserialization Error** — Fixed `getUserSettings()` returning stdClass instead of array after the query builder migration, causing array access failures (#3295)
14+
- **LDAP Group Assignment JSON Parsing** — Fixed `preg_replace` stripping whitespace inside JSON string values and added `stripslashes()` for env-sourced backslash-escaped JSON (#3308)
615
- **File Viewing Broken on Shared Hosting** — Replaced `$storage->download()` (which relies on `fpassthru()`) with a direct file read and manual Response; fixes 500 errors on cPanel/shared hosts where `fpassthru` is in `disable_functions` (#3213)
716
- **Ideas Saved to canvasId 0** — Fixed `IdeaDialog` controller never assigning `currentCanvas` to the template, causing the hidden form field to always render as empty; the post handler now also reads the submitted `canvasId` instead of relying solely on session state (#3181)
817
- **Plugin Details Page TypeError** — Fixed crash when viewing marketplace plugin details caused by the API returning strings or nulls where the `MarketplacePlugin` model expects arrays or ints; all builder call sites now use explicit type casts and the model has safe property defaults (#3207)
918

19+
## Improvements
20+
- **Design Tokens** — Replaced hardcoded color, spacing, and shadow values with CSS custom properties across 10 component stylesheets for consistent theming (#3290, #3291)
21+
- **Accessibility & View System** — Miscellaneous accessibility improvements and view composer fixes (#3292)
22+
- **Session Handling** — API and cron requests now use in-memory array sessions from the start, preventing persistent session file accumulation on the server
23+
24+
## Localization
25+
- Updated Brazilian Portuguese (pt-BR) translations
26+
27+
## Dependency Updates
28+
- Bumped DOMPurify from 3.2.5 to 3.3.3
29+
- Bumped SVGO from 2.8.0 to 2.8.2
30+
- Bumped lodash-es and minimatch
31+
1032
---
1133

1234
# Version: 3.7.1

public/dist/mix-manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"/images/chosen-sprite-light@2x.png?a0b7f3f18d93f6730bb20aa64fb27644": "/images/chosen-sprite-light@2x.png?a0b7f3f18d93f6730bb20aa64fb27644",
99
"/images/loading-animation.svg?ab1aba24e1bc5686efac62cba12cafb7": "/images/loading-animation.svg?ab1aba24e1bc5686efac62cba12cafb7",
1010
"/images/calarrow.png?560fd036ad4b37c2d23000acc81def00": "/images/calarrow.png?560fd036ad4b37c2d23000acc81def00",
11-
"/fonts/Shantell_Sans-Informal_Regular.woff2?241fa2668a31e4eb71e8539cfe60ef4b": "/fonts/Shantell_Sans-Informal_Regular.woff2?241fa2668a31e4eb71e8539cfe60ef4b",
12-
"/fonts/Shantell_Sans-Informal_Bold_Italic.woff2?f6d317a4cc41d53053afbf0a9c9228fc": "/fonts/Shantell_Sans-Informal_Bold_Italic.woff2?f6d317a4cc41d53053afbf0a9c9228fc",
13-
"/fonts/Shantell_Sans-Informal_Bold.woff2?f8bfd61789da277fc19c1e2796ac92f3": "/fonts/Shantell_Sans-Informal_Bold.woff2?f8bfd61789da277fc19c1e2796ac92f3",
14-
"/fonts/Shantell_Sans-Informal_Regular_Italic.woff2?86c11baf018aef8712abcfb4024e5da5": "/fonts/Shantell_Sans-Informal_Regular_Italic.woff2?86c11baf018aef8712abcfb4024e5da5",
1511
"/fonts/Atkinson-Hyperlegible-Regular-102.ttf?0f70189614a5d1405a86b2f339e97711": "/fonts/Atkinson-Hyperlegible-Regular-102.ttf?0f70189614a5d1405a86b2f339e97711",
1612
"/fonts/Atkinson-Hyperlegible-Regular-102a.woff2?7572a7a55ffff1170d864220b567ca60": "/fonts/Atkinson-Hyperlegible-Regular-102a.woff2?7572a7a55ffff1170d864220b567ca60",
1713
"/fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf?8bec52de3cf4d8e84edadef06c7952a6": "/fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf?8bec52de3cf4d8e84edadef06c7952a6",

0 commit comments

Comments
 (0)