Version 97 vs 194
Version 97 vs 194
Edits
Edits
- Edit by aklapper, Version 194
- Sun, Jun 1 08:12
- Edit by valerio.bozzolan, Version 97
- Jul 17 2024 16:52
- ·phrase shorter, so on desktop it's in 1 line \o/ asd
Edit Older Version 97... | Edit Current Version 194... |
Content Changes
Content Changes
11 May 2024 - ongoing
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Highlights ==
* Custom Fields can now be displayed in search results - see [[ https://we.phorge.it/book/phorge/article/custom_fields/ | Custom Fields manual]] for details.
* Flags will now show in Maniphest search results, and Repository will be shown in Differential search results.
* The Remarkup {icon book} Help button will now take you to a real application installed locally (Instead of a wiki page located here).
* When commenting on a task that is Closed as Duplicate, there's a warning now.
* Workboard columns can be collapsed by clicking on their header (allows faster scrolling on mobile to the next column)
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #ux: Feed: fix "created this task" to always be the first one | D25626 | T15816 |
| #Workboard: add new column triggers: Add Subscribers + Remove Subscribers | D25080 | T15162 |
| #Workboard: Column content can be collapsed (e.g. in mobile view) for faster scrolling | D25672 | T15843 |
| #bug_reports: fix legacy search bugs causing exceptions instead of login page | D25621 | T15704 |
| #ux: Custom Fields show up in search results and with custom icons | D25548 D25549 | T15750 |
| #conduit: allow API `phriction.edit` to modify view and edit policies | T15858 | D25693 |
| #almanac_drydock_harbormaster: add welcome pages | D25675 | T15018 |
| Charts: Updated d3.js library from version 5.9.2 to 6.7.0 | D25631 | T15820 |
| #Remarkup: make Help a real application | D25698 | T15401 |
| #Phriction: fix drag & drop file visibility | D25705 | T15106 |
| #conpherence: fix drag & drop file visibility | D25709 | T15106 |
| #Arcanist: add missing support for non-English Subversion shells | D25691 | T15855 |
| Update timezone information to TZ2024a for the glory of Asia/Bishkek | D25722 | T15876 |
| #bug_reports: various legacy bugs fixed | | |
== Breaking Changes for Third-Party Code ==
* The `buildStandardPageView()` and `buildStandardPageResponse()` methods were removed from the [PhabricatorController](https://we.phorge.it/source/phorge/browse/master/src/applications/base/controller/PhabricatorController.php) class in D25634. These methods were deprecated since 2015. Custom code which calls these methods must be ported to use the `newPage()` method from the same class.
* The included copy of the d3 JavaScript library to render charts was updated from version 5.9.2 to 6.7.0. Custom code to render charts relying on Phorge's Facts application or on calling d3 methods directly may require API adjustments. See the [upstream d3 migration guide](https://observablehq.com/@d3/d3v6-migration-guide#event-management).
== Visual Changes ==
=== Warn if Task is Closed as Duplicate ===
No need anymore to "hey, this task is closed as duplicate, don't write here, write here". Now this message is bundled with Phorge, in the new comment form:
{F2243121,size=full}
Related patch: D25546.
=== Add Welcome Pages ===
Added nice welcome pages to Drydock and Almanac, to be even more welcoming in setting up your epic CI/CD infrastructure.
| {F2243109, size=full} | {F2243112, size=full} |
| {F2243110, size=full} | {F2243111, size=full} |
Related patch: D25675
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
11 May 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 ==
* Custom Fields can now be displayed in search results - see [[ https://we.phorge.it/book/phorge/article/custom_fields/ | Custom Fields manual]] for details.
* Flags will now show in Maniphest search results, and Repository will be shown in Differential search results.
* The Remarkup {icon book} Help button will now take you to a real application installed locally (Instead of a wiki page located here).
* When commenting on a task that is Closed as Duplicate, there's a warning now.
* Workboard columns can be collapsed by clicking on their header (allows faster scrolling on mobile to the next column)
WARNING: Friendly reminder that Phorge requires PHP version 7.2.25+ since [[ changelog/2025.18/ ]]
...
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #ux: Feed: fix "created this task" to always be the first one | D25626 | T15816 |
| #Workboard: add new column triggers: Add Subscribers + Remove Subscribers | D25080 | T15162 Performance improvements on the Burnup Rate page of experimental Maniphest Reports | D25902 | T16005 |
| #Workboard: Column content can be collap| #bug_reports: Increased (e.g. in mobile view) for faster scrollingcompatibility with PHP 8.1+ | D25672 | T15843 |064 |
| #bug_reports: fix legacy search bugs causing exceptions instead of login page || Increased compatibility with PHP 8.4: Remove deprecated E_STRICT PHP constant | D25886, D25621887 | T15704 |989 |
| #ux: Custom Fields show up| CSS: Add "clip-path" in search results and with custom icons addition to deprecated "clip" property | D25548 D255495983 | T15750 |6046 |
| #conduit: allow API `phriction.edit` to modify view and edit policies | T15858 | D25693 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 | |
| #almanac_drydock_harbormaster: add welcome pages | CSS: Remove macOS specific font smoothing CSS | D25675989 | T15018 |6059 |
| Charts: Upd| #conduit: add auto-generated d3.js library from version 5.9.2 to 6.7.0 ocumentation for the `transaction.search` API (and fix a legacy crash) | D25631988 | T15820 |6057 T16054 |
| #Remarkup: make Help a real application | #Arcanist: add Subversion support to `arc browse` | D25698823 | T15401 |541 |
| #Phriction: fix drag & drop file visibility | Development: Exception trace in web browser displays last call when Developer Mode is enabled | D2570955 | T15106 |689 |
| #conphere| Performance: fix drag & drop file visibility Set "preconnect" HTTP header when "security.alternate-file-domain" is set | D25709694 | T15106 |859 |
| #Arcanist: add mis| Performance: Allow using support for non-English Subversion shells PCRE's just-in-time compilation | D25696031 | T15855 |6084 |
| Update timezone information to TZ2024a for the glory of Asia/Bishkek | Reduce layout shifts when loading Phorge in Firefox on Android | D257226021 | T15876 |6071 |
| #bug_reports: various legacy bugs fixed | | |
== Breaking Changes for Third-Party Code ==
* The `buildStandardPageView()` and `buildStandardPageResponse()` methods were removed from the [PhabricatorController](https://we.phorge.it/source/phorge/browse/master/src/applications/base/controller/PhabricatorController.php) class in D25634. These methods were deprecated since 2015. Custom code which calls these methods must be ported to use the `newPage()` method from the same class.Fix project typeahead query with workboard columns when query string is not name prefix | D26030 | T16068 |
* The included copy of the d3 JavaScript library to render charts was updated from version 5.9.2 to 6.7.0. Custom code to render charts relying on Phorge's Facts application or on calling d3 methods directly may require API adjustments. See the [upstream d3 migration guide](https://observablehq.com/@d3/d3v6-migration-guide#event-management).| Inform user about consequences when user adds second Multi-Factor Auth | D26028 | T16081 |
== Visual Changes ==
=== Warn if Task is Closed as Duplicate ===
No need anymore to "hey, this task is closed as duplicate, don't write here, write here". Now this message is bundled with Phorge, in the new comment form:Conduit API transaction.search: more auto-generated documentation ===
{F2243121,size=full}The API page `/conduit/method/transaction.search/` has more auto-magic documentation.
Related patch: D25546The API itself has also less tricky error messages. Phorged during the Wikimedia Hackathon 2025.
=== Add Welcome Pages ===
Added nice welcome pages to Drydock and Almanac, to be even more welcoming in setting up your epic CI/CD infrastructure.
| {F2243109, size=full} | {F2243112, size=full} |
| {F2243110, size=full} | {F2243111, size=full} |{F3942084}
Related patch: D25675Discussion and credits: T16057
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