Page MenuHomePhorge
Feed All Stories

Jul 15 2024

aklapper requested review of D25733: Do not throw Aphront400Response when editing a task.
Jul 15 2024, 16:13
aklapper added a revision to T15866: Aphront400Response when editing a task: D25733: Do not throw Aphront400Response when editing a task.
Jul 15 2024, 16:13
aklapper added a comment to T15866: Aphront400Response when editing a task.

The other option would be including "__form__":"1" in that call to avoid the 400.

Jul 15 2024, 16:12
aklapper updated the summary of D25672: Allow collapsing/expanding workboard column content by clicking its header.
Jul 15 2024, 15:41
avivey accepted D25672: Allow collapsing/expanding workboard column content by clicking its header.

👍👍

Jul 15 2024, 09:06
aklapper closed D25718: Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine.
Jul 15 2024, 06:28
aklapper committed rP03092ca42202: Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine.
Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine
Jul 15 2024, 06:28
valerio.bozzolan added inline comments to D25569: Avoid separate per-line URIs in line number column.
Jul 15 2024, 06:10
valerio.bozzolan requested changes to D25569: Avoid separate per-line URIs in line number column.
Jul 15 2024, 06:00
valerio.bozzolan accepted D25718: Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine.

sgtm

Jul 15 2024, 05:05

Jul 14 2024

aklapper closed T15865: [Regression] Incorrect mail subject header [Updated] instead of [Created] as Resolved by committing rP5a454cef8a98: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Jul 14 2024, 22:45
aklapper closed D25732: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Jul 14 2024, 22:45
aklapper committed rP5a454cef8a98: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE
Jul 14 2024, 22:45
aklapper added a comment to D25732: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Jul 14 2024, 22:44
valerio.bozzolan accepted D25732: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
  • was this improving the situation? rPf4d9d6920bcd: The feed "created this task" should be the first one seems yes, accordingly to your comments
  • was PhabricatorTransactions::TYPE_CREATE needing a nice action name? yes
  • Am I confused about newActionStrengthSortVector? Yes. I don't know why it works, but it works. But this deserves further discussion.
Jul 14 2024, 21:33
TylerMS887 updated TylerMS887.
Jul 14 2024, 17:44

Jul 13 2024

aklapper requested review of D25732: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Jul 13 2024, 15:47
aklapper added a revision to T15865: [Regression] Incorrect mail subject header [Updated] instead of [Created]: D25732: Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE.
Jul 13 2024, 15:47
aklapper added a comment to T15865: [Regression] Incorrect mail subject header [Updated] instead of [Created].

Applying the debug patch in P45, output when creating a new task shows that Updated (defined in https://we.phorge.it/source/phorge/browse/master/src/applications/transactions/storage/PhabricatorApplicationTransaction.php;877ac8a873f979f418064eb2f36f1148c9838694$1611-1612) wins over Created (defined in https://we.phorge.it/source/phorge/browse/master/src/applications/maniphest/xaction/ManiphestTaskTitleTransaction.php;877ac8a873f979f418064eb2f36f1148c9838694$24) as ActionName, likely due to rPf4d9d6920bcdcafedd6a05f34c28642589b3c285 :

[0]
PHLOG: 'PATE: TransactionType: core:create' at [/var/www/html/phorge/phorge/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php:1625]
PHLOG: 'PAT: TA Type: core:create' at [/var/www/html/phorge/phorge/src/applications/transactions/storage/PhabricatorApplicationTransaction.php:1601]
PHLOG: 'PATE: ActionName:      Updated' at [/var/www/html/phorge/phorge/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php:1626]
PHLOG: 'PATE: ActionStrength:  140' at [/var/www/html/phorge/phorge/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php:1627]
Jul 13 2024, 15:41
aklapper created P45 T15865 debug.
Jul 13 2024, 15:41
mturdus committed R5:f1a92c669931: Remarkup documentation added.
Remarkup documentation added
Jul 13 2024, 07:15
mturdus committed R5:41270a2e9664: Remarkup documentation added.
Remarkup documentation added
Jul 13 2024, 07:08

Jul 12 2024

valerio.bozzolan closed T15883: Column "Move to Project": make it working for Milestones (instead of "You must choose a project with a workboard") as Invalid.

OK I'm stupid. I just need to visit the Milestone and create a Workboard.

Jul 12 2024, 13:15 · User-valerio.bozzolan, Projects
valerio.bozzolan updated the task description for T15883: Column "Move to Project": make it working for Milestones (instead of "You must choose a project with a workboard").
Jul 12 2024, 13:13 · User-valerio.bozzolan, Projects
valerio.bozzolan created T15883: Column "Move to Project": make it working for Milestones (instead of "You must choose a project with a workboard").
Jul 12 2024, 13:10 · User-valerio.bozzolan, Projects
aklapper closed D25715: Fix property name typo in PhabricatorPDFIterator.
Jul 12 2024, 10:20
aklapper committed rP877ac8a873f9: Fix property name typo in PhabricatorPDFIterator.
Fix property name typo in PhabricatorPDFIterator
Jul 12 2024, 10:20
valerio.bozzolan added inline comments to D25502: Make PhabricatorSearchIntField validate its input.
Jul 12 2024, 10:10
valerio.bozzolan added inline comments to D25502: Make PhabricatorSearchIntField validate its input.
Jul 12 2024, 10:07
valerio.bozzolan accepted D25715: Fix property name typo in PhabricatorPDFIterator.

Seems that nothing internally accessed that method, and probably nothing externally. But we should probably keep that method since it's public. Thanks.

Jul 12 2024, 09:50
valerio.bozzolan accepted D25725: Update phpqrcode from version 1.1.4 to 1.9.9.

I was still able to generate QR codes, and I verified with alternative application "Barcode Scanner" that the desired URL is read.

Jul 12 2024, 09:46
valerio.bozzolan edited the content of Next Up.
Jul 12 2024, 07:02
valerio.bozzolan added a comment to T15882: When archiving a project, reset its default menu item to Profile.

Premising that the root problem is that it's difficult to understand if a project is archived just looking at other parts.

Jul 12 2024, 06:52 · Discussion Needed, Feature Requests, Projects
valerio.bozzolan triaged T15882: When archiving a project, reset its default menu item to Profile as Wishlist priority.
Jul 12 2024, 06:51 · Discussion Needed, Feature Requests, Projects
valerio.bozzolan accepted D25731: Set default menu item to Project Details when archiving a project.

Thanks. Feature makes sense and implementation seems good (but I have untested).

Jul 12 2024, 06:48

Jul 11 2024

aklapper updated the task description for T15882: When archiving a project, reset its default menu item to Profile.
Jul 11 2024, 23:12 · Discussion Needed, Feature Requests, Projects
aklapper requested review of D25731: Set default menu item to Project Details when archiving a project.
Jul 11 2024, 23:07
aklapper added a revision to T15882: When archiving a project, reset its default menu item to Profile: D25731: Set default menu item to Project Details when archiving a project.
Jul 11 2024, 23:07 · Discussion Needed, Feature Requests, Projects
aklapper created T15882: When archiving a project, reset its default menu item to Profile.
Jul 11 2024, 22:49 · Discussion Needed, Feature Requests, Projects
aklapper requested review of D25730: Avoid PhabricatorApplicationTransactionStructureException on editors not supporting Mute Notifications.
Jul 11 2024, 10:08
aklapper added a revision to T15378: PhabricatorApplicationTransactionStructureException trying to mute File notifications: "Attempting to apply a transaction which has not been constructed correctly": D25730: Avoid PhabricatorApplicationTransactionStructureException on editors not supporting Mute Notifications.
Jul 11 2024, 10:08 · Bug Reports
s.quinn closed Q143: Upgrading from Phabricator as resolved.
Jul 11 2024, 08:14
avivey removed a project from T15705: Lower the search ranking of disabled user accounts: Discussion Needed.

I think we're all aligned here...

Jul 11 2024, 07:35 · UX
aklapper closed T15881: PHP 8.1 "strlen(null)" exception rendering AphrontStackTraceView, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
Jul 11 2024, 05:25 · PHP 8 support
aklapper closed T15881: PHP 8.1 "strlen(null)" exception rendering AphrontStackTraceView as Resolved by committing rP59428f64ca2c: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Jul 11 2024, 05:25 · PHP 8 support
aklapper closed D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Jul 11 2024, 05:25
aklapper committed rP59428f64ca2c: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView
Jul 11 2024, 05:25
aklapper retitled D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView from Fix PHP 8.1 "strlen(null)" exception rendering AphrontStackTraceView
Jul 11 2024, 05:21

Jul 10 2024

speck accepted D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.

😆

Jul 10 2024, 21:54
aklapper updated the diff for D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.

Eh, the PHP pitfalls that I'll never learn by heart... Thanks! :)
Let's try if ($file !== null && $file !== '') instead of if ($file) then?

Jul 10 2024, 19:53
avivey added a comment to Q143: Upgrading from Phabricator (Answer 179).

The best way is probably to make an Extension:

Jul 10 2024, 14:01
aklapper closed D25729: Remove unreachable return statement in AphrontFormDateControlValue.
Jul 10 2024, 13:56
aklapper committed rPc4246cf871a7: Remove unreachable return statement in AphrontFormDateControlValue.
Remove unreachable return statement in AphrontFormDateControlValue
Jul 10 2024, 13:56
avivey accepted D25729: Remove unreachable return statement in AphrontFormDateControlValue.
Jul 10 2024, 13:53
aklapper requested review of D25729: Remove unreachable return statement in AphrontFormDateControlValue.
Jul 10 2024, 13:25
aklapper closed D25716: Declare missing class property in PhabricatorTimelineEngine.
Jul 10 2024, 12:54
aklapper committed rP941b769abae6: Declare missing class property in PhabricatorTimelineEngine.
Declare missing class property in PhabricatorTimelineEngine
Jul 10 2024, 12:54
valerio.bozzolan accepted D25716: Declare missing class property in PhabricatorTimelineEngine.

sgtm

Jul 10 2024, 12:20
aklapper edited the content of Next Up.
Jul 10 2024, 11:34
aklapper closed T15876: Update external timezone information file to 2024a as Resolved by committing rP3fbb0309b53f: Update external timezone information to IANA TZDB 2024a.
Jul 10 2024, 11:33
aklapper closed D25722: Update external timezone information to IANA TZDB 2024a.
Jul 10 2024, 11:33
aklapper committed rP3fbb0309b53f: Update external timezone information to IANA TZDB 2024a.
Update external timezone information to IANA TZDB 2024a
Jul 10 2024, 11:33
aklapper closed D25719: Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine.
Jul 10 2024, 11:32
aklapper committed rPd9592e034812: Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine.
Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine
Jul 10 2024, 11:32
valerio.bozzolan updated the summary of D25719: Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine.
Jul 10 2024, 11:27
valerio.bozzolan accepted D25719: Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine.

sgtm

Jul 10 2024, 11:26
valerio.bozzolan accepted D25722: Update external timezone information to IANA TZDB 2024a.

sgtm

Jul 10 2024, 11:23
valerio.bozzolan retitled D25722: Update external timezone information to IANA TZDB 2024a from Update external timezone information to 2024a
Jul 10 2024, 11:22
s.quinn added a comment to Q143: Upgrading from Phabricator (Answer 179).

Thanks for the confirmation!

Jul 10 2024, 09:15
valerio.bozzolan updated the diff for D25305: Workboard: have thin scrollbars.

git rebase master (again)

Jul 10 2024, 09:03
valerio.bozzolan attached a referenced file: F312320: Screenshot 2023-06-20 at 07-26-08 Maniphest · Workboard.png.
Jul 10 2024, 08:34 · Maniphest, UX
valerio.bozzolan attached a referenced file: F312321: Screenshot 2023-06-20 at 07-27-41 Editing-team (Kanban Board) · Workboard.png.
Jul 10 2024, 08:33 · Maniphest, UX
valerio.bozzolan attached a referenced file: F312322: Screenshot 2023-06-20 at 07-31-57 Maniphest · Workboard.png.
Jul 10 2024, 08:33 · Maniphest, UX
valerio.bozzolan attached a referenced file: F312323: Screenshot 2023-06-20 at 07-32-20 Editing-team (Kanban Board) · Workboard.png.
Jul 10 2024, 08:33 · Maniphest, UX
valerio.bozzolan accepted D25305: Workboard: have thin scrollbars.

Sorry for waiting.

Jul 10 2024, 08:33
valerio.bozzolan updated the diff for D25305: Workboard: have thin scrollbars.

git rebase master

Jul 10 2024, 08:21
aklapper closed D25713: Declare missing class properties in ArcanistDownloadWorkflow.
Jul 10 2024, 08:06
aklapper committed rARC84210cedc6ce: Declare missing class properties in ArcanistDownloadWorkflow.
Declare missing class properties in ArcanistDownloadWorkflow
Jul 10 2024, 08:06
aklapper closed D25720: Correct PHPDoc of dropSymbolCache().
Jul 10 2024, 08:06
aklapper committed rARC76d22d70e429: Correct PHPDoc of dropSymbolCache().
Correct PHPDoc of dropSymbolCache()
Jul 10 2024, 08:06
valerio.bozzolan accepted D25713: Declare missing class properties in ArcanistDownloadWorkflow.

sgtm

Jul 10 2024, 07:35
valerio.bozzolan accepted D25720: Correct PHPDoc of dropSymbolCache().
Jul 10 2024, 07:34
aklapper closed T15874: Invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest() as Resolved by committing rPff7be2cf1444: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Jul 10 2024, 06:38
aklapper closed D25727: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Jul 10 2024, 06:38
aklapper committed rPff7be2cf1444: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest()
Jul 10 2024, 06:38
aklapper closed T15880: Timeline title for form creation mentions generic "object" instead of "form" as Resolved by committing rP290883b2a995: Set specific timeline title for form creation.
Jul 10 2024, 06:18
aklapper closed D25726: Set specific timeline title for form creation.
Jul 10 2024, 06:18
aklapper committed rP290883b2a995: Set specific timeline title for form creation.
Set specific timeline title for form creation
Jul 10 2024, 06:18
speck added a comment to D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.

This might regress the case where file is “0”

Jul 10 2024, 00:31
speck accepted D25727: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Jul 10 2024, 00:10
speck accepted D25726: Set specific timeline title for form creation.
Jul 10 2024, 00:04

Jul 9 2024

aklapper updated the summary of D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Jul 9 2024, 22:29
aklapper requested review of D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Jul 9 2024, 22:23
aklapper added a revision to T15881: PHP 8.1 "strlen(null)" exception rendering AphrontStackTraceView: D25728: Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView.
Jul 9 2024, 22:23 · PHP 8 support
aklapper created T15881: PHP 8.1 "strlen(null)" exception rendering AphrontStackTraceView.
Jul 9 2024, 22:10 · PHP 8 support
aklapper updated the diff for D25727: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().

Restore an empty line

Jul 9 2024, 21:30
aklapper added a revision to T15874: Invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest(): D25727: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Jul 9 2024, 21:26
aklapper requested review of D25727: Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().
Jul 9 2024, 21:26
aklapper added a comment to T15874: Invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest().

This broken code is intended to find MailTags (means: each entry listed under http://phorge.localhost/settings/panel/emailpreferences/ , grep for const MAILTAG_ to get a list of them) defined more than once to display them in a Common section on top:

Screenshot from 2024-07-09 23-13-28.png (438×1 px, 90 KB)

However, as currently all MailTags are prefixed with their application (examples: phame-post-content, vote:responses, maniphest-owner) there is nothing to display anyway.

Jul 9 2024, 21:19
avivey added Q143: Upgrading from Phabricator (Answer 179).
Jul 9 2024, 14:44