Page MenuHomePhorge
Feed All Stories

Wed, Mar 5

Ekubischta 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).

Wed, Mar 5, 14:32
Ekubischta updated the summary of D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
Wed, Mar 5, 14:29
Ekubischta updated the diff for D25898: Add instructions to Create Repository form fields for Callsign and Short Name.
  • Updates after review to wording and dropped the placeholders
Wed, Mar 5, 14:28
Ekubischta added a comment to D25898: Add instructions to Create Repository form fields for Callsign and Short Name.

Also, I think that visually, the instructions are too close to the next field and too far from their own field, but that's far out-of-scope for this one.

Wed, Mar 5, 14:25
Cigaryno 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!

Wed, Mar 5, 12:50
valerio.bozzolan added a comment to T16006: "(Exception) No such token ""!" when directly accessing token giving URI.

I think this is the upstream bug report lol

Wed, Mar 5, 07:14

Tue, Mar 4

aklapper added a comment to D25903: Avoid "No such token" exception going to /token/give/ directly.

Per comments in T16006 this is rather workaround (ignore) instead of a fix (make it work).

Tue, Mar 4, 20:34
mainframe98 added a comment to T16006: "(Exception) No such token ""!" when directly accessing token giving URI.

Did some digging using the Network monitor. When using the dialog, Phorge sends this:

__csrf__: B@jqccc7335f3e341bab747f2a
__form__: 1
__dialog__: 1
tokenPHID: PHID-TOKN-emoji-7
__wflow__: true
__ajax__: true
__metablock__: 4

but using the direct URL, it sends this:

__csrf__: B@2rdakjrtaeed9a29351d9a9c
__form__: 1
__dialog__: 1

Unfortunately, all I can gleam is that the JavaScript doesn't trigger correctly when clicking on a token, and never sends the tokenPHID key-value pair as a result. It's clearly not handling the separate form correctly, because disabling JavaScript results in a proper experience.

Tue, Mar 4, 18:29
aklapper updated the summary of D25903: Avoid "No such token" exception going to /token/give/ directly.
Tue, Mar 4, 17:32
aklapper added a revision to T16006: "(Exception) No such token ""!" when directly accessing token giving URI: D25903: Avoid "No such token" exception going to /token/give/ directly.
Tue, Mar 4, 17:31
aklapper requested review of D25903: Avoid "No such token" exception going to /token/give/ directly.
Tue, Mar 4, 17:31
mainframe98 accepted D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

I haven't the foggiest how this transaction is supposed to use its stub variant; attempting to create a document at /w/parent/child causes an error about /w/parent/ being required.

Tue, Mar 4, 17:25 · Phriction
aklapper created T16006: "(Exception) No such token ""!" when directly accessing token giving URI.
Tue, Mar 4, 17:06
mainframe98 closed D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Tue, Mar 4, 16:56
mainframe98 committed rPe99e9a300367: PhabricatorLiskDAO: Fragment serializer cache by class.
PhabricatorLiskDAO: Fragment serializer cache by class
Tue, Mar 4, 16:56
aklapper updated the diff for D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

Replace renderHandleLink() with renderHandle() and not renderObject(), as rightfully pointed out by mainframe98

Tue, Mar 4, 15:45 · Phriction
aklapper added a comment to D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

Ah, thanks, that makes more sense, indeed. (I dislike changes that have an unclear reproduction path.)

Tue, Mar 4, 15:43 · Phriction
aklapper updated the summary of D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().
Tue, Mar 4, 15:42 · Phriction
aklapper accepted D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Tue, Mar 4, 14:27
aklapper renamed T16005: Remove unused table code in ManiphestReportController::renderBurn() from Remove unused table code in ManiphestReportController:renderBurn() to Remove unused table code in ManiphestReportController::renderBurn().
Tue, Mar 4, 11:06
aklapper retitled D25902: Remove unused code in ManiphestReportController::renderBurn() from Remove unused code in ManiphestReportController:renderBurn()
Tue, Mar 4, 11:06
aklapper requested review of D25902: Remove unused code in ManiphestReportController::renderBurn().
Tue, Mar 4, 11:03
aklapper added a revision to T16005: Remove unused table code in ManiphestReportController::renderBurn(): D25902: Remove unused code in ManiphestReportController::renderBurn().
Tue, Mar 4, 11:03
aklapper created T16005: Remove unused table code in ManiphestReportController::renderBurn().
Tue, Mar 4, 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!

Tue, Mar 4, 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.
Mar 1 2025, 19:34 · PHP 8 support
aklapper added a parent task for T15829: Deprecation notice @ PhabricatorStandardPageView.php:630: 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