Page MenuHomePhorge
Feed All Stories

Mar 4 2025

aklapper requested review of D25902: Remove unused code in ManiphestReportController::renderBurn().
Mar 4 2025, 11:03
aklapper added a revision to T16005: Remove unused table code in ManiphestReportController::renderBurn(): D25902: Remove unused code in ManiphestReportController::renderBurn().
Mar 4 2025, 11:03
aklapper created T16005: Remove unused table code in ManiphestReportController::renderBurn().
Mar 4 2025, 10:59
aklapper added a comment to D25881: Fix packages base uri and introduce a console for that base uri.

@Cigaryno: Please provide references when you quote something from somewhere so others don't have to guess where to find things. Thanks!

Mar 4 2025, 07:36

Mar 3 2025

valerio.bozzolan accepted D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Shall I just land this then?

Mar 3 2025, 21:33
mainframe98 requested changes to D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

This doesn't seem correct. renderObject doesn't take any arguments. I suspect the intention was renderHandle, as that method takes a PHID, which the metadata key mentions.

Mar 3 2025, 19:04 · Phriction
mainframe98 accepted D25868: Fix PHP 8.1 "preg_match(null)" exception for missing User-Agent HTTP Header.
In D25868#23446, @slip wrote:

I found this, which suggests that this shouldn't be used for headers. https://secure.phabricator.com/D21862

Mar 3 2025, 19:00
mainframe98 accepted D25894: Hide "Audits" section in Email Preferences when uninstalled.

Followed test plan, confirmed findings, accepted revision.

Mar 3 2025, 18:54
mainframe98 added a comment to D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Yes, I'd like to see this merged, [...]

Mar 3 2025, 18:50
mainframe98 updated the diff for D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Use !empty instead of isset to match previous type juggling behaviour

Mar 3 2025, 18:50
Cigaryno added a comment to D25881: Fix packages base uri and introduce a console for that base uri.

@mainframe98's patch for fixing Packages makes me think about the current contribution policy for prototype applications. It currently states:

With rare exceptions, we do not accept patches for prototype applications for the same reasons that we don't accept feature requests or bug reports.

Maybe this is one obsolete Phabricator-specific contributing policy?

Mar 3 2025, 16:54
aklapper closed D25742: Fix non-existing log method in HarbormasterManagementRestartWorkflow.
Mar 3 2025, 15:16 · Almanac/Drydock/Harbormaster
aklapper committed rP38e359cb13cf: Fix non-existing log method in HarbormasterManagementRestartWorkflow.
Fix non-existing log method in HarbormasterManagementRestartWorkflow
Mar 3 2025, 15:16
valerio.bozzolan added inline comments to D25901: ManiphestReportController: Add more PHPDoc coverage.
Mar 3 2025, 14:53
aklapper closed D25901: ManiphestReportController: Add more PHPDoc coverage.
Mar 3 2025, 14:53
aklapper committed rP0f4ab2413d8b: ManiphestReportController: Add more PHPDoc coverage.
ManiphestReportController: Add more PHPDoc coverage
Mar 3 2025, 14:53
aklapper added inline comments to D25901: ManiphestReportController: Add more PHPDoc coverage.
Mar 3 2025, 14:51
valerio.bozzolan accepted D25901: ManiphestReportController: Add more PHPDoc coverage.

Thanks

Mar 3 2025, 14:50
aklapper requested review of D25901: ManiphestReportController: Add more PHPDoc coverage.
Mar 3 2025, 14:45
valerio.bozzolan accepted D25742: Fix non-existing log method in HarbormasterManagementRestartWorkflow.

Probably no need for a warning. Thanks

Mar 3 2025, 13:03 · Almanac/Drydock/Harbormaster
aklapper updated the diff for D25738: Avoid RuntimeException on "Skip past this commit" when commit still importing.

rebase

Mar 3 2025, 09:36 · Diffusion
aklapper planned changes to D25738: Avoid RuntimeException on "Skip past this commit" when commit still importing.
Mar 3 2025, 09:35 · Diffusion
valerio.bozzolan added inline comments to D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Mar 3 2025, 09:32
valerio.bozzolan added a comment to D25886: Remove use of deprecated E_STRICT PHP constant.

Since using E_STRICT is deprecated, I thought the simple fact of using it from whatever Arcanist CLI (e.g. arc anoid) was triggering this new warning

Mar 3 2025, 09:26
avivey added inline comments to D25897: Added a Mentions tab to the Differential Revision View.
Mar 3 2025, 07:20
avivey awarded T16003: Differential Revision should show "Mentions" tab similar to how Maniphest Tasks do a Like token.
Mar 3 2025, 07:15 · Differential

Mar 2 2025

aklapper added a comment to D25897: Added a Mentions tab to the Differential Revision View.

Thanks, I can confirm that this works as expected. :)
I agree biggest question is where to put this. In my opinion the UX is already slightly inconsistent (given their are also concepts like "Related tasks" in Pholio or "Referenced Files" in tasks).
In Differential it feels a bit like a stretch to put this into a box called Revision Contents.
In Maniphest the same "Mentions" tab is in the Related Objects box; there is nothing similar in Differential which already has numerous boxes (also Details and Diff Detail but none of those have tabs).

Mar 2 2025, 21:58
aklapper abandoned D25618: Avoid search exception for calendar events when using localized time formats.

Superseded by D25861

Mar 2 2025, 21:38 · Calendar
Cigaryno added a comment to T15116: can't email replies .

Because the email address is set no noreply@secure.phorge.dev, it does not seem to be possible with standard emailers to email replies. Blessed Roots may try to add Application Emails to Maniphest and Differential.

Mar 2 2025, 13:09 · Mail, Phorge.it Systems
avivey added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.

close enough for my taste; Just add . at the end of each sentence.

Mar 2 2025, 08:24
xtex added a comment to D25869: Fix PHP 8 exit status cannot be null error in PhutilArgumentParser.

Done. Thank you for your tips!

Mar 2 2025, 00:59 · PHP 8 support
xtex closed T15990: ERROR 8192: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated at [arcanist/src/parser/argument/PhutilArgumentParser.php:494] on PHP 8.4, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4, as Resolved.
Mar 2 2025, 00:58 · PHP 8 support
xtex closed T15990: ERROR 8192: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated at [arcanist/src/parser/argument/PhutilArgumentParser.php:494] on PHP 8.4 as Resolved by committing rARC1cb8a8d5a9a7: Fix PHP 8 exit status cannot be null error in PhutilArgumentParser.
Mar 2 2025, 00:58 · PHP 8 support, Arcanist, Bug Reports
xtex closed D25869: Fix PHP 8 exit status cannot be null error in PhutilArgumentParser.
Mar 2 2025, 00:58 · PHP 8 support
xtex committed rARC1cb8a8d5a9a7: Fix PHP 8 exit status cannot be null error in PhutilArgumentParser.
Fix PHP 8 exit status cannot be null error in PhutilArgumentParser
Mar 2 2025, 00:58
xtex closed D25871: xhpast: Skip -minline-all-stringops on non-x86 architectures.
Mar 2 2025, 00:57
xtex committed rARCb52ea9932a11: xhpast: Skip -minline-all-stringops on non-x86 architectures.
xhpast: Skip -minline-all-stringops on non-x86 architectures
Mar 2 2025, 00:57

Mar 1 2025

aklapper added a comment to D25871: xhpast: Skip -minline-all-stringops on non-x86 architectures.

@xtex: Hi, would you like to arc land your patch? Or do you need any help? Thanks!

Mar 1 2025, 20:11
aklapper added a comment to D25869: Fix PHP 8 exit status cannot be null error in PhutilArgumentParser.

@xtex: Hi, would you like to arc land your patch? Or do you need any help? Thanks!

Mar 1 2025, 20:11 · PHP 8 support
aklapper added a parent task for T15990: ERROR 8192: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated at [arcanist/src/parser/argument/PhutilArgumentParser.php:494] on PHP 8.4: T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4.
Mar 1 2025, 20:09 · PHP 8 support, Arcanist, Bug Reports
aklapper added a subtask for T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4: T15990: ERROR 8192: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated at [arcanist/src/parser/argument/PhutilArgumentParser.php:494] on PHP 8.4.
Mar 1 2025, 20:09 · PHP 8 support
aklapper added a subtask for T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4: T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header).
Mar 1 2025, 19:34 · PHP 8 support
aklapper added a parent task for T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header): T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4.
Mar 1 2025, 19:34 · PHP 8 support, Deprecation Notice
aklapper added a comment to D25886: Remove use of deprecated E_STRICT PHP constant.

Finally something that can be tested using arc anoid - I guess?

Mar 1 2025, 19:32
aklapper closed D25776: Portals: Rename unused newNoMenuItemsView() to newNoContentView().
Mar 1 2025, 19:15 · Dashboards
aklapper committed rP4f3aad4f9f21: Portals: Rename unused newNoMenuItemsView() to newNoContentView().
Portals: Rename unused newNoMenuItemsView() to newNoContentView()
Mar 1 2025, 19:15
aklapper updated the diff for D25776: Portals: Rename unused newNoMenuItemsView() to newNoContentView().

rebase? please?

Mar 1 2025, 19:11 · Dashboards
aklapper updated the diff for D25776: Portals: Rename unused newNoMenuItemsView() to newNoContentView().

./bin/celerity map for real, sigh

Mar 1 2025, 19:09 · Dashboards
aklapper updated the diff for D25776: Portals: Rename unused newNoMenuItemsView() to newNoContentView().

rebase to drop unrelated wrong celerity map change

Mar 1 2025, 19:05 · Dashboards
aklapper added a comment to D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Yes, I'd like to see this merged, as it fixes going to my local user profile currently only showing

PhutilAggregateException
Encountered a processing exception, then another exception when trying to build a response for the first exception.
- RuntimeException: Undefined array key "totalAsCurrency"
- RuntimeException: Undefined array key "totalAsCurrency"

on PHP 8.3.17 after performing the steps in the Test Plan above.

Mar 1 2025, 19:00
aklapper accepted D25881: Fix packages base uri and introduce a console for that base uri.

Beforehand,

After applying this patch locally, all these four URIs work as expected.

Mar 1 2025, 18:58
aklapper added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.

setControlInstructions() is the right approach, after looking at other usage of it.
Tested the patch locally and works as expected.
I'd probably rephrase to "Callsign is the monogram rXXXX for this repository. It cannot contain spaces." and "Short Name is part of the URI paths for this repository. It cannot contain spaces." (we don't seem to use "repo" but only "repository" across the codebase, and use full stops), and drop the Placeholders, and rename the patch to "Show descriptions for "Callsign" and "Short Name" Repository form fields" (or such).
Apart from all that my nitpicking, good to go. Thanks for the patch!

Mar 1 2025, 18:47
aklapper updated the test plan for D25889: Add "Authored Tasks" view / item to user profile menu.
Mar 1 2025, 18:29
aklapper updated the diff for D25889: Add "Authored Tasks" view / item to user profile menu.

Rename source files from Tasks to TasksAssigned for consistency; update two more exposed strings

Mar 1 2025, 18:29
aklapper updated the test plan for D25889: Add "Authored Tasks" view / item to user profile menu.
Mar 1 2025, 18:18
valerio.bozzolan updated subscribers of D25873: Fix overlapping elements in Phame for >1791px width.

What do you think about @mturdus?

Mar 1 2025, 17:42
aklapper added a project to T16002: Hide "Audits" section in Email Preferences when Audit is uninstalled: Bug Reports.
Mar 1 2025, 12:53 · Bug Reports
aklapper updated the summary of D25894: Hide "Audits" section in Email Preferences when uninstalled.
Mar 1 2025, 12:52

Feb 28 2025

Ekubischta added a comment to T16004: Phabricator silently overwrites concurrent changes (no conflict detection).

I have also noticed this issue when submitting updates to a revision -

Feb 28 2025, 23:45 · Feature Requests, Phorge
valerio.bozzolan created T16004: Phabricator silently overwrites concurrent changes (no conflict detection).
Feb 28 2025, 21:54 · Feature Requests, Phorge
Ekubischta added a project to T15050: Add Monograms to Phame Post Titles: Phame.
Feb 28 2025, 17:55 · Phame
Ekubischta updated the summary of D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Feb 28 2025, 17:53
Ekubischta updated the summary of D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Feb 28 2025, 17:52
Ekubischta added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.

I found a method called setControlInstructions that adds helpful text above the field

Feb 28 2025, 17:52
Ekubischta updated the diff for D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
  • Refactored to use the setControlInstructions method on the control
Feb 28 2025, 17:51
20after4 added a comment to Q169: Reflecting diff progress on task status.

How would this work if the task has more than one revision associated with it?

Feb 28 2025, 01:09
20after4 added a comment to Q169: Reflecting diff progress on task status (Answer 210).

There is one way to sort of do this already, by using milestones for your columns, then you can use herald 'add projects' rules. This only works by sort of abusing the purpose of milestones to take advantage of the fact that milestone columns are mutually exclusive. Adding one milestone removes the other milestones from the same parent project.

Feb 28 2025, 01:03
20after4 added a comment to Q172: Hover items are blocking the view.

I agree that the hover behavior could be improved. Showing only after a delay could help here, though that would make it slightly worse for the times you actually want to interact with the hover.

Feb 28 2025, 00:50 · UX, Phorge
20after4 awarded Q172: Hover items are blocking the view a Like token.
Feb 28 2025, 00:48 · UX, Phorge

Feb 27 2025

mainframe98 updated the diff for D25900: Remove the onboard "mailKey" from Paste.

Remove the mailKey column from PhabricatorPaste

Feb 27 2025, 19:50
mainframe98 added a comment to D25900: Remove the onboard "mailKey" from Paste.

You know better than me the context. Is there a possibility that an installation is already without that column?

Feb 27 2025, 19:49
valerio.bozzolan added a comment to D25900: Remove the onboard "mailKey" from Paste.

You know better than me the context. Is there a possibility that an installation is already without that column?

Feb 27 2025, 19:42
mainframe98 added a comment to D25899: Rebuild quickstart.sql.

Created D25900 for the deleted paste mailkey migration.

Feb 27 2025, 19:19
mainframe98 requested review of D25900: Remove the onboard "mailKey" from Paste.
Feb 27 2025, 19:16
mainframe98 accepted D25895: Do not create search_documentfield table; update docs.

Ran ./bin/storage upgrade --namespace phabricator_quickstart_test2, and that didn't fail.

Feb 27 2025, 18:56
mainframe98 requested review of D25899: Rebuild quickstart.sql.
Feb 27 2025, 18:42
valerio.bozzolan added a comment to T15526: Diffusion: Description and tags are not shown.

OK lol no, this has nothing to do with D25898. Need another task for the "Missing input descriptions"

Feb 27 2025, 17:39 · Diffusion, Good Starter Task, UX
valerio.bozzolan added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
  • There's already a "description" field on these, which I think was supposed to be displayed; We might have lost it at some point, which is concerning.
Feb 27 2025, 17:36
avivey added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
  • There's already a "description" field on these, which I think was supposed to be displayed; We might have lost it at some point, which is concerning.
  • Use pht() for all human-visible text, to allow translation.
Feb 27 2025, 16:04
Timoses asked Q172: Hover items are blocking the view.
Feb 27 2025, 08:45 · UX, Phorge
avivey added a comment to Q171: Is there a way to disable pushes to master except for arc land? (Answer 212).

Need to go over the relevant code for deciding if a commit has an approved Revision - I think it looks mostly on the commit message.

Feb 27 2025, 07:59

Feb 26 2025

Ekubischta added a comment to D25022: Add the Jxxx Monogram to Phame Post Tab Titles for logged-in users.

I updated this revision so the title will only show the monogram if the user is logged in

Feb 26 2025, 23:36 · Phame
Ekubischta updated the diff for D25022: Add the Jxxx Monogram to Phame Post Tab Titles for logged-in users.
  • The title will only show the monogram when the post is public
Feb 26 2025, 23:32 · Phame
Ekubischta updated the test plan for D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Feb 26 2025, 23:19
Ekubischta added a revision to T15742: When creating a Diffusion Repo, add helpful text to each field: D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Feb 26 2025, 23:19 · UX, Diffusion
Ekubischta requested review of D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Feb 26 2025, 23:19
Ekubischta updated the summary of D25897: Added a Mentions tab to the Differential Revision View.
Feb 26 2025, 23:13
Ekubischta updated the summary of D25897: Added a Mentions tab to the Differential Revision View.
Feb 26 2025, 23:07
Ekubischta requested review of D25897: Added a Mentions tab to the Differential Revision View.
Feb 26 2025, 23:06
Ekubischta added a revision to T16003: Differential Revision should show "Mentions" tab similar to how Maniphest Tasks do: D25897: Added a Mentions tab to the Differential Revision View.
Feb 26 2025, 23:06 · Differential
Ekubischta added a comment to T15742: When creating a Diffusion Repo, add helpful text to each field.
For later
Feb 26 2025, 22:54 · UX, Diffusion
Ekubischta created T16003: Differential Revision should show "Mentions" tab similar to how Maniphest Tasks do.
Feb 26 2025, 22:52 · Differential
valerio.bozzolan added a comment to Q171: Is there a way to disable pushes to master except for arc land? (Answer 212).

have an approved Revision", but this too can be tricked by a sufficiently competent user

Feb 26 2025, 18:33
avivey added Q171: Is there a way to disable pushes to master except for arc land? (Answer 212).
Feb 26 2025, 09:08

Feb 25 2025

aklapper closed D25896: Replace some http://www.php.net URIs with https://www.php.net.
Feb 25 2025, 14:15
aklapper committed rP883ec909cc7c: Replace some http://www.php.net URIs with https://www.php.net.
Replace some http://www.php.net URIs with https://www.php.net
Feb 25 2025, 14:15
valerio.bozzolan accepted D25896: Replace some http://www.php.net URIs with https://www.php.net.

Hackerman meme

Feb 25 2025, 14:08
Cigaryno updated the task description for T15999: Make Phorge more accessible to logged-out users.
Feb 25 2025, 14:01 · User-Cigaryno
Cigaryno accepted D25896: Replace some http://www.php.net URIs with https://www.php.net.

Don't find a problem with this at all.

Feb 25 2025, 13:24
Cigaryno removed a member for Daemons: Cigaryno.
Feb 25 2025, 13:14