Page MenuHomePhorge
Feed Advanced Search

May 8 2023

valerio.bozzolan added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

Note that probably @ton you have resolved, but anybody else nope :D The patch D25205 still needs review and land

May 8 2023, 17:06 · PHP 8 support, Arcanist, User-valerio.bozzolan
ton closed T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98], a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
May 8 2023, 17:06 · PHP 8 support, Arcanist, User-valerio.bozzolan
ton closed T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98] as Resolved.
May 8 2023, 17:06 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
May 8 2023, 17:04 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a revision to T15368: PHP 8.1 fix PhutilUTF8StringTruncator::truncateString(NULL) called at [<arcanist>/src/ref/ArcanistRefView.php:103]: D25206: Fix PHP 8.1 "strlen(null)" exception from ArcanistRefView which blocks "arc look remotes".
May 8 2023, 17:04 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a revision to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98]: D25205: Fix PHP 8.1 "strpos(null)" exception from PhutilCommandString which blocks arc patch.
May 8 2023, 16:53 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
May 8 2023, 13:31 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15281: $HOME missing from commands issued by ExecFuture.

Thank you speck, very interesting.

May 8 2023, 08:03 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a comment to T15368: PHP 8.1 fix PhutilUTF8StringTruncator::truncateString(NULL) called at [<arcanist>/src/ref/ArcanistRefView.php:103].

Hi @aklapper. Are you affected by this as well?

May 8 2023, 07:10 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

@ton yep thanks, really! that will be handled here:

May 8 2023, 07:09 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15368: PHP 8.1 fix PhutilUTF8StringTruncator::truncateString(NULL) called at [<arcanist>/src/ref/ArcanistRefView.php:103] as Normal priority.
May 8 2023, 07:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan closed T15298: Get the HOME of the user running the PHP webserver, a subtask of T15281: $HOME missing from commands issued by ExecFuture, as Resolved.
May 8 2023, 07:01 · User-valerio.bozzolan, Arcanist
valerio.bozzolan closed T15298: Get the HOME of the user running the PHP webserver as Resolved.

Feel free to reopen to share any doubt about this method

May 8 2023, 07:01 · User-valerio.bozzolan
ton added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

arc patch problem is likely fixed. But I encountered similar problem here
https://we.phorge.it/T15351#8287

May 8 2023, 00:49 · PHP 8 support, Arcanist, User-valerio.bozzolan
ton added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

This seems to have fixed the problem. But let me try a bit more Diffs to be extra sure

May 8 2023, 00:38 · PHP 8 support, Arcanist, User-valerio.bozzolan

May 7 2023

speck added a comment to T15281: $HOME missing from commands issued by ExecFuture.

In upstream phabricator I worked with Evan to update the Mercurial API in a way that all mercurial commands/futures are executed through a common path and allow making modifications to only those executions. For this we should look at something similar so that we're only passing $HOME to git commands and not to others.

May 7 2023, 19:31 · User-valerio.bozzolan, Arcanist
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
May 7 2023, 09:12 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

Hi @ton can I ask you if, manually patching Arcanist with the indicated diff in the Task description, fixes for you?

May 7 2023, 09:11 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98] as Normal priority.
May 7 2023, 09:10 · PHP 8 support, Arcanist, User-valerio.bozzolan

May 4 2023

valerio.bozzolan added a revision to T15350: Ponder Answer: improve comment indentation: D25192: Ponder Answer Comments: indent textarea as Comments.
May 4 2023, 21:34 · User-valerio.bozzolan, UX
valerio.bozzolan triaged T15350: Ponder Answer: improve comment indentation as Wishlist priority.
May 4 2023, 21:27 · User-valerio.bozzolan, UX
aklapper closed T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
May 4 2023, 11:14 · PHP 8 support, Arcanist, User-valerio.bozzolan

May 3 2023

valerio.bozzolan updated the task description for T15161: Internal resources should avoid to become external links, as default.
May 3 2023, 13:22 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan triaged T15334: PhabricatorProjectCoreTestCase: fix "Implicit conversion from float " as Normal priority.
May 3 2023, 10:18 · User-valerio.bozzolan, Projects

May 1 2023

valerio.bozzolan updated subscribers of T15178: New Phorge Trigger Sounds.

By the way in this exact moment that @aklapper is landing tons of useful stuff and closing tons of reports I imagine Phorge like "dlin dlin dlin dlin", but sadly this Task is already opened.

May 1 2023, 20:35 · User-valerio.bozzolan, Workboard, Trigger
aklapper renamed T15177: Allow to query Tasks with a custom boolean field set to false from Allow to query Tasks with a custom boolen field set to false to Allow to query Tasks with a custom boolean field set to false.
May 1 2023, 20:16 · Maniphest, User-valerio.bozzolan
valerio.bozzolan removed a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15198: PHP 8.2 deprecations fix strategies.
May 1 2023, 15:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan removed parent tasks for T15198: PHP 8.2 deprecations fix strategies: T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4.
May 1 2023, 15:08 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan moved T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission from Backlog to Bug Reports on the Affects-Wikimedia board.
May 1 2023, 10:50 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia
valerio.bozzolan moved T15208: Countdown: it's not possible to limit who can create a new Countdown from Backlog to Feature Requests on the Affects-Wikimedia board.
May 1 2023, 10:50 · Policy, User-valerio.bozzolan, Affects-Wikimedia
valerio.bozzolan added a comment to T15176: Evaluate a global Herald Maniphest action: "Block Task creation with message" (to allow custom Task constraints).

It's unclear to me whenever Wikimedia needs this. If yes, feel free to also mark as Affects-Wikimedia. This is probably their use case: https://phabricator.wikimedia.org/T332639

May 1 2023, 10:42 · Herald, Maniphest, User-valerio.bozzolan

Apr 30 2023

valerio.bozzolan added a comment to T15281: $HOME missing from commands issued by ExecFuture.
In T15281#7096, @speck wrote:

Could you check the server configuration of php.ini for the value of variable_orders? This open task on phab suggests that on servers it should enforce including E causing phab's environment to be passed to sub-commands, but does not want to mess with it on users' machines.

https://secure.phabricator.com/T12071

Apr 30 2023, 22:49 · User-valerio.bozzolan, Arcanist
valerio.bozzolan renamed T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo) from Fix Arcanist in PHP 8.2 (testing the Phorge repo) to Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 30 2023, 20:40 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri.
Apr 30 2023, 20:40 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 30 2023, 11:57 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 30 2023, 11:41 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 30 2023, 10:53 · User-valerio.bozzolan

Apr 29 2023

valerio.bozzolan added a revision to T15281: $HOME missing from commands issued by ExecFuture: D25149: Config page: add $HOME to allow a gitconfig and help on "dubious ownership".
Apr 29 2023, 23:45 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a revision to T15298: Get the HOME of the user running the PHP webserver: D25149: Config page: add $HOME to allow a gitconfig and help on "dubious ownership".
Apr 29 2023, 23:44 · User-valerio.bozzolan
valerio.bozzolan edited parent tasks for T15281: $HOME missing from commands issued by ExecFuture, added: T15299: Config page runs git commands that should have an HOME to open gitconfig correctly; removed: T15282: Fix/avoid/simplify similar fatal: detected dubious ownership in repository at '/var/www/phorge'.
Apr 29 2023, 23:32 · User-valerio.bozzolan, Arcanist
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 29 2023, 23:10 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 29 2023, 23:10 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15298: Get the HOME of the user running the PHP webserver.
Apr 29 2023, 23:09 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15281: $HOME missing from commands issued by ExecFuture.
Apr 29 2023, 22:54 · User-valerio.bozzolan, Arcanist
valerio.bozzolan triaged T15298: Get the HOME of the user running the PHP webserver as Normal priority.
Apr 29 2023, 22:49 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15281: $HOME missing from commands issued by ExecFuture.
Apr 29 2023, 20:26 · User-valerio.bozzolan, Arcanist
speck added a comment to T15281: $HOME missing from commands issued by ExecFuture.

Could you check the server configuration of php.ini for the value of variable_orders? This open task on phab suggests that on servers it should enforce including E causing phab's environment to be passed to sub-commands, but does not want to mess with it on users' machines.

Apr 29 2023, 13:58 · User-valerio.bozzolan, Arcanist

Apr 28 2023

valerio.bozzolan moved T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo) from Backlog to Epic on the PHP 8 support board.
Apr 28 2023, 19:24 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan moved T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies from Backlog to Epic on the PHP 8 support board.
Apr 28 2023, 19:20 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan

Apr 27 2023

valerio.bozzolan added a parent task for T15281: $HOME missing from commands issued by ExecFuture: T15282: Fix/avoid/simplify similar fatal: detected dubious ownership in repository at '/var/www/phorge'.
Apr 27 2023, 08:02 · User-valerio.bozzolan, Arcanist
valerio.bozzolan edited projects for T15185: Crash on "Readonly" Config page: call to undefined method PlatformSymbols::getPlatformServerSymbol(), added: Config; removed Config (archived).
Apr 27 2023, 07:57 · Config, User-valerio.bozzolan, Read-only
valerio.bozzolan triaged T15281: $HOME missing from commands issued by ExecFuture as Normal priority.
Apr 27 2023, 07:55 · User-valerio.bozzolan, Arcanist

Apr 26 2023

valerio.bozzolan updated the task description for T15161: Internal resources should avoid to become external links, as default.
Apr 26 2023, 18:44 · User-valerio.bozzolan, Discussion Needed, Remarkup
valerio.bozzolan updated the task description for T15280: Herald object Diffusion Commit: allow to add a Tag.
Apr 26 2023, 15:28 · User-valerio.bozzolan, Herald, Diffusion
aklapper renamed T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans) from phutil_nonempty_scalar() shoud never throw an exception with valid scalars (like booleans) to phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans).
Apr 26 2023, 09:55 · User-valerio.bozzolan, Arcanist

Apr 25 2023

valerio.bozzolan closed T15258: Parent Subprojects: Members page: proposal for less dead-end workflows as Resolved by committing rPa89b4ff5b8bc: Members page of Parent Subproject: less dead-end.
Apr 25 2023, 18:54 · UX, User-valerio.bozzolan, Projects
valerio.bozzolan reassigned T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission from avivey to Dylsss.
Apr 25 2023, 14:32 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia
avivey closed T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission as Resolved by committing rP98c1267e5f16: Countdown: fix PhutilMissingSymbolException.
Apr 25 2023, 13:37 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia
avivey closed T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission, a subtask of T15208: Countdown: it's not possible to limit who can create a new Countdown, as Resolved.
Apr 25 2023, 13:37 · Policy, User-valerio.bozzolan, Affects-Wikimedia
valerio.bozzolan added a revision to T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission: D25133: Countdown: fix PhutilMissingSymbolException.
Apr 25 2023, 13:08 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia
valerio.bozzolan triaged T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission as Unbreak Now! priority.
Apr 25 2023, 13:08 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia

Apr 23 2023

20after4 closed T15208: Countdown: it's not possible to limit who can create a new Countdown as Resolved by committing rP7ed35123a347: Countdown: add a capability to decide who can Create.
Apr 23 2023, 20:18 · Policy, User-valerio.bozzolan, Affects-Wikimedia

Apr 20 2023

valerio.bozzolan closed T15255: Fix Diviner generation in PHP 8 as Resolved by committing rP1ba5c8c26095: Fix some PHP 8.1 issues in Diviner generator.
Apr 20 2023, 16:00 · User-valerio.bozzolan, Diviner, PHP 8 support
valerio.bozzolan added a comment to T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).

Wow. Probably this can be considered resolved.

Apr 20 2023, 11:35 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 20 2023, 11:35 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich closed T15259: arc patch broken on php 8.2 when certificate is uninstalled, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 20 2023, 10:18 · PHP 8 support, Arcanist, User-valerio.bozzolan

Apr 19 2023

valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 19 2023, 21:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich added a revision to T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: D25128: Fix idx default empty string in ArcanistWorkflow.
Apr 19 2023, 17:12 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich added a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15259: arc patch broken on php 8.2 when certificate is uninstalled.
Apr 19 2023, 17:06 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich closed T15257: arc lint broken on php 8.2, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 19 2023, 16:21 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a revision to T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: D25126: Fix early exit from getMatchSeverity on null severity.
Apr 19 2023, 15:11 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added projects to T15258: Parent Subprojects: Members page: proposal for less dead-end workflows: User-valerio.bozzolan, UX.
Apr 19 2023, 15:01 · UX, User-valerio.bozzolan, Projects

Apr 18 2023

avivey updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 18 2023, 15:27 · PHP 8 support, Arcanist, User-valerio.bozzolan

Apr 15 2023

valerio.bozzolan moved T15248: Phorge Credits Page - with multimedia credits from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 15 2023, 21:09 · User-valerio.bozzolan, Workboard, Trigger
valerio.bozzolan moved T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans) from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 15 2023, 20:53 · User-valerio.bozzolan, Arcanist
valerio.bozzolan moved T15255: Fix Diviner generation in PHP 8 from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 15 2023, 20:53 · User-valerio.bozzolan, Diviner, PHP 8 support
valerio.bozzolan added a revision to T15248: Phorge Credits Page - with multimedia credits: D25079: Trigger: Add Sound "Coin".
Apr 15 2023, 07:11 · User-valerio.bozzolan, Workboard, Trigger

Apr 14 2023

valerio.bozzolan added a project to T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans): User-valerio.bozzolan.
Apr 14 2023, 20:21 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a project to T15253: Commit hook is sometime broken: InvalidArgumentException: User-valerio.bozzolan.
Apr 14 2023, 20:21 · User-valerio.bozzolan, Bug Reports, Arcanist
valerio.bozzolan added a project to T15255: Fix Diviner generation in PHP 8: User-valerio.bozzolan.
Apr 14 2023, 20:21 · User-valerio.bozzolan, Diviner, PHP 8 support
valerio.bozzolan closed T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated", a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 14 2023, 20:13 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan closed T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" as Resolved by committing rARCf4a639944de4: Fix a PHP 8.1 issue related to preg_match() and null subject.
Apr 14 2023, 20:13 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15256: Diffusion file: add a way to copy permalink as Low priority.
Apr 14 2023, 15:39 · User-valerio.bozzolan, Diffusion
valerio.bozzolan removed a parent task for T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: T15226: Fix Diviner creation in PHP 8.1: strlen(): passing null to parameter #1 is deprecated - DivinerGenerateWorkflow.php:197.
Apr 14 2023, 15:19 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a parent task for T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: T15255: Fix Diviner generation in PHP 8.
Apr 14 2023, 15:18 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan moved T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 14 2023, 14:13 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a revision to T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated": D25123: Fix a PHP 8.1 issue related to preg_match() and null subject.
Apr 14 2023, 14:10 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 14 2023, 14:09 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" as High priority.
Apr 14 2023, 14:09 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a revision to T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): D25123: Fix a PHP 8.1 issue related to preg_match() and null subject.
Apr 14 2023, 14:02 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan renamed T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies from PHP 8.1: strlen() does not accept NULL anymore - understand fix strategies to PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies.
Apr 14 2023, 13:54 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan moved T15178: New Phorge Trigger Sounds from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 14 2023, 13:10 · User-valerio.bozzolan, Workboard, Trigger
valerio.bozzolan added a revision to T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: D25122: Fix InvalidArgumentException on commit hook.
Apr 14 2023, 12:50 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies.
Apr 14 2023, 12:49 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan

Apr 13 2023

valerio.bozzolan triaged T15248: Phorge Credits Page - with multimedia credits as Wishlist priority.
Apr 13 2023, 20:55 · User-valerio.bozzolan, Workboard, Trigger
valerio.bozzolan claimed T15178: New Phorge Trigger Sounds.
Apr 13 2023, 19:46 · User-valerio.bozzolan, Workboard, Trigger
valerio.bozzolan updated the task description for T15143: Allow to quick-edit a Milestone name from Workboard menu.
Apr 13 2023, 19:44 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan updated the task description for T15240: Conpherence Notifications: on mobile, hide "Persisted Chat" flag .
Apr 13 2023, 19:40 · UX, User-valerio.bozzolan, Conpherence
valerio.bozzolan added a revision to T15240: Conpherence Notifications: on mobile, hide "Persisted Chat" flag : D25120: Mobile: hide unuseful "Persistent Chat" checkbox.
Apr 13 2023, 19:39 · UX, User-valerio.bozzolan, Conpherence
valerio.bozzolan renamed T15240: Conpherence Notifications: on mobile, hide "Persisted Chat" flag from Conpherence: on mobile, hide "Persisted Chat" flag to Conpherence Notifications: on mobile, hide "Persisted Chat" flag .
Apr 13 2023, 19:28 · UX, User-valerio.bozzolan, Conpherence