Version 140 vs 194
Version 140 vs 194
Content Changes
Content Changes
24 August 2024 - ongoing
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Highlights ==
* Phorge now requires PHP version 7.2.25+
* See the Proposed Maintenance section
* ...
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #Auth: Send the Phorge URI as User-Agent string in OAuth and GitHub authentication requests (to avoid captchas when using CDNs) | D25758 | T15848 |
| #Diffusion: Reduce verbosity of commits in web feeds | D25824 | T15489 |
| #Diffusion: Show the disclaimer of {nav icon=times,name=Delete Repository} to all curious users|D25843|T15964|
| #Diffusion: Better support of non-English POSIX environments (especially for SVN) | D25846 | T15966 |
| #UX: Allow to submit forms in new tab with CTRL+enter |D25773 |T15914|
| #UX: Allow zooming pages on mobile |D25827 |T15945|
| #UX: Show table of contents on wide screens |D25790|T15920|
| #UX: Strike through archived projects in navigation crumbs in project view |D25774|T15890|
| Tokens: Allow to filter /token/given/ by type of token | T15988 | D25865 |
| #spam_mitigation in #People: Limit length of "Real name"|D25841 |T15962|
| #spam_mitigation in #Diffusion: Expand identities with //verified// emails by default|D25845|T15965|
| #Remarkup: Improve how we match project names |D25838|T15371|
| #Policy: Allow setting default edit policy in Phurl app |D25850|T15970|
| #bug_reports: Increased compatibility with PHP 8.1+ and 8.4 | | T15064 |
| #bug_reports: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs | D25764 | T15901 |
| #bug_reports: Fix Packages base URI and add a Console | D25881 | |
| Update mimemailparser library version for incoming mail to upstream 8.0.4 |D25829 |T15940|
== Known Problems ==
The welcome homepage of Phame Blogs may have graphical issues in this version if you have not any posts. Patch welcome:
{T15985}
== Breaking Changes ==
Phorge now requires PHP version 7.2.25 (released November 2019). Phorge previously required PHP version 5.2.3 (released May 2007). The newer version is needed to support PHP version 8.4 which requires syntax introduced in PHP 7.1. See T15047#19338 for details.
== Proposed Maintenance ==
After the update, to cleanup some potential legacy spam in Diffusion identities (page `/diffusion/identity/`) and especially if you have a Phorge with open registration, we suggest to run this one-shoot command:
```bash
./bin/repository rebuild-identities --all-identities
```
The command is safe to be executed also probably when your Phorge is running and, as usual, will not touch any manually-assigned identity. It will just avoid to propose //unverified// emails as automatic identities (T15965).
== Visual Changes ==
=== Form Submission in New Tab ===
Forms can now be submitted in a new tab with CTRL+enter. Proudly by keyboard hackers.
{F2670828}
Discussion and credits: T15914
=== Show Table of Contents on Large Screens ===
A wild table of contents now appears on your left, to surf your documents like an hero on wide screens.
| Before | After |
|--------------------|--------------------|
|{F2408032,size=full}|{F2490442,size=full}|
Discussion and credits: T15920
=== Less Verbose Commits ===
We save hackers' concentration by not duplicating anymore the commit title from the feed title and its body.
| Before | After |
|---------------------|---------------------|
| {F313288,size=full} | {F313289,size=full} |
Discussion and credits: T15489
This is the changelog page for features that are in git master, not in stable, since 3 May 2025.
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Highlights ==
WARNING: Friendly reminder that Phorge requires PHP version 7.2.25+ since [[ changelog/2025.18/ ]]
...
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| Performance improvements on the Burnup Rate page of experimental Maniphest Reports | D25902 | T16005 |
| #bug_reports: Increased compatibility with PHP 8.1+ | | T15064 |
| Increased compatibility with PHP 8.4: Remove deprecated E_STRICT PHP constant | D25886, D25887 | T15989 |
| CSS: Add "clip-path" in addition to deprecated "clip" property | D25983 | T16046 |
| CSS: Removal of unused orphan CSS selectors | D25985, D25993, D25995, D25996, D25997, D25998, D25999, D26001, D26002, D26003, D26007, D26008, D26009, D26010, D26011, D26012, D26013, D26014, D26015, D26017 | |
| CSS: Remove macOS specific font smoothing CSS | D25989 | T16059 |
| #conduit: add auto-generated documentation for the `transaction.search` API (and fix a legacy crash) | D25988 | T16057 T16054 |
| #Arcanist: add Subversion support to `arc browse` | D25823 | T15541 |
| Development: Exception trace in web browser displays last call when Developer Mode is enabled | D25955 | T15689 |
| Performance: Set "preconnect" HTTP header when "security.alternate-file-domain" is set | D25694 | T15859 |
| Performance: Allow using PCRE's just-in-time compilation | D26031 | T16084 |
| Reduce layout shifts when loading Phorge in Firefox on Android | D26021 | T16071 |
| #bug_reports: Fix project typeahead query with workboard columns when query string is not name prefix | D26030 | T16068 |
| Inform user about consequences when user adds second Multi-Factor Auth | D26028 | T16081 |
== Visual Changes ==
=== Conduit API transaction.search: more auto-generated documentation ===
The API page `/conduit/method/transaction.search/` has more auto-magic documentation.
The API itself has also less tricky error messages. Phorged during the Wikimedia Hackathon 2025.
{F3942084}
Discussion and credits: T16057
24 August 2024 - ongoingThis is the changelog page for features that are in git master, not in stable, since 3 May 2025.
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Highlights ==
* Phorge nowWARNING: Friendly reminder that Phorge requires PHP version 7.2.25+
* See the Proposed Maintenance section
* 25+ since [[ changelog/2025.18/ ]]
...
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #Auth: Send the Phorge URI as User-Agent string in OAuth and GitHub authentication requests (to avoid captchas when using CDNs) | D25758 | T15848 |
| #Diffusion: Reduce verbosity of commits in web feeds | D25824 | T15489 |
| #Diffusion: Show the disclaimer of {nav icon=times,name=Delete Repository} to all curious users|D25843|T15964|
| #Diffusion: Better support of non-English POSIX environments (especially for SVN) | D25846 | T15966 |
| #UX: Allow to submit forms in new tab with CTRL+enter |D25773 |T15914Performance improvements on the Burnup Rate page of experimental Maniphest Reports | D25902 | T16005 |
| #UX: Allow zooming pages on mobile | #bug_reports: Increased compatibility with PHP 8.1+ |D25827 |T15945| | T15064 |
| #UX: Show table of contents on wide screens |D25790|| Increased compatibility with PHP 8.4: Remove deprecated E_STRICT PHP constant | D25886, D25887 | T15920|89 |
| #UX: Strike through archived projects in navigation crumbs in| CSS: Add "clip-path" in addition to deprecated "clip" project view |D25774|T15890|perty | D25983 | T16046 |
| Tokens: Allow to filter /token/given/ by type of token | T15988 | D25865CSS: Removal of unused orphan CSS selectors | D25985, D25993, D25995, D25996, D25997, D25998, D25999, D26001, D26002, D26003, D26007, D26008, D26009, D26010, D26011, D26012, D26013, D26014, D26015, D26017 | |
| #spam_mitigation in #People: Limit length of "Real name"|D25841 |T15962|| CSS: Remove macOS specific font smoothing CSS | D25989 | T16059 |
| #spam_mitigation in #Diffusion: Expand identities with //verified// emails by default|D25845|T15965|| #conduit: add auto-generated documentation for the `transaction.search` API (and fix a legacy crash) | D25988 | T16057 T16054 |
| #Remarkup: Improve how we match project names| #Arcanist: add Subversion support to `arc browse` | D25838|T15371|23 | T15541 |
| #Policy: Allow setting default edit policy in Phurl app |D25850|T15970|| Development: Exception trace in web browser displays last call when Developer Mode is enabled | D25955 | T15689 |
| #bug_reports: Increased compatibility with PHP 8.1+ and 8.4 | | Performance: Set "preconnect" HTTP header when "security.alternate-file-domain" is set | D25694 | T15064 |859 |
| #bug_reports: Leave fullscreen editor when display| Performance: Allow using "Upload File" and "Meme" dialogsPCRE's just-in-time compilation | D257646031 | T15901 |6084 |
| #bug_reports: Fix Packages base URI and add a Console | D25881 | |
| Update mimemailparser library version for incoming mail to upstream 8.0.4 |D25829 |T15940|
== Known Problems ==
The welcome homepage of Phame Blogs may have graphical issues in this version if you have not any posts. Patch welcome:
{T15985}
== Breaking Changes ==
Phorge now requires PHP version 7.2.25 (released November 2019). Phorge previously required PHP version 5.2.3 (released May 2007). The newer version is needed to support PHP version 8.4 which requires syntax introduced in PHP 7.1. See T15047#19338 for details.
== Proposed Maintenance ==
After the update, to cleanup some potential legacy spam in Diffusion identities (page `/diffusion/identity/`) and especially if you have a Phorge with open registration, we suggest to run this one-shoot command:
```bashReduce layout shifts when loading Phorge in Firefox on Android | D26021 | T16071 |
./bin/| #bug_repository rebuild-identities --all-identitiesrts: Fix project typeahead query with workboard columns when query string is not name prefix | D26030 | T16068 |
```
The command is safe to be executed also probably when your Phorge is running and, as usual, will not touch any manually-assigned identity. It will just avoid to propose //unverified// emails as automatic identities (T15965).| Inform user about consequences when user adds second Multi-Factor Auth | D26028 | T16081 |
== Visual Changes ==
=== Form Submission in New Tab ===
Forms can now be submitted in a new tab with CTRL+enter. Proudly by keyboard hackers.
{F2670828}
Discussion and credits: T15914
=== Show Table of Contents on Large ScreensConduit API transaction.search: more auto-generated documentation ===
A wild table of contents now appears on your left, to surf your documents like an hero on wide screensThe API page `/conduit/method/transaction.search/` has more auto-magic documentation.
| Before | After |
|--------------------|--------------------|
|{F2408032,size=full}|{F2490442,size=full}|
Discussion and credits: T15920
=== Less Verbose Commits ===The API itself has also less tricky error messages. Phorged during the Wikimedia Hackathon 2025.
We save hackers' concentration by not duplicating anymore the commit title from the feed title and its body.
| Before | After |
|---------------------|---------------------|
| {F313288,size=full} | {F313289,size=full} |{F3942084}
Discussion and credits: T154896057
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0