Page MenuHomePhorge
Feed All Stories

Aug 30 2024

aklapper added a revision to T15935: PHP 8.4 fatal error / exceptions: Implicitly nullable parameter declarations deprecated: D25813: Fix implicitly nullable parameter declarations for PHP 8.4.
Aug 30 2024, 14:37 · PHP 8 support
aklapper created T15935: PHP 8.4 fatal error / exceptions: Implicitly nullable parameter declarations deprecated.
Aug 30 2024, 14:29 · PHP 8 support
valerio.bozzolan awarded T15933: Support side-by-side diffs for task description changes a Doubloon token.
Aug 30 2024, 06:16 · Maniphest
Tgr added a comment to T15933: Support side-by-side diffs for task description changes.

The hacky solution would be to duplicate the current diff block, and then hide the green text on one side and the red text on the other side.

Aug 30 2024, 06:15 · Maniphest

Aug 29 2024

revi added projects to T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16: Deprecation Notice, PHP 8 support, Arcanist.
Aug 29 2024, 15:34 · Arcanist, PHP 8 support, Deprecation Notice
revi created T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16.
Aug 29 2024, 15:21 · Arcanist, PHP 8 support, Deprecation Notice
revi updated the title for P46 arc download from untitled to arc download.
Aug 29 2024, 15:16
revi created P46 arc download.
Aug 29 2024, 15:13
valerio.bozzolan added a comment to T15933: Support side-by-side diffs for task description changes.

Agree. But the best I can do is... adding a slider that, the more you scroll it, the more it hides the red text/green text... LOL

Aug 29 2024, 14:57 · Maniphest
Tgr created T15933: Support side-by-side diffs for task description changes.
Aug 29 2024, 14:33 · Maniphest
aklapper closed D25786: Remove unused shouldUse* functions from PhabricatorRepository.
Aug 29 2024, 08:26
aklapper committed rP24ebac8ad734: Remove unused shouldUse* functions from PhabricatorRepository.
Remove unused shouldUse* functions from PhabricatorRepository
Aug 29 2024, 08:26
valerio.bozzolan added a comment to D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.

Untested but seems good to me, maybe nice to add a couple of

Aug 29 2024, 05:28 · Remarkup
valerio.bozzolan accepted D25786: Remove unused shouldUse* functions from PhabricatorRepository.

sgtm

Aug 29 2024, 05:22
valerio.bozzolan accepted D25803: Remove trivial cases of unreachable code.

sgtm

Aug 29 2024, 05:20
valerio.bozzolan accepted D25802: Remove trivial cases of unreachable code.

sgtm

Aug 29 2024, 05:19

Aug 28 2024

valerio.bozzolan edited the content of 2024 week 35.
Aug 28 2024, 14:56
valerio.bozzolan edited the content of 2024 week 35.
Aug 28 2024, 10:19
avivey edited the content of Change Log.
Aug 28 2024, 09:28
avivey renamed Next Up from Next Up to 2024.35.
Aug 28 2024, 09:27
valerio.bozzolan added inline comments to D25363: Calendar Import: calendar uploader is not anymore an alien.
Aug 28 2024, 07:37
valerio.bozzolan updated the diff for D25363: Calendar Import: calendar uploader is not anymore an alien.

git rebase master

Aug 28 2024, 07:35
valerio.bozzolan closed T15905: Linter: do not break "ics" files as Resolved by committing rP3e5315181555: Calendar Import: add unit tests to cover participants.
Aug 28 2024, 07:31 · User-valerio.bozzolan, Bug Reports, Phorge, Arcanist
valerio.bozzolan closed T15905: Linter: do not break "ics" files, a subtask of T15906: Add unit tests for Calendar imports, as Resolved.
Aug 28 2024, 07:31 · User-valerio.bozzolan, Calendar
valerio.bozzolan closed D25767: Calendar Import: add unit tests to cover participants.
Aug 28 2024, 07:31
valerio.bozzolan closed T15906: Add unit tests for Calendar imports, a subtask of T15564: Allow yourself to be Invited in Imported Events, as Resolved.
Aug 28 2024, 07:31 · User-valerio.bozzolan, Calendar
valerio.bozzolan closed T15906: Add unit tests for Calendar imports as Resolved by committing rP3e5315181555: Calendar Import: add unit tests to cover participants.
Aug 28 2024, 07:31 · User-valerio.bozzolan, Calendar
valerio.bozzolan committed rP3e5315181555: Calendar Import: add unit tests to cover participants.
Calendar Import: add unit tests to cover participants
Aug 28 2024, 07:31
valerio.bozzolan added a comment to D25767: Calendar Import: add unit tests to cover participants.

Good question. The documentation is not "super-opinionated" about this - https://we.phorge.it/book/contrib/article/unit_tests/

Aug 28 2024, 07:29

Aug 27 2024

speck added inline comments to D25811: Fix PHP 8.1 "strlen(null)" exception in PhutilOAuth1Future.
Aug 27 2024, 16:40
aklapper added a comment to D25812: Fix method search result URIs in Diviner.

Open question is whether to replace loadAllWhere with loadOneWhere under the assumption that there are always either zero or one results.
That would definitely require adding null check though.

Aug 27 2024, 15:47 · Diviner
aklapper requested review of D25812: Fix method search result URIs in Diviner.
Aug 27 2024, 15:46 · Diviner
aklapper updated the task description for T15931: All method search results in Diviner are 404 URIs.
Aug 27 2024, 15:37 · Diviner
aklapper created T15932: All file search results in Diviner are 404 URIs.
Aug 27 2024, 15:37 · Diviner
aklapper created T15931: All method search results in Diviner are 404 URIs.
Aug 27 2024, 15:37 · Diviner

Aug 26 2024

aklapper added a comment to D25809: ArcanistBundleTestCase: fix support of non-English environments.

P.S. try applying D25809 to check if the red unit test becomes green

Aug 26 2024, 21:41
aklapper requested review of D25811: Fix PHP 8.1 "strlen(null)" exception in PhutilOAuth1Future.
Aug 26 2024, 21:40
aklapper added a revision to T15929: PHP 8.1 "strlen(null)" exception in PhutilOAuth1Future.php: D25811: Fix PHP 8.1 "strlen(null)" exception in PhutilOAuth1Future.
Aug 26 2024, 21:40 · PHP 8 support
aklapper requested review of D25810: Fix PHP 8.1 "strlen(null)" exception in HTTPFutureHTTPResponseStatus.
Aug 26 2024, 21:32
aklapper added a revision to T15930: PHP 8.1 "strlen(null)" exception in HTTPFutureHTTPResponseStatus: D25810: Fix PHP 8.1 "strlen(null)" exception in HTTPFutureHTTPResponseStatus.
Aug 26 2024, 21:32 · PHP 8 support
aklapper created T15930: PHP 8.1 "strlen(null)" exception in HTTPFutureHTTPResponseStatus.
Aug 26 2024, 18:49 · PHP 8 support
aklapper created T15929: PHP 8.1 "strlen(null)" exception in PhutilOAuth1Future.php.
Aug 26 2024, 18:49 · PHP 8 support
aklapper closed D25808: Remove an outdated PHP 5.3 check in utils.
Aug 26 2024, 14:37
aklapper committed rARC3f893c1484ec: Remove an outdated PHP 5.3 check in utils.
Remove an outdated PHP 5.3 check in utils
Aug 26 2024, 14:36
aklapper closed D25807: Clarify comment in PhutilJSON about required PHP version.
Aug 26 2024, 14:36
aklapper committed rARC9f66bff5f663: Clarify comment in PhutilJSON about required PHP version.
Clarify comment in PhutilJSON about required PHP version
Aug 26 2024, 14:36
valerio.bozzolan added a comment to D25807: Clarify comment in PhutilJSON about required PHP version.

P.S. try applying D25809 to check if the red unit test becomes green

Aug 26 2024, 14:25
valerio.bozzolan retitled D25809: ArcanistBundleTestCase: fix support of non-English environments from ArcanistBundleTestCase: fix support of non-English environments Recently the involved unit test was always failing for some specific users. I was able to reproduce the issue with an Italian unix environment: arc unit...
Aug 26 2024, 14:24
valerio.bozzolan requested review of D25809: ArcanistBundleTestCase: fix support of non-English environments.
Aug 26 2024, 14:23
valerio.bozzolan added a revision to T15927: Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal: D25809: ArcanistBundleTestCase: fix support of non-English environments.
Aug 26 2024, 14:23 · User-valerio.bozzolan
speck accepted D25808: Remove an outdated PHP 5.3 check in utils.
Aug 26 2024, 13:55
valerio.bozzolan accepted D25807: Clarify comment in PhutilJSON about required PHP version.

yesyes

Aug 26 2024, 13:45
aklapper requested review of D25808: Remove an outdated PHP 5.3 check in utils.
Aug 26 2024, 12:04
aklapper requested review of D25807: Clarify comment in PhutilJSON about required PHP version.
Aug 26 2024, 10:29

Aug 25 2024

dbcrwk planned changes to D25806: wip.
Aug 25 2024, 21:25
dbcrwk requested review of D25806: wip.
Aug 25 2024, 21:24
dbcrwk added a revision to T15928: Simple IaC phorge installation on AWS: D25806: wip.
Aug 25 2024, 21:24
dbcrwk claimed T15928: Simple IaC phorge installation on AWS.
Aug 25 2024, 20:55
dbcrwk triaged T15928: Simple IaC phorge installation on AWS as Normal priority.
Aug 25 2024, 20:38
dbcrwk updated subscribers of T15928: Simple IaC phorge installation on AWS.

cc: @avivey

Aug 25 2024, 20:38
dbcrwk added a comment to Q148: dockerized/terraform builds of phorge? (Answer 185).

@avivey I added task T15928 and will get started with that.

Aug 25 2024, 20:38
dbcrwk created T15928: Simple IaC phorge installation on AWS.
Aug 25 2024, 20:38
aklapper retitled D25805: Correct PHPDoc @return value of methods that can return null from Correct PHPDoc @return value that method can return null
Aug 25 2024, 12:47
valerio.bozzolan closed T15488: Thin scrollbars on workboards do not work in Firefox (on Windows) as Resolved.

Thanks again. Let's see if we receive some feedback from users in master branch

Aug 25 2024, 08:50 · Maniphest, UX

Aug 24 2024

aklapper requested review of D25805: Correct PHPDoc @return value of methods that can return null.
Aug 24 2024, 20:41
matmarex added a comment to D25305: Workboard: have thin scrollbars.

I had to rebase and rebuild resources/celerity/map.php to fix a merge conflict. I hope that worked.

Aug 24 2024, 20:31
matmarex closed D25305: Workboard: have thin scrollbars.
Aug 24 2024, 20:30
matmarex committed rPd4d620fa6df1: Workboard: have thin scrollbars.
Workboard: have thin scrollbars
Aug 24 2024, 20:30
aklapper requested review of D25804: Correct parameter name of PhpunitTestEngine::parseTestResults().
Aug 24 2024, 20:24
matmarex added a comment to D25305: Workboard: have thin scrollbars.

Oh, I have to land it… Let's see if I still remember how.

Aug 24 2024, 20:21
aklapper edited the content of Next Up.
Aug 24 2024, 15:05
valerio.bozzolan edited the content of Next Up.
Aug 24 2024, 13:46
valerio.bozzolan closed T15612: Missing "Authored on" commit date for Subversion commits as Resolved by committing rPb02615bd5027: Subversion: fix empty "Authored on" date on commit pages.
Aug 24 2024, 13:34 · User-valerio.bozzolan, Diffusion, Bug Reports
valerio.bozzolan closed D25796: Subversion: fix empty "Authored on" date on commit pages.
Aug 24 2024, 13:34
valerio.bozzolan committed rPb02615bd5027: Subversion: fix empty "Authored on" date on commit pages.
Subversion: fix empty "Authored on" date on commit pages
Aug 24 2024, 13:34
valerio.bozzolan added a comment to D25796: Subversion: fix empty "Authored on" date on commit pages.

Thanks. Premising that I also don't like projects with "automagic getters" so I agree with you; here how every getter works in Phabricator/Phorge:

Aug 24 2024, 13:26
avivey added Q148: dockerized/terraform builds of phorge? (Answer 185).
Aug 24 2024, 09:43
avivey added a comment to T15566: Make is easier to install Phorge in the smallest case.

Also related: T15025

Aug 24 2024, 09:42 · Phorge
avivey added a project to T15027: Build a VM-based developer environment: Phorge Development Tools.
Aug 24 2024, 09:39 · Phorge Development Tools
avivey added a project to T15061: Create a docker development environment : Phorge Development Tools.
Aug 24 2024, 09:39 · Phorge Development Tools
aklapper requested review of D25803: Remove trivial cases of unreachable code.
Aug 24 2024, 08:53
aklapper requested review of D25802: Remove trivial cases of unreachable code.
Aug 24 2024, 08:49

Aug 23 2024

aklapper updated the diff for D25673: Fix error in Mercurial when no offset is specified.

Change offset to optional as requested by speck

Aug 23 2024, 22:20
aklapper accepted D25796: Subversion: fix empty "Authored on" date on commit pages.

As usual I'm confused about the PHP magic which does not require defining the method PhabricatorRepositoryCommit::getEpoch() in its class or parent classes, but I assume you tested locally that your patch works, plus PhabricatorRepositoryCommit does have some calls already to $this->getEpoch(), so I'll accept - worst case would be the very same behavior as now.

Aug 23 2024, 18:31
aklapper renamed T15612: Missing "Authored on" commit date for Subversion commits from Missing subversion commit information to Missing "Authored on" commit date for Subversion commits.
Aug 23 2024, 18:30 · User-valerio.bozzolan, Diffusion, Bug Reports
aklapper closed D25799: Add missing variable names to PHPDoc @param of methods.
Aug 23 2024, 16:52
aklapper committed rARC04e3e250f7da: Add missing variable names to PHPDoc @param of methods.
Add missing variable names to PHPDoc @param of methods
Aug 23 2024, 16:52
aklapper added a comment to D25799: Add missing variable names to PHPDoc @param of methods.

@valerio.bozzolan Thanks, this unblocks a few more things on my list. I admit that I have not looked into the unit test failure here and I assume you understand it and that it is fine to merge this patch. :)

Aug 23 2024, 13:59
valerio.bozzolan added a comment to D25799: Add missing variable names to PHPDoc @param of methods.

FYI T15927: Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal

Aug 23 2024, 13:41
valerio.bozzolan renamed T15927: Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal from Fix Arcanist unit test - Diff Parse Exception: Expected '\ No newline at end of file' to Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal.
Aug 23 2024, 13:40 · User-valerio.bozzolan
valerio.bozzolan created T15927: Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal.
Aug 23 2024, 13:38 · User-valerio.bozzolan
valerio.bozzolan accepted D25799: Add missing variable names to PHPDoc @param of methods.

Wojak depressed.png (473×635 px, 160 KB)

Aug 23 2024, 13:32
aklapper requested review of D25801: Fix PHP 8.1 "preg_match(null)" exception in XHPASTNode.
Aug 23 2024, 11:14
aklapper added a revision to T15926: PHP 8.1 "strlen(null)"/preg_match() exceptions running unit tests: D25801: Fix PHP 8.1 "preg_match(null)" exception in XHPASTNode.
Aug 23 2024, 11:14 · PHP 8 support
aklapper requested review of D25800: Fix PHP 8.1 "strlen(null)" exception in PHPASTParserTestCase.
Aug 23 2024, 11:08
aklapper added a revision to T15926: PHP 8.1 "strlen(null)"/preg_match() exceptions running unit tests: D25800: Fix PHP 8.1 "strlen(null)" exception in PHPASTParserTestCase.
Aug 23 2024, 11:08 · PHP 8 support
aklapper created T15926: PHP 8.1 "strlen(null)"/preg_match() exceptions running unit tests.
Aug 23 2024, 11:02 · PHP 8 support
aklapper requested review of D25799: Add missing variable names to PHPDoc @param of methods.
Aug 23 2024, 10:56
aklapper added a revision to T15923: Make all PHPDoc @param have variable names: D25799: Add missing variable names to PHPDoc @param of methods.
Aug 23 2024, 10:56
aklapper closed T15925: Remove question mark suffix from optional @param types in PHPDoc as Resolved by committing rARC901f06077166: Drop question mark suffix from optional PHPDoc @param types.
Aug 23 2024, 10:50