Page MenuHomePhorge
Feed Advanced Search

Jun 14 2023

0 accepted D25038: Conduit column.search: add status, sequence and isDefault to API results.
Jun 14 2023, 00:30
0 added a comment to D25249: Fix PHP 8.0 ValueError calling mb_convert_encoding() with an invalid encoding.
In D25249#8543, @speck wrote:

The reason that @ is used instead of try/catch -- the comment on the function is saying if you have a string in e.g. Latin-1 and $to_encoding is set to something different-yet-valid such as Korean (e.g. ISO-2022-KR) -- then the encoding conversion will silently fail, not throwing an exception, but still populating the result with incorrect garbage.

Jun 14 2023, 00:23

Jun 8 2023

0 requested changes to D25038: Conduit column.search: add status, sequence and isDefault to API results.

@valerio.bozzolan, do you want to commandeer this revision and add the cast yourself?

Jun 8 2023, 04:49

Mar 18 2023

0 accepted D25038: Conduit column.search: add status, sequence and isDefault to API results.
Mar 18 2023, 05:43

Mar 17 2023

0 added inline comments to D25038: Conduit column.search: add status, sequence and isDefault to API results.
Mar 17 2023, 04:17

Dec 3 2022

0 added inline comments to D25060: Fix NULL pointer exception in some circumstances from Calendar's homepage.
Dec 3 2022, 00:29 · Calendar

Sep 24 2022

0 added a member for Trusted Contributors: k__nard.
Sep 24 2022, 18:13

Jul 26 2022

0 committed rP1965b78b34f1: Fix subtype extension support check.
Fix subtype extension support check
Jul 26 2022, 15:03
0 committed rP2f1acf8b10cb: Suppress PHP 8 deprecation warning in startup.
Suppress PHP 8 deprecation warning in startup
Jul 26 2022, 15:03
0 committed rP1b54afdce565: Saturate day of month in datepicker.
Saturate day of month in datepicker
Jul 26 2022, 15:02

May 22 2022

0 requested changes to D25038: Conduit column.search: add status, sequence and isDefault to API results.
May 22 2022, 19:22

Mar 2 2022

0 added a comment to D25031: Fix most PHP 8.1 and 8.2 issues.

This patch suppresses the deprecation errors at each site, but there might be a simpler workaround in the same spirit: change the error_reporting calls (of which there are only a handful) to exclude E_DEPRECATED. That would risk masking any other deprecations (probably fine in production, but not in development), whereas this patch risks hiding any non-deprecation errors at these locations.

Mar 2 2022, 01:20 · Phorge

Nov 13 2021

0 added a comment to D25027: Allow an infinite number of arcpatch_DXXXX_X branches to be created.

Although there's merit to the "zero, one, infinity" rule, it might not be the best option here. If something goes wrong and $err happens to always be falsy, this will end up in an infinite loop instead of giving a clear error message. There is probably a reasonable finite value (that's greater than 4) which can be chosen as the limit to the number of attempts.

Nov 13 2021, 05:59 · Arcanist (archived)

Aug 28 2021

0 added inline comments to D25016: Make Datepicker translatable.
Aug 28 2021, 18:12 · Calendar

Jul 15 2021

0 added a comment to T15030: Support a Phorge Extensions ecosystem.

There are some projects listed on the Phabricator Community Resources page. Would all of those be eligible for hosting here, or would there be some criteria to limit the number of external projects?

Jul 15 2021, 03:24 · Extension Development, Phactory: Community Projects, Phorge
0 added a comment to T15014: Develop a Phorge Release Process.

But why would we need to explicitly keep them? They already exist upstream...

My suspicion, though I hadn't thought through it much, is that it might be useful during migration periods where someone has the repository checked out and there's are clear linear branches of the phabricator development vs. phorge development.

Jul 15 2021, 02:55 · Phorge