This page can help to sum up the **differences between Phabricator and Phorge** to prevent conflicts or duplicate work.
This is useful since Phorge introduces features not developed by Phabricator. But, sometime Phabricator introduces features that can be pulled in Phorge.
(NOTE) If you need the philosophical differences, see this page instead: [[ why_migrating_from_phabricator_to_phorge/ ]]
Normal users probably are not interested in this page. This page is internally useful since Phorge often introduces changes not developed by Phabricator. But, sometime Phabricator also introduces unique changes, that could be pulled in Phorge. Some times, we do the same thing but with different approaches.
-----
== Preamble ==
Since 2023, Phorge has many more modifications than Phabricator. This page just shows:
- commits that are somehowonly present in bothPhabricator (very few)
- commits that are onlysomehow present in Phabricatorboth
So that we can eventually import them in Phorge if we like that.
NOTE: This page does not show features that are Phorge-only, since Phorge-only edits are described in the [[ changelog/ ]].
== Differences from upstream Phabricator ==
https://secure.phabricator.com/source/phabricator/history/master/
List of recent changes (most recent up):
|Topic | in Phabricator | in Phorge | Notes |
|---------------------|--------------------------------------------------------------------------------------------|----------------|--------|
|Fix Pholio | [[https://secure.phabricator.com/rPa83cb99e856a70ac355dc51547949b50485bb768|a83cb99e856a]] | rPa8a38835e15e | Phorge can take inspiration. |
| | | | (no older differences) |
== Differences from upstream Arcanist ==
https://secure.phabricator.com/diffusion/ARC/
List of recent changes (most recent up):
|Topic | in Phabricator | in Phorge | Notes |
|---------------------|--------------------------------------------------------------------------------------------|---------------|--------|
|Fix utf8_decode() | [[https://secure.phabricator.com/rARCd87d5f0e02e21bcd26f9bdfde84b5adf13b44050|d87d5f0e02e2]] | rARC08dfffd5caf7 | The approach in Phorge is more efficient. |
|Fix Diff PHP8.1 | [[https://secure.phabricator.com/rARCc39ab20eb3717a15aed2467842bd77d9addce96a|c39ab20eb371]] | none? | |
| | | | (no older differences) |