Page MenuHomePhorge
Feed All Stories

Aug 17 2023

valerio.bozzolan changed the visibility for F335624: Before.png.
Aug 17 2023, 16:30
valerio.bozzolan changed the visibility for F335621: After.png.
Aug 17 2023, 16:30
valerio.bozzolan changed the visibility for F335620: Before.png.
Aug 17 2023, 16:30
valerio.bozzolan added a cover image to T15615: Mobile: Differential lines should not be wrapped.
Aug 17 2023, 16:30 · UX, Differential
valerio.bozzolan triaged T15615: Mobile: Differential lines should not be wrapped as Low priority.
Aug 17 2023, 16:30 · UX, Differential
aklapper closed T15611: Typo "this this server" in user visible strings as Resolved by committing rP3a1f568974f7: Fix typo "this this server".
Aug 17 2023, 15:46 · Good Starter Task
aklapper closed D25404: Fix typo "this this server".
Aug 17 2023, 15:46
aklapper committed rP3a1f568974f7: Fix typo "this this server".
Fix typo "this this server"
Aug 17 2023, 15:46
aklapper requested review of D25406: Fix PHP 8.1 "strlen(null)" exception creating a Phriction doc without slug in Conduit.
Aug 17 2023, 15:43
aklapper added a revision to T15614: PHP 8.1 "strlen(null)" exception creating a Phriction doc without slug in Conduit: D25406: Fix PHP 8.1 "strlen(null)" exception creating a Phriction doc without slug in Conduit.
Aug 17 2023, 15:43 · PHP 8 support
aklapper created T15614: PHP 8.1 "strlen(null)" exception creating a Phriction doc without slug in Conduit.
Aug 17 2023, 15:40 · PHP 8 support
aklapper requested review of D25405: Fix PHP 8.1 "strlen(null)" exception creating a Paste without content in Conduit paste.create.
Aug 17 2023, 15:28
aklapper added a revision to T15613: PHP 8.1 "strlen(null)" exception creating a Paste without content in Conduit: D25405: Fix PHP 8.1 "strlen(null)" exception creating a Paste without content in Conduit paste.create.
Aug 17 2023, 15:28 · PHP 8 support
aklapper created T15613: PHP 8.1 "strlen(null)" exception creating a Paste without content in Conduit.
Aug 17 2023, 15:27 · PHP 8 support
avivey accepted D25404: Fix typo "this this server".
Aug 17 2023, 15:26
bob created T15612: Missing "Authored on" commit date for Subversion commits.
Aug 17 2023, 13:25 · User-valerio.bozzolan, Diffusion, Bug Reports
aklapper requested review of D25404: Fix typo "this this server".
Aug 17 2023, 12:42
aklapper added a revision to T15611: Typo "this this server" in user visible strings: D25404: Fix typo "this this server".
Aug 17 2023, 12:42 · Good Starter Task
aklapper created T15611: Typo "this this server" in user visible strings.
Aug 17 2023, 12:41 · Good Starter Task
valerio.bozzolan edited the content of Next Up.
Aug 17 2023, 12:06
valerio.bozzolan edited the content of 2023 Week 32.
Aug 17 2023, 12:03
bob added a comment to D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Revision has been updated. Any idea why tests/lint were skipped ?

Aug 17 2023, 12:00
bob updated the diff for D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Updating D25394: Simplify base_uri variable check

Aug 17 2023, 11:58
valerio.bozzolan edited the content of Next Up.
Aug 17 2023, 11:57
bob updated the task description for T15056: Improve Dark Mode.
Aug 17 2023, 11:17 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob closed D25402: Fix hovercard background color when using Dark Mode.
Aug 17 2023, 11:17
bob committed rP7cffe557ac24: Fix hovercard background color when using Dark Mode.
Fix hovercard background color when using Dark Mode
Aug 17 2023, 11:17
bob updated the summary of D25403: Improve CelerityDarkModePostprocessor shade colors.
Aug 17 2023, 11:15
bob requested review of D25403: Improve CelerityDarkModePostprocessor shade colors.
Aug 17 2023, 11:10
bob added a revision to T15056: Improve Dark Mode: D25403: Improve CelerityDarkModePostprocessor shade colors.
Aug 17 2023, 11:10 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
valerio.bozzolan accepted D25402: Fix hovercard background color when using Dark Mode.

Tested, nice thaaaanks, with and without dark mode.

Aug 17 2023, 10:56
valerio.bozzolan added a comment to D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Also this is an excuse to run arc diff again, since tests and lints were skippeds :^)

Aug 17 2023, 10:36
valerio.bozzolan added a comment to D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

I just mean that if($something) is usually avoided in Phorge "only and mainly" because if("0") is counter-intuitively false (so "0" is falsy even if it's a non-empty string). But here, we have not that problem, since "0" is a don't care value.

Aug 17 2023, 10:35
bob added a comment to D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

IMO, this depends on the objective of this check, I mean, does this check aim to verify if this parameter is defined or does it aim to verify if this parameter looks valid...
Maybe I'm wrong but I guess that the first option was in mind here else a regex would probable be a better approach since the "1" would be considered as a valid URI whereas "0" would not...

Aug 17 2023, 09:42
valerio.bozzolan retitled D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument from Fix a PHP 8.1/8.2 deprecated use of strlen with a NULL argument
Aug 17 2023, 09:30
valerio.bozzolan added a comment to D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Thaanks bob

Aug 17 2023, 09:27
bob added a comment to D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Several ideas/leads about the fact you cannot reproduce :

Aug 17 2023, 09:27
bob updated the task description for T15056: Improve Dark Mode.
Aug 17 2023, 09:22 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob requested review of D25402: Fix hovercard background color when using Dark Mode.
Aug 17 2023, 09:21
valerio.bozzolan added a comment to D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

For some reasons I'm not able to trigger this problem, but that seems perfect to me, thaaaaanks

Aug 17 2023, 09:15
bob updated the task description for T15056: Improve Dark Mode.
Aug 17 2023, 09:01 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob requested review of D25401: Fix a PHP 8.1/8.2 deprecated use of strlen a NULL argument.
Aug 17 2023, 08:53
bob closed T15598: PHP 8.2 : rtrim(): Passing null to parameter #1 ($string) of type string is deprecated when checking notification servers as Resolved by committing rP747d7db24161: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.
Aug 17 2023, 08:41 · PHP 8 support
bob closed T15598: PHP 8.2 : rtrim(): Passing null to parameter #1 ($string) of type string is deprecated when checking notification servers, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
Aug 17 2023, 08:41 · PHP 8 support
bob closed D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.
Aug 17 2023, 08:41
bob committed rP747d7db24161: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.
Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument
Aug 17 2023, 08:41
bob added a comment to D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.

As a minion, I'm only working for the glory of my boss ! :P

Aug 17 2023, 08:41
valerio.bozzolan added a comment to D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.

Yeah feel free to land this as-is, that was easy-peasy accepted

Aug 17 2023, 08:34
bob closed D25396: Fix source code viewer background color when using Dark Mode in Diffusion.
Aug 17 2023, 08:32
bob committed rP17befe9bca5b: Fix source code viewer background color when using Dark Mode in Diffusion.
Fix source code viewer background color when using Dark Mode in Diffusion
Aug 17 2023, 08:31
bob updated the diff for D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Updating D25399: Reverting formatUser method prototype

Aug 17 2023, 08:26
valerio.bozzolan accepted D25396: Fix source code viewer background color when using Dark Mode in Diffusion.
Aug 17 2023, 08:25
valerio.bozzolan added a comment to D25396: Fix source code viewer background color when using Dark Mode in Diffusion.

Nice thaaanks

Aug 17 2023, 08:24
bob added a comment to D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.

Thanks for the patch suggestion ! Then we can :

Aug 17 2023, 08:20
bob closed T15607: PHP 8.2 "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" in diffusion as Resolved by committing rPa5d8b2d5cfd6: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.
Aug 17 2023, 08:17 · PHP 8 support
bob closed T15607: PHP 8.2 "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" in diffusion, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
Aug 17 2023, 08:17 · PHP 8 support
bob closed D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.
Aug 17 2023, 08:17
bob committed rPa5d8b2d5cfd6: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.
Fix a PHP 8.1 deprecated use of preg_match with a NULL argument
Aug 17 2023, 08:16
valerio.bozzolan retitled D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument from Fix a PHP 8.1/8.2 deprecated use of preg_match with a NULL argument
Aug 17 2023, 08:00
valerio.bozzolan accepted D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.

Yeah thanks

Aug 17 2023, 08:00
valerio.bozzolan retitled D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument from Fix a PHP 8.1/8.2 deprecated use of strlen with a NULL argument
Aug 17 2023, 07:47
valerio.bozzolan added a comment to D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

Thanks for this change! Just a small thing

Aug 17 2023, 07:45
valerio.bozzolan added inline comments to D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.
Aug 17 2023, 02:33

Aug 16 2023

Sten accepted D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.

Looks safe and sensible.

Aug 16 2023, 20:16
bob requested review of D25400: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 16:17
bob added a revision to T15610: PHP 8.2 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in svn commit viewer: D25400: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 16:17 · PHP 8 support
bob requested review of D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 16:05
bob added a revision to T15609: PHP 8.1 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in svn commit viewer: D25399: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 16:05 · PHP 8 support
bob created T15610: PHP 8.2 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in svn commit viewer.
Aug 16 2023, 15:56 · PHP 8 support
bob created T15609: PHP 8.1 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in svn commit viewer.
Aug 16 2023, 15:48 · PHP 8 support
bob added a revision to T15608: PHP 8.2 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in subversion repository: D25398: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 15:44 · PHP 8 support
bob updated the summary of D25398: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 15:44
bob requested review of D25398: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 15:38
bob created T15608: PHP 8.2 "strlen(): Passing null to parameter #1 ($string) of type string is deprecated" in subversion repository.
Aug 16 2023, 15:23 · PHP 8 support
bob updated the diff for D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.

I removed another diff's modification included by Arcanist (there is definitely something about arc command that I'm missing...)

Aug 16 2023, 15:18
bob requested review of D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.
Aug 16 2023, 15:15
bob added a revision to T15607: PHP 8.2 "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" in diffusion: D25397: Fix a PHP 8.1 deprecated use of preg_match with a NULL argument.
Aug 16 2023, 15:15 · PHP 8 support
bob created T15607: PHP 8.2 "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" in diffusion.
Aug 16 2023, 14:56 · PHP 8 support
bob updated the task description for T15056: Improve Dark Mode.
Aug 16 2023, 14:51 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob added a comment to T15056: Improve Dark Mode.

When an fatal exception is triggered :

Aug 16 2023, 14:51 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob updated the summary of D25396: Fix source code viewer background color when using Dark Mode in Diffusion.
Aug 16 2023, 14:50
bob added a comment to T15056: Improve Dark Mode.

Because there are more and more referenced issues and, because some of them may need further discussion in order to find the best solution, IMHO it may be a good idea to create a sub task for each issue reported isn't it ?

Aug 16 2023, 14:46 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob updated the task description for T15056: Improve Dark Mode.
Aug 16 2023, 14:44 · User-Cigaryno, User-valerio.bozzolan, Accessibility, User-Bukkit
bob updated the diff for D25396: Fix source code viewer background color when using Dark Mode in Diffusion.

Updating D25396: Include updated celerity map file

Aug 16 2023, 14:43
bob requested review of D25396: Fix source code viewer background color when using Dark Mode in Diffusion.
Aug 16 2023, 14:41
bob updated the test plan for D25393: Fix answer background color when using Dark Mode in Ponder.
Aug 16 2023, 14:38
aklapper closed T15606: PHP 8.1 "strlen(null)" exception on "Link External Account" page at login, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
Aug 16 2023, 13:04 · PHP 8 support
aklapper closed T15606: PHP 8.1 "strlen(null)" exception on "Link External Account" page at login as Resolved by committing rP9fa9aa30b940: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Aug 16 2023, 13:04 · PHP 8 support
aklapper closed D25395: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Aug 16 2023, 13:04
aklapper committed rP9fa9aa30b940: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login
Aug 16 2023, 13:04
bob added a comment to D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.

I was updating the diff when I saw below that function getWebsocketURI may also be affected by a NULL issue :

Aug 16 2023, 12:53
bob updated the diff for D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.

Updating D25382: Update commit accordingly to comments

Aug 16 2023, 12:49
avivey accepted D25395: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.

One day, we'd like pht() to return an object (non-string), but we'll handle that when we get there I guess.

Aug 16 2023, 12:47
avivey accepted D25382: Fix a PHP 8.1/8.2 deprecated use of ltrim and rtrim with a NULL argument.
Aug 16 2023, 12:27
aklapper requested review of D25395: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Aug 16 2023, 11:12
aklapper added a revision to T15606: PHP 8.1 "strlen(null)" exception on "Link External Account" page at login: D25395: Fix PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Aug 16 2023, 11:12 · PHP 8 support
aklapper created T15606: PHP 8.1 "strlen(null)" exception on "Link External Account" page at login.
Aug 16 2023, 11:11 · PHP 8 support
bob updated the diff for D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.

I removed another commit that Arcanist sent in this diff

Aug 16 2023, 10:49
bob requested review of D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 10:47
bob added a revision to T15605: PHP 8.1 "strlen(null)" exception when deploying a new instance of Phorge: D25394: Fix a PHP 8.1 deprecated use of strlen with a NULL argument.
Aug 16 2023, 10:47 · PHP 8 support