Page MenuHomePhorge
Feed All Stories

May 23 2024

bekay added a comment to D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.

Maybe "feature" but note the left sidebar, is not anymore connected to the end of the viewport:

BeforeAfter
Maniphest list before.png (643×1 px, 78 KB)
Maniphest list after.png (643×1 px, 78 KB)
May 23 2024, 09:44
bekay updated the diff for D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.

./bin/celerity map

May 23 2024, 09:43
bekay updated the diff for D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
  • Fixes non stretching nav bar if content is absolute or does not fill entire page height
May 23 2024, 09:40

May 21 2024

bfs added a comment to T15121: Contributor Agreement.

@avivey that's an excellent observation.

May 21 2024, 22:33 · Phorge
aklapper added a comment to D25669: Improve error passing task IDs as URL parameter in invalid format.

Uh, Conduit also says Task IDs must be integer numbers. Nice. But how can I reset "Planned Changes"? Only by pushing another revision?

May 21 2024, 17:42
aklapper planned changes to D25669: Improve error passing task IDs as URL parameter in invalid format.

TODO: Check how Conduit reacts to this

May 21 2024, 17:38
aklapper requested review of D25669: Improve error passing task IDs as URL parameter in invalid format.
May 21 2024, 16:47
aklapper added a revision to T15838: Improve error message when passing task IDs as URL parameter in invalid format: D25669: Improve error passing task IDs as URL parameter in invalid format.
May 21 2024, 16:47
aklapper created T15838: Improve error message when passing task IDs as URL parameter in invalid format.
May 21 2024, 16:39
aklapper updated the test plan for D25668: Add Open Graph protocol meta tags to Maniphest task pages.
May 21 2024, 13:05
aklapper updated the diff for D25668: Add Open Graph protocol meta tags to Maniphest task pages.

Add PHPDoc; tested that return value is always plain string, also with custom logo

May 21 2024, 12:22
aklapper added a comment to D25668: Add Open Graph protocol meta tags to Maniphest task pages.

need to also test the result of renderPhabricatorLogo() when no logo set, when a custom logo is set, and when a custom logo is set but hidden (maybe. Maybe the logo file should be Attached to something public, so this situation can't really happen?)

May 21 2024, 12:10
aklapper updated the diff for D25668: Add Open Graph protocol meta tags to Maniphest task pages.

Move policy.allow-public check from method itself to calling the method

May 21 2024, 11:52
aklapper closed D25666: PHPMailer: Remove duplicate array keys.
May 21 2024, 09:07
aklapper committed rP67c0efdffb79: PHPMailer: Remove duplicate array keys.
PHPMailer: Remove duplicate array keys
May 21 2024, 09:07
avivey accepted D25666: PHPMailer: Remove duplicate array keys.
May 21 2024, 08:31
avivey added a comment to D25668: Add Open Graph protocol meta tags to Maniphest task pages.

need to also test the result of renderPhabricatorLogo() when no logo set, when a custom logo is set, and when a custom logo is set but hidden (maybe. Maybe the logo file should be Attached to something public, so this situation can't really happen?)

May 21 2024, 07:31
avivey added a comment to T15121: Contributor Agreement.

That "don't sign a CLA" article should be titled "don't sign away your copyrights", to be more accurate and less click-bait-y. A CLA may ask you to sign away copyrights (which I feel makes the project non-open-source) ; It doesn't have to.

May 21 2024, 06:28 · Phorge

May 20 2024

aklapper added a comment to D25668: Add Open Graph protocol meta tags to Maniphest task pages.

Note to myself: Still need to test resulting URI when a custom logo is set

May 20 2024, 20:45
aklapper updated the diff for D25668: Add Open Graph protocol meta tags to Maniphest task pages.

Replace a call with a variable

May 20 2024, 20:44
aklapper added a comment to D25668: Add Open Graph protocol meta tags to Maniphest task pages.

This probably needs more work but seems to function locally.

May 20 2024, 20:35
aklapper requested review of D25668: Add Open Graph protocol meta tags to Maniphest task pages.
May 20 2024, 20:32
aklapper added a revision to T15472: Support Open Graph protocol (at least in Maniphest): D25668: Add Open Graph protocol meta tags to Maniphest task pages.
May 20 2024, 20:32 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest
aklapper added a revision to T15837: "Log In to Comment" button in object view does not redirect back to object after login: D25667: Redirect back to object after clicking "Log In to Comment" and login.
May 20 2024, 16:48
aklapper updated the summary of D25667: Redirect back to object after clicking "Log In to Comment" and login.
May 20 2024, 16:48
aklapper requested review of D25667: Redirect back to object after clicking "Log In to Comment" and login.
May 20 2024, 16:47
aklapper created T15837: "Log In to Comment" button in object view does not redirect back to object after login.
May 20 2024, 16:42
revi added a comment to T15121: Contributor Agreement.

I'm pretty fine with DCO (which I already do every commit via the git commit -s command) — but I'd rather not sign a CLA. (I’m pretty undecided if I will sign phorge's CLA, but phorge is not commercial entity seeking to mongodb/terraform/elasticsearch-ize the software (read: make a profit from open source, then turn it into All Rights Reserved) so I might do so… after all these incidents I'm rather wary of it.)

May 20 2024, 13:42 · Phorge
aklapper retitled D25666: PHPMailer: Remove duplicate array keys from PHPMailer: Remove duplicate array entry
May 20 2024, 08:45
aklapper requested review of D25666: PHPMailer: Remove duplicate array keys.
May 20 2024, 08:43
aklapper requested review of D25665: PHPMailer: Remove unused variable.
May 20 2024, 08:39
aklapper abandoned D25664: PHPMailer: Remove unused variable.

Garr, I did not branch.

May 20 2024, 08:38
aklapper requested review of D25664: PHPMailer: Remove unused variable.
May 20 2024, 08:37

May 19 2024

aklapper added a comment to T15048: Allow awarding Tokens to individual Comments.

@20after4: Willing to share some code at some point that folks can poke or play with? :) TIA!

May 19 2024, 19:54 · Comments
aklapper awarded T15048: Allow awarding Tokens to individual Comments a Love token.
May 19 2024, 19:46 · Comments
aklapper closed T15833: class.phpmailer-lite.php uses each() removed in PHP 8.0, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
May 19 2024, 11:10 · PHP 8 support
aklapper closed T15833: class.phpmailer-lite.php uses each() removed in PHP 8.0 as Resolved by committing rPa579a974ebfe: PHPMailer: Remove use of each() function removed in PHP 8.0.
May 19 2024, 11:10 · PHP 8 support
aklapper closed D25659: PHPMailer: Remove use of each() function removed in PHP 8.0.
May 19 2024, 11:10
aklapper committed rPa579a974ebfe: PHPMailer: Remove use of each() function removed in PHP 8.0.
PHPMailer: Remove use of each() function removed in PHP 8.0
May 19 2024, 11:10
aklapper updated the test plan for D25659: PHPMailer: Remove use of each() function removed in PHP 8.0.
May 19 2024, 10:37
aklapper closed D25657: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.
May 19 2024, 08:28
aklapper committed rARC3cb117684f4e: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.
Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath
May 19 2024, 08:28
aklapper closed D25663: PHPMailer: Remove check for non-existing get_magic_quotes().
May 19 2024, 08:20
aklapper committed rP601ac4503276: PHPMailer: Remove check for non-existing get_magic_quotes().
PHPMailer: Remove check for non-existing get_magic_quotes()
May 19 2024, 08:20
aklapper retitled D25663: PHPMailer: Remove check for non-existing get_magic_quotes() from PHPMailer: Remove check for non-existing `get_magic_quotes`
May 19 2024, 08:19
avivey added a project to T15835: Misc "Return type is not covariant" errors for method Iterator::key(): PHP 8 support.
May 19 2024, 06:12 · PHP 8 support
avivey updated the task description for T15835: Misc "Return type is not covariant" errors for method Iterator::key().
May 19 2024, 06:11 · PHP 8 support
avivey accepted D25663: PHPMailer: Remove check for non-existing get_magic_quotes().
May 19 2024, 06:06
valerio.bozzolan accepted D25657: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.

Thanks asd

May 19 2024, 05:11

May 18 2024

aklapper updated the summary of D25657: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.
May 18 2024, 23:24
aklapper updated the diff for D25657: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.

Valerio may have a point here :D

May 18 2024, 23:23
aklapper requested review of D25663: PHPMailer: Remove check for non-existing get_magic_quotes().
May 18 2024, 23:12
aklapper created T15836: ArcanistHardpointTask calls non-existent constructor for ArcanistHardpointFutureList.
May 18 2024, 22:37 · Arcanist
aklapper updated the task description for T15835: Misc "Return type is not covariant" errors for method Iterator::key().
May 18 2024, 22:25 · PHP 8 support
aklapper created T15835: Misc "Return type is not covariant" errors for method Iterator::key().
May 18 2024, 22:20 · PHP 8 support
aklapper closed D25650: Correct PHPDoc or add default return for numerous methods.
May 18 2024, 19:54
aklapper committed rPc1a8b83bd7ea: Correct PHPDoc or add default return for numerous methods.
Correct PHPDoc or add default return for numerous methods
May 18 2024, 19:54
valerio.bozzolan awarded D25662: MimeMailParser: Remove an unused variable a Love token.
May 18 2024, 19:50
aklapper abandoned D25662: MimeMailParser: Remove an unused variable.

I'm stupid and should have really checked the commit history first. Sorry!

May 18 2024, 19:49
aklapper closed D25651: Fix typo creating QRbitstream().
May 18 2024, 19:45
aklapper committed rP23a3f59be227: Fix typo creating QRbitstream().
Fix typo creating QRbitstream()
May 18 2024, 19:45
aklapper added a comment to D25651: Fix typo creating QRbitstream().

Uh thanks, I had no idea where the upstream is, good to know because there are a few more issues. :)

May 18 2024, 19:43
aklapper closed D25656: Fix PonderQuestionCreateMailReceiver accessing non-existing PonderQuestionTransaction constants.
May 18 2024, 19:41
aklapper committed rP8c8211787894: Fix PonderQuestionCreateMailReceiver accessing non-existing….
Fix PonderQuestionCreateMailReceiver accessing non-existing…
May 18 2024, 19:41
aklapper updated the test plan for D25656: Fix PonderQuestionCreateMailReceiver accessing non-existing PonderQuestionTransaction constants.
May 18 2024, 19:39
aklapper closed D25640: Correct call to non-existing Filesystem::removePath() in ArcanistDownloadWorkflow.php.
May 18 2024, 19:39
aklapper committed rARC5477568274e3: Correct call to non-existing Filesystem::removePath() in….
Correct call to non-existing Filesystem::removePath() in…
May 18 2024, 19:39
valerio.bozzolan created E39: Valerio available (vacation).
May 18 2024, 19:32
valerio.bozzolan updated the summary of D25651: Fix typo creating QRbitstream().
May 18 2024, 19:30
valerio.bozzolan updated the diff for D25651: Fix typo creating QRbitstream().

shot at line 1162

May 18 2024, 19:29
valerio.bozzolan accepted D25651: Fix typo creating QRbitstream().

Thanks :3 Hoping to be useful I will amend with a minimal sed -i 's/QRbitrtream/QRbitstream/' externals/phpqrcode/phpqrcode.php

May 18 2024, 19:26
valerio.bozzolan edited the content of Next Up.
May 18 2024, 18:55
valerio.bozzolan accepted D25656: Fix PonderQuestionCreateMailReceiver accessing non-existing PonderQuestionTransaction constants.

I tested this with the following snippet:

May 18 2024, 18:51
valerio.bozzolan requested changes to D25657: Fix calls to non-existing getDescription() in ArcanistWorkingCopyPath.
May 18 2024, 13:33
valerio.bozzolan accepted D25659: PHPMailer: Remove use of each() function removed in PHP 8.0.

Thanks :3 It makes sense, and I've also tested that snippet in PHP 5.5 and PHP 8.1 obtaining same results (premising that each() is not available anymore in PHP 8 as already clarified)

May 18 2024, 13:17
valerio.bozzolan accepted D25640: Correct call to non-existing Filesystem::removePath() in ArcanistDownloadWorkflow.php.

It was probably confused with the internal API executeRemovePath

May 18 2024, 13:08
valerio.bozzolan requested changes to D25662: MimeMailParser: Remove an unused variable.

Uh? It seems in use to me, in legacy lines 142, 145, 154, 155, etc.

May 18 2024, 12:56
valerio.bozzolan edited the content of 2024 week 19.
May 18 2024, 12:52
mainframe98 awarded D25626: The feed "created this task" should be the first one a Love token.
May 18 2024, 08:54
valerio.bozzolan edited the content of Next Up.
May 18 2024, 08:35
valerio.bozzolan accepted D25549: Add Standard Custom Fields to Item List.

Uh! I like this.

May 18 2024, 08:35
valerio.bozzolan closed D25080: Workboard Trigger Rule: allow to Add/Remove Subscribers.
May 18 2024, 08:16 · Workboard
valerio.bozzolan closed T15162: Workboard Trigger Rule: allow to Add/Remove Subscribers as Resolved by committing rPb8a03bc145b1: Workboard Trigger Rule: allow to Add/Remove Subscribers.
May 18 2024, 08:16 · User-valerio.bozzolan, Trigger, Workboard
valerio.bozzolan committed rPb8a03bc145b1: Workboard Trigger Rule: allow to Add/Remove Subscribers.
Workboard Trigger Rule: allow to Add/Remove Subscribers
May 18 2024, 08:16
valerio.bozzolan edited the content of Next Up.
May 18 2024, 08:15
valerio.bozzolan added a parent task for T15133: Differential List View should show Repository: T15750: Integrate CustomField into more interfaces.
May 18 2024, 08:14 · Differential
valerio.bozzolan added a subtask for T15750: Integrate CustomField into more interfaces: T15133: Differential List View should show Repository.
May 18 2024, 08:14
valerio.bozzolan closed T15816: The feed "created this task" should be the first one as Resolved.

Probably OK now

May 18 2024, 08:10 · Bug Reports, User-valerio.bozzolan
valerio.bozzolan edited the content of Template.
May 18 2024, 08:08
valerio.bozzolan closed D25626: The feed "created this task" should be the first one.
May 18 2024, 08:05
valerio.bozzolan committed rPf4d9d6920bcd: The feed "created this task" should be the first one.
The feed "created this task" should be the first one
May 18 2024, 08:05
aklapper requested review of D25662: MimeMailParser: Remove an unused variable.
May 18 2024, 07:41
aklapper added a comment to D25659: PHPMailer: Remove use of each() function removed in PHP 8.0.

Hmm, I also found this mentioned in https://secure.phabricator.com/T12404#256288 proposing a slightly different approach.

May 18 2024, 06:44
aklapper added inline comments to D25661: PHPMailer: Remove a check for PHP 5.0.
May 18 2024, 06:28
valerio.bozzolan added inline comments to D25661: PHPMailer: Remove a check for PHP 5.0.
May 18 2024, 05:30
aklapper closed D25661: PHPMailer: Remove a check for PHP 5.0.
May 18 2024, 00:00
aklapper committed rPa6499aee0ef4: PHPMailer: Remove a check for PHP 5.0.
PHPMailer: Remove a check for PHP 5.0
May 18 2024, 00:00

May 17 2024

speck accepted D25661: PHPMailer: Remove a check for PHP 5.0.
May 17 2024, 17:57
aklapper updated the diff for D25661: PHPMailer: Remove a check for PHP 5.0.

Indentation is awesome

May 17 2024, 14:21
aklapper requested review of D25661: PHPMailer: Remove a check for PHP 5.0.
May 17 2024, 14:18