Phorge
Community maintained software collaboration suite
Phorge tags a release per fix, and years pass between the ones that reach this feed.
◆Recent moves
- 1mo ago
2026.27: Maniphest search: Throw a Query Error when passing non-digit task IDs
Maniphest search now returns a standard query error rather than an internal parameter exception when parent or subtask IDs contain non-digits, applying a check that already existed for task IDs. A defensive tidy-up with no behavioural change for valid input.
View source ↗ - 7mo ago
2025.51: Don't crash when failed to load configuration
When configuration fails to load, Phorge now skips the preconnect header rather than crashing, so its existing error screens can render with actionable package-install guidance. This turns a blank failure into a diagnosable one, which matters most to people setting up an install for the first time.
View source ↗ - 1y ago
2024.35: Subversion: fix empty "Authored on" date on commit pages
Commit pages no longer show an empty authored date for Subversion, which has no local commits and so never supplied the field git provides. A single-repository-type display fix.
View source ↗ - 3y ago
2023.23: Mobile: hide unuseful "Persistent Chat" checkbox
Removes the Persistent Chat checkbox on mobile and tablet, where the widget it controls is already hidden and the toggle therefore did nothing. Cosmetic cleanup of a confusing control.
View source ↗ - 3y ago
2023.17: Fix InvalidArgumentException on commit hook
Fixes a regression that crashed the commit hook on hosted Subversion repositories, caused by getenv returning false and defeating an empty-string check. A crash on commit blocks work outright, which puts this above the cosmetic fixes around it.
View source ↗